The document contains log entries from the startup of a device. It shows:
1) The SELinux policy being loaded and various processes being denied access due to security rules.
2) The vold, init, and zygote processes starting up and mounting filesystems.
3) The Magisk root modification system loading and hiding the device's modifications from security checks.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
759 views416 pages
Logcat 3
The document contains log entries from the startup of a device. It shows:
1) The SELinux policy being loaded and various processes being denied access due to security rules.
2) The vold, init, and zygote processes starting up and mounting filesystems.
3) The Magisk root modification system loading and hiding the device's modifications from security checks.
01-03 00:51:13.981 465 465 I SELinux : SELinux: Loaded service_contexts from: 01-03 00:51:13.981 467 467 I SELinux : /vendor/etc/selinux/vndservice_contexts 01-03 00:51:13.982 465 465 I SELinux : /system/etc/selinux/plat_service_contexts 01-03 00:51:05.488 464 464 W auditd : type=2000 audit(0.0:1): initialized 01-03 00:51:12.489 464 464 I auditd : type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295 01-03 00:51:12.569 427 427 I init : type=1400 audit(0.0:3): avc: denied { write } for name="/" dev="rootfs" ino=2 scontext=u:r:vendor_init:s0 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1 01-03 00:51:12.569 427 427 I init : type=1400 audit(0.0:4): avc: denied { add_name } for name="tombstones" scontext=u:r:vendor_init:s0 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1 01-03 00:51:12.749 1 1 I init : type=1400 audit(0.0:5): avc: denied { create } for name="sdcard" scontext=u:r:init:s0 tcontext=u:object_r:tmpfs:s0 tclass=lnk_file permissive=1 01-03 00:51:12.759 1 1 I init : type=1400 audit(0.0:6): avc: denied { module_request } for kmod="fs-cgroup2" scontext=u:r:init:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1 01-03 00:51:12.759 427 427 I init : type=1400 audit(0.0:7): avc: denied { create } for name="persist" scontext=u:r:vendor_init:s0 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1 01-03 00:51:12.759 427 427 I init : type=1400 audit(0.0:8): avc: denied { setattr } for name="persist" dev="rootfs" ino=16909 scontext=u:r:vendor_init:s0 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1 01-03 00:51:12.869 441 441 I fsck.f2fs: type=1400 audit(0.0:9): avc: denied { read } for name="mmcblk0p49" dev="tmpfs" ino=1314 scontext=u:r:fsck:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=1 01-03 00:51:12.869 441 441 I fsck.f2fs: type=1400 audit(0.0:10): avc: denied { open } for path="/dev/block/mmcblk0p49" dev="tmpfs" ino=1314 scontext=u:r:fsck:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=1 01-03 00:51:12.869 441 441 I fsck.f2fs: type=1400 audit(0.0:11): avc: denied { write } for name="mmcblk0p49" dev="tmpfs" ino=1314 scontext=u:r:fsck:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=1 01-03 00:51:14.024 466 466 I hwservicemanager: hwservicemanager is ready now. 01-03 00:51:14.042 469 469 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 01-03 00:51:14.061 469 469 I [email protected]: Fetching keymaster device name default --------- beginning of system 01-03 00:51:14.062 470 470 I vold : Vold 3.0 (the awakening) firing up 01-03 00:51:14.062 469 469 D vndksupport: Loading /vendor/lib64/hw/keystore.msm8953.so from current namespace instead of sphal namespace. 01-03 00:51:14.062 470 470 V vold : Detected support for: ext4 f2fs vfat 01-03 00:51:14.064 470 470 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop4: No such device or address 01-03 00:51:14.064 470 470 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop2: No such device or address 01-03 00:51:14.064 470 470 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop3: No such device or address 01-03 00:51:14.065 470 470 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop0: No such device or address 01-03 00:51:14.065 470 470 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop5: No such device or address 01-03 00:51:14.065 470 470 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop1: No such device or address 01-03 00:51:14.065 470 470 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop7: No such device or address 01-03 00:51:14.065 470 470 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop6: No such device or address 01-03 00:51:14.067 470 470 D vold : VoldNativeService::start() completed OK 01-03 00:51:14.068 470 479 D vold : e4crypt_init_user0 01-03 00:51:14.068 470 479 D vold : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1 01-03 00:51:14.068 470 479 D vold : Preparing: /data/system/users/0 01-03 00:51:14.068 470 479 D vold : Preparing: /data/misc/profiles/cur/0 01-03 00:51:14.069 470 479 D vold : Preparing: /data/system_de/0 01-03 00:51:14.069 470 479 D vold : Preparing: /data/misc_de/0 01-03 00:51:14.069 470 479 D vold : Preparing: /data/vendor_de/0 01-03 00:51:14.070 470 479 D vold : Preparing: /data/user_de/0 01-03 00:51:14.070 470 479 V vold : /system/bin/vold_prepare_subdirs 01-03 00:51:14.070 470 479 V vold : prepare 01-03 00:51:14.070 470 479 V vold : 01-03 00:51:14.070 470 479 V vold : 0 01-03 00:51:14.070 470 479 V vold : 1 01-03 00:51:14.088 470 479 I vold_prepare_subdirs: SELinux: Loaded file_contexts 01-03 00:51:14.091 483 483 D vold_prepare_subdirs: Setting up mode 700 uid 0 gid 0 context u:object_r:vold_data_file:s0 on path: /data/misc_de/0/vold 01-03 00:51:14.091 483 483 D vold_prepare_subdirs: Setting up mode 700 uid 0 gid 0 context u:object_r:storaged_data_file:s0 on path: /data/misc_de/0/storaged 01-03 00:51:14.092 483 483 D vold_prepare_subdirs: Setting up mode 700 uid 1000 gid 1000 context u:object_r:fingerprint_vendor_data_file:s0 on path: /data/vendor_de/0/fpdata 01-03 00:51:14.093 470 479 D vold : e4crypt_unlock_user_key 0 serial=0 token_present=0 01-03 00:51:14.095 470 480 I vold : Found disk at /devices/soc/7864900.sdhci/mmc_host/mmc1/mmc1:aaaa/block/mmcblk1 but delaying scan due to secure keyguard 01-03 00:51:14.107 485 485 I /system/bin/tzdatacheck: timezone distro dir /data/misc/zoneinfo/current does not exist. No action required. 01-03 00:51:14.192 486 486 I Magisk : ** Initializing Magisk 01-03 00:51:14.193 486 486 I Magisk : * Creating /sbin overlay 01-03 00:51:14.197 486 486 I Magisk : * Mounting mirrors 01-03 00:51:14.198 486 486 I Magisk : mount: /sbin/.core/mirror/system 01-03 00:51:14.198 486 486 I Magisk : mount: /sbin/.core/mirror/vendor 01-03 00:51:14.198 486 486 I Magisk : bind_mount: /sbin/.core/mirror/bin 01-03 00:51:14.199 486 486 I Magisk : * Setting up internal busybox 01-03 00:51:14.260 493 493 I Magisk : Magisk v17.1(17100) logger started 01-03 00:51:14.260 489 489 I Magisk : Magisk v17.1(17100) daemon started 01-03 00:51:14.263 489 495 I Magisk : ** post-fs-data mode running 01-03 00:51:14.264 489 495 I Magisk : * Mounting /data/adb/magisk.img 01-03 00:51:14.302 470 480 D vold : Disk at 7:64 changed 01-03 00:51:14.305 489 495 I Magisk : Resize /data/adb/magisk.img to 128M 01-03 00:51:14.374 489 495 I Magisk : * Running post-fs-data.d scripts 01-03 00:51:14.375 489 495 I Magisk : * Running module post-fs-data scripts 01-03 00:51:14.375 489 495 I Magisk : iYTBP-Vanced-black-Magisk-Repo: exec [post-fs-data.sh] 01-03 00:51:14.378 489 495 I Magisk : * Loading modules 01-03 00:51:14.378 489 495 I Magisk : iYTBP-Vanced-black-Magisk-Repo: constructing magic mount structure 01-03 00:51:14.378 489 495 I Magisk : bind_mount: /system/app/YouTube 01-03 00:51:14.382 489 516 I Magisk : * Starting MagiskHide 01-03 00:51:14.382 489 516 I Magisk : hide_utils: Hiding sensitive props 01-03 00:51:14.382 489 516 I Magisk : hide_list: [com.google.android.gms.unstable] 01-03 00:51:14.369 1 1 I init : type=1400 audit(0.0:19): avc: denied { setattr } for name="file" dev="sysfs" ino=34147 scontext=u:r:init:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 01-03 00:51:14.379 427 427 I init : type=1400 audit(0.0:20): avc: denied { setattr } for name="qsee" dev="mmcblk0p49" ino=540718 scontext=u:r:vendor_init:s0 tcontext=u:object_r:system_data_file:s0 tclass=dir permissive=1 01-03 00:51:14.379 427 427 I init : type=1400 audit(0.0:21): avc: denied { setattr } for name="camera" dev="mmcblk0p49" ino=540720 scontext=u:r:vendor_init:s0 tcontext=u:object_r:camera_data_file:s0 tclass=dir permissive=1 01-03 00:51:14.379 427 427 I init : type=1400 audit(0.0:22): avc: denied { setattr } for name="media" dev="mmcblk0p49" ino=491521 scontext=u:r:vendor_init:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=dir permissive=1 01-03 00:51:14.379 427 427 I init : type=1400 audit(0.0:23): avc: denied { setattr } for name="bluetooth" dev="mmcblk0p49" ino=540679 scontext=u:r:vendor_init:s0 tcontext=u:object_r:bluetooth_data_file:s0 tclass=dir permissive=1 01-03 00:51:14.379 427 427 I init : type=1400 audit(0.0:24): avc: denied { setattr } for name="wifi" dev="mmcblk0p49" ino=540695 scontext=u:r:vendor_init:s0 tcontext=u:object_r:wifi_data_file:s0 tclass=dir permissive=1 01-03 00:51:14.379 427 427 I init : type=1400 audit(0.0:25): avc: denied { setattr } for name="sockets" dev="mmcblk0p49" ino=540696 scontext=u:r:vendor_init:s0 tcontext=u:object_r:wpa_socket:s0 tclass=dir permissive=1 01-03 00:51:14.379 427 427 I init : type=1400 audit(0.0:26): avc: denied { setattr } for name="dhcp" dev="mmcblk0p49" ino=540699 scontext=u:r:vendor_init:s0 tcontext=u:object_r:dhcp_data_file:s0 tclass=dir permissive=1 01-03 00:51:14.389 427 427 I init : type=1400 audit(0.0:27): avc: denied { setattr } for name="/" dev="mmcblk0p26" ino=2 scontext=u:r:vendor_init:s0 tcontext=u:object_r:unlabeled:s0 tclass=dir permissive=1 01-03 00:51:14.516 517 517 I Netd : Netd 1.0 starting 01-03 00:51:14.519 517 517 D TetherController: Setting IP forward enable = 0 01-03 00:51:14.548 517 517 I Netd : Creating child chains: 24.2ms 01-03 00:51:14.548 517 517 I Netd : Setting up OEM hooks: 0.1ms 01-03 00:51:14.552 517 517 I Netd : Setting up FirewallController hooks: 3.6ms 01-03 00:51:14.555 517 517 I Netd : Setting up TetherController hooks: 3.0ms 01-03 00:51:14.557 517 517 I Netd : Setting up BandwidthController hooks: 2.3ms 01-03 00:51:14.557 517 517 I Netd : Setting up IdletimerController hooks: 0.1ms 01-03 00:51:14.557 517 517 I Netd : initializing traffic control: 0.0ms 01-03 00:51:14.562 517 517 I Netd : Disabling bandwidth control: 5.0ms 01-03 00:51:14.653 553 553 I rmt_storage: Shared memory initialised successfully. 01-03 00:51:14.654 553 553 I rmt_storage: Registering modemst1: 0x4a /boot/modem_fs1 01-03 00:51:14.654 553 553 I rmt_storage: Registering modemst2: 0x4b /boot/modem_fs2 01-03 00:51:14.654 553 553 I rmt_storage: Registering fsc: 0xff /boot/modem_fsc 01-03 00:51:14.654 553 553 I rmt_storage: Registering fsg: 0x58 /boot/modem_fsg 01-03 00:51:14.654 553 553 I rmt_storage: 4 GPT partitions found 01-03 00:51:14.305 470 480 I chatty : uid=0(root) Binder:470_2 identical 1 line 01-03 00:51:14.369 470 480 D vold : Disk at 7:64 changed 01-03 00:51:14.654 552 552 I irsc_util: Starting irsc tool 01-03 00:51:14.655 553 553 I rmt_storage: Capset success! 01-03 00:51:14.677 530 530 D [email protected]: [email protected] starting... 01-03 00:51:14.677 530 530 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.681 532 532 D [email protected]: [email protected] starting... 01-03 00:51:14.685 529 529 I [email protected]: Camera provider Service is starting. 01-03 00:51:14.686 532 532 D vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace. 01-03 00:51:14.687 529 529 D vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace. 01-03 00:51:14.701 533 533 D [email protected]: [email protected] starting... 01-03 00:51:14.702 533 533 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.703 466 466 E SELinux : avc: denied { add } for interface=android.hardware.drm::IDrmFactory pid=533 scontext=u:r:init:s0 tcontext=u:object_r:hal_drm_hwservice:s0 tclass=hwservice_manager permissive=1 01-03 00:51:14.705 466 466 E SELinux : avc: denied { add } for interface=android.hidl.base::IBase pid=533 scontext=u:r:init:s0 tcontext=u:object_r:hidl_base_hwservice:s0 tclass=hwservice_manager permissive=1 01-03 00:51:14.705 533 533 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.709 532 532 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.710 532 532 I [email protected]: Registration complete for [email protected]::IDrmFactory/default. 01-03 00:51:14.711 532 532 D vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace. 01-03 00:51:14.712 532 532 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.713 532 532 I [email protected]: Registration complete for [email protected]::ICryptoFactory/default. 01-03 00:51:14.718 556 556 I PerMgrSrv: Adding entry for modem : offTimeout : 500 ackTimeout : 200 01-03 00:51:14.720 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IDevicesFactory/default in either framework or device manifest. 01-03 00:51:14.722 527 527 E audiohalservice: Could not get passthrough implementation for [email protected]::IDevicesFactory/default. 01-03 00:51:14.722 527 527 D vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace. 01-03 00:51:14.734 527 527 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.735 527 527 I audiohalservice: Registration complete for [email protected]::IDevicesFactory/default. 01-03 00:51:14.736 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IEffectsFactory/default in either framework or device manifest. 01-03 00:51:14.736 527 527 E audiohalservice: Could not get passthrough implementation for [email protected]::IEffectsFactory/default. 01-03 00:51:14.736 527 527 D vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace. 01-03 00:51:14.746 529 529 D vndksupport: Loading /vendor/lib/hw/camera.msm8953.so from current namespace instead of sphal namespace. 01-03 00:51:14.750 467 467 E SELinux : avc: denied { add } for service=vendor.qcom.PeripheralManager pid=556 uid=1000 scontext=u:r:init:s0 tcontext=u:object_r:default_android_vndservice:s0 tclass=service_manager permissive=1 01-03 00:51:14.751 556 556 I PerMgrSrv: Peripheral Mananager service start 01-03 00:51:14.751 556 556 I PerMgrSrv: power-off timeout 500,ms; event-ack timeout 200,ms; debug-mode false 01-03 00:51:14.751 556 556 I PerMgrSrv: Statistics for : modem 01-03 00:51:14.751 556 556 I PerMgrSrv: modem: Current State : is off-line 01-03 00:51:14.751 556 556 I PerMgrSrv: modem: Voter/Listener count : 0/0 01-03 00:51:14.751 556 556 I PerMgrSrv: modem: Power on count : 0 01-03 00:51:14.751 556 556 I PerMgrSrv: modem: Power off count: 0 01-03 00:51:14.751 556 556 I PerMgrSrv: modem: Client list: 01-03 00:51:14.751 556 606 I PerMgrSrv: QMI service start 01-03 00:51:14.755 584 584 I mediaserver: ServiceManager: 0xf0e1c120 01-03 00:51:14.759 527 527 I audiohalservice: Registration complete for [email protected]::IEffectsFactory/default. 01-03 00:51:14.760 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::ISoundTriggerHw/default in either framework or device manifest. 01-03 00:51:14.760 527 527 E audiohalservice: Could not get passthrough implementation for [email protected]::ISoundTriggerHw/default. 01-03 00:51:14.760 527 527 D vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace. 01-03 00:51:14.767 527 527 D vndksupport: Loading /vendor/lib/hw/sound_trigger.primary.msm8953.so from current namespace instead of sphal namespace. 01-03 00:51:14.776 527 527 D sound_trigger_hw: stdev_open: Enter 01-03 00:51:14.795 527 527 I sound_trigger_platform: platform_stdev_init: Enter 01-03 00:51:14.831 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:29:adsp daemon starting 01-03 00:51:14.832 559 559 I lowmemorykiller: Using in-kernel low memory killer interface 01-03 00:51:14.840 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 0 01-03 00:51:14.841 572 572 D QC-time-services: Daemon:ats_rtc_init: Time read from RTC -- year = 70, month = 0,day = 2 01-03 00:51:14.841 572 572 D QC-time-services: Daemon ats_rtc_init: seconds = 172274 01-03 00:51:14.841 572 572 D QC-time-services: Daemon:Value read from RTC seconds = 172274000 01-03 00:51:14.841 572 572 D QC-time-services: Daemon:genoff_init_config: ATS_RTC initialized with rc: 0 01-03 00:51:14.841 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 1 01-03 00:51:14.841 572 572 D QC-time-services: Daemon: Storage Name: ats_1 01-03 00:51:14.841 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_1 /data/time/ats_1 01-03 00:51:14.841 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.842 552 552 I irsc_util: Num of entries:292 01-03 00:51:14.842 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_1 01-03 00:51:14.843 552 552 I irsc_util: Ending irsc tool 01-03 00:51:14.854 525 525 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.854 554 554 I tftp_server: Starting... 01-03 00:51:14.862 591 591 I media.codec: mediacodecservice starting 01-03 00:51:14.863 539 539 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 01-03 00:51:14.869 539 539 D vndksupport: Loading /vendor/lib64/hw/memtrack.msm8953.so from current namespace instead of sphal namespace. 01-03 00:51:14.878 539 539 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.880 539 539 I [email protected]: Registration complete for [email protected]::IMemtrack/default. 01-03 00:51:14.881 591 591 W media.codec: libminijail[591]: failed to get path of fd 4: No such file or directory 01-03 00:51:14.881 564 564 E PerMgrProxy: Starting pm-proxy service 01-03 00:51:14.881 591 591 W media.codec: libminijail[591]: allowing syscall: clock_gettime 01-03 00:51:14.882 591 591 W media.codec: libminijail[591]: allowing syscall: connect 01-03 00:51:14.882 591 591 W media.codec: libminijail[591]: allowing syscall: fcntl64 01-03 00:51:14.882 591 591 W media.codec: libminijail[591]: allowing syscall: socket 01-03 00:51:14.882 591 591 W media.codec: libminijail[591]: allowing syscall: writev 01-03 00:51:14.884 591 591 W media.codec: libminijail[591]: logging seccomp filter failures 01-03 00:51:14.886 531 531 W /vendor/bin/hw/[email protected] service: libminijail[531]: allowing syscall: connect 01-03 00:51:14.887 531 531 W /vendor/bin/hw/[email protected] service: libminijail[531]: allowing syscall: fcntl 01-03 00:51:14.887 531 531 W /vendor/bin/hw/[email protected] service: libminijail[531]: allowing syscall: sendto 01-03 00:51:14.887 531 531 W /vendor/bin/hw/[email protected] service: libminijail[531]: allowing syscall: socket 01-03 00:51:14.887 531 531 W /vendor/bin/hw/[email protected] service: libminijail[531]: allowing syscall: writev 01-03 00:51:14.894 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 2 01-03 00:51:14.894 572 572 D QC-time-services: Daemon: Storage Name: ats_2 01-03 00:51:14.894 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_2 /data/time/ats_2 01-03 00:51:14.894 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.894 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_2 01-03 00:51:14.897 575 575 E wcnss_service: wcnss_service: num_modems = 1 01-03 00:51:14.897 575 575 E wcnss_qmi: wcnss_init_qmi: Initialize wcnss QMI Interface 01-03 00:51:14.898 575 575 E QMI_FW : QMUXD: WARNING qmi_qmux_if_pwr_up_init failed! rc=-6 01-03 00:51:14.908 543 543 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.909 542 542 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 01-03 00:51:14.910 466 466 E SELinux : avc: denied { add } for interface=android.hardware.usb::IUsb pid=543 scontext=u:r:init:s0 tcontext=u:object_r:hal_usb_hwservice:s0 tclass=hwservice_manager permissive=1 01-03 00:51:14.911 543 543 I /vendor/bin/hw/[email protected] service.basic: USB HAL Ready. 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 3 01-03 00:51:14.920 572 572 D QC-time-services: Daemon: Storage Name: ats_3 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_3 /data/time/ats_3 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_3 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Unable to open filefor read 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_post_init:Error in accessing storage 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 4 01-03 00:51:14.920 572 572 D QC-time-services: Daemon: Storage Name: ats_4 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_4 /data/time/ats_4 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_4 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Unable to open filefor read 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_post_init:Error in accessing storage 01-03 00:51:14.920 531 531 W /vendor/bin/hw/[email protected] service: libminijail[531]: logging seccomp filter failures 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 5 01-03 00:51:14.920 572 572 D QC-time-services: Daemon: Storage Name: ats_5 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_5 /data/time/ats_5 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_5 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Unable to open filefor read 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_post_init:Error in accessing storage 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 6 01-03 00:51:14.920 572 572 D QC-time-services: Daemon: Storage Name: ats_6 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_6 /data/time/ats_6 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_6 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Unable to open filefor read 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_post_init:Error in accessing storage 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 7 01-03 00:51:14.920 572 572 D QC-time-services: Daemon: Storage Name: ats_7 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_7 /data/time/ats_7 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_7 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Unable to open filefor read 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_post_init:Error in accessing storage 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 8 01-03 00:51:14.920 572 572 D QC-time-services: Daemon: Storage Name: ats_8 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_8 /data/time/ats_8 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_8 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Unable to open filefor read 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_post_init:Error in accessing storage 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 9 01-03 00:51:14.920 572 572 D QC-time-services: Daemon: Storage Name: ats_9 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_9 /data/time/ats_9 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_9 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Unable to open filefor read 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_post_init:Error in accessing storage 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 10 01-03 00:51:14.920 572 572 D QC-time-services: Daemon: Storage Name: ats_10 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_10 /data/time/ats_10 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_10 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Unable to open filefor read 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_post_init:Error in accessing storage 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 11 01-03 00:51:14.920 572 572 D QC-time-services: Daemon: Storage Name: ats_11 01-03 00:51:14.920 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_11 /data/time/ats_11 01-03 00:51:14.921 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.921 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_11 01-03 00:51:14.921 572 572 D QC-time-services: Daemon:Unable to open filefor read 01-03 00:51:14.921 572 572 D QC-time-services: Daemon:genoff_post_init:Error in accessing storage 01-03 00:51:14.921 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 12 01-03 00:51:14.921 572 572 D QC-time-services: Daemon: Storage Name: ats_12 01-03 00:51:14.921 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_12 /data/time/ats_12 01-03 00:51:14.921 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.921 467 467 E SELinux : avc: denied { find } for service=vendor.qcom.PeripheralManager pid=564 uid=1000 scontext=u:r:init:s0 tcontext=u:object_r:default_android_vndservice:s0 tclass=service_manager permissive=1 01-03 00:51:14.921 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_12 01-03 00:51:14.921 531 531 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.930 591 591 W MediaCodecsXmlParser: unable to open media codecs configuration xml file: /data/misc/media/media_codecs_profiling_results.xml 01-03 00:51:14.930 591 591 W MediaCodecsXmlParser: parseTopLevelXMLFile(/data/misc/media/media_codecs_profiling_results.xml) failed 01-03 00:51:14.930 591 591 E MediaCodecsXmlParser: Cannot find the role for a decoder of type video/divx 01-03 00:51:14.930 591 591 E MediaCodecsXmlParser: Cannot find the role for a decoder of type video/divx311 01-03 00:51:14.930 591 591 E MediaCodecsXmlParser: Cannot find the role for a decoder of type video/divx4 01-03 00:51:14.930 591 591 E MediaCodecsXmlParser: Cannot find the role for a decoder of type video/x-ms-wmv 01-03 00:51:14.930 591 591 I chatty : uid=1046(mediacodec) [email protected] identical 1 line 01-03 00:51:14.930 591 591 E MediaCodecsXmlParser: Cannot find the role for a decoder of type video/x-ms-wmv 01-03 00:51:14.930 541 541 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 01-03 00:51:14.931 591 591 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.932 582 582 I installd: installd firing up 01-03 00:51:14.935 557 557 D QSEECOMD: : qseecom listener services process entry PPID = 1 01-03 00:51:14.935 557 557 E QSEECOMD: : Listener: index = 0, hierarchy = 0 01-03 00:51:14.941 591 591 D vndksupport: Loading libstagefrighthw.so from current namespace instead of sphal namespace. 01-03 00:51:14.941 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IVr/default in either framework or device manifest. 01-03 00:51:14.942 542 542 D vndksupport: Loading /vendor/lib64/hw/thermal.msm8953.so from current namespace instead of sphal namespace. 01-03 00:51:14.943 600 600 I /system/bin/tombstoned: tombstoned successfully initialized 01-03 00:51:14.943 545 545 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 01-03 00:51:14.945 538 538 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 01-03 00:51:14.947 557 557 D QSEECOMD: : Init dlopen(librpmb.so, RTLD_NOW) succeeds 01-03 00:51:14.947 557 557 D QSEECOMD: : Init::Init dlsym(g_FSHandle rpmb_init_service) succeeds 01-03 00:51:14.947 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IUsbGadget/default in either framework or device manifest. 01-03 00:51:14.948 557 557 I rpmb_emmc: RPMB Mult (512-bytes sector) = 8192, Rel_sec_cnt = 32 01-03 00:51:14.948 557 557 E DrmLibRpmb: rpmb_init succeeded! with ret = 0 01-03 00:51:14.948 557 557 D QSEECOMD: : Init rpmb_init_service ret = 0 01-03 00:51:14.948 557 557 D QSEECOMD: : RPMB system services: init (Listener ID = 8192) 01-03 00:51:14.948 557 557 E QSEECOMD: : Listener: index = 1, hierarchy = 0 01-03 00:51:14.949 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 13 01-03 00:51:14.949 572 572 D QC-time-services: Daemon: Storage Name: ats_13 01-03 00:51:14.949 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_13 /data/time/ats_13 01-03 00:51:14.949 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.949 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_13 01-03 00:51:14.954 591 591 W MediaCodecsXmlParser: unable to open media codecs configuration xml file: /data/misc/media/media_codecs_profiling_results.xml 01-03 00:51:14.954 591 591 W MediaCodecsXmlParser: parseTopLevelXMLFile(/data/misc/media/media_codecs_profiling_results.xml) failed 01-03 00:51:14.954 591 591 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.954 601 601 I usbd : Usb HAL not found 01-03 00:51:14.955 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 14 01-03 00:51:14.955 572 572 D QC-time-services: Daemon: Storage Name: ats_14 01-03 00:51:14.955 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_14 /data/time/ats_14 01-03 00:51:14.955 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.955 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_14 01-03 00:51:14.955 572 572 D QC-time-services: Daemon:Unable to open filefor read 01-03 00:51:14.955 572 572 D QC-time-services: Daemon:genoff_post_init:Error in accessing storage 01-03 00:51:14.955 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 15 01-03 00:51:14.955 572 572 D QC-time-services: Daemon: Storage Name: ats_15 01-03 00:51:14.955 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_15 /data/time/ats_15 01-03 00:51:14.955 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.955 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_15 01-03 00:51:14.957 538 538 D vndksupport: Loading /vendor/lib64/hw/lights.msm8953.so from current namespace instead of sphal namespace. 01-03 00:51:14.961 563 619 I adbd : initializing functionfs 01-03 00:51:14.961 563 619 I adbd : opening control endpoint /dev/usb- ffs/adb/ep0 01-03 00:51:14.965 526 526 I [email protected]/: [email protected]/backup: Hal starting main loop... 01-03 00:51:14.965 526 526 I [email protected]/: [email protected]/backup Hal is starting up... 01-03 00:51:14.967 591 591 I media.codec: IOmx HAL service created. 01-03 00:51:14.967 542 542 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 01-03 00:51:14.968 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IHealth/default in either framework or device manifest. 01-03 00:51:14.969 542 542 I [email protected]: Registration complete for [email protected]::IThermal/default. 01-03 00:51:14.971 537 537 I ServiceManagement: Removing namespace from process name [email protected]_mido to [email protected]_mido. 01-03 00:51:14.973 563 619 I adbd : functionfs successfully initialized 01-03 00:51:14.973 563 619 I adbd : registering usb transport 01-03 00:51:14.974 572 572 D QC-time-services: Daemon:genoff_pre_init::Base = 16 01-03 00:51:14.974 572 572 D QC-time-services: Daemon: Storage Name: ats_16 01-03 00:51:14.974 572 572 D QC-time-services: Daemon:Opening File: /persist/time/ats_16 /data/time/ats_16 01-03 00:51:14.974 572 572 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff Read operation 01-03 00:51:14.974 572 572 D QC-time-services: Daemon:Open File: /data/time/ats_16 01-03 00:51:14.975 466 466 E SELinux : avc: denied { add } for interface=android.hardware.ir::IConsumerIr pid=537 scontext=u:r:init:s0 tcontext=u:object_r:hal_ir_hwservice:s0 tclass=hwservice_manager permissive=1 01-03 00:51:14.975 537 537 I [email protected]_8996: ConsumerIr HAL Ready. 01-03 00:51:14.979 557 557 D QSEECOMD: : Init dlopen(libssd.so, RTLD_NOW) succeeds 01-03 00:51:14.979 557 557 D QSEECOMD: : Init::Init dlsym(g_FSHandle ssd_init_service) succeeds 01-03 00:51:14.979 557 557 E SSD : ssd_init_service succeeded! 01-03 00:51:14.979 557 557 D QSEECOMD: : Init ssd_init_service ret = 0 01-03 00:51:14.979 557 557 D QSEECOMD: : SSD system services: init (Listener ID = 12288) 01-03 00:51:14.979 557 557 E QSEECOMD: : Listener: index = 2, hierarchy = 0 01-03 00:51:14.979 545 545 D vndksupport: Loading /vendor/lib64/hw/vr.msm8953.so from current namespace instead of sphal namespace. 01-03 00:51:14.979 572 572 D QC-time-services: Daemon:genoff_init_config: Other bases initilized, exiting genoff_init 01-03 00:51:14.980 556 608 D PerMgrSrv: modem state: is off-line, add client PM-PROXY-THREAD 01-03 00:51:14.980 556 608 D PerMgrSrv: PM-PROXY-THREAD registered 01-03 00:51:14.980 572 572 D QC-time-services: Daemon:rtc_get: Time read from RTC -- MM/DD/YY HH:MM:SS0/2/70 23:51:14 01-03 00:51:14.980 572 572 D QC-time-services: Daemon rtc_get: seconds = 172274 01-03 00:51:14.980 572 572 D QC-time-services: Daemon:Value read from RTC mseconds = 172274000 01-03 00:51:14.980 572 572 D QC-time-services: Daemon:Value read from QTimer mseconds = 13939 01-03 00:51:14.980 572 572 D QC-time-services: Daemon:genoff_opr: Base = 1, val = 0, operation = 1 01-03 00:51:14.980 572 572 D QC-time-services: Daemon: genoff get for 1 01-03 00:51:14.980 572 572 D QC-time-services: Daemon:Value read from QTimer mseconds = 13939 01-03 00:51:14.980 572 572 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 172274000 01-03 00:51:14.980 572 572 D QC-time-services: Daemon:Value read from QTimer mseconds = 13939 01-03 00:51:14.980 572 572 D QC-time-services: Daemon:Value read from generic offset = 1538256720800 01-03 00:51:14.980 572 572 D QC-time-services: Daemon:Delta read on boot mseconds = 172260061 01-03 00:51:14.980 572 572 D QC-time-services: Daemon:Final Time = 1538428994800 01-03 00:51:14.980 572 572 E QC-time-services: Daemon:genoff_boot_tod_init: Updating system time to sec=1538428994, usec=800000 10-01 23:23:14.802 586 586 I mediametrics: ServiceManager: 0x720e43d740 10-01 23:23:14.802 528 528 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 10-01 23:23:14.802 586 586 D MediaAnalyticsService: MediaAnalyticsService created 10-01 23:23:14.805 564 564 D PerMgrLib: PM-PROXY-THREAD successfully registered for modem 10-01 23:23:14.805 564 564 I PerMgrProxy: Casting proxy vote for modem 10-01 23:23:14.805 564 564 D PerMgrLib: PM-PROXY-THREAD voting for modem 10-01 23:23:14.805 526 526 I [email protected]/: [email protected]/backup: Hal init done 10-01 23:23:14.810 556 608 D PerMgrSrv: PM-PROXY-THREAD voting for modem 10-01 23:23:14.810 556 608 D PerMgrSrv: modem new state: going on-line 10-01 23:23:14.810 556 608 D PerMgrSrv: modem num voters is 1 10-01 23:23:14.811 564 564 I PerMgrProxy: pm-proxy-thread vote successful for modem 10-01 23:23:14.814 545 545 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:14.814 528 528 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:14.815 545 545 I [email protected]: Registration complete for [email protected]::IVr/default. 10-01 23:23:14.816 528 528 I [email protected]: Registration complete for [email protected]::IBluetoothHci/default. 10-01 23:23:14.816 572 627 D QC-time-services: Daemon: Time-services: All initializations done 10-01 23:23:14.816 572 627 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection 10-01 23:23:14.816 572 625 D QC-time-services: Daemon:genoff_modem_qmi_service_request: Initiallizing QMI 10-01 23:23:14.818 572 625 E QMI_FW : QMUXD: WARNING qmi_qmux_if_pwr_up_init failed! rc=-6 10-01 23:23:14.818 572 625 E QC-time-services: Daemon:genoff_modem_qmi_service_request: qmi_client_get_service_list returned -2num_services 0 10-01 23:23:14.818 572 624 D QC-time-services: Daemon:genoff_wlan_qmi_service_request: Initiallizing QMI 10-01 23:23:14.818 572 624 E QC-time-services: Daemon:genoff_wlan_qmi_service_request: qmi_client_get_service_list returned -2num_services 0 10-01 23:23:14.821 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:14.821 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:14.821 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:14.822 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:14.823 551 551 D : tui_comm: svc service starting :) 10-01 23:23:14.823 551 551 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:14.823 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/data/vendor/tombstones/rfs/modem] [File exists] 10-01 23:23:14.823 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 141] chown failed: [1] [/data/vendor/tombstones/rfs/modem] [Operation not permitted] 10-01 23:23:14.823 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 141] chown failed: [1] [/data/vendor/tombstones/rfs/modem] [Operation not permitted] 10-01 23:23:14.823 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/data/vendor/tombstones/rfs/modem/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 141] chown failed: [1] [/data/vendor/tombstones/rfs/modem/] [Operation not permitted] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/data/vendor/tombstones/rfs/lpass] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 141] chown failed: [1] [/data/vendor/tombstones/rfs/lpass] [Operation not permitted] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 141] chown failed: [1] [/data/vendor/tombstones/rfs/lpass] [Operation not permitted] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/data/vendor/tombstones/rfs/lpass/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 141] chown failed: [1] [/data/vendor/tombstones/rfs/lpass/] [Operation not permitted] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/data/vendor/tombstones/rfs/tn] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 141] chown failed: [1] [/data/vendor/tombstones/rfs/tn] [Operation not permitted] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 141] chown failed: [1] [/data/vendor/tombstones/rfs/tn] [Operation not permitted] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/data/vendor/tombstones/rfs/tn/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 141] chown failed: [1] [/data/vendor/tombstones/rfs/tn/] [Operation not permitted] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/data/vendor/tombstones/rfs/slpi] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 141] chown failed: [1] [/data/vendor/tombstones/rfs/slpi] [Operation not permitted] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 141] chown failed: [1] [/data/vendor/tombstones/rfs/slpi] [Operation not permitted] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/data/vendor/tombstones/rfs/slpi/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 141] chown failed: [1] [/data/vendor/tombstones/rfs/slpi/] [Operation not permitted] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/shared] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/shared/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/msm/mpss] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/msm/mpss/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/msm/adsp] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/msm/adsp/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/msm/slpi] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/msm/slpi/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/mdm/mpss] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/mdm/mpss/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/mdm/adsp] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/mdm/adsp/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/mdm/slpi] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/mdm/slpi/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/mdm/tn] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/mdm/tn/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/apq/gnss] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/rfs/apq/gnss/] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/hlos_rfs/shared] [File exists] 10-01 23:23:14.824 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_os_la.c, 121] mkdir failed: [17] [/persist/hlos_rfs/shared/] [File exists] 10-01 23:23:14.830 573 573 I ThermalEngine: Thermal daemon started 10-01 23:23:14.830 573 573 I ThermalEngine: No target config file, falling back to 'system/vendor/etc/thermal-engine.conf' 10-01 23:23:14.830 573 573 I ThermalEngine: devices_manager_init: Init 10-01 23:23:14.830 573 573 I ThermalEngine: Number of gpus :1 10-01 23:23:14.830 573 573 I Thermal-IOCTL: KTM IOCTL interface "/dev/msm_thermal_query" opened 10-01 23:23:14.830 573 573 E ThermalEngine: update_cpu_topology: Cluster Info[0]. Cluster Id: 0 cpu_bits:0xf sync:1 10-01 23:23:14.830 573 573 E ThermalEngine: update_cpu_topology: Cluster Info[1]. Cluster Id: 1 cpu_bits:0xf0 sync:1 10-01 23:23:14.831 573 573 I ThermalEngine: vdd_rstr_init: Init KTM VDD RSTR enabled: 0 10-01 23:23:14.839 466 466 E SELinux : avc: denied { add } for interface=vendor.qti.hardware.tui_comm::ITuiComm pid=551 scontext=u:r:init:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:14.840 538 538 D vndksupport: Loading /vendor/lib64/hw/lights.msm8953.so from current namespace instead of sphal namespace. 10-01 23:23:14.840 538 538 E light : light_open lights keyboard failed: -22 10-01 23:23:14.840 538 538 E light : Light passthrough failed to load legacy HAL. 10-01 23:23:14.840 538 538 D vndksupport: Loading /vendor/lib64/hw/lights.msm8953.so from current namespace instead of sphal namespace. 10-01 23:23:14.841 538 538 D vndksupport: Loading /vendor/lib64/hw/lights.msm8953.so from current namespace instead of sphal namespace. 10-01 23:23:14.841 551 551 E : Registered ITuiComm HAL service success! 10-01 23:23:14.841 538 538 D vndksupport: Loading /vendor/lib64/hw/lights.msm8953.so from current namespace instead of sphal namespace. 10-01 23:23:14.841 538 538 I chatty : uid=1000(system) [email protected] identical 1 line 10-01 23:23:14.841 538 538 D vndksupport: Loading /vendor/lib64/hw/lights.msm8953.so from current namespace instead of sphal namespace. 10-01 23:23:14.841 538 538 E light : light_open lights bluetooth failed: -22 10-01 23:23:14.841 538 538 E light : Light passthrough failed to load legacy HAL. 10-01 23:23:14.841 538 538 D vndksupport: Loading /vendor/lib64/hw/lights.msm8953.so from current namespace instead of sphal namespace. 10-01 23:23:14.842 538 538 E light : light_open lights wifi failed: -22 10-01 23:23:14.842 538 538 E light : Light passthrough failed to load legacy HAL. 10-01 23:23:14.844 541 541 E libsensor1: check_sensors_enabled: Sensors enabled = true 10-01 23:23:14.848 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:14.848 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:14.848 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:14.848 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:14.851 538 538 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:14.857 538 538 I [email protected]: Registration complete for [email protected]::ILight/default. 10-01 23:23:14.859 540 540 I [email protected]: Power HAL Service 1.0 for QCOM is starting. 10-01 23:23:14.859 540 540 I QCOM PowerHAL: QCOM power HAL initing. 10-01 23:23:14.859 540 540 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:14.860 573 573 I ThermalEngine: cpr_band_init: Could not read /sys/module/msm_thermal/cpr_band/curr_cpr_band 10-01 23:23:14.861 573 573 I ThermalEngine: sensors_manager_init: Init 10-01 23:23:14.875 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:14.875 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:14.875 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:14.875 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:14.879 466 466 E SELinux : avc: denied { add } for interface=android.hardware.power::IPower pid=540 scontext=u:r:init:s0 tcontext=u:object_r:hal_power_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:14.888 540 540 I [email protected]: Successfully registered IPower 10-01 23:23:14.889 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IThermal/default in either framework or device manifest. 10-01 23:23:14.892 517 517 I Netd : Initializing RouteController: 509.7ms 10-01 23:23:14.892 517 517 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHSA 10-01 23:23:14.892 517 517 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHPOLICY 10-01 23:23:14.892 573 573 E ThermalEngine: Unable to change to /sys/devices/soc.0/ 10-01 23:23:14.893 573 573 E ThermalEngine: bcl_setup: Unexpected node error 10-01 23:23:14.893 573 573 E ThermalEngine: add_tgt_sensor: bcl sensor setup failed failed. 10-01 23:23:14.893 573 573 E ThermalEngine: add_tgt_sensors_set: Error adding bcl 10-01 23:23:14.893 573 573 E ThermalEngine: sensors_init: Error adding BCL TS 10-01 23:23:14.897 573 573 I ThermalEngine: Loading config file for virtual sensor 10-01 23:23:14.897 573 573 I ThermalEngine: Loading configuration file system/vendor/etc/thermal-engine.conf 10-01 23:23:14.900 579 579 I cameraserver: ServiceManager: 0xedd9c100 10-01 23:23:14.900 579 579 I CameraService: CameraService started (pid=579) 10-01 23:23:14.900 579 579 I CameraService: CameraService process starting 10-01 23:23:14.900 573 573 I ThermalEngine: Parsing section global 10-01 23:23:14.900 573 573 I ThermalEngine: Found section 'VIRTUAL-CPUS' 10-01 23:23:14.900 573 573 I ThermalEngine: Algo Type 'virtual' 10-01 23:23:14.900 573 573 I ThermalEngine: Parsing section VIRTUAL-CPUS 10-01 23:23:14.900 573 573 I ThermalEngine: Found field 'trip_sensor' 10-01 23:23:14.900 573 573 I ThermalEngine: Found field 'set_point' 10-01 23:23:14.901 573 573 I ThermalEngine: Found field 'set_point_clr' 10-01 23:23:14.901 573 573 I ThermalEngine: Found field 'sensors' 10-01 23:23:14.901 579 579 W BatteryNotifier: batterystats service unavailable! 10-01 23:23:14.901 573 573 I ThermalEngine: Found field 'weights' 10-01 23:23:14.901 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.901 573 573 I ThermalEngine: Found field 'math' 10-01 23:23:14.901 573 573 I ThermalEngine: [VIRTUAL-CPUS] 10-01 23:23:14.901 573 573 I ThermalEngine: #algo_type virtual 10-01 23:23:14.901 573 573 I ThermalEngine: trip_sensor tsens_tz_sensor9 10-01 23:23:14.901 573 573 I ThermalEngine: set_point 75000 10-01 23:23:14.901 573 573 I ThermalEngine: set_point_clr 65000 10-01 23:23:14.901 573 573 I ThermalEngine: sensors tsens_tz_sensor9 tsens_tz_sensor10 tsens_tz_sensor11 tsens_tz_sensor12 tsens_tz_sensor13 tsens_tz_sensor4 tsens_tz_sensor5 tsens_tz_sensor6 tsens_tz_sensor7 tsens_tz_sensor8 10-01 23:23:14.902 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:14.902 573 573 I ThermalEngine: weights 10-01 23:23:14.902 573 573 I ThermalEngine: sampling 50 10-01 23:23:14.902 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:14.902 573 573 I ThermalEngine: math 2 10-01 23:23:14.902 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:14.902 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:14.902 573 573 I ThermalEngine: Loading configuration file system/vendor/etc/thermal-engine.conf 10-01 23:23:14.902 573 573 I ThermalEngine: Parsing section global 10-01 23:23:14.902 573 573 I ThermalEngine: Found section 'SS-GPU' 10-01 23:23:14.902 573 573 I ThermalEngine: Algo Type 'ss' 10-01 23:23:14.903 573 573 I ThermalEngine: Parsing section SS-GPU 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'device' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'set_point' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'set_point_clr' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'time_constant' 10-01 23:23:14.903 573 573 I ThermalEngine: Found section 'SS-CASE-THERM' 10-01 23:23:14.903 573 573 I ThermalEngine: Algo Type 'ss' 10-01 23:23:14.903 573 573 I ThermalEngine: Parsing section SS-CASE-THERM 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'device' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'set_point' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'set_point_clr' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'time_constant' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'device_max_limit' 10-01 23:23:14.903 573 573 I ThermalEngine: Found section 'SS-CPUS-ALL' 10-01 23:23:14.903 573 573 I ThermalEngine: Algo Type 'ss' 10-01 23:23:14.903 573 573 I ThermalEngine: Parsing section SS-CPUS-ALL 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'device' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'set_point' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'set_point_clr' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'time_constant' 10-01 23:23:14.903 573 573 I ThermalEngine: Found section 'SPEAKER-CAL' 10-01 23:23:14.903 573 573 I ThermalEngine: Algo Type 'eq' 10-01 23:23:14.903 573 573 I ThermalEngine: Parsing section SPEAKER-CAL 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sensors' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'temp_range' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'max_temp' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'offset' 10-01 23:23:14.903 573 573 I ThermalEngine: Found section 'MODEM_PA_MITIGATION' 10-01 23:23:14.903 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.903 573 573 I ThermalEngine: Parsing section MODEM_PA_MITIGATION 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.903 573 573 I ThermalEngine: Found section 'MODEM_PROC_TEMP_MITIGATION' 10-01 23:23:14.903 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.903 573 573 I ThermalEngine: Parsing section MODEM_PROC_TEMP_MITIGATION 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.903 573 573 I ThermalEngine: Found section 'BATTERY_CHARGING_CTL' 10-01 23:23:14.903 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.903 573 573 I ThermalEngine: Parsing section BATTERY_CHARGING_CTL 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.903 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS15' 10-01 23:23:14.903 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.903 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS15 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.903 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.903 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS14' 10-01 23:23:14.903 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.903 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS14 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.904 579 579 W BatteryNotifier: batterystats service unavailable! 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.904 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS13' 10-01 23:23:14.904 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.904 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS13 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.904 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS12' 10-01 23:23:14.904 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.904 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS12 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.904 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS11' 10-01 23:23:14.904 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.904 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS11 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.904 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS10' 10-01 23:23:14.904 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.904 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS10 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.904 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS9' 10-01 23:23:14.904 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.904 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS9 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.904 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS8' 10-01 23:23:14.904 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.904 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS8 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.904 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.904 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS7' 10-01 23:23:14.905 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.905 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS7 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.905 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS6' 10-01 23:23:14.905 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.905 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS6 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.905 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS5' 10-01 23:23:14.905 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.905 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS5 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.905 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS4' 10-01 23:23:14.905 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.905 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS4 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.905 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS3' 10-01 23:23:14.905 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.905 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS3 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.905 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS2' 10-01 23:23:14.905 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.905 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS2 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.905 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS1' 10-01 23:23:14.905 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.905 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS1 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'thresholds_clr' 10-01 23:23:14.905 573 573 I ThermalEngine: Found field 'actions' 10-01 23:23:14.906 573 573 I ThermalEngine: Found field 'action_info' 10-01 23:23:14.906 573 573 I ThermalEngine: Found field 'descending' 10-01 23:23:14.906 573 573 I ThermalEngine: Found section 'VDD_RSTR_MONITOR- TSENS0' 10-01 23:23:14.906 573 573 I ThermalEngine: Algo Type 'monitor' 10-01 23:23:14.906 573 573 I ThermalEngine: Parsing section VDD_RSTR_MONITOR- TSENS0 10-01 23:23:14.906 573 573 I ThermalEngine: Found field 'sampling' 10-01 23:23:14.906 573 573 I ThermalEngine: Found field 'sensor' 10-01 23:23:14.906 573 573 E ThermalEngine: Error with field 'sensor' 10-01 23:23:14.906 573 573 I ThermalEngine: [MODEM_PA_MITIGATION] 10-01 23:23:14.906 573 573 I ThermalEngine: #algo_type monitor 10-01 23:23:14.906 573 573 I ThermalEngine: sampling 10000 10-01 23:23:14.906 573 573 I ThermalEngine: sensor case_therm 10-01 23:23:14.906 573 573 I ThermalEngine: thresholds 70000 70000 10-01 23:23:14.906 573 573 I ThermalEngine: thresholds_clr 69000 69000 10-01 23:23:14.906 573 573 I ThermalEngine: actions modem modem 10-01 23:23:14.906 573 573 I ThermalEngine: action_info 2 3 10-01 23:23:14.906 573 573 I ThermalEngine: [MODEM_PROC_TEMP_MITIGATION] 10-01 23:23:14.906 573 573 I ThermalEngine: #algo_type monitor 10-01 23:23:14.906 573 573 I ThermalEngine: sampling 10000 10-01 23:23:14.906 573 573 I ThermalEngine: sensor case_therm 10-01 23:23:14.906 573 573 I ThermalEngine: thresholds 70000 70000 10-01 23:23:14.906 573 573 I ThermalEngine: thresholds_clr 69000 69000 10-01 23:23:14.906 573 573 I ThermalEngine: actions modem_proc modem_proc 10-01 23:23:14.906 573 573 I ThermalEngine: action_info 1 3 10-01 23:23:14.906 573 573 I ThermalEngine: [BATTERY_CHARGING_CTL] 10-01 23:23:14.906 573 573 I ThermalEngine: #algo_type monitor 10-01 23:23:14.906 573 573 I ThermalEngine: sampling 10000 10-01 23:23:14.906 573 573 I ThermalEngine: sensor case_therm 10-01 23:23:14.906 573 573 I ThermalEngine: thresholds 38000 40000 43000 48000 10-01 23:23:14.906 573 573 I ThermalEngine: thresholds_clr 35000 38000 40000 43000 10-01 23:23:14.906 573 573 I ThermalEngine: actions battery battery battery battery 10-01 23:23:14.907 579 579 I ServiceManagement: getService: Trying again for [email protected]::ICameraProvider/legacy/0... 10-01 23:23:14.909 540 540 I [email protected]: Successfully registered ILineagePower 10-01 23:23:14.909 540 540 I [email protected]: Power Service is ready 10-01 23:23:14.910 561 561 W thermalserviced: Unable to get Thermal HAL V1.1, vendor thermal event notification not available 10-01 23:23:14.920 535 535 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 10-01 23:23:14.925 535 535 D vndksupport: Loading /vendor/lib64/hw/gralloc.msm8953.so from current namespace instead of sphal namespace. 10-01 23:23:14.928 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:14.928 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:14.928 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:14.928 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:14.931 590 590 I wificond: wificond is starting up... 10-01 23:23:14.931 557 557 D QSEECOMD: : Init dlopen(libsecureui.so, RTLD_NOW) succeeds 10-01 23:23:14.932 557 557 D QSEECOMD: : Init::Init dlsym(g_FSHandle secure_ui_init) succeeds 10-01 23:23:14.932 557 557 D QSEECOMD: : Init secure_ui_init ret = 0 10-01 23:23:14.932 557 557 D QSEECOMD: : secure UI services: init (Listener ID = 16384) 10-01 23:23:14.933 489 689 I Magisk : ** late_start service mode running 10-01 23:23:14.934 489 689 I Magisk : * Running service.d scripts 10-01 23:23:14.934 489 689 I Magisk : * Running module service scripts 10-01 23:23:14.939 549 549 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:14.942 535 535 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:14.948 557 557 D QSEECOMD: : Parent qseecom daemon process paused!!
10-01 23:23:14.955 574 574 D /system/vendor/bin/adsprpcd:
vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:14.955 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:14.955 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:14.955 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:14.959 535 535 I [email protected]: Registration complete for [email protected]::IAllocator/default. 10-01 23:23:14.961 549 549 E [email protected]: Registered IPerf HAL service success! 10-01 23:23:14.961 693 693 D QSEECOMD: : qseecom listener service threads starting!!! 10-01 23:23:14.962 693 693 D QSEECOMD: : Total listener services to start = 9 10-01 23:23:14.962 693 693 E QSEECOMD: : Listener: index = 0, hierarchy = 1 10-01 23:23:14.962 693 693 D QSEECOMD: : Init dlopen(librpmb.so, RTLD_NOW) succeeds 10-01 23:23:14.962 693 693 D QSEECOMD: : Init::Init dlsym(g_FSHandle rpmb_start) succeeds 10-01 23:23:14.963 693 693 D QSEECOMAPI: QSEECom_register_listener 8192 sb_length = 0x6400 10-01 23:23:14.964 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IKeymasterDevice/default in either framework or device manifest. 10-01 23:23:14.966 583 583 I ServiceManagement: getService: Trying again for [email protected]::IKeymasterDevice/default... 10-01 23:23:14.966 548 548 I [email protected]: main 10-01 23:23:14.968 466 466 E SELinux : avc: denied { find } for interface=android.hardware.gnss::IGnss pid=548 scontext=u:r:init:s0 tcontext=u:object_r:hal_gnss_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:14.969 548 548 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 10-01 23:23:14.978 598 598 I gatekeeperd: Starting gatekeeperd... 10-01 23:23:14.989 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:14.990 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:14.990 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:14.990 693 693 D QSEECOMD: : Init rpmb_start ret = 0 10-01 23:23:14.990 693 693 D QSEECOMD: : RPMB system services: Started (Listener ID = 8192) 10-01 23:23:14.990 693 693 E QSEECOMD: : Listener: index = 1, hierarchy = 1 10-01 23:23:14.990 693 693 D QSEECOMD: : Init dlopen(libssd.so, RTLD_NOW) succeeds 10-01 23:23:14.990 693 693 D QSEECOMD: : Init::Init dlsym(g_FSHandle ssd_start) succeeds 10-01 23:23:14.990 693 693 D QSEECOMAPI: QSEECom_register_listener 12288 sb_length = 0x5000 10-01 23:23:14.990 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:14.995 598 598 I ServiceManagement: getService: Trying again for [email protected]::IGatekeeper/default... 10-01 23:23:15.010 534 534 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 10-01 23:23:15.010 544 544 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 10-01 23:23:15.011 534 534 D vndksupport: Loading /vendor/lib64/hw/gatekeeper.msm8953.so from current namespace instead of sphal namespace. 10-01 23:23:15.015 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IHealth/default in either framework or device manifest. 10-01 23:23:15.016 589 710 I HealthHalUtils: health: cannot get default service 10-01 23:23:15.017 534 534 D gatekeeper_device: HwGkOpen called 10-01 23:23:15.019 568 568 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13 10-01 23:23:15.019 568 568 I QC-NETMGR-LIB: NetmgrNetdClientInit(): Looking for Netd service 10-01 23:23:15.020 693 693 D QSEECOMD: : Init ssd_start ret = 0 10-01 23:23:15.020 693 693 D QSEECOMD: : SSD system services: Started (Listener ID = 12288) 10-01 23:23:15.020 693 693 E QSEECOMD: : Listener: index = 2, hierarchy = 1 10-01 23:23:15.020 693 693 D QSEECOMD: : Init dlopen(libsecureui.so, RTLD_NOW) succeeds 10-01 23:23:15.020 693 693 D QSEECOMD: : Init::Init dlsym(g_FSHandle secure_ui_start) succeeds 10-01 23:23:15.022 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.022 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.022 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.023 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.027 693 693 D QSEECOMAPI: QSEECom_register_listener 16384 sb_length = 0x10a8 10-01 23:23:15.027 547 547 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:15.027 536 536 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 10-01 23:23:15.028 466 466 E SELinux : avc: denied { find } for interface=android.system.net.netd::INetd pid=568 scontext=u:r:init:s0 tcontext=u:object_r:system_net_netd_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:15.028 568 568 D QC-NETMGR-LIB: registerServerNotification(): Successfully registered for Netd HAL service 10-01 23:23:15.028 568 568 I QC-NETMGR-LIB: NetmgrNetdClientInit(): Created netd client 10-01 23:23:15.032 544 544 D vndksupport: Loading /vendor/lib64/hw/vibrator.default.so from current namespace instead of sphal namespace. 10-01 23:23:15.040 546 546 I [email protected]: Wifi Hal is booting up... 10-01 23:23:15.040 546 546 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:15.045 544 544 D : Vibrator using timed_output 10-01 23:23:15.046 544 544 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:15.047 544 544 I [email protected]: Registration complete for [email protected]::IVibrator/default. 10-01 23:23:15.051 558 558 I FastMixerState: sMaxFastTracks = 8 10-01 23:23:15.053 558 558 V MediaUtils: physMem: 2941083648 10-01 23:23:15.053 558 558 V MediaUtils: requested limit: 536870912 10-01 23:23:15.053 558 558 V MediaUtils: actual limit: 536870912 10-01 23:23:15.053 558 558 V MediaUtils: original limits: 4294967295/4294967295 10-01 23:23:15.053 558 558 V MediaUtils: new limits: 536870912/4294967295 10-01 23:23:15.069 536 536 D vndksupport: Loading /vendor/lib64/hw/hwcomposer.msm8953.so from current namespace instead of sphal namespace. 10-01 23:23:15.088 466 466 E SELinux : avc: denied { add } for interface=android.hardware.gnss::IGnss pid=548 scontext=u:r:init:s0 tcontext=u:object_r:hal_gnss_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:15.088 548 548 I [email protected]: Registration complete for [email protected]::IGnss/default. 10-01 23:23:15.088 466 466 E SELinux : avc: denied { find } for interface=vendor.qti.gnss::ILocHidlGnss pid=548 scontext=u:r:init:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:15.089 548 548 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 10-01 23:23:15.090 711 711 I MSM-irqbalance: msm-irq_balance (1.3) initialized 10-01 23:23:15.090 711 711 I MSM-irqbalance: Configuration 10-01 23:23:15.090 711 711 I MSM-irqbalance: Rate: 0.2 Hz 10-01 23:23:15.090 711 711 I MSM-irqbalance: Decay Factor: 75.0 10-01 23:23:15.090 711 711 I MSM-irqbalance: Balancing Factor: 0.1 10-01 23:23:15.090 711 711 I MSM-irqbalance: Debug Log: OFF 10-01 23:23:15.090 711 711 I MSM-irqbalance: Cfg file: /system/vendor/etc/msm_irqbalance.conf 10-01 23:23:15.090 711 711 I MSM-irqbalance: CPU PRIO: CPU0: 0 CPU1: 0 CPU2: 0 CPU3: 0 CPU4: 1 CPU5: 1 CPU6: 1 CPU7: 1 10-01 23:23:15.090 711 711 I MSM-irqbalance: Ignored IRQs: 3 5 10-01 23:23:15.094 716 716 I NetUtilsWrapper: Unexpected command: /system/bin/iptables -w -W 10000 -t mangle -A PREROUTING -m mark --mark 0x20 -j ACCEPT 10-01 23:23:15.120 517 517 I Netd : Initializing XfrmController: 228.3ms 10-01 23:23:15.123 467 467 E SELinux : avc: denied { add } for service=display.qservice pid=536 uid=1000 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:default_android_vndservice:s0 tclass=service_manager permissive=1 10-01 23:23:15.124 467 467 E SELinux : avc: denied { find } for service=display.qservice pid=536 uid=1000 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:default_android_vndservice:s0 tclass=service_manager permissive=1 10-01 23:23:15.125 466 466 E SELinux : avc: denied { add } for interface=vendor.display.config::IDisplayConfig pid=536 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:15.126 536 536 D vndksupport: Loading /vendor/lib64/hw/gralloc.msm8953.so from current namespace instead of sphal namespace. 10-01 23:23:15.137 517 517 E Netd : Unable to create netlink socket: Protocol not supported 10-01 23:23:15.137 517 517 W Netd : Unable to open qlog quota socket, check if xt_quota2 can send via UeventHandler 10-01 23:23:15.138 517 517 D MDnsDS : MDnsSdListener::Hander starting up 10-01 23:23:15.146 585 585 V MediaUtils: physMem: 2941083648 10-01 23:23:15.146 585 585 V MediaUtils: requested limit: 588216720 10-01 23:23:15.146 585 585 V MediaUtils: cfi shadow size: 2147483648 10-01 23:23:15.146 585 585 V MediaUtils: actual limit: 2735700368 10-01 23:23:15.146 585 585 V MediaUtils: original limits: -1/-1 10-01 23:23:15.146 585 585 V MediaUtils: new limits: 2735700368/-1 10-01 23:23:15.147 558 558 I audioserver: ServiceManager: 0xe6a9c100 10-01 23:23:15.148 558 558 W BatteryNotifier: batterystats service unavailable! 10-01 23:23:15.150 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IDevicesFactory/default in either framework or device manifest. 10-01 23:23:15.151 585 585 W /system/bin/mediaextractor: Could not read additional policy file '/vendor/etc/seccomp_policy/mediaextractor.policy' 10-01 23:23:15.151 585 585 W mediaextractor: libminijail[585]: failed to get path of fd 4: No such file or directory 10-01 23:23:15.151 585 585 W mediaextractor: libminijail[585]: allowing syscall: connect 10-01 23:23:15.152 585 585 W mediaextractor: libminijail[585]: allowing syscall: fcntl 10-01 23:23:15.152 585 585 W mediaextractor: libminijail[585]: allowing syscall: sendto 10-01 23:23:15.152 585 585 W mediaextractor: libminijail[585]: allowing syscall: socket 10-01 23:23:15.152 585 585 W mediaextractor: libminijail[585]: allowing syscall: writev 10-01 23:23:15.155 517 732 D MDnsDS : MDnsSdListener starting to monitor 10-01 23:23:15.155 517 732 D MDnsDS : Going to poll with pollCount 1 10-01 23:23:15.157 576 576 E Diag_Lib: qpLogDiagInit <== result : 1 10-01 23:23:15.157 576 576 E Diag_Lib: QMID : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0 10-01 23:23:15.157 576 576 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 541 | QMID#$$#0#QMI DAEMON STARTED 10-01 23:23:15.159 585 585 W mediaextractor: libminijail[585]: logging seccomp filter failures 10-01 23:23:15.163 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.163 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.163 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.163 693 693 D QSEECOMD: : Init secure_ui_start ret = 0 10-01 23:23:15.163 693 693 D QSEECOMD: : secure UI services: Started (Listener ID = 16384) 10-01 23:23:15.163 693 693 E QSEECOMD: : Listener: index = 3, hierarchy = 1 10-01 23:23:15.163 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.164 550 550 D : QdutilsDisp: svc service starting :) 10-01 23:23:15.164 550 550 I ServiceManagement: Removing namespace from process name [email protected] to [email protected] qti. 10-01 23:23:15.164 536 721 W SDM : HWCSession::UEventThread: UEvent dropped. No uevent listener. 10-01 23:23:15.164 587 587 I mediaserver: ServiceManager: 0xf271c1c0 10-01 23:23:15.166 573 683 I ThermalEngine: vdd_restrict_qmi_request: MODEM req level(0) is recorded and waiting for completing QMI registration 10-01 23:23:15.166 573 683 I ThermalEngine: vdd_restrict_qmi_request: ADSP req level(0) is recorded and waiting for completing QMI registration 10-01 23:23:15.166 573 683 I ThermalEngine: hotplug_ktm_disable_cb: write out 0 10-01 23:23:15.166 517 517 I Netd : Registering NetdNativeService: 28.0ms 10-01 23:23:15.167 517 517 I Netd : Starting CommandListener: 0.2ms 10-01 23:23:15.167 536 721 W SDM : HWCSession::UEventThread: UEvent dropped. No uevent listener. 10-01 23:23:15.167 560 560 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::startGraphicsAllocato rService retrieved: 0 10-01 23:23:15.168 560 560 I SurfaceFlinger: Using HWComposer service: 'default' 10-01 23:23:15.168 560 560 I SurfaceFlinger: SurfaceFlinger is starting 10-01 23:23:15.168 550 550 E : Registered IQdutilsDisp HAL service success! 10-01 23:23:15.171 560 560 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncEventPhaseOffset Ns retrieved: 2000000 10-01 23:23:15.171 560 560 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncSfEventPhaseOffs etNs retrieved: 6000000 10-01 23:23:15.171 560 560 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasSyncFramework retrieved: 1 10-01 23:23:15.171 560 560 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::presentTimeOffsetFrom VSyncNs retrieved: 0 10-01 23:23:15.171 560 560 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useHwcForRGBtoYUV retrieved: 1 10-01 23:23:15.171 560 560 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxVirtualDisplaySize retrieved: 4096 10-01 23:23:15.172 568 715 I QC-NETMGR-LIB: onRegistration(): Netd service preexisting : [0] 10-01 23:23:15.172 568 715 D QC-NETMGR-LIB: onRegistration(): Service init, netd restart detected 10-01 23:23:15.172 560 560 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useVrFlinger retrieved: 0 (default) 10-01 23:23:15.172 517 517 I Netd : Registering NetdHwService: 5.0ms 10-01 23:23:15.172 568 715 I QC-NETMGR-LIB: onRegistration(): Starting Netd getService thread 10-01 23:23:15.172 517 517 I Netd : Netd started in 836ms 10-01 23:23:15.172 560 560 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxFrameBufferAcquire dBuffers retrieved: 3 10-01 23:23:15.172 560 560 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 10-01 23:23:15.173 560 560 I ConfigStore: android::hardware::configstore::V1_1::ISurfaceFlingerConfigs::primaryDisplayOrienta tion retrieved: ORIENTATION_0 (default) 10-01 23:23:15.173 560 560 I SurfaceFlinger: Enabling HWC virtual displays 10-01 23:23:15.173 560 560 I SurfaceFlinger: Disabling Triple Buffering 10-01 23:23:15.173 560 560 I SurfaceFlinger: Treble testing override: 'false' 10-01 23:23:15.173 560 560 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W... 10-01 23:23:15.173 560 560 I SurfaceFlinger: Phase offest NS: 2000000 10-01 23:23:15.175 587 587 W BatteryNotifier: batterystats service unavailable! 10-01 23:23:15.176 519 519 D AndroidRuntime: >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<< 10-01 23:23:15.176 536 536 I SDM : ExtensionInterface::CreateExtensionInterface: 10-01 23:23:15.176 536 536 I SDM : SDM-EXTENSION Version: Date: 03/12/18, Commit: 5d1f150, Change: I7dcca2690b 10-01 23:23:15.177 536 536 I SDM : HWInfo::GetHWResourceInfo: SDE Version = 5, SDE Revision = 10100000, RGB = 2, VIG = 1, DMA = 1, Cursor = 1 10-01 23:23:15.177 536 536 I SDM : HWInfo::GetHWResourceInfo: Upscale Ratio = 20, Downscale Ratio = 4, Blending Stages = 4 10-01 23:23:15.177 536 536 I SDM : HWInfo::GetHWResourceInfo: SourceSplit = 0 QSEED3 = 0 10-01 23:23:15.177 536 536 I SDM : HWInfo::GetHWResourceInfo: BWC = 0, UBWC = 1, Decimation = 1, Tile Format = 0 Concurrent Writeback = 0 10-01 23:23:15.177 536 536 I SDM : HWInfo::GetHWResourceInfo: MaxLowBw = 3400000 , MaxHighBw = 3400000 10-01 23:23:15.177 536 536 I SDM : HWInfo::GetHWResourceInfo: MaxPipeBw = 2300000 KBps, MaxSDEClock = 400000000 Hz, ClockFudgeFactor = 1.050000 10-01 23:23:15.177 536 536 I SDM : HWInfo::GetHWResourceInfo: Prefill factors: Tiled_NV12 = 8, Tiled = 4, Linear = 1, Scale = 1, Fudge_factor = 2 10-01 23:23:15.178 536 536 I SDM : HWInfo::GetMDSSRotatorInfo: MDSS Rotator: Count = 1, Downscale = 1, Min_downscale = 2.000000 10-01 23:23:15.178 536 536 I SDM : HWInfo::GetHWResourceInfo: Has Support for multiple bw limits shown below 10-01 23:23:15.178 536 536 I SDM : HWInfo::GetHWResourceInfo: Mode-index=0 total_bw_limit=3400000 and pipe_bw_limit=2300000 10-01 23:23:15.178 536 536 I SDM : HWInfo::GetHWResourceInfo: Mode-index=1 total_bw_limit=3100000 and pipe_bw_limit=2300000 10-01 23:23:15.178 536 536 I SDM : HWInfo::GetHWResourceInfo: Mode-index=2 total_bw_limit=3400000 and pipe_bw_limit=2300000 10-01 23:23:15.178 536 536 I SDM : HWInfo::GetHWResourceInfo: Mode-index=3 total_bw_limit=3400000 and pipe_bw_limit=2300000 10-01 23:23:15.178 536 536 I SDM : SessionManager::SessionManager: Allocate buffers synchronously = 0 10-01 23:23:15.179 536 721 W SDM : HWCSession::UEventThread: UEvent dropped. No uevent listener. 10-01 23:23:15.180 536 721 I chatty : uid=1000(system) HWC_UeventThrea identical 1 line 10-01 23:23:15.180 536 721 W SDM : HWCSession::UEventThread: UEvent dropped. No uevent listener. 10-01 23:23:15.181 693 693 D QSEECOMD: : Init dlopen(libdrmtime.so, RTLD_NOW) succeeds 10-01 23:23:15.181 693 693 D QSEECOMD: : Init::Init dlsym(g_FSHandle atime_start) succeeds 10-01 23:23:15.181 693 693 D DrmLibTime: QSEE Time Listener: atime_start 10-01 23:23:15.181 693 693 D QSEECOMAPI: QSEECom_register_listener 11 sb_length = 0x5000 10-01 23:23:15.182 693 693 D DrmLibTime: registering fs service to QSEECom is done! 10-01 23:23:15.182 693 693 D DrmLibTime: begin to create a thread! 10-01 23:23:15.183 693 693 D DrmLibTime: Creating a pthread in atime_start is done! return 0 10-01 23:23:15.183 693 693 D QSEECOMD: : Init atime_start ret = 0 10-01 23:23:15.183 693 693 D QSEECOMD: : time services: Started (Listener ID = 11) 10-01 23:23:15.183 693 693 E QSEECOMD: : Listener: index = 4, hierarchy = 1 10-01 23:23:15.183 693 693 D QSEECOMD: : Init dlopen(libdrmfs.so, RTLD_NOW) succeeds 10-01 23:23:15.183 693 693 D QSEECOMD: : Init::Init dlsym(g_FSHandle fs_start) succeeds 10-01 23:23:15.183 693 693 D QSEECOMAPI: QSEECom_register_listener 10 sb_length = 0x5000 10-01 23:23:15.185 693 761 D DrmLibTime: QSEE Time Listener: dispatch 10-01 23:23:15.185 693 761 D DrmLibTime: before calling ioctl to read the next time_cmd 10-01 23:23:15.185 693 693 D QSEECOMD: : Init fs_start ret = 0 10-01 23:23:15.185 693 693 D QSEECOMD: : file system services: Started (Listener ID = 10) 10-01 23:23:15.185 693 693 E QSEECOMD: : Listener: index = 5, hierarchy = 1 10-01 23:23:15.185 693 693 D QSEECOMD: : Init dlopen(libdrmfs.so, RTLD_NOW) succeeds 10-01 23:23:15.185 693 693 D QSEECOMD: : Init::Init dlsym(g_FSHandle gpfs_start) succeeds 10-01 23:23:15.185 693 693 D QSEECOMAPI: QSEECom_register_listener 28672 sb_length = 0x7e000 10-01 23:23:15.187 518 518 D AndroidRuntime: >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<< 10-01 23:23:15.190 693 693 D QSEECOMD: : Init gpfs_start ret = 0 10-01 23:23:15.190 693 693 D QSEECOMD: : gpfile system services: Started (Listener ID = 28672) 10-01 23:23:15.190 693 693 E QSEECOMD: : Listener: index = 6, hierarchy = 1 10-01 23:23:15.190 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.190 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.190 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.190 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.191 595 738 D QCALOG : [location-mq] SRV Socket-Opend 10-01 23:23:15.192 565 565 I Dpps : GetInstance: DppsServer ref count increased to 1 10-01 23:23:15.193 568 754 I QC-NETMGR-LIB: getServiceImpl(): INetd discovered 10-01 23:23:15.195 536 721 W SDM : HWCSession::UEventThread: UEvent dropped. No uevent listener. 10-01 23:23:15.195 536 721 W SDM : HWCSession::UEventThread: UEvent dropped. No uevent listener. 10-01 23:23:15.197 588 588 W statsd : statscompanion service unavailable! 10-01 23:23:15.197 728 728 I NetUtilsWrapper: Unexpected command: /system/bin/iptables -w -W 10000 -t mangle -D PREROUTING -m mark --mark 0x20 -j ACCEPT 10-01 23:23:15.200 594 594 I Atfwd_Daemon: *** Starting ATFWD-daemon *** 10-01 23:23:15.200 594 594 I Atfwd_Daemon: init all signals 10-01 23:23:15.200 594 594 I Atfwd_Daemon: Explicitly disbling qmux 10-01 23:23:15.200 594 594 I Atfwd_Daemon: Disabling QMUX complete... 10-01 23:23:15.200 594 594 I Atfwd_Daemon: getting at svc obj for access terminal QMI svc 10-01 23:23:15.200 594 594 I Atfwd_Daemon: 10-01 23:23:15.200 594 594 I Atfwd_Daemon: 10-01 23:23:15.200 594 594 I Atfwd_Daemon: TrtyInit: retryCnt: 1 10-01 23:23:15.200 594 594 I Atfwd_Daemon: Using QCCI. Skipping qmi_init 10-01 23:23:15.200 594 594 I Atfwd_Daemon: result : 1 ,Init step :0 ,qmiErrorCode: 0 10-01 23:23:15.200 594 594 I Atfwd_Daemon: 10-01 23:23:15.200 594 594 I Atfwd_Daemon: Back to main. 10-01 23:23:15.200 594 594 I Atfwd_Daemon: tryinit complete with connectresult: 1 10-01 23:23:15.200 594 594 I Atfwd_Daemon: 10-01 23:23:15.200 594 594 I Atfwd_Daemon: 10-01 23:23:15.200 594 594 I Atfwd_Daemon: TrtyInit: retryCnt: 1 10-01 23:23:15.200 594 594 I Atfwd_Daemon: 10-01 23:23:15.200 594 594 I Atfwd_Daemon: qmi_client_init_instance.... 10-01 23:23:15.200 536 536 I SDM : CoreInterface::CreateCore: Open interface handle = 0x780a06b000 10-01 23:23:15.200 536 536 I SDM : HWCSession::Register: Set uevent listener = 0x780a04b200 10-01 23:23:15.200 536 536 I SDM : HWInfo::GetFirstDisplayInterfaceType: First display is internal display 10-01 23:23:15.200 536 536 I SDM : CPUHint::Init: Invalid CPU Hint Pre- enable Window -1 10-01 23:23:15.201 693 693 D QSEECOMD: : Init dlopen(libqisl.so, RTLD_NOW) succeeds 10-01 23:23:15.201 693 693 D QSEECOMD: : Init::Init dlsym(g_FSHandle qisl_start) succeeds 10-01 23:23:15.201 536 536 I SDM : HWDevice::GetHWPanelMaxBrightnessFromNode: Max brightness level = 255 10-01 23:23:15.201 536 536 I SDM : HWDevice::Init: access(/dev/graphics/fb0) successful 10-01 23:23:15.201 536 536 I SDM : HWDevice::GetHWPanelMaxBrightnessFromNode: Max brightness level = 255 10-01 23:23:15.201 536 536 I SDM : HWDevice::PopulateHWPanelInfo: Device type = 0, Display Port = 1, Display Mode = 1, Device Node = 0, Is Primary = 1 10-01 23:23:15.201 536 536 I SDM : HWDevice::PopulateHWPanelInfo: Partial Update = 0, supported roi_count =1, Dynamic FPS = 0 10-01 23:23:15.201 536 536 I SDM : HWDevice::PopulateHWPanelInfo: Align: left = 0, width = 0, top = 0, height = 0 10-01 23:23:15.201 536 536 I SDM : HWDevice::PopulateHWPanelInfo: ROI: min_width = 0, min_height = 0, need_merge = 0 10-01 23:23:15.201 536 536 I SDM : HWDevice::PopulateHWPanelInfo: FPS: min = 0, max =0 10-01 23:23:15.201 536 536 I SDM : HWDevice::PopulateHWPanelInfo: Ping Pong Split = 0 10-01 23:23:15.201 536 536 I SDM : HWDevice::PopulateHWPanelInfo: Left Split = 0, Right Split = 0 10-01 23:23:15.205 769 769 E LocSvc_launcher: 10-01 23:23:15.205 769 769 E LocSvc_launcher: Error! execvp() returned. Something is wrong. Could not start slim_daemon,Error: 2 [No such file or directory] 10-01 23:23:15.205 595 595 E LocSvc_launcher: sig_handler_chld:159]: Received SIGCHLD 10-01 23:23:15.206 595 595 E LocSvc_launcher: Parent woken up! Interrupted system call 10-01 23:23:15.206 595 595 E LocSvc_launcher: main:840]: Exit status: 1. Restarting 10-01 23:23:15.206 595 595 E LocSvc_launcher: main:849]: Restarting slim_daemon. Number of restarts: 1 10-01 23:23:15.207 565 565 I Dpps : InitPrimaryContextFeatures():297 Dpps feature enable properties are false, skipping primary feature context init 10-01 23:23:15.207 536 536 I SDM : HWDevice::GetHWPanelMaxBrightnessFromNode: Max brightness level = 255 10-01 23:23:15.207 536 536 I SDM : HWDevice::GetHWPanelMaxBrightnessFromNode: Max brightness level = 255 10-01 23:23:15.207 536 536 W SDM : HWDevice::GetHWPanelInfoByNode: Failed to open msm_fb_panel_info node device node 2 10-01 23:23:15.207 536 536 W SDM : HWDevice::GetHWPanelInfoByNode: Failed to open msm_fb_panel_info node device node 3 10-01 23:23:15.208 536 536 I SDM : HWDevice::GetHWPanelMaxBrightnessFromNode: Max brightness level = 255 10-01 23:23:15.208 536 536 I SDM : HWDevice::GetHWPanelMaxBrightnessFromNode: Max brightness level = 255 10-01 23:23:15.208 536 536 W SDM : HWDevice::GetHWPanelInfoByNode: Failed to open msm_fb_panel_info node device node 2 10-01 23:23:15.208 536 536 W SDM : HWDevice::GetHWPanelInfoByNode: Failed to open msm_fb_panel_info node device node 3 10-01 23:23:15.208 536 536 I SDM : StrategyImpl::SetIdleTimeoutMs: Idle timeout: active = 70, inactive = 520 10-01 23:23:15.208 536 536 W SDM : ColorManager::CreateColorManagerProxy: PAV2 version is versions = 11, version = 11 10-01 23:23:15.208 778 778 E LocSvc_launcher: 10-01 23:23:15.208 778 778 E LocSvc_launcher: Error! execvp() returned. Something is wrong. Could not start slim_daemon,Error: 2 [No such file or directory] 10-01 23:23:15.209 693 774 I QISL : QSEE Interrupt Service Listener Thread is started 10-01 23:23:15.209 693 774 D QSEECOMAPI: QSEECom_register_listener 36864 sb_length = 0x1f4 10-01 23:23:15.211 693 774 I QISL : QSEE Interrupt Service Listener was activated successfully 10-01 23:23:15.211 693 693 D QSEECOMD: : Init qisl_start ret = 0 10-01 23:23:15.211 693 693 D QSEECOMD: : interrupt services: Started (Listener ID = 36864) 10-01 23:23:15.211 693 693 E QSEECOMD: : Listener: index = 7, hierarchy = 1 10-01 23:23:15.211 693 693 E QSEECOMD: : Init dlopen(libspl.so, RLTD_NOW) is failed.... dlopen failed: library "libspl.so" not found 10-01 23:23:15.211 693 693 E QSEECOMD: : Listener: index = 8, hierarchy = 1 10-01 23:23:15.213 595 595 E LocSvc_launcher: sig_handler_chld:159]: Received SIGCHLD 10-01 23:23:15.213 595 595 E LocSvc_launcher: Parent woken up! Interrupted system call 10-01 23:23:15.213 595 595 E LocSvc_launcher: main:840]: Exit status: 1. Restarting 10-01 23:23:15.213 595 595 E LocSvc_launcher: main:849]: Restarting slim_daemon. Number of restarts: 2 10-01 23:23:15.214 592 592 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13 10-01 23:23:15.214 779 779 E LocSvc_launcher: 10-01 23:23:15.214 779 779 E LocSvc_launcher: Error! execvp() returned. Something is wrong. Could not start slim_daemon,Error: 2 [No such file or directory] 10-01 23:23:15.215 595 595 E LocSvc_launcher: sig_handler_chld:159]: Received SIGCHLD 10-01 23:23:15.215 595 595 E LocSvc_launcher: Parent woken up! Interrupted system call 10-01 23:23:15.215 595 595 E LocSvc_launcher: main:840]: Exit status: 1. Restarting 10-01 23:23:15.215 595 595 E LocSvc_launcher: main:849]: Restarting slim_daemon. Number of restarts: 3 10-01 23:23:15.216 588 588 W statsd : Child initialization success -6150195365450938007 10-01 23:23:15.217 588 588 W statsd : Child initialization success 8759787701068459216 10-01 23:23:15.217 588 588 W statsd : Child initialization success 5101244345202411538 10-01 23:23:15.217 588 588 W statsd : Child initialization success 8759787701068459216 10-01 23:23:15.217 588 588 W statsd : Child initialization success 4355931911588875875 10-01 23:23:15.217 588 588 W statsd : Child initialization success 5474199740567127686 10-01 23:23:15.217 588 588 W statsd : Child initialization success 8759787701068459216 10-01 23:23:15.217 588 588 W statsd : Child initialization success 8441638367716604327 10-01 23:23:15.217 588 588 W statsd : Child initialization success -745248690958657399 10-01 23:23:15.217 588 588 W statsd : Child initialization success 8128581080230084093 10-01 23:23:15.217 588 588 W statsd : Child initialization success 9024506553588204147 10-01 23:23:15.217 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.217 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.217 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.217 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.218 588 588 I statsd : using statsd socket 10-01 23:23:15.209 571 571 I rild : type=1400 audit(0.0:340): avc: denied { read write } for name="diag" dev="tmpfs" ino=14496 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:15.209 571 571 I rild : type=1400 audit(0.0:341): avc: denied { open } for path="/dev/diag" dev="tmpfs" ino=14496 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:15.209 571 571 I rild : type=1400 audit(0.0:342): avc: denied { ioctl } for path="/dev/diag" dev="tmpfs" ino=14496 ioctlcmd=20 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:15.209 548 548 I vendor.qti.gnss: type=1400 audit(0.0:343): avc: denied { call } for scontext=u:r:init:s0 tcontext=u:r:hwservicemanager:s0 tclass=binder permissive=1 10-01 23:23:15.209 548 548 I [email protected]: type=1400 audit(0.0:344): avc: denied { transfer } for scontext=u:r:init:s0 tcontext=u:r:hwservicemanager:s0 tclass=binder permissive=1 10-01 23:23:15.224 548 548 D LocSvc_LBSProxy: checkIfLocationExtendedClientExists] File does not Exist 10-01 23:23:15.224 560 560 D libEGL : loaded /vendor/lib64/egl/libEGL_adreno.so 10-01 23:23:15.226 548 548 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:15.226 548 548 I [email protected]: Registration complete for [email protected]::ILocHidlGnss/gnss_vendor. 10-01 23:23:15.229 780 780 E LocSvc_launcher: 10-01 23:23:15.229 780 780 E LocSvc_launcher: Error! execvp() returned. Something is wrong. Could not start slim_daemon,Error: 2 [No such file or directory] 10-01 23:23:15.230 595 595 E LocSvc_launcher: sig_handler_chld:159]: Received SIGCHLD 10-01 23:23:15.230 595 595 E LocSvc_launcher: Parent woken up! Interrupted system call 10-01 23:23:15.230 595 595 E LocSvc_launcher: main:840]: Exit status: 1. Restarting 10-01 23:23:15.230 595 595 E LocSvc_launcher: main:849]: Restarting slim_daemon. Number of restarts: 4 10-01 23:23:15.230 536 536 I SDM : DisplayBase::InitializeColorModes: Number of Color Modes = 12 10-01 23:23:15.231 785 785 E LocSvc_launcher: 10-01 23:23:15.231 785 785 E LocSvc_launcher: Error! execvp() returned. Something is wrong. Could not start slim_daemon,Error: 2 [No such file or directory] 10-01 23:23:15.231 595 595 E LocSvc_launcher: sig_handler_chld:159]: Received SIGCHLD 10-01 23:23:15.232 595 595 E LocSvc_launcher: Parent woken up! Interrupted system call 10-01 23:23:15.232 595 595 E LocSvc_launcher: main:840]: Exit status: 1. Restarting 10-01 23:23:15.232 595 595 E LocSvc_launcher: main:849]: Restarting slim_daemon. Number of restarts: 5 10-01 23:23:15.234 562 562 D FingerGoodix: FingerPrintService is constructing 10-01 23:23:15.234 562 562 D vndksupport: Loading /vendor/lib64/hw/gxfingerprint.default.so from current namespace instead of sphal namespace. 10-01 23:23:15.234 786 786 E LocSvc_launcher: 10-01 23:23:15.234 786 786 E LocSvc_launcher: Error! execvp() returned. Something is wrong. Could not start slim_daemon,Error: 2 [No such file or directory] 10-01 23:23:15.235 595 595 E LocSvc_launcher: sig_handler_chld:159]: Received SIGCHLD 10-01 23:23:15.235 595 595 E LocSvc_launcher: Parent woken up! Interrupted system call 10-01 23:23:15.235 595 595 E LocSvc_launcher: main:840]: Exit status: 1. Restarting 10-01 23:23:15.235 595 595 E LocSvc_launcher: main:844]: slim_daemon Restarted too many times. Grounded! 10-01 23:23:15.241 536 536 W SDM : HWEvents::InitializePollFd: open failed for display=0 event=idle_power_collapse, error=No such file or directory 10-01 23:23:15.241 536 536 I SDM : HWCDisplay::Init: Display created with id: 0 10-01 23:23:15.241 536 536 E SDM : DisplayBase::GetColorModeAttr: Failed: Mode CE without attribute 10-01 23:23:15.241 536 536 E SDM : DisplayBase::GetColorModeAttr: Failed: Mode cold_none_d without attribute 10-01 23:23:15.241 536 536 E SDM : DisplayBase::GetColorModeAttr: Failed: Mode default_none without attribute 10-01 23:23:15.241 536 536 E SDM : DisplayBase::GetColorModeAttr: Failed: Mode eye1 without attribute 10-01 23:23:15.241 536 536 E SDM : DisplayBase::GetColorModeAttr: Failed: Mode eye2 without attribute 10-01 23:23:15.241 536 536 E SDM : DisplayBase::GetColorModeAttr: Failed: Mode eye3 without attribute 10-01 23:23:15.241 536 536 E SDM : DisplayBase::GetColorModeAttr: Failed: Mode eye4 without attribute 10-01 23:23:15.241 536 536 E SDM : DisplayBase::GetColorModeAttr: Failed: Mode eye5 without attribute 10-01 23:23:15.241 536 536 E SDM : DisplayBase::GetColorModeAttr: Failed: Mode eye6 without attribute 10-01 23:23:15.241 536 536 E SDM : DisplayBase::GetColorModeAttr: Failed: Mode eye7 without attribute 10-01 23:23:15.241 536 536 E SDM : DisplayBase::GetColorModeAttr: Failed: Mode eye8 without attribute 10-01 23:23:15.241 536 536 E SDM : DisplayBase::GetColorModeAttr: Failed: Mode warm_none_d without attribute 10-01 23:23:15.241 536 536 I SDM : DisplayBase::SetFrameBufferConfig: New framebuffer resolution (1080x1920) 10-01 23:23:15.244 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.244 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.244 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.244 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.246 740 740 E Diag_Lib: qpLogDiagInit <== result : 1 10-01 23:23:15.246 740 740 E Diag_Lib: DATAD : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0 10-01 23:23:15.246 740 740 E Diag_Lib: [IMS_DataD] imsdatad.c | 5824 | | 740 | DATAD#$$#0#DATAD STARTED 10-01 23:23:15.248 693 693 D QSEECOMD: : Init dlopen(libGPreqcancel.so, RTLD_NOW) succeeds 10-01 23:23:15.248 693 693 D QSEECOMD: : Init::Init dlsym(g_FSHandle gp_reqcancel_start) succeeds 10-01 23:23:15.248 693 693 D QSEECOMAPI: QSEECom_register_listener 4352 sb_length = 0x5000 10-01 23:23:15.250 693 693 D QSEECOMD: : Init gp_reqcancel_start ret = 0 10-01 23:23:15.250 693 693 D QSEECOMD: : gp request cancellation services: Started (Listener ID = 4352) 10-01 23:23:15.252 519 519 I zygote : option[0]=-Xzygote 10-01 23:23:15.252 519 519 I zygote : option[1]=-Xusetombstonedtraces 10-01 23:23:15.252 519 519 I zygote : option[2]=exit 10-01 23:23:15.252 519 519 I zygote : option[3]=vfprintf 10-01 23:23:15.252 519 519 I zygote : option[4]=sensitiveThread 10-01 23:23:15.252 519 519 I zygote : option[5]=-verbose:gc 10-01 23:23:15.252 519 519 I zygote : option[6]=-Xms16m 10-01 23:23:15.252 519 519 I zygote : option[7]=-Xmx512m 10-01 23:23:15.252 519 519 I zygote : option[8]=-XX:HeapGrowthLimit=256m 10-01 23:23:15.252 519 519 I zygote : option[9]=-XX:HeapMinFree=4m 10-01 23:23:15.252 519 519 I zygote : option[10]=-XX:HeapMaxFree=8m 10-01 23:23:15.252 519 519 I zygote : option[11]=- XX:HeapTargetUtilization=0.75 10-01 23:23:15.252 519 519 I zygote : option[12]=-Xusejit:true 10-01 23:23:15.252 519 519 I zygote : option[13]=-Xjitsaveprofilinginfo 10-01 23:23:15.252 519 519 I zygote : option[14]=- XjdwpOptions:suspend=n,server=y 10-01 23:23:15.252 519 519 I zygote : option[15]=-XjdwpProvider:default 10-01 23:23:15.252 519 519 I zygote : option[16]=-Xlockprofthreshold:500 10-01 23:23:15.252 519 519 I zygote : option[17]=-Ximage-compiler-option 10-01 23:23:15.252 519 519 I zygote : option[18]=--runtime-arg 10-01 23:23:15.252 519 519 I zygote : option[19]=-Ximage-compiler-option 10-01 23:23:15.252 519 519 I zygote : option[20]=-Xms64m 10-01 23:23:15.252 519 519 I zygote : option[21]=-Ximage-compiler-option 10-01 23:23:15.252 519 519 I zygote : option[22]=--runtime-arg 10-01 23:23:15.252 519 519 I zygote : option[23]=-Ximage-compiler-option 10-01 23:23:15.252 519 519 I zygote : option[24]=-Xmx64m 10-01 23:23:15.252 519 519 I zygote : option[25]=-Ximage-compiler-option 10-01 23:23:15.252 519 519 I zygote : option[26]=--profile- file=/system/etc/boot-image.prof 10-01 23:23:15.252 519 519 I zygote : option[27]=-Ximage-compiler-option 10-01 23:23:15.252 519 519 I zygote : option[28]=--compiler-filter=speed- profile 10-01 23:23:15.252 519 519 I zygote : option[29]=-Xcompiler-option 10-01 23:23:15.252 519 519 I zygote : option[30]=--runtime-arg 10-01 23:23:15.252 519 519 I zygote : option[31]=-Xcompiler-option 10-01 23:23:15.252 519 519 I zygote : option[32]=-Xms64m 10-01 23:23:15.253 519 519 I zygote : option[33]=-Xcompiler-option 10-01 23:23:15.253 519 519 I zygote : option[34]=--runtime-arg 10-01 23:23:15.253 519 519 I zygote : option[35]=-Xcompiler-option 10-01 23:23:15.253 519 519 I zygote : option[36]=-Xmx512m 10-01 23:23:15.253 519 519 I zygote : option[37]=-Ximage-compiler-option 10-01 23:23:15.253 519 519 I zygote : option[38]=--instruction-set- variant=cortex-a53 10-01 23:23:15.253 519 519 I zygote : option[39]=-Xcompiler-option 10-01 23:23:15.253 519 519 I zygote : option[40]=--instruction-set- variant=cortex-a53 10-01 23:23:15.253 519 519 I zygote : option[41]=-Ximage-compiler-option 10-01 23:23:15.253 519 519 I zygote : option[42]=--instruction-set- features=default 10-01 23:23:15.253 519 519 I zygote : option[43]=-Xcompiler-option 10-01 23:23:15.253 519 519 I zygote : option[44]=--instruction-set- features=default 10-01 23:23:15.253 519 519 I zygote : option[45]=-Duser.locale=en-DE 10-01 23:23:15.253 519 519 I zygote : option[46]=--cpu-abilist=armeabi- v7a,armeabi 10-01 23:23:15.253 519 519 I zygote : option[47]=- Xfingerprint:xiaomi/mido/mido:7.0/NRD90M/V8.5.4.0.NCFMIED:user/release-keys 10-01 23:23:15.255 566 566 E QCNEA : Cne Version 4.9 10-01 23:23:15.268 693 693 D QSEECOMD: : QSEECOM DAEMON RUNNING 10-01 23:23:15.270 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.270 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.270 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.270 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.281 518 518 I zygote64: option[0]=-Xzygote 10-01 23:23:15.281 518 518 I zygote64: option[1]=-Xusetombstonedtraces 10-01 23:23:15.281 518 518 I zygote64: option[2]=exit 10-01 23:23:15.281 518 518 I zygote64: option[3]=vfprintf 10-01 23:23:15.281 518 518 I zygote64: option[4]=sensitiveThread 10-01 23:23:15.281 518 518 I zygote64: option[5]=-verbose:gc 10-01 23:23:15.281 518 518 I zygote64: option[6]=-Xms16m 10-01 23:23:15.281 518 518 I zygote64: option[7]=-Xmx512m 10-01 23:23:15.281 518 518 I zygote64: option[8]=-XX:HeapGrowthLimit=256m 10-01 23:23:15.281 518 518 I zygote64: option[9]=-XX:HeapMinFree=4m 10-01 23:23:15.281 518 518 I zygote64: option[10]=-XX:HeapMaxFree=8m 10-01 23:23:15.281 518 518 I zygote64: option[11]=- XX:HeapTargetUtilization=0.75 10-01 23:23:15.281 518 518 I zygote64: option[12]=-Xusejit:true 10-01 23:23:15.281 518 518 I zygote64: option[13]=-Xjitsaveprofilinginfo 10-01 23:23:15.281 518 518 I zygote64: option[14]=- XjdwpOptions:suspend=n,server=y 10-01 23:23:15.281 518 518 I zygote64: option[15]=-XjdwpProvider:default 10-01 23:23:15.281 518 518 I zygote64: option[16]=-Xlockprofthreshold:500 10-01 23:23:15.281 518 518 I zygote64: option[17]=-Ximage-compiler-option 10-01 23:23:15.281 518 518 I zygote64: option[18]=--runtime-arg 10-01 23:23:15.281 518 518 I zygote64: option[19]=-Ximage-compiler-option 10-01 23:23:15.281 518 518 I zygote64: option[20]=-Xms64m 10-01 23:23:15.281 518 518 I zygote64: option[21]=-Ximage-compiler-option 10-01 23:23:15.281 518 518 I zygote64: option[22]=--runtime-arg 10-01 23:23:15.281 518 518 I zygote64: option[23]=-Ximage-compiler-option 10-01 23:23:15.281 518 518 I zygote64: option[24]=-Xmx64m 10-01 23:23:15.281 518 518 I zygote64: option[25]=-Ximage-compiler-option 10-01 23:23:15.281 518 518 I zygote64: option[26]=--profile- file=/system/etc/boot-image.prof 10-01 23:23:15.281 518 518 I zygote64: option[27]=-Ximage-compiler-option 10-01 23:23:15.281 518 518 I zygote64: option[28]=--compiler-filter=speed- profile 10-01 23:23:15.281 518 518 I zygote64: option[29]=-Xcompiler-option 10-01 23:23:15.281 518 518 I zygote64: option[30]=--runtime-arg 10-01 23:23:15.281 518 518 I zygote64: option[31]=-Xcompiler-option 10-01 23:23:15.281 518 518 I zygote64: option[32]=-Xms64m 10-01 23:23:15.281 518 518 I zygote64: option[33]=-Xcompiler-option 10-01 23:23:15.281 518 518 I zygote64: option[34]=--runtime-arg 10-01 23:23:15.281 518 518 I zygote64: option[35]=-Xcompiler-option 10-01 23:23:15.281 518 518 I zygote64: option[36]=-Xmx512m 10-01 23:23:15.281 518 518 I zygote64: option[37]=-Ximage-compiler-option 10-01 23:23:15.281 518 518 I zygote64: option[38]=--instruction-set- variant=generic 10-01 23:23:15.281 518 518 I zygote64: option[39]=-Xcompiler-option 10-01 23:23:15.281 518 518 I zygote64: option[40]=--instruction-set- variant=generic 10-01 23:23:15.281 518 518 I zygote64: option[41]=-Ximage-compiler-option 10-01 23:23:15.281 518 518 I zygote64: option[42]=--instruction-set- features=default 10-01 23:23:15.281 518 518 I zygote64: option[43]=-Xcompiler-option 10-01 23:23:15.281 518 518 I zygote64: option[44]=--instruction-set- features=default 10-01 23:23:15.281 518 518 I zygote64: option[45]=-Duser.locale=en-DE 10-01 23:23:15.281 518 518 I zygote64: option[46]=--cpu-abilist=arm64-v8a 10-01 23:23:15.281 518 518 I zygote64: option[47]=- Xfingerprint:xiaomi/mido/mido:7.0/NRD90M/V8.5.4.0.NCFMIED:user/release-keys 10-01 23:23:15.296 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.296 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.296 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.296 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.311 467 467 E SELinux : avc: denied { find } for service=vendor.qcom.PeripheralManager pid=592 uid=1001 scontext=u:r:rild:s0 tcontext=u:object_r:default_android_vndservice:s0 tclass=service_manager permissive=1 10-01 23:23:15.317 534 534 D QSEECOMAPI: QSEECom_get_handle sb_length = 0xa000 10-01 23:23:15.318 534 534 D QSEECOMAPI: App is already loaded QSEE and app id = 4 10-01 23:23:15.319 534 534 E gatekeeper_device: Gatekeeper initialized 10-01 23:23:15.319 534 534 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:15.321 519 519 I zygote : VerifyImage: /system/bin/patchoat --input-image-location=/system/framework/boot.art --output-image- directory=/data/dalvik-cache/arm --instruction-set=arm --verify 10-01 23:23:15.321 534 534 I [email protected]: Registration complete for [email protected]::IGatekeeper/default. 10-01 23:23:15.323 469 469 D QSEECOMAPI: QSEECom_get_handle sb_length = 0xa000 10-01 23:23:15.323 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.323 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.323 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.323 469 469 D QSEECOMAPI: App is already loaded QSEE and app id = 4 10-01 23:23:15.323 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.324 562 562 D FingerGoodix: gxFingerPrint open succuss! 10-01 23:23:15.329 770 770 D LocSvc_LBSProxy: checkIfLocationExtendedClientExists] File does not Exist 10-01 23:23:15.330 770 801 I LocSvc_api_v02: locClientOpen:1945]: Service instance id is -1 10-01 23:23:15.330 770 801 I LocSvc_api_v02: ---> locClientOpenInstance line 1828 loc client open 10-01 23:23:15.330 469 469 E keymaster1_device: Keymaster Initialized 10-01 23:23:15.330 469 469 E keymaster1_device: TA API Major Verion: 1 10-01 23:23:15.330 469 469 E keymaster1_device: TA API Minor Verion: 0 10-01 23:23:15.330 469 469 E keymaster1_device: TA Major Verion: 1 10-01 23:23:15.330 469 469 E keymaster1_device: TA Minor Verion: 10 10-01 23:23:15.330 469 469 E keymaster1_device: set_version_req->flags: 1 10-01 23:23:15.331 770 801 E QMI_FW : QMUXD: WARNING qmi_qmux_if_pwr_up_init failed! rc=-6 10-01 23:23:15.332 469 469 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:15.333 469 469 I [email protected]: Registration complete for [email protected]::IKeymasterDevice/default. 10-01 23:23:15.336 583 583 I keystore: found [email protected]::IKeymasterDevice with interface name default and seclevel TRUSTED_ENVIRONMENT 10-01 23:23:15.337 767 767 I LOWI-8.5.0.3.a: [MessageQ_Client] connecting to server [/data/vendor/location/mq/location-mq-s] 10-01 23:23:15.337 767 767 I LOWI-8.5.0.3.a: [MessageQ_Client] connected 10-01 23:23:15.337 767 767 I LOWI-8.5.0.3.a: [LOWIController] loadConfigItems: Log level = 3, Cache Records = 100, max queue size = 255, fresh scan threshold = 500 10-01 23:23:15.338 767 767 E LOWI-8.5.0.3.a: [LOWIDiagLog] Diag logging could not be enabled 10-01 23:23:15.339 767 815 I LOWI-8.5.0.3.a: [LOWIController] Client controller entering event loop 10-01 23:23:15.343 518 518 I zygote64: VerifyImage: /system/bin/patchoat --input-image-location=/system/framework/boot.art --output-image- directory=/data/dalvik-cache/arm64 --instruction-set=arm64 --verify 10-01 23:23:15.347 560 560 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_adreno.so 10-01 23:23:15.350 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.350 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.350 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.350 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.361 560 560 D libEGL : loaded /vendor/lib64/egl/libGLESv2_adreno.so 10-01 23:23:15.377 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.377 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.377 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.377 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.381 560 560 I Adreno : QUALCOMM build : 2371bd1, I8ebe47d372 10-01 23:23:15.381 560 560 I Adreno : Build Date : 03/12/18 10-01 23:23:15.381 560 560 I Adreno : OpenGL ES Shader Compiler Version: EV031.22.00.01 10-01 23:23:15.381 560 560 I Adreno : Local Branch : 10-01 23:23:15.381 560 560 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.0.r36-rel 10-01 23:23:15.381 560 560 I Adreno : Remote Branch : NONE 10-01 23:23:15.381 560 560 I Adreno : Reconstruct Branch : NOTHING 10-01 23:23:15.404 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.404 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.404 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.404 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.430 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.430 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.430 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.431 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.457 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.457 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.457 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.457 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.484 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.484 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.484 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.484 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.486 536 536 I SDM : HWCDisplay::SetFrameBufferResolution: New framebuffer resolution (1080x1920) 10-01 23:23:15.486 536 536 I SDM : HWCColorManager::CreateColorManager: Successfully loaded libsdm-disp-vndapis.so 10-01 23:23:15.490 560 560 I Adreno : PFP: 0x005ff087, ME: 0x005ff063 10-01 23:23:15.494 536 536 I SDM : HWCColorManager::CreateColorManager: Successfully loaded libsdm-disp-vndapis.so and libsdm-diag.so and diag_init'ed 10-01 23:23:15.495 536 536 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:15.497 536 536 I [email protected]: Registration complete for [email protected]::IComposer/default. 10-01 23:23:15.510 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.510 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.510 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.511 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.537 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1151: Error 57: apps_dev_init failed. domain 0, errno Operation not permitted 10-01 23:23:15.537 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1234: Error 57: open dev -1 for domain 0 failed 10-01 23:23:15.537 574 574 D /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:663: Error 2c: remote handle invoke failed. domain 1838660123, handle ffffffff, sc 0, pra 0x0 10-01 23:23:15.537 574 574 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/adsprpcd.c:43:adsp daemon will restart after 25ms... 10-01 23:23:15.570 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for remote_heap_config.so. (No such file or directory) 10-01 23:23:15.571 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for oemconfig.so. (No such file or directory) 10-01 23:23:15.571 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for testsig-0xccc6d961.so. (No such file or directory) 10-01 23:23:15.571 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for testsig.so. (No such file or directory) 10-01 23:23:15.575 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for adsp_avs_config.acdb. (No such file or directory) 10-01 23:23:15.582 560 560 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 10-01 23:23:15.583 560 560 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 10-01 23:23:15.586 560 560 I SurfaceFlinger: EGL information: 10-01 23:23:15.586 560 560 I SurfaceFlinger: vendor : Android 10-01 23:23:15.586 560 560 I SurfaceFlinger: version : 1.4 Android META-EGL 10-01 23:23:15.586 560 560 I SurfaceFlinger: extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_swap_buffers_with_damage EGL_ANDROID_get_native_client_buffer EGL_ANDROID_front_buffer_auto_refresh EGL_ANDROID_get_frame_timestamps EGL_EXT_surface_SMPTE2086_metadata EGL_EXT_surface_CTA861_3_metadata EGL_KHR_image EGL_KHR_image_base EGL_KHR_lock_surface EGL_KHR_gl_colorspace EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_reusable_sync EGL_KHR_fence_sync EGL_KHR_create_context EGL_KHR_surfaceless_context EGL_EXT_create_context_robustness EGL_ANDROID_image_native_buffer EGL_KHR_wait_sync EGL_ANDROID_recordable EGL_KHR_partial_update EGL_EXT_pixel_format_float EGL_KHR_create_context_no_error EGL_KHR_mutable_render_buffer EGL_EXT_yuv_surface EGL_EXT_protected_content EGL_IMG_context_priority EGL_KHR_no_config_context 10-01 23:23:15.587 560 560 I SurfaceFlinger: Client API: OpenGL_ES 10-01 23:23:15.587 560 560 I SurfaceFlinger: EGLSurface: 8-8-8-8, config=0x7843780e40 10-01 23:23:15.588 560 560 I SurfaceFlinger: OpenGL ES informations: 10-01 23:23:15.588 560 560 I SurfaceFlinger: vendor : Qualcomm 10-01 23:23:15.588 560 560 I SurfaceFlinger: renderer : Adreno (TM) 506 10-01 23:23:15.588 560 560 I SurfaceFlinger: version : OpenGL ES 3.2 [email protected] (GIT@2371bd1, I8ebe47d372) (Date:03/12/18) 10-01 23:23:15.588 560 560 I SurfaceFlinger: extensions: GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_half_float GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_compressed_ETC1_RGB8_texture GL_AMD_compressed_ATC_texture GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_OES_texture_compression_astc GL_OES_texture_npot GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_OES_texture_3D GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_QCOM_alpha_test GL_OES_depth24 GL_OES_packed_depth_stencil GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_EXT_sRGB GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_sRGB_decode GL_OES_element_index_uint GL_EXT_copy_image GL_EXT_geometry_shader GL_EXT_tessellation_shader GL_OES_texture_stencil8 GL_EXT_shader_io_blocks GL_OES_shader_image_atomic GL_OES_sample_variables GL_EXT_texture_border_clamp GL_EXT_multisampled_render_to_texture 10-01 23:23:15.588 560 560 I SurfaceFlinger: GL_MAX_TEXTURE_SIZE = 16384 10-01 23:23:15.588 560 560 I SurfaceFlinger: GL_MAX_VIEWPORT_DIMS = 16384 10-01 23:23:15.591 536 843 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. 10-01 23:23:15.596 536 843 D vndksupport: Loading /vendor/lib64/hw/gralloc.msm8953.so from current namespace instead of sphal namespace. 10-01 23:23:15.598 536 843 D SDM : HWCSession::RegisterCallback: Registering callback: Hotplug 10-01 23:23:15.599 536 843 I SDM : HWCDisplay::GetHdrCapabilities: HDR is not supported 10-01 23:23:15.599 536 843 I SDM : HWCDisplay::GetHdrCapabilities: HDR is not supported 10-01 23:23:15.600 560 560 E HWComposer: getSupportedPerFrameMetadata: getSupportedPerFrameMetadata failed for display 0: Unsupported (8) 10-01 23:23:15.628 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for custom_sm_ecns_1.so.1. (No such file or directory) 10-01 23:23:15.629 536 843 D SDM : HWCSession::RegisterCallback: Registering callback: Refresh 10-01 23:23:15.629 536 843 D SDM : HWCSession::RegisterCallback: Registering callback: Vsync 10-01 23:23:15.631 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for custom_sm_ecns_2.so.1. (No such file or directory) 10-01 23:23:15.632 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for custom_dm_ecns_1.so.1. (No such file or directory) 10-01 23:23:15.632 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for custom_dm_ecns_2.so.1. (No such file or directory) 10-01 23:23:15.633 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for custom_qm_ecns_1.so.1. (No such file or directory) 10-01 23:23:15.633 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for custom_qm_ecns_2.so.1. (No such file or directory) 10-01 23:23:15.635 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for voiceproc_tx.so. (No such file or directory) 10-01 23:23:15.636 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for voiceproc_rx.so. (No such file or directory) 10-01 23:23:15.694 541 859 E qti_sensors_hal: processSingleSensorInfoResp: either handle is -1 or error is true or mSensors[handle] is NULL! 10-01 23:23:15.694 541 859 E qti_sensors_hal: processSingleSensorInfoResp: either handle_wakeup is -1 or error is true or mSensors[handle_wakeup] is NULL! 10-01 23:23:15.694 541 859 E qti_sensors_hal: processSingleSensorInfoResp: either handle is -1 or error is true or mSensors[handle] is NULL! 10-01 23:23:15.695 541 859 E qti_sensors_hal: processSingleSensorInfoResp: either handle_wakeup is -1 or error is true or mSensors[handle_wakeup] is NULL! 10-01 23:23:15.695 541 859 E qti_sensors_hal: processSingleSensorInfoResp: either handle_wakeup is -1 or error is true or mSensors[handle_wakeup] is NULL! 10-01 23:23:15.706 555 555 E Sensors : sns_debug_main.c(283):Debug Config File missing in EFS! 10-01 23:23:15.729 566 566 E QMI_FW : QMUXD: WARNING qmi_qmux_if_pwr_up_init failed! rc=-6 10-01 23:23:15.745 541 541 E libsensor1: client_get_conn: qmi_client_get_service_list error sns_svc_num=20 retries=29 qmi_err=0 10-01 23:23:15.771 541 541 W qti_sensors_hal: addSensor : Not supported sensor with handle 67! 10-01 23:23:15.791 541 541 W qti_sensors_hal: addSensor : Not supported sensor with handle 39! 10-01 23:23:15.797 541 541 W qti_sensors_hal: addSensor : Not supported sensor with handle 48! 10-01 23:23:15.797 541 541 W qti_sensors_hal: addSensor : Not supported sensor with handle 49! 10-01 23:23:15.798 541 541 W qti_sensors_hal: addSensor : Not supported sensor with handle 53! 10-01 23:23:15.800 541 541 W qti_sensors_hal: addSensor : Not supported sensor with handle 68! 10-01 23:23:15.803 541 541 I : Loaded library from sensors.ssc.so 10-01 23:23:15.803 541 541 E /vendor/bin/hw/[email protected] service: HAL specifies version 1.4, but does not implement set_operation_mode() 10-01 23:23:15.804 541 541 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:15.809 541 541 I [email protected]: Registration complete for [email protected]::ISensors/default. 10-01 23:23:15.907 579 579 W ServiceManagement: Waited one second for [email protected]::ICameraProvider/legacy/0. Waiting another... 10-01 23:23:16.010 597 597 I mm-camera: < INFO> 420: void init(): memleak lib init. 10-01 23:23:16.010 597 597 I mm-camera: < INFO> 439: void init(): memleak tracer not attached 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 419: eebin_read: failed! 10-01 23:23:16.030 597 597 I chatty : uid=1006(camera) mm-qcamera-daem identical 3 lines 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 419: eebin_read: failed! 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 811: eebin_get_bin_mid: Enter 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 1 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name video0 type 65537 group id 2 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 2 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name msm_cci type 131072 group id 0 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 3 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev0 type 131072 group id 0 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 4 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev1 type 131072 group id 0 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 5 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev2 type 131072 group id 0 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 6 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev3 type 131072 group id 1 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 7 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev4 type 131072 group id 1 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 8 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev5 type 131072 group id 1 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 9 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev6 type 131072 group id 7 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 10 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev7 type 131072 group id 8 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 713: eebin_read_mid: Enter 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 11 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev8 type 131072 group id 8 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 713: eebin_read_mid: Enter 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 780: eebin_read_mid: s5k5e8_eeprom_name = , s5k3l8_eeprom_name = ofilm_s5k3l8 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 781: eebin_read_mid: Lawrence: imx258_eeprom_name = 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 785: eebin_read_mid: Exit 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 12 10-01 23:23:16.030 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev9 type 131072 group id 8 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 713: eebin_read_mid: Enter 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 780: eebin_read_mid: s5k5e8_eeprom_name = ofilm_s5k5e8, s5k3l8_eeprom_name = ofilm_s5k3l8 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 781: eebin_read_mid: Lawrence: imx258_eeprom_name = 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 785: eebin_read_mid: Exit 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 13 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev10 type 131072 group id 8 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 713: eebin_read_mid: Enter 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 780: eebin_read_mid: s5k5e8_eeprom_name = ofilm_s5k5e8, s5k3l8_eeprom_name = ofilm_s5k3l8 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 781: eebin_read_mid: Lawrence: imx258_eeprom_name = ofilm_imx258 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 785: eebin_read_mid: Exit 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 14 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev11 type 131072 group id 8 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 713: eebin_read_mid: Enter 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 15 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev12 type 131072 group id 16 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 16 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev13 type 131072 group id 14 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 17 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev14 type 131072 group id 9 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 18 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev15 type 131072 group id 3 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 19 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev16 type 131072 group id 3 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 20 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev17 type 131072 group id 2 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 21 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 842: eebin_get_bin_mid: entity name v4l-subdev18 type 131072 group id 13 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 836: eebin_get_bin_mid: entity id 22 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 852: eebin_get_bin_mid: Exit 10-01 23:23:16.031 597 597 E mm-camera: <SENSOR><ERROR> 509: sensor_init_probe: failed: to probe eeprom bin sensors (non-fatal) 10-01 23:23:16.034 597 597 E mm-camera: <SENSOR><ERROR> 341: sensor_init_xml_probe: cfg.eeprom_name = le2464c, s5k5e8_eeprom_name: ofilm_s5k5e8, s5k3l8_eeprom_name: ofilm_s5k3l8 10-01 23:23:16.034 597 597 E mm-camera: <SENSOR><ERROR> 341: sensor_init_xml_probe: cfg.eeprom_name = qtech_s5k5e8, s5k5e8_eeprom_name: ofilm_s5k5e8, s5k3l8_eeprom_name: ofilm_s5k3l8 10-01 23:23:16.034 597 597 E mm-camera: <SENSOR><ERROR> 341: sensor_init_xml_probe: cfg.eeprom_name = sunny_s5k5e8, s5k5e8_eeprom_name: ofilm_s5k5e8, s5k3l8_eeprom_name: ofilm_s5k3l8 10-01 23:23:16.035 597 597 E mm-camera: <SENSOR><ERROR> 341: sensor_init_xml_probe: cfg.eeprom_name = ofilm_s5k5e8, s5k5e8_eeprom_name: ofilm_s5k5e8, s5k3l8_eeprom_name: ofilm_s5k3l8 10-01 23:23:16.061 589 710 I ServiceManager: Waiting for service package_native... 10-01 23:23:16.073 556 608 D PerMgrSrv: modem new state: is on-line 10-01 23:23:16.073 556 803 D PerMgrSrv: modem state: is on-line, add client QCRIL 10-01 23:23:16.073 556 803 D PerMgrSrv: QCRIL registered 10-01 23:23:16.073 556 607 D PerMgrSrv: modem state: is on-line, add client QCRIL 10-01 23:23:16.073 556 607 D PerMgrSrv: QCRIL registered 10-01 23:23:16.073 571 571 D PerMgrLib: QCRIL successfully registered for modem 10-01 23:23:16.073 592 592 D PerMgrLib: QCRIL successfully registered for modem 10-01 23:23:16.086 560 560 D SurfaceFlinger: shader cache generated - 24 shaders in 456.363129 ms 10-01 23:23:16.089 560 560 D SurfaceFlinger: Set power mode=2, type=0 flinger=0x7843655000 10-01 23:23:16.089 536 843 I SDM : DisplayBase::SetDisplayState: Set state = 1, display 0 10-01 23:23:16.089 560 560 D SurfaceFlinger: Finished set power mode=2, type=0 10-01 23:23:16.097 597 597 E mm-camera: <SENSOR><ERROR> 227: sensor_probe: [s5k5e8_ofilm] probe succeeded: session_id(1) entity_name(v4l-subdev19) 10-01 23:23:16.099 536 843 D qdutils : DEBUG_CALC_FPS: 0 10-01 23:23:16.099 536 843 D qdutils : period: 10 10-01 23:23:16.099 536 843 D qdutils : ignorethresh_us: 500000 10-01 23:23:16.103 597 597 E mm-camera: <SENSOR><ERROR> 341: sensor_init_xml_probe: cfg.eeprom_name = qtech_s5k3l8, s5k5e8_eeprom_name: ofilm_s5k5e8, s5k3l8_eeprom_name: ofilm_s5k3l8 10-01 23:23:16.103 597 597 E mm-camera: <SENSOR><ERROR> 341: sensor_init_xml_probe: cfg.eeprom_name = sunny_s5k3l8, s5k5e8_eeprom_name: ofilm_s5k5e8, s5k3l8_eeprom_name: ofilm_s5k3l8 10-01 23:23:16.103 597 597 E mm-camera: <SENSOR><ERROR> 341: sensor_init_xml_probe: cfg.eeprom_name = ofilm_s5k3l8, s5k5e8_eeprom_name: ofilm_s5k5e8, s5k3l8_eeprom_name: ofilm_s5k3l8 10-01 23:23:16.117 527 527 D audio_hw_utils: audio_extn_utils_get_snd_card_num: snd_card_name: msm8953-snd-card-mtp 10-01 23:23:16.118 527 527 D audio_hw_utils: audio_extn_utils_get_snd_card_num: Opened sound card:0 10-01 23:23:16.133 597 597 E mm-camera: <SENSOR><ERROR> 227: sensor_probe: [s5k3l8_ofilm] probe succeeded: session_id(2) entity_name(v4l-subdev20) 10-01 23:23:16.136 597 597 E mm-camera: <SENSOR><ERROR> 341: sensor_init_xml_probe: cfg.eeprom_name = qtech_imx258, s5k5e8_eeprom_name: ofilm_s5k5e8, s5k3l8_eeprom_name: ofilm_s5k3l8 10-01 23:23:16.136 597 597 E mm-camera: <SENSOR><ERROR> 341: sensor_init_xml_probe: cfg.eeprom_name = sunny_imx258, s5k5e8_eeprom_name: ofilm_s5k5e8, s5k3l8_eeprom_name: ofilm_s5k3l8 10-01 23:23:16.136 597 597 E mm-camera: <SENSOR><ERROR> 341: sensor_init_xml_probe: cfg.eeprom_name = ofilm_imx258, s5k5e8_eeprom_name: ofilm_s5k5e8, s5k3l8_eeprom_name: ofilm_s5k3l8 10-01 23:23:16.136 597 597 E mm-camera: <SENSOR><ERROR> 341: sensor_init_xml_probe: cfg.eeprom_name = qtech_ov13855, s5k5e8_eeprom_name: ofilm_s5k5e8, s5k3l8_eeprom_name: ofilm_s5k3l8 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_eeprom_open_lib:380 ofilm_s5k5e8_eeprom_open_lib Enter 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_info:81 0x0A04 : 0x07 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_info:81 0x0A05 : 0x11 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_info:81 0x0A06 : 0x02 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_info:81 0x0A07 : 0x17 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_info:81 0x0A08 : 0x00 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_info:81 0x0A09 : 0x00 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_info:81 0x0A0A : 0x00 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_info:97 Done 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A0B : 0x01 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A0C : 0x0e 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A0D : 0x01 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A0E : 0x35 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A0F : 0x01 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A10 : 0xc2 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A11 : 0x00 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A12 : 0x01 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A13 : 0x10 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A14 : 0x01 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A15 : 0x23 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A16 : 0x01 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:150 0x0A17 : 0xc8 10-01 23:23:16.151 597 597 E mm-camera: 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_read_wbdata:176 ofilm_s5k5e8_read_wbdata: read opt data ok 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_format_wbdata:284 ofilm_s5k5e8_format_wbdata read wbdata ok 10-01 23:23:16.151 597 597 E mm-camera: s5k5e8_eeprom ofilm_s5k5e8_eeprom_format_lensshading:300 Enter 10-01 23:23:16.181 553 553 I rmt_storage: rmt_storage_connect_cb: clnt_h=0x1 conn_h=0x7719e2c020 10-01 23:23:16.181 553 553 I rmt_storage: rmt_storage_open_cb: /boot/modem_fs1: req_h=0x1 msg_id=1: Client found 10-01 23:23:16.181 553 1024 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: Worker thread started 10-01 23:23:16.181 553 1024 I rmt_storage: wake lock name: rmt_storage_511533454576, name creation success: 24 10-01 23:23:16.181 553 553 I rmt_storage: rmt_storage_open_cb: /boot/modem_fs1: req_h=0x1 msg_id=1: Send response: res=0 err=0 10-01 23:23:16.181 553 553 I rmt_storage: rmt_storage_disconnect_cb: clnt_h=0x1 conn_h=0x7719e2c020 10-01 23:23:16.181 553 553 I rmt_storage: rmt_storage_connect_cb: clnt_h=0x2 conn_h=0x7719e2c020 10-01 23:23:16.182 553 553 I rmt_storage: rmt_storage_open_cb: /boot/modem_fs2: req_h=0x2 msg_id=1: Client found 10-01 23:23:16.182 553 1025 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs2: Worker thread started 10-01 23:23:16.182 553 553 I rmt_storage: rmt_storage_open_cb: /boot/modem_fs2: req_h=0x2 msg_id=1: Send response: res=0 err=0 10-01 23:23:16.182 553 1025 I rmt_storage: wake lock name: rmt_storage_511532414192, name creation success: 24 10-01 23:23:16.182 553 553 I rmt_storage: rmt_storage_disconnect_cb: clnt_h=0x2 conn_h=0x7719e2c020 10-01 23:23:16.182 553 553 I rmt_storage: rmt_storage_connect_cb: clnt_h=0x3 conn_h=0x7719e2c020 10-01 23:23:16.182 553 553 I rmt_storage: rmt_storage_open_cb: /boot/modem_fsg: req_h=0x3 msg_id=1: Client found 10-01 23:23:16.182 553 553 I rmt_storage: rmt_storage_open_cb: /boot/modem_fsg: req_h=0x3 msg_id=1: Send response: res=0 err=0 10-01 23:23:16.182 553 1026 I rmt_storage: rmt_storage_client_thread: /boot/modem_fsg: Worker thread started 10-01 23:23:16.182 553 1026 I rmt_storage: wake lock name: rmt_storage_511531373808, name creation success: 24 10-01 23:23:16.182 553 553 I rmt_storage: rmt_storage_disconnect_cb: clnt_h=0x3 conn_h=0x7719e2c020 10-01 23:23:16.183 553 553 I rmt_storage: rmt_storage_connect_cb: clnt_h=0x4 conn_h=0x7719e2c020 10-01 23:23:16.183 553 553 I rmt_storage: rmt_storage_open_cb: /boot/modem_fsc: req_h=0x4 msg_id=1: Client found 10-01 23:23:16.183 553 553 I rmt_storage: rmt_storage_open_cb: /boot/modem_fsc: req_h=0x4 msg_id=1: Send response: res=0 err=0 10-01 23:23:16.183 553 1027 I rmt_storage: rmt_storage_client_thread: /boot/modem_fsc: Worker thread started 10-01 23:23:16.183 553 1027 I rmt_storage: wake lock name: rmt_storage_511530333424, name creation success: 24 10-01 23:23:16.183 553 553 I rmt_storage: rmt_storage_disconnect_cb: clnt_h=0x4 conn_h=0x7719e2c020 10-01 23:23:16.189 553 553 I rmt_storage: rmt_storage_connect_cb: clnt_h=0x5 conn_h=0x7719e2c020 10-01 23:23:16.189 553 553 I rmt_storage: rmt_storage_alloc_buff_cb: /boot/modem_fs1: req_h=0x5 msg_id=4: Alloc request received: Size: 0 10-01 23:23:16.189 553 553 I rmt_storage: rmt_storage_alloc_buff_cb: /boot/modem_fs1: req_h=0x5 msg_id=4: New client making a dummy request with buffer req size 0 10-01 23:23:16.189 553 553 I rmt_storage: rmt_storage_alloc_buff_cb: /boot/modem_fs1: req_h=0x5 msg_id=4: Send response: res=0 err=0 10-01 23:23:16.190 553 553 I rmt_storage: rmt_storage_disconnect_cb: clnt_h=0x5 conn_h=0x7719e2c020 10-01 23:23:16.191 553 553 I rmt_storage: rmt_storage_connect_cb: clnt_h=0x6 conn_h=0x7719e2c020 10-01 23:23:16.191 553 553 I rmt_storage: rmt_storage_rw_iovec_cb: /boot/modem_fs1: req_h=0x6 msg_id=3: R/W request received 10-01 23:23:16.191 553 553 I rmt_storage: wakelock acquired: 1, error no: 42 10-01 23:23:16.191 553 1024 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: Unblock worker thread (th_id: 511533454576) 10-01 23:23:16.193 553 1024 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: req_h=0x6 msg_id=3: Bytes read = 512 10-01 23:23:16.193 553 1024 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: req_h=0x6 msg_id=3: Send response: res=0 err=0 10-01 23:23:16.193 553 1024 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: About to block rmt_storage client thread (th_id: 511533454576) wakelock released: 1, error no: 0 10-01 23:23:16.193 553 1024 I rmt_storage: 10-01 23:23:16.194 553 553 I rmt_storage: rmt_storage_disconnect_cb: clnt_h=0x6 conn_h=0x7719e2c020 10-01 23:23:16.194 553 553 I rmt_storage: rmt_storage_connect_cb: clnt_h=0x7 conn_h=0x7719e2c020 10-01 23:23:16.194 553 553 I rmt_storage: rmt_storage_rw_iovec_cb: /boot/modem_fs2: req_h=0x7 msg_id=3: R/W request received 10-01 23:23:16.194 553 553 I rmt_storage: wakelock acquired: 1, error no: 42 10-01 23:23:16.194 553 1025 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs2: Unblock worker thread (th_id: 511532414192) 10-01 23:23:16.197 553 1025 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs2: req_h=0x7 msg_id=3: Bytes read = 512 10-01 23:23:16.197 553 1025 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs2: req_h=0x7 msg_id=3: Send response: res=0 err=0 10-01 23:23:16.197 553 1025 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs2: About to block rmt_storage client thread (th_id: 511532414192) wakelock released: 1, error no: 0 10-01 23:23:16.197 553 1025 I rmt_storage: 10-01 23:23:16.197 553 553 I rmt_storage: rmt_storage_disconnect_cb: clnt_h=0x7 conn_h=0x7719e2c020 10-01 23:23:16.199 553 553 I rmt_storage: rmt_storage_connect_cb: clnt_h=0x8 conn_h=0x7719e2c020 10-01 23:23:16.199 553 553 I rmt_storage: rmt_storage_rw_iovec_cb: /boot/modem_fs1: req_h=0x8 msg_id=3: R/W request received 10-01 23:23:16.199 553 553 I rmt_storage: wakelock acquired: 1, error no: 42 10-01 23:23:16.199 553 1024 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: Unblock worker thread (th_id: 511533454576) 10-01 23:23:16.204 594 594 I Atfwd_Daemon: qmi_client_init_instance status retry : 1 10-01 23:23:16.205 594 594 I Atfwd_Daemon: 10-01 23:23:16.205 594 594 I Atfwd_Daemon: qmi_client_init_instance.... 10-01 23:23:16.209 594 594 I Atfwd_Daemon: qmi_client_init_instance status: -3, num_retries: 2, retryCnt: 1 10-01 23:23:16.209 594 594 I Atfwd_Daemon: result : -3 ,Init step :1 ,qmiErrorCode: 0 10-01 23:23:16.209 594 594 I Atfwd_Daemon: 10-01 23:23:16.209 594 594 I Atfwd_Daemon: Sleeping... 10-01 23:23:16.210 553 1024 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: req_h=0x8 msg_id=3: Bytes read = 1571840 10-01 23:23:16.210 553 1024 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: req_h=0x8 msg_id=3: Send response: res=0 err=0 10-01 23:23:16.210 553 1024 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: About to block rmt_storage client thread (th_id: 511533454576) wakelock released: 1, error no: 0 10-01 23:23:16.210 553 1024 I rmt_storage: 10-01 23:23:16.211 553 553 I rmt_storage: rmt_storage_disconnect_cb: clnt_h=0x8 conn_h=0x7719e2c020 10-01 23:23:16.221 466 466 E SELinux : avc: denied { add } for interface=vendor.qti.hardware.radio.am::IQcRilAudio pid=571 scontext=u:r:rild:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:16.219 1034 1034 I iptables: type=1400 audit(0.0:473): avc: denied { create } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=rawip_socket permissive=1 10-01 23:23:16.219 1034 1034 I iptables: type=1400 audit(0.0:474): avc: denied { getopt } for lport=255 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=rawip_socket permissive=1 10-01 23:23:16.250 571 782 D PerMgrLib: QCRIL voting for modem 10-01 23:23:16.251 556 607 D PerMgrSrv: QCRIL voting for modem 10-01 23:23:16.251 556 607 D PerMgrSrv: modem num voters is 2 10-01 23:23:16.239 571 571 I rild : type=1400 audit(0.0:475): avc: denied { ioctl } for path="socket:[23691]" dev="sockfs" ino=23691 ioctlcmd=c302 scontext=u:r:rild:s0 tcontext=u:r:rild:s0 tclass=socket permissive=1 10-01 23:23:16.252 571 782 E QMI_FW : QMUXD: WARNING qmi_qmux_if_pwr_up_init failed! rc=-6 10-01 23:23:16.276 527 527 E audio_route: Control 'LSM6 Mixer TERT_MI2S_TX' doesn't exist - skipping 10-01 23:23:16.276 527 527 E audio_route: Control 'LSM7 Mixer TERT_MI2S_TX' doesn't exist - skipping 10-01 23:23:16.276 527 527 E audio_route: Control 'LSM8 Mixer TERT_MI2S_TX' doesn't exist - skipping 10-01 23:23:16.278 527 527 E audio_route: Control 'LSM6 Mixer TERT_MI2S_TX' doesn't exist - skipping 10-01 23:23:16.278 527 527 E audio_route: Control 'LSM7 Mixer TERT_MI2S_TX' doesn't exist - skipping 10-01 23:23:16.278 527 527 E audio_route: Control 'LSM8 Mixer TERT_MI2S_TX' doesn't exist - skipping 10-01 23:23:16.279 527 527 E audio_route: Control 'LSM6 Mixer TERT_MI2S_TX' doesn't exist - skipping 10-01 23:23:16.280 527 527 E audio_route: Control 'LSM7 Mixer TERT_MI2S_TX' doesn't exist - skipping 10-01 23:23:16.280 527 527 E audio_route: Control 'LSM8 Mixer TERT_MI2S_TX' doesn't exist - skipping 10-01 23:23:16.285 554 554 I tftp_server: pid=554 tid=554 tftp-server : INF : [tftp_server.c, 524] rcvd request [1] [73] [2] [0] [17] 10-01 23:23:16.286 554 1047 I tftp_server: pid=554 tid=1047 tftp-server : INF : [tftp_server_utils.c, 113] file [readwrite/server_check.txt] : [/vendor/rfs/msm/mpss/readwrite/server_check.txt] 10-01 23:23:16.269 554 554 I tftp_server: type=1400 audit(0.0:476): avc: denied { connect } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=socket permissive=1 10-01 23:23:16.286 554 1047 I tftp_server: pid=554 tid=1047 tftp-server : INF : [tftp_server.c, 1044] OACK options : [7680, 1500, 10, 0, 0, 0, 0, 0] 10-01 23:23:16.286 554 1047 I tftp_server: pid=554 tid=1047 tftp-server : INF : [tftp_os_la.c, 184] unlink failed: [2] [/vendor/rfs/msm/mpss/readwrite/server_check.txt.rfs_tmp] [No such file or directo 10-01 23:23:16.286 554 1047 I tftp_server: pid=554 tid=1047 tftp-server : INF : [tftp_server.c, 722] Using temp file[/vendor/rfs/msm/mpss/readwrite/server_check.txt.rfs_tmp] for atomic put 10-01 23:23:16.286 554 1047 I tftp_server: pid=554 tid=1047 tftp-server : INF : [tftp_os_la.c, 59] open : [-1] [-1] [384] [577] [/vendor/rfs/msm/mpss/readwrite/server_check.txt.rfs_tmp] 10-01 23:23:16.288 573 632 I ThermalEngine: MODEM thermal mitigation available. 10-01 23:23:16.289 573 632 I ThermalEngine: ACTION: MODEM - Pending request: pa mitigation succeeded for level 0. 10-01 23:23:16.289 573 632 I ThermalEngine: Mitigation:Modem:0 10-01 23:23:16.289 573 632 I ThermalEngine: ACTION: MODEM - Pending request: cpuv_restriction_cold mitigation succeeded for level 0. 10-01 23:23:16.289 573 632 I ThermalEngine: Mitigation:VDD[MODEM- cpuv_restriction_cold]:0 10-01 23:23:16.289 573 632 I ThermalEngine: ACTION: MODEM - Pending request: modem mitigation succeeded for level 0. 10-01 23:23:16.289 573 632 I ThermalEngine: Mitigation:VDD[MODEM-modem]:0 10-01 23:23:16.290 573 632 I ThermalEngine: ACTION: MODEM - Pending request: modem_current mitigation succeeded for level 0. 10-01 23:23:16.290 573 632 I ThermalEngine: Mitigation:VDD[MODEM- modem_current]:0 10-01 23:23:16.294 572 625 E QC-time-services: Daemon:genoff_modem_qmi_service_request: qmi_client_get_service_list returned 0num_services 1 10-01 23:23:16.300 554 1047 I tftp_server: pid=554 tid=1047 tftp-server : INF : [tftp_server.c, 1315] WRQ stats : total-blocks = 1 : total-bytes = 5 : 5 timedout- pkts = 0, wrong-pkts = 0 10-01 23:23:16.300 554 1047 I tftp_server: pid=554 tid=1047 tftp-server : INF : [tftp_server.c, 1319] WRQ time stats : Total : [TX, RX] = [143, 182, 0] 10-01 23:23:16.300 554 1047 I tftp_server: pid=554 tid=1047 tftp-server : INF : [tftp_server.c, 1323] WRQ time stats : Tx [Min, Max] = [57, 86] 10-01 23:23:16.300 554 1047 I tftp_server: pid=554 tid=1047 tftp-server : INF : [tftp_server.c, 1327] WRQ time stats : Rx [Min, Max] = [182, 182] 10-01 23:23:16.301 527 527 E platform_info: param tag only supported with CONFIG_PARAMS section 10-01 23:23:16.301 527 527 E platform_info: param tag only supported with CONFIG_PARAMS section 10-01 23:23:16.302 527 527 D ACDB-LOADER: ACDB -> No .acdb files found in /vendor/etc/acdbdata! 10-01 23:23:16.302 527 527 D ACDB-LOADER: ACDB -> found 0 form factor & soundcard independant files 10-01 23:23:16.289 527 527 I [email protected]: type=1400 audit(0.0:477): avc: denied { read } for name="hw_platform" dev="sysfs" ino=33639 scontext=u:r:hal_audio_default:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 10-01 23:23:16.303 527 527 D ACDB-LOADER: ACDB -> Load file: /vendor/etc/acdbdata/QRD/QRD_Handset_cal.acdb 10-01 23:23:16.303 527 527 D ACDB-LOADER: ACDB -> Load file: /vendor/etc/acdbdata/QRD/QRD_Bluetooth_cal.acdb 10-01 23:23:16.303 527 527 D ACDB-LOADER: ACDB -> Load file: /vendor/etc/acdbdata/QRD/QRD_Global_cal.acdb 10-01 23:23:16.303 527 527 D ACDB-LOADER: ACDB -> Load file: /vendor/etc/acdbdata/QRD/QRD_Hdmi_cal.acdb 10-01 23:23:16.303 527 527 D ACDB-LOADER: ACDB -> Load file: /vendor/etc/acdbdata/QRD/QRD_Headset_cal.acdb 10-01 23:23:16.303 527 527 D ACDB-LOADER: ACDB -> Load file: /vendor/etc/acdbdata/QRD/QRD_General_cal.acdb 10-01 23:23:16.303 527 527 D ACDB-LOADER: ACDB -> Load file: /vendor/etc/acdbdata/QRD/QRD_Speaker_cal.acdb 10-01 23:23:16.303 527 527 D ACDB-LOADER: ACDB -> ACDB_CMD_INITIALIZE_V2 10-01 23:23:16.306 527 527 D : [ACDB Command]->SW Minor/Major/Revision version info for /vendor/etc/acdbdata/QRD/QRD_Handset_cal.acdb 10-01 23:23:16.306 527 527 D : [ACDB Command]->ACDB Sw Major = 9, ACDB Sw Minor = 0, ACDB Sw Revision = 4, ACDB Sw Cpl Number = 0 10-01 23:23:16.306 527 527 D : [ACDB Command]->ACDB File Major = 8, ACDB File Minor = 0, ACDB File Revision = 0, ACDB File Cpl Number = 0 10-01 23:23:16.311 527 527 D : [ACDB Command]->SW Minor/Major/Revision version info for /vendor/etc/acdbdata/QRD/QRD_Bluetooth_cal.acdb 10-01 23:23:16.311 527 527 D : [ACDB Command]->ACDB Sw Major = 9, ACDB Sw Minor = 0, ACDB Sw Revision = 4, ACDB Sw Cpl Number = 0 10-01 23:23:16.311 527 527 D : [ACDB Command]->ACDB File Major = 8, ACDB File Minor = 0, ACDB File Revision = 0, ACDB File Cpl Number = 0 10-01 23:23:16.314 527 527 D : [ACDB Command]->SW Minor/Major/Revision version info for /vendor/etc/acdbdata/QRD/QRD_Global_cal.acdb 10-01 23:23:16.314 527 527 D : [ACDB Command]->ACDB Sw Major = 9, ACDB Sw Minor = 0, ACDB Sw Revision = 4, ACDB Sw Cpl Number = 0 10-01 23:23:16.314 527 527 D : [ACDB Command]->ACDB File Major = 8, ACDB File Minor = 0, ACDB File Revision = 0, ACDB File Cpl Number = 0 10-01 23:23:16.315 527 527 D : [ACDB Command]->SW Minor/Major/Revision version info for /vendor/etc/acdbdata/QRD/QRD_Hdmi_cal.acdb 10-01 23:23:16.315 527 527 D : [ACDB Command]->ACDB Sw Major = 9, ACDB Sw Minor = 0, ACDB Sw Revision = 4, ACDB Sw Cpl Number = 0 10-01 23:23:16.315 527 527 D : [ACDB Command]->ACDB File Major = 8, ACDB File Minor = 0, ACDB File Revision = 0, ACDB File Cpl Number = 0 10-01 23:23:16.318 527 527 D : [ACDB Command]->SW Minor/Major/Revision version info for /vendor/etc/acdbdata/QRD/QRD_Headset_cal.acdb 10-01 23:23:16.318 527 527 D : [ACDB Command]->ACDB Sw Major = 9, ACDB Sw Minor = 0, ACDB Sw Revision = 4, ACDB Sw Cpl Number = 0 10-01 23:23:16.318 527 527 D : [ACDB Command]->ACDB File Major = 8, ACDB File Minor = 0, ACDB File Revision = 0, ACDB File Cpl Number = 0 10-01 23:23:16.320 527 527 D : [ACDB Command]->SW Minor/Major/Revision version info for /vendor/etc/acdbdata/QRD/QRD_General_cal.acdb 10-01 23:23:16.320 527 527 D : [ACDB Command]->ACDB Sw Major = 9, ACDB Sw Minor = 0, ACDB Sw Revision = 4, ACDB Sw Cpl Number = 0 10-01 23:23:16.320 527 527 D : [ACDB Command]->ACDB File Major = 8, ACDB File Minor = 0, ACDB File Revision = 0, ACDB File Cpl Number = 0 10-01 23:23:16.324 562 562 D FingerGoodix: gx_ta_start 10-01 23:23:16.325 562 562 D QSEECOMAPI: QSEECom_get_handle sb_length = 0x1000 10-01 23:23:16.325 562 562 D QSEECOMAPI: App is not loaded in QSEE 10-01 23:23:16.325 562 562 E QSEECOMAPI: Error::Cannot open the file /system/etc/firmware/goodixfp.mdt errno = 2 10-01 23:23:16.325 562 562 E QSEECOMAPI: Error::Loading image failed with ret = -1 10-01 23:23:16.325 562 562 D FingerGoodix: Loading goodixfp failed: ret=-1, errno=2. 10-01 23:23:16.325 562 562 D QSEECOMAPI: QSEECom_get_handle sb_length = 0x1000 10-01 23:23:16.325 562 562 D QSEECOMAPI: App is not loaded in QSEE 10-01 23:23:16.326 527 527 D : [ACDB Command]->SW Minor/Major/Revision version info for /vendor/etc/acdbdata/QRD/QRD_Speaker_cal.acdb 10-01 23:23:16.326 527 527 D : [ACDB Command]->ACDB Sw Major = 9, ACDB Sw Minor = 0, ACDB Sw Revision = 4, ACDB Sw Cpl Number = 0 10-01 23:23:16.326 527 527 D : [ACDB Command]->ACDB File Major = 8, ACDB File Minor = 0, ACDB File Revision = 0, ACDB File Cpl Number = 0 10-01 23:23:16.326 527 527 D ACDB-LOADER: ACDB -> ACPH INIT 10-01 23:23:16.326 527 527 D : [ACPH]->Online service registered with ACPH 10-01 23:23:16.326 527 527 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13 10-01 23:23:16.326 527 527 E Diag_Lib: diag: In diagpkt_tbl_reg, service not initialized. 10-01 23:23:16.326 527 527 D : [ACPH]->ACPH init success 10-01 23:23:16.326 527 527 D ACDB-LOADER: ACDB -> RTAC INIT 10-01 23:23:16.326 527 527 D : [ACPH]->DSP RTC service registered with ACPH 10-01 23:23:16.326 527 527 D ACDB-LOADER: ACDB -> MCS, FTS INIT 10-01 23:23:16.326 527 527 D : [ACPH]->MCS RTC service registered with ACPH 10-01 23:23:16.326 527 527 D : [ACPH]->FTS RTC service registered with ACPH 10-01 23:23:16.326 527 527 D ACDB-LOADER: ACDB -> ADIE RTAC INIT 10-01 23:23:16.326 527 527 D : [ACPH]->ADIE RTC service registered with ACPH 10-01 23:23:16.327 527 527 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_VOC_PROC_DYNAMIC_TABLE_SIZE 10-01 23:23:16.332 562 562 D QSEECOMAPI: app_arch = 1, total_files = 8 10-01 23:23:16.332 572 625 D QC-time-services: Daemon:genoff_modem_qmi_service_request: Initial transaction successfull 10-01 23:23:16.356 597 597 I mm-camera: <MCT >< INFO> 98: server_process_module_init: Begin init mods 10-01 23:23:16.356 597 597 E mm-camera: <IFACE ><ERROR> 12018: iface_util_setloglevel: iface_util_setloglevel:12018 IFACE_Loglevel 1 10-01 23:23:16.374 518 518 D Zygote : begin preload 10-01 23:23:16.374 518 518 I Zygote : Installing ICU cache reference pinning... 10-01 23:23:16.374 518 518 I Zygote : Preloading ICU data... 10-01 23:23:16.378 527 527 D ACDB-LOADER: ACDB -> send_common_custom_topology 10-01 23:23:16.379 527 527 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AVCS_CUSTOM_TOPO_INFO_SIZE 10-01 23:23:16.379 527 527 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AVCS_CUSTOM_TOPO_INFO 10-01 23:23:16.379 527 527 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AVCS_CUSTOM_TOPO_INFO: size:0xd8 ret=0 10-01 23:23:16.379 527 527 D ACDB-LOADER: ACDB -> CORE_CUSTOM_TOPOLOGIES 10-01 23:23:16.380 527 527 D ACDB-LOADER: ACDB -> acdb_loader_send_common_custom_topology: Common custom topology in use 10-01 23:23:16.380 527 527 D ACDB-LOADER: ACDB -> init done! 10-01 23:23:16.381 527 527 D sound_trigger_platform: platform_stdev_init Opening device /dev/snd/hwC0D1000 10-01 23:23:16.381 527 527 D sound_trigger_platform: get_codec_version: codec version 10-01 23:23:16.382 527 527 E sound_trigger_platform: platform_stdev_set_sm_config_params: invalid exec type set: APE 10-01 23:23:16.384 527 527 E sound_trigger_platform: load_smlib: ERROR. undefined symbol: generate_sound_trigger_phrase_recognition_event_v3 10-01 23:23:16.385 527 527 E sound_trigger_platform: init_be_dai_name_table: Could not get ctl for mixer name Backend DAI Name Table 10-01 23:23:16.385 527 527 I SoundTriggerHalImpl: onFirstRef() mModuleName primary mHwDevice 0xed856000 10-01 23:23:16.387 527 527 I audiohalservice: Registration complete for [email protected]::ISoundTriggerHw/default. 10-01 23:23:16.387 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IBluetoothAudioOffload/default in either framework or device manifest. 10-01 23:23:16.388 527 527 E audiohalservice: Could not get passthrough implementation for [email protected]::IBluetoothAudioOffload/default. 10-01 23:23:16.388 527 527 W audiohalservice: Could not register Bluetooth audio offload 1.0 10-01 23:23:16.388 519 519 I zygote : Explicit concurrent copying GC freed 193(8KB) AllocSpace objects, 0(0B) LOS objects, 99% free, 23KB/12MB, paused 65us total 6.243ms 10-01 23:23:16.391 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IDevicesFactory/msd in either framework or device manifest. 10-01 23:23:16.391 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IEffectsFactory/default in either framework or device manifest. 10-01 23:23:16.393 558 558 I AudioFlinger: Using default 3000 mSec as standby time. 10-01 23:23:16.395 519 519 I zygote : Explicit concurrent copying GC freed 9(32KB) AllocSpace objects, 0(0B) LOS objects, 99% free, 23KB/12MB, paused 48us total 5.860ms 10-01 23:23:16.395 558 558 E APM::Serializer: deserialize: Could not parse /odm/etc/audio_policy_configuration.xml document. 10-01 23:23:16.395 558 558 E APM::Serializer: deserialize: Could not parse /vendor/etc/audio/audio_policy_configuration.xml document. 10-01 23:23:16.396 519 519 I Zygote : Accepting command socket connections 10-01 23:23:16.419 527 1057 D vndksupport: Loading /vendor/lib/hw/audio.primary.msm8953.so from current namespace instead of sphal namespace. 10-01 23:23:16.420 527 1057 D audio_hw_primary: adev_open: enter 10-01 23:23:16.421 527 1057 D audio_hw_utils: audio_extn_utils_get_snd_card_num: snd_card_name: msm8953-snd-card-mtp 10-01 23:23:16.421 518 518 I Zygote : Preloading classes... 10-01 23:23:16.422 527 1057 D audio_hw_utils: audio_extn_utils_get_snd_card_num: Opened sound card:0 10-01 23:23:16.422 527 1057 D msm8916_platform: platform_init: Opened sound card:0 10-01 23:23:16.424 527 1057 D msm8916_platform: platform_init: snd_card_name: msm8953-snd-card-mtp 10-01 23:23:16.424 527 1057 D msm8916_platform: platform_init: mixer path file is /vendor/etc/mixer_paths_mtp.xml 10-01 23:23:16.435 597 597 E mm-camera: <ISP ><ERROR> 105: module_color_correct40_init: name color_correct40 10-01 23:23:16.439 597 597 E mm-camera: <ISP ><ERROR> 97: module_luma_adaptation40_init: name luma_adaptation40 10-01 23:23:16.453 518 518 I PackageBackwardCompatibility: Loaded android.content.pm.OrgApacheHttpLegacyUpdater 10-01 23:23:16.453 518 518 I PackageBackwardCompatibility: Could not find android.content.pm.AndroidTestBaseUpdater, ignoring 10-01 23:23:16.471 1010 1074 D libEGL : loaded /vendor/lib64/egl/libEGL_adreno.so 10-01 23:23:16.481 1010 1074 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_adreno.so 10-01 23:23:16.484 597 597 E mm-camera: <ISP ><ERROR> 105: module_color_correct40_init: name color_correct40 10-01 23:23:16.486 597 597 E mm-camera: <ISP ><ERROR> 97: module_luma_adaptation40_init: name luma_adaptation40 10-01 23:23:16.491 597 597 I mm-camera: <ISP >< INFO> 901: module_isp_init: module 0xe4daf960 10-01 23:23:16.501 1010 1074 D libEGL : loaded /vendor/lib64/egl/libGLESv2_adreno.so 10-01 23:23:16.506 597 597 I mm-camera: <CPP >< INFO> 141: cpp_module_init: info: CPP module_init successful 10-01 23:23:16.523 1010 1074 I Adreno : QUALCOMM build : 2371bd1, I8ebe47d372 10-01 23:23:16.523 1010 1074 I Adreno : Build Date : 03/12/18 10-01 23:23:16.523 1010 1074 I Adreno : OpenGL ES Shader Compiler Version: EV031.22.00.01 10-01 23:23:16.523 1010 1074 I Adreno : Local Branch : 10-01 23:23:16.523 1010 1074 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.0.r36-rel 10-01 23:23:16.523 1010 1074 I Adreno : Remote Branch : NONE 10-01 23:23:16.523 1010 1074 I Adreno : Reconstruct Branch : NOTHING 10-01 23:23:16.527 1010 1074 I Adreno : PFP: 0x005ff087, ME: 0x005ff063 10-01 23:23:16.533 1010 1074 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 10-01 23:23:16.533 1010 1074 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 10-01 23:23:16.533 597 597 E mm-camera: <IMGLIB><ERROR> 1168: frameproc_comp_reload_lib: frameproc_comp_reload_lib:1168] Error opening frameproc library libmmcamera_ppeiscore.so error dlopen failed: cannot locate symbol "_ZN7android13GraphicBufferC1EjjijjP13native_handleb" referenced by "/vendor/lib/libmmcamera_ppeiscore.so"... 10-01 23:23:16.533 597 597 E mm-camera: <IMGLIB><ERROR> 1037: frameproc_comp_load: frameproc_comp_load:1037] cannot load libmmcamera_ppeiscore.so 10-01 23:23:16.533 597 597 E mm-camera: <IMGLIB><ERROR> 3096: module_imgbase_init: module_imgbase_init_ppeiscore:3096] Error rc -7 10-01 23:23:16.540 597 597 E mm-camera: <IMGLIB><ERROR> 957: frameproc_comp_load_fn_ptrs: img_algo_post_process can be NULL for few AOST features 10-01 23:23:16.542 597 597 E mm-camera: <IMGLIB><ERROR> 1168: frameproc_comp_reload_lib: frameproc_comp_reload_lib:1168] Error opening frameproc library libmmcamera_llvd.so error dlopen failed: library "libllvd_smore.so" not found 10-01 23:23:16.543 597 597 E mm-camera: <IMGLIB><ERROR> 1037: frameproc_comp_load: frameproc_comp_load:1037] cannot load libmmcamera_llvd.so 10-01 23:23:16.543 597 597 E mm-camera: <IMGLIB><ERROR> 3096: module_imgbase_init: module_imgbase_init_llvd:3096] Error rc -7 10-01 23:23:16.543 597 597 E mm-camera: <IMGLIB><ERROR> 1168: frameproc_comp_reload_lib: frameproc_comp_reload_lib:1168] Error opening frameproc library libmmcamera_sw_tnr.so error dlopen failed: library "libmmcamera_sw_tnr.so" not found 10-01 23:23:16.543 597 597 E mm-camera: <IMGLIB><ERROR> 1037: frameproc_comp_load: frameproc_comp_load:1037] cannot load libmmcamera_sw_tnr.so 10-01 23:23:16.543 597 597 E mm-camera: <IMGLIB><ERROR> 3096: module_imgbase_init: module_imgbase_init_sw_tnr:3096] Error rc -7 10-01 23:23:16.548 597 597 E mm-camera: <IMGLIB><ERROR> 957: frameproc_comp_load_fn_ptrs: img_algo_post_process can be NULL for few AOST features 10-01 23:23:16.549 597 597 E mm-camera: <IMGLIB><ERROR> 202: faceproc_hw_comp_get_fd_device_name: Can not discover face-detect device 10-01 23:23:16.549 597 597 E mm-camera: <IMGLIB><ERROR> 4685: faceproc_hw_comp_load: Can not find device name 10-01 23:23:16.575 527 1057 E audio_route: Control 'HPHL Volume' doesn't exist - skipping 10-01 23:23:16.575 527 1057 E audio_route: Control 'HPHR Volume' doesn't exist - skipping 10-01 23:23:16.575 527 1057 E audio_route: Control 'RX1 Digital Volume' doesn't exist - skipping 10-01 23:23:16.576 527 1057 E audio_route: Control 'RX2 Digital Volume' doesn't exist - skipping 10-01 23:23:16.576 527 1057 E audio_route: Control 'RX3 Digital Volume' doesn't exist - skipping 10-01 23:23:16.576 527 1057 E audio_route: Control 'RX2 MIX2 INP2' doesn't exist - skipping 10-01 23:23:16.576 527 1057 E audio_route: Control 'RX1 MIX2 INP2' doesn't exist - skipping 10-01 23:23:16.577 527 1057 E audio_route: Control 'SpkrMono WSA_RDAC' doesn't exist - skipping 10-01 23:23:16.577 527 1057 E audio_route: Control 'SpkrMono BOOST Switch' doesn't exist - skipping 10-01 23:23:16.578 527 1057 E audio_route: Control 'SpkrMono VISENSE Switch' doesn't exist - skipping 10-01 23:23:16.578 527 1057 E audio_route: Control 'PRI_MI2S_RX Port Mixer INT_BT_SCO_TX' doesn't exist - skipping 10-01 23:23:16.579 527 1057 E audio_route: Control 'INTERNAL_BT_SCO_RX Audio Mixer Multimedia6' doesn't exist - skipping 10-01 23:23:16.581 527 1057 E audio_route: Control 'MI2S_DL_HL Switch' doesn't exist - skipping 10-01 23:23:16.582 527 1057 E audio_route: Control 'MI2S_DL_HL Switch' doesn't exist - skipping 10-01 23:23:16.582 527 1057 E audio_route: unknown enum value string 16000 for ctl Internal BTSCO SampleRate 10-01 23:23:16.582 597 597 E mm-camera: <IMGLIB><ERROR> 957: frameproc_comp_load_fn_ptrs: img_algo_post_process can be NULL for few AOST features 10-01 23:23:16.583 527 1057 E audio_route: unable to find sub path 'compress- offload-playback2 bt-sco-wb' 10-01 23:23:16.584 527 1057 E audio_route: unable to find sub path 'compress- offload-playback3 bt-sco-wb' 10-01 23:23:16.584 527 1057 E audio_route: unable to find sub path 'compress- offload-playback4 bt-sco-wb' 10-01 23:23:16.584 527 1057 E audio_route: unable to find sub path 'compress- offload-playback5 bt-sco-wb' 10-01 23:23:16.585 527 1057 E audio_route: unable to find sub path 'compress- offload-playback6 bt-sco-wb' 10-01 23:23:16.585 527 1057 E audio_route: unable to find sub path 'compress- offload-playback7 bt-sco-wb' 10-01 23:23:16.585 527 1057 E audio_route: Control 'MultiMedia8 Mixer TERT_MI2S_TX' doesn't exist - skipping 10-01 23:23:16.586 527 1057 E audio_route: unknown enum value string 16000 for ctl Internal BTSCO SampleRate 10-01 23:23:16.586 527 1057 E audio_route: unknown enum value string 16000 for ctl Internal BTSCO SampleRate 10-01 23:23:16.587 527 1057 E audio_route: Control 'MI2S_DL_HL Switch' doesn't exist - skipping 10-01 23:23:16.587 527 1057 E audio_route: unknown enum value string 16000 for ctl Internal BTSCO SampleRate 10-01 23:23:16.588 527 1057 E audio_route: unknown enum value string 16000 for ctl Internal BTSCO SampleRate 10-01 23:23:16.591 527 1057 E audio_route: Control 'RX3 Digital Volume' doesn't exist - skipping 10-01 23:23:16.591 527 1057 E audio_route: Control 'RX3 Digital Volume' doesn't exist - skipping 10-01 23:23:16.591 527 1057 E audio_route: Control 'SpkrMono WSA_RDAC' doesn't exist - skipping 10-01 23:23:16.591 527 1057 E audio_route: Control 'SpkrMono VISENSE Switch' doesn't exist - skipping 10-01 23:23:16.592 527 1057 E audio_route: Control 'RX1 Digital Volume' doesn't exist - skipping 10-01 23:23:16.593 527 1057 E audio_route: Control 'RX3 Digital Volume' doesn't exist - skipping 10-01 23:23:16.593 527 1057 E audio_route: Control 'RX3 Digital Volume' doesn't exist - skipping 10-01 23:23:16.594 527 1057 E audio_route: unable to find sub path 'bt-sco- headset-wb' 10-01 23:23:16.595 527 1057 E audio_route: Control 'MI2S_DL_HL Switch' doesn't exist - skipping 10-01 23:23:16.596 597 597 E mm-camera: <IMGLIB><ERROR> 957: frameproc_comp_load_fn_ptrs: img_algo_post_process can be NULL for few AOST features 10-01 23:23:16.621 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone0/type 10-01 23:23:16.621 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone1/type 10-01 23:23:16.621 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone2/type 10-01 23:23:16.621 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone3/type 10-01 23:23:16.621 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone4/type 10-01 23:23:16.621 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone5/type 10-01 23:23:16.622 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone6/type 10-01 23:23:16.622 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone7/type 10-01 23:23:16.622 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone8/type 10-01 23:23:16.622 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone9/type 10-01 23:23:16.622 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone10/type 10-01 23:23:16.622 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone11/type 10-01 23:23:16.622 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone12/type 10-01 23:23:16.622 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone13/type 10-01 23:23:16.622 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone14/type 10-01 23:23:16.622 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone15/type 10-01 23:23:16.622 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone16/type 10-01 23:23:16.623 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone17/type 10-01 23:23:16.623 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone18/type 10-01 23:23:16.623 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone19/type 10-01 23:23:16.623 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone20/type 10-01 23:23:16.623 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone21/type 10-01 23:23:16.623 527 1057 D msm8916_platform: Opening /sys/class/thermal/thermal_zone22/type 10-01 23:23:16.623 527 1057 D msm8916_platform: Alac software decoder is available...removing alac from DSP decoder list 10-01 23:23:16.623 527 1057 D msm8916_platform: APE software decoder is available...removing ape from DSP decoder list 10-01 23:23:16.623 527 1057 D msm8916_platform: platform_set_audio_device_interface: Enter, device name:AUDIO_DEVICE_IN_BUILTIN_MIC, intf name:SLIMBUS_0, codec_type:external 10-01 23:23:16.623 527 1057 E msm8916_platform: Invalid codec_type specified. Ignoring this interface entry. 10-01 23:23:16.623 527 1057 D msm8916_platform: platform_set_audio_device_interface: Enter, device name:AUDIO_DEVICE_IN_BACK_MIC, intf name:SLIMBUS_0, codec_type:external 10-01 23:23:16.623 527 1057 E msm8916_platform: Invalid codec_type specified. Ignoring this interface entry. 10-01 23:23:16.623 527 1057 D msm8916_platform: platform_set_audio_device_interface: Enter, device name:AUDIO_DEVICE_IN_BUILTIN_MIC, intf name:TERT_MI2S, codec_type:internal 10-01 23:23:16.623 527 1057 D msm8916_platform: platform_set_audio_device_interface: Matched device name:AUDIO_DEVICE_IN_BUILTIN_MIC, overwrite intf name with TERT_MI2S 10-01 23:23:16.623 527 1057 D msm8916_platform: platform_set_audio_device_interface: Enter, device name:AUDIO_DEVICE_IN_BACK_MIC, intf name:TERT_MI2S, codec_type:internal 10-01 23:23:16.623 527 1057 D msm8916_platform: platform_set_audio_device_interface: Matched device name:AUDIO_DEVICE_IN_BACK_MIC, overwrite intf name with TERT_MI2S 10-01 23:23:16.626 527 1057 E platform_info: param tag only supported with CONFIG_PARAMS section 10-01 23:23:16.626 527 1057 E platform_info: param tag only supported with CONFIG_PARAMS section 10-01 23:23:16.626 527 1057 D ACDB-LOADER: ACDB -> already initialized, exit 10-01 23:23:16.627 527 1057 D msm8916_platform: ACDB initialized 10-01 23:23:16.627 527 1057 D msm8916_platform: hw_util_open Opening device /dev/snd/hwC0D1000 10-01 23:23:16.627 527 1057 D msm8916_platform: hw_util_open success 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001A 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001A 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001A 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001B 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001B 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001B 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001C 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001C 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001C 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001D 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001D 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001D 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001E 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001E 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001E 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001F 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001F 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 0000001F 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 00000067 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 00000067 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 00000067 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.627 527 1057 D : Failed to fetch the lookup information of the device 00000056 10-01 23:23:16.627 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.627 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.628 527 1057 D : Failed to fetch the lookup information of the device 00000056 10-01 23:23:16.628 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.628 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.628 527 1057 D : Failed to fetch the lookup information of the device 00000056 10-01 23:23:16.628 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.628 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.628 527 1057 D : Failed to fetch the lookup information of the device 00000059 10-01 23:23:16.628 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.628 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.628 527 1057 D : Failed to fetch the lookup information of the device 00000059 10-01 23:23:16.628 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.628 527 1057 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_ANC_SETTING 10-01 23:23:16.628 527 1057 D : Failed to fetch the lookup information of the device 00000059 10-01 23:23:16.628 527 1057 E ACDB-LOADER: Error: ACDB ANC returned = -19 10-01 23:23:16.628 527 1057 E msm8916_platform: Failed to call ioctl for anc_cal err=14 calib.size=16 10-01 23:23:16.628 527 1057 D msm8916_platform: send_codec_cal cal sent for anc_cal calib.size=16 10-01 23:23:16.628 527 1057 D ACDB-LOADER: send mbhc data 10-01 23:23:16.628 527 1057 D ACDB-LOADER: ACDB -> MBHC ACDB_PID_GENERAL_CONFIG 10-01 23:23:16.628 527 1057 D ACDB-LOADER: ACDB -> MBHC ACDB_PID_PLUG_REMOVAL_DETECTION 10-01 23:23:16.628 527 1057 D ACDB-LOADER: ACDB -> MBHC ACDB_PID_PLUG_TYPE_DETECTION 10-01 23:23:16.628 527 1057 D ACDB-LOADER: ACDB -> MBHC ACDB_PID_BUTTON_PRESS_DETECTION 10-01 23:23:16.628 527 1057 D ACDB-LOADER: ACDB -> MBHC ACDB_PID_IMPEDANCE_DETECTION 10-01 23:23:16.628 527 1057 D msm8916_platform: send_codec_cal cal sent for mbhc_cal calib.size=154 10-01 23:23:16.628 527 1057 D ACDB-LOADER: send vbat data 10-01 23:23:16.628 527 1057 D ACDB-LOADER: ACDB -> VBAT ACDB_PID_ADC_CAL 10-01 23:23:16.628 527 1057 D ACDB-LOADER: ACDB -> VBAT ACDB_PID_GAIN_PROC 10-01 23:23:16.628 527 1057 D ACDB-LOADER: send vbat data, calling convert_vbat_data 10-01 23:23:16.628 527 1057 D ACDB-LOADER: copied vbat cal size =72 10-01 23:23:16.628 527 1057 E msm8916_platform: Failed to call ioctl for vbat_cal err=14 calib.size=72 10-01 23:23:16.628 527 1057 D msm8916_platform: send_codec_cal cal sent for vbat_cal calib.size=72 10-01 23:23:16.628 527 1057 E msm8916_platform: init_be_dai_name_table: Could not get ctl for mixer name Backend DAI Name Table 10-01 23:23:16.628 527 1057 D msm8916_platform: platform_init: Fluence_Type(1) max_mic_count(2) mic_type(0x3) fluence_in_voice_call(1) fluence_in_voice_rec(1) fluence_in_spkr_mode(1) fluence_in_hfp_call(0) 10-01 23:23:16.641 527 1057 D audio_hw_utils: audio_extn_utils_update_streams_cfg_lists: failed to open io config file(/vendor/etc/audio_io_policy.conf), trying older config file 10-01 23:23:16.642 527 1057 I audio_hw_utils: load_cfg_list: could not load input, node is NULL 10-01 23:23:16.654 527 1057 E audio_hw_extn: audio_extn_perf_lock_init: Perf lock handles Success 10-01 23:23:16.654 527 1057 I soundtrigger: audio_extn_sound_trigger_init: Enter 10-01 23:23:16.654 527 1057 I soundtrigger: audio_extn_sound_trigger_init: DLOPEN successful for /vendor/lib/hw/sound_trigger.primary.msm8953.so 10-01 23:23:16.654 527 527 W DeviceHAL: Error from HAL Device in function get_master_volume: Function not implemented 10-01 23:23:16.655 527 527 W DeviceHAL: Error from HAL Device in function get_master_mute: Function not implemented 10-01 23:23:16.655 527 527 W DeviceHAL: Error from HAL Device in function set_master_volume: Function not implemented 10-01 23:23:16.655 527 527 W DeviceHAL: Error from HAL Device in function set_master_mute: Function not implemented 10-01 23:23:16.655 558 558 I AudioFlinger: loadHwModule() Loaded primary audio interface, handle 10 10-01 23:23:16.655 558 558 I AudioFlinger: openOutput() this 0xe6abe000, module 10 Device 0x2, SamplingRate 48000, Format 0x000001, Channels 0x3, flags 0x6 10-01 23:23:16.655 527 527 D audio_hw_primary: adev_open_output_stream: enter: format(0x1) sample_rate(48000) channel_mask(0x3) devices(0x2) flags(0x6) stream_handle(0xec1ce000) 10-01 23:23:16.655 527 527 I audio_hw_primary: adev_open_output_stream: dynamic qos voting not enabled for platform 10-01 23:23:16.655 527 527 D audio_hw_primary: adev_open_output_stream: Stream (0xec1ce000) picks up usecase (low-latency-playback) 10-01 23:23:16.656 558 558 I AudioFlinger: HAL output buffer size 192 frames, normal sink buffer size 960 frames 10-01 23:23:16.656 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IEffectsFactory/default in either framework or device manifest. 10-01 23:23:16.660 562 562 D QSEECOMAPI: Loaded image: APP id = 5 10-01 23:23:16.661 562 562 D FingerGoodix: Loading goodixfp Succeed. 10-01 23:23:16.661 562 562 D FingerGoodix: Ta start success. 10-01 23:23:16.661 562 562 D FingerGoodix: before device_enable() 10-01 23:23:16.661 562 562 E FingerGoodix: start open /dev/goodix_fp. 10-01 23:23:16.661 562 562 D FingerGoodix: gf_enable_gpio 10-01 23:23:16.663 597 597 E mm-camera: <IMGLIB><ERROR> 957: frameproc_comp_load_fn_ptrs: img_algo_post_process can be NULL for few AOST features 10-01 23:23:16.672 592 777 D PerMgrLib: QCRIL voting for modem 10-01 23:23:16.672 556 607 D PerMgrSrv: QCRIL voting for modem 10-01 23:23:16.672 556 607 D PerMgrSrv: modem num voters is 3 10-01 23:23:16.673 592 777 E QMI_FW : QMUXD: WARNING qmi_qmux_if_pwr_up_init failed! rc=-6 10-01 23:23:16.684 597 597 E mm-camera: <IMGLIB><ERROR> 957: frameproc_comp_load_fn_ptrs: img_algo_post_process can be NULL for few AOST features 10-01 23:23:16.684 597 597 E mm-camera: <IMGLIB><ERROR> 744: module_imglib_create_topology: module_imglib_create_topology:744] Can not init the module imglib_oem1 10-01 23:23:16.684 597 597 I mm-camera: <MCT >< INFO> 135: server_process_module_init: CAMERA_DAEMON: init mods done 10-01 23:23:16.685 529 529 E QCamera : <MCI><ERROR> get_num_of_cameras: 1889: dev_info[id=0,name='video1'] 10-01 23:23:16.685 529 529 E QCamera : <MCI><ERROR> get_num_of_cameras: 1889: dev_info[id=1,name='video2'] 10-01 23:23:16.685 529 529 I QCamera : <MCI><INFO> sort_camera_info: 1652: YUV Aux camera exposed 0 10-01 23:23:16.685 529 529 I QCamera : <MCI><INFO> sort_camera_info: 1729: Camera id: 0 facing: 0, type: 1 is_yuv: 0 10-01 23:23:16.685 529 529 I QCamera : <MCI><INFO> sort_camera_info: 1729: Camera id: 1 facing: 1, type: 0 is_yuv: 0 10-01 23:23:16.685 529 529 I QCamera : <MCI><INFO> sort_camera_info: 1732: Number of cameras 2 sorted 2 10-01 23:23:16.685 529 529 E QCamera : <MCI><ERROR> get_num_of_cameras: 1907: num_cameras=2 10-01 23:23:16.685 529 529 I [email protected]: Loaded "QCamera Module" camera module 10-01 23:23:16.686 529 529 I QCamera : <HAL><INFO> getCameraInfo: 340: Camera id 0 API version 768 10-01 23:23:16.686 597 597 I mm-camera: < INFO> 395: void enable_memleak_trace(int): start memleak tracking. 10-01 23:23:16.691 597 597 I mm-camera: <MCT >< INFO> 63: mct_controller_new: Creating new mct_controller with session-id 2 10-01 23:23:16.691 597 1162 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E sensor 10-01 23:23:16.691 597 1162 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module sensor 10-01 23:23:16.692 597 1163 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E iface 10-01 23:23:16.692 597 1163 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module iface 10-01 23:23:16.692 597 1165 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E isp 10-01 23:23:16.692 597 1165 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module isp 10-01 23:23:16.692 597 1165 I mm-camera: <ISP >< INFO> 201: isp_module_start_session: session id 2 10-01 23:23:16.692 597 1165 E mm-camera: <ISP ><ERROR> 213: isp_module_start_session: num_session_opened 0 10-01 23:23:16.693 597 1163 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module iface start_session rc = 1 10-01 23:23:16.693 597 1163 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 1, success = 1 10-01 23:23:16.693 597 1163 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X iface 10-01 23:23:16.693 597 1167 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E stats 10-01 23:23:16.693 597 1167 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module stats 10-01 23:23:16.693 597 1168 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E pproc 10-01 23:23:16.694 597 1168 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module pproc 10-01 23:23:16.694 558 558 I BufferProvider: found effect "Multichannel Downmix To Stereo" from The Android Open Source Project 10-01 23:23:16.694 597 1169 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E imglib 10-01 23:23:16.695 597 1169 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module imglib 10-01 23:23:16.695 558 558 I AudioFlinger: Using module 10 as the primary audio interface 10-01 23:23:16.695 558 1172 I AudioFlinger: AudioFlinger's thread 0xe6003040 tid=1172 ready to run 10-01 23:23:16.695 558 1172 W AudioFlinger: no wake lock to update, system not ready yet 10-01 23:23:16.695 527 1057 D audio_hw_primary: out_standby: enter: stream (0xec1ce000) usecase(1: low-latency-playback) 10-01 23:23:16.695 527 1057 D audio_hw_primary: out_standby: exit 10-01 23:23:16.695 558 1172 W AudioFlinger: no wake lock to update, system not ready yet 10-01 23:23:16.696 558 558 W AudioFlinger: moveEffects() bad srcOutput 0 10-01 23:23:16.696 597 1168 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module pproc start_session rc = 1 10-01 23:23:16.696 597 1168 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 2, success = 2 10-01 23:23:16.697 597 1168 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X pproc 10-01 23:23:16.697 527 1057 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2 10-01 23:23:16.697 527 1057 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0 10-01 23:23:16.697 558 558 I AudioFlinger: openOutput() this 0xe6abe000, module 10 Device 0x2, SamplingRate 48000, Format 0x000001, Channels 0x3, flags 0x104 10-01 23:23:16.697 527 1057 D audio_hw_primary: adev_open_output_stream: enter: format(0x1) sample_rate(48000) channel_mask(0x3) devices(0x2) flags(0x104) stream_handle(0xec1e7000) 10-01 23:23:16.697 597 1169 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module imglib start_session rc = 1 10-01 23:23:16.697 597 1169 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 3, success = 3 10-01 23:23:16.697 597 1169 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X imglib 10-01 23:23:16.698 527 1057 D audio_hw_primary: adev_open_output_stream: Stream (0xec1e7000) picks up usecase (audio-ull-playback) 10-01 23:23:16.699 558 558 I AudioFlinger: HAL output buffer size 192 frames, normal sink buffer size 960 frames 10-01 23:23:16.699 597 1162 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module sensor start_session rc = 1 10-01 23:23:16.699 597 1162 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 4, success = 4 10-01 23:23:16.699 597 1162 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X sensor 10-01 23:23:16.699 558 1176 I AudioFlinger: AudioFlinger's thread 0xe5d03440 tid=1176 ready to run 10-01 23:23:16.700 558 1176 W AudioFlinger: no wake lock to update, system not ready yet 10-01 23:23:16.700 527 1057 D audio_hw_primary: out_standby: enter: stream (0xec1e7000) usecase(12: audio-ull-playback) 10-01 23:23:16.700 527 1057 D audio_hw_primary: out_standby: exit 10-01 23:23:16.700 558 1176 W AudioFlinger: no wake lock to update, system not ready yet 10-01 23:23:16.701 527 1057 D audio_hw_primary: out_set_parameters: enter: usecase(12: audio-ull-playback) kvpairs: routing=2 10-01 23:23:16.701 558 558 I AudioFlinger: openOutput() this 0xe6abe000, module 10 Device 0x2, SamplingRate 48000, Format 0x000001, Channels 0x3, flags 0x8 10-01 23:23:16.701 527 1057 D audio_hw_primary: adev_open_output_stream: enter: format(0x1) sample_rate(48000) channel_mask(0x3) devices(0x2) flags(0x8) stream_handle(0xec1e9800) 10-01 23:23:16.701 527 1057 D audio_hw_primary: adev_open_output_stream: Stream (0xec1e9800) picks up usecase (deep-buffer-playback) 10-01 23:23:16.702 558 558 I AudioFlinger: HAL output buffer size 1920 frames, normal sink buffer size 1920 frames 10-01 23:23:16.702 597 1167 E mm-camera: <STATS_AIS ><ERROR> 448: dsps_open: try to sensor1_open() 10-01 23:23:16.702 558 1179 I AudioFlinger: AudioFlinger's thread 0xe5a03300 tid=1179 ready to run 10-01 23:23:16.702 597 1167 E libsensor1: check_sensors_enabled: Sensors enabled = true 10-01 23:23:16.702 558 1179 W AudioFlinger: no wake lock to update, system not ready yet 10-01 23:23:16.702 597 1167 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13 10-01 23:23:16.703 527 1057 D audio_hw_primary: out_standby: enter: stream (0xec1e9800) usecase(0: deep-buffer-playback) 10-01 23:23:16.703 527 1057 D audio_hw_primary: out_standby: exit 10-01 23:23:16.703 558 1179 W AudioFlinger: no wake lock to update, system not ready yet 10-01 23:23:16.703 597 1165 E mm-camera: <ISP ><ERROR> 402: isp_module_start_session: num_session_opened 1 10-01 23:23:16.703 597 1165 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module isp start_session rc = 1 10-01 23:23:16.703 597 1165 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 5, success = 5 10-01 23:23:16.703 597 1165 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X isp 10-01 23:23:16.705 527 1057 D audio_hw_primary: out_set_parameters: enter: usecase(0: deep-buffer-playback) kvpairs: routing=2 10-01 23:23:16.705 558 558 I AudioFlinger: openOutput() this 0xe6abe000, module 10 Device 0x10000, SamplingRate 48000, Format 0x000001, Channels 0x3, flags 0 10-01 23:23:16.705 527 1057 D audio_hw_primary: adev_open_output_stream: enter: format(0x1) sample_rate(48000) channel_mask(0x3) devices(0x10000) flags(0) stream_handle(0xec1ec000) 10-01 23:23:16.705 527 1057 D audio_hw_primary: adev_open_output_stream: Stream (0xec1ec000) picks up usecase (afe-proxy-playback) 10-01 23:23:16.706 558 558 I AudioFlinger: HAL output buffer size 768 frames, normal sink buffer size 1152 frames 10-01 23:23:16.706 558 1186 I AudioFlinger: AudioFlinger's thread 0xe5883300 tid=1186 ready to run 10-01 23:23:16.706 558 1186 W AudioFlinger: no wake lock to update, system not ready yet 10-01 23:23:16.706 527 527 D audio_hw_primary: out_standby: enter: stream (0xec1ec000) usecase(47: afe-proxy-playback) 10-01 23:23:16.706 527 527 D audio_hw_primary: out_standby: exit 10-01 23:23:16.706 558 1186 W AudioFlinger: no wake lock to update, system not ready yet 10-01 23:23:16.707 527 527 D audio_hw_primary: out_set_parameters: enter: usecase(47: afe-proxy-playback) kvpairs: routing=65536 10-01 23:23:16.708 527 527 D audio_hw_primary: adev_open_input_stream: enter: sample_rate(48000) channel_mask(0xc) devices(0x80002000) stream_handle(0xed85b700) io_handle(14) source(1) format 1 10-01 23:23:16.708 527 527 W audio_hw_utils: audio_extn_utils_update_stream_input_app_type_cfg: App type could not be selected. Falling back to default 10-01 23:23:16.708 558 1187 I AudioFlinger: AudioFlinger's thread 0xe5503a40 tid=1187 ready to run 10-01 23:23:16.709 527 527 D audio_hw_primary: adev_close_input_stream: enter:stream_handle(0xed85b700) 10-01 23:23:16.709 527 527 D audio_hw_primary: in_standby: enter: stream (0xed85b700) usecase(18: audio-record) 10-01 23:23:16.709 527 527 D audio_hw_primary: adev_open_input_stream: enter: sample_rate(48000) channel_mask(0x17000c) devices(0x80000004) stream_handle(0xed85b700) io_handle(22) source(1) format 1 10-01 23:23:16.709 527 527 W audio_hw_utils: audio_extn_utils_update_stream_input_app_type_cfg: App type could not be selected. Falling back to default 10-01 23:23:16.710 558 1188 I AudioFlinger: AudioFlinger's thread 0xe5503240 tid=1188 ready to run 10-01 23:23:16.710 527 527 D audio_hw_primary: adev_close_input_stream: enter:stream_handle(0xed85b700) 10-01 23:23:16.710 527 527 D audio_hw_primary: in_standby: enter: stream (0xed85b700) usecase(18: audio-record) 10-01 23:23:16.710 527 527 D audio_hw_primary: adev_open_input_stream: enter: sample_rate(192000) channel_mask(0x8000000f) devices(0x80000004) stream_handle(0xed85b700) io_handle(30) source(1) format 5 10-01 23:23:16.710 527 527 W DeviceHAL: Error from HAL Device in function open_input_stream: Invalid argument 10-01 23:23:16.710 527 527 D audio_hw_primary: adev_open_input_stream: enter: sample_rate(48000) channel_mask(0x8000000f) devices(0x80000004) stream_handle(0xed85b700) io_handle(30) source(1) format 1 10-01 23:23:16.710 527 527 W audio_hw_utils: audio_extn_utils_update_stream_input_app_type_cfg: App type could not be selected. Falling back to default 10-01 23:23:16.711 558 1189 I AudioFlinger: AudioFlinger's thread 0xe5503140 tid=1189 ready to run 10-01 23:23:16.711 527 527 D audio_hw_primary: adev_close_input_stream: enter:stream_handle(0xed85b700) 10-01 23:23:16.711 527 527 D audio_hw_primary: in_standby: enter: stream (0xed85b700) usecase(18: audio-record) 10-01 23:23:16.711 527 527 D audio_hw_primary: adev_open_input_stream: enter: sample_rate(48000) channel_mask(0xc) devices(0x80000040) stream_handle(0xed85b700) io_handle(38) source(1) format 1 10-01 23:23:16.711 527 527 W DeviceHAL: Error from HAL Device in function open_input_stream: Invalid argument 10-01 23:23:16.711 527 527 D audio_hw_primary: adev_open_input_stream: enter: sample_rate(48000) channel_mask(0xc) devices(0x80000040) stream_handle(0xed85b700) io_handle(38) source(1) format 1 10-01 23:23:16.711 527 527 W DeviceHAL: Error from HAL Device in function open_input_stream: Invalid argument 10-01 23:23:16.711 558 558 W APM_AudioPolicyManager: Cannot open input stream for device 80000040 on hw module primary 10-01 23:23:16.713 597 1167 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module stats start_session rc = 1 10-01 23:23:16.713 597 1167 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 6, success = 6 10-01 23:23:16.713 597 1167 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X stats 10-01 23:23:16.714 597 597 E mm-camera: <ISP ><ERROR> 684: isp_module_get_session_data: availabevfe 2 num_open 1 num_isp_preallocate 0 dual_vfe 0 10-01 23:23:16.714 597 597 E mm-camera: <ISP ><ERROR> 141: isp_resource_query_mod: dual_vfe_enabled 0 10-01 23:23:16.714 597 597 E mm-camera: <ISP ><ERROR> 150: isp_resource_query_mod: availabe_vfe 2 num_isp_preallocate 0 num_session_opened 1 dual_vfe_enabled 0 10-01 23:23:16.725 558 558 I bt_a2dp_hw: adev_open: adev_open in A2dp_hw module 10-01 23:23:16.725 558 558 I AudioFlinger: loadHwModule() Loaded a2dp audio interface, handle 18 10-01 23:23:16.726 527 1057 D vndksupport: Loading /vendor/lib/hw/audio.usb.default.so from current namespace instead of sphal namespace. 10-01 23:23:16.730 597 597 I mm-camera: <MCT >< INFO> 4448: mct_pipeline_start_stream_internal: Adding session stream streamid= 0xf for session=2 10-01 23:23:16.731 597 597 I mm-camera: <MCT >< INFO> 4496: mct_pipeline_start_stream_internal: Linking session stream for session 2 10-01 23:23:16.731 597 597 I mm-camera: <MCT >< INFO> 503: mct_stream_start_link: Start linking Session-stream 0x2000f 10-01 23:23:16.731 597 597 I mm-camera: <IFACE >< INFO> 338: iface_util_find_primary_cid: iface_util_find_primary_cid:338 error cannot find primary sensor format cids 1 10-01 23:23:16.731 597 597 I mm-camera: <ISP >< INFO> 798: isp_port_check_caps_reserve: port 0xe3d69b40 ide 2000f type 10 dim 0 0 10-01 23:23:16.731 597 597 I mm-camera: <PPROC >< INFO> 446: pproc_port_add_modules_to_stream: in identity 2000f stream 10 int_link = 0xe3d6d4c0 10-01 23:23:16.731 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods tmod and c2d for identity 2000f 10-01 23:23:16.731 558 558 I AudioFlinger: loadHwModule() Loaded usb audio interface, handle 26 10-01 23:23:16.731 597 597 I mm-camera: <C2D >< INFO> 1490: c2d_module_notify_add_stream: width 0, height 0, stride 0, scanline 0, is_type 0 10-01 23:23:16.731 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods c2d and cpp for identity 2000f 10-01 23:23:16.731 597 597 I mm-camera: <CPP >< INFO> 2141: cpp_module_notify_add_stream: :width 0, height 0, stride 0, scanline 0, framelen 0 10-01 23:23:16.731 597 597 I mm-camera: <CPP >< INFO> 2306: cpp_module_notify_add_stream: : stream 10, fmt 1, asf_mode 0, sharpness_level 0.000000,asf mask 0, denoise 0, denoise_mask 0, dsdn mask 0,dsdn enable 0, tnr mask 0, tnr enable 0, ds_mask 0 10-01 23:23:16.731 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods cpp and paaf for identity 2000f 10-01 23:23:16.732 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods paaf and ezt for identity 2000f 10-01 23:23:16.732 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods ezt and quadracfa for identity 2000f 10-01 23:23:16.732 527 1057 D vndksupport: Loading /vendor/lib/hw/audio.r_submix.default.so from current namespace instead of sphal namespace. 10-01 23:23:16.733 597 597 I mm-camera: <MCT >< INFO> 4505: mct_pipeline_start_stream_internal: Session stream linked successfully session 2 10-01 23:23:16.736 527 1057 I r_submix: adev_open(name=audio_hw_if) 10-01 23:23:16.736 527 1057 I r_submix: adev_init_check() 10-01 23:23:16.736 527 1057 W DeviceHAL: Error from HAL Device in function set_master_mute: Function not implemented 10-01 23:23:16.736 558 558 I AudioFlinger: loadHwModule() Loaded r_submix audio interface, handle 34 10-01 23:23:16.737 527 1057 D r_submix: adev_open_input_stream(addr=0) 10-01 23:23:16.737 527 1057 D r_submix: submix_audio_device_create_pipe_l(addr=0, idx=9) 10-01 23:23:16.737 527 1057 D r_submix: now using address 0 for route 9 10-01 23:23:16.738 558 1202 I AudioFlinger: AudioFlinger's thread 0xe5503b00 tid=1202 ready to run 10-01 23:23:16.738 527 1057 D r_submix: adev_close_input_stream() 10-01 23:23:16.738 527 1057 D r_submix: submix_audio_device_release_pipe_l(idx=9) addr=0 10-01 23:23:16.738 527 1057 D r_submix: submix_audio_device_destroy_pipe_l(): pipe destroyed 10-01 23:23:16.739 558 558 I : Waiting for activity service 10-01 23:23:16.771 1010 1074 D BootAnimation: BootAnimationShownTiming start time: 12322ms 10-01 23:23:16.776 597 1197 E mm-camera: <ISP ><ERROR> 141: isp_resource_query_mod: dual_vfe_enabled 0 10-01 23:23:16.776 597 1197 E mm-camera: <ISP ><ERROR> 150: isp_resource_query_mod: availabe_vfe 2 num_isp_preallocate 0 num_session_opened 1 dual_vfe_enabled 0 10-01 23:23:16.776 597 1197 I mm-camera: <IMGLIB>< INFO> 2062: module_faceproc_query_mod: Caps ROI 10 scene_mode_cnt 1 HW analysis supported 0 10-01 23:23:16.776 575 575 E wcnss_qmi: wcnss_qmi_get_wlan_address: Mac Address_valid: 1 Mac Address Len: 6 10-01 23:23:16.776 575 575 E wcnss_qmi: wcnss_qmi_get_wlan_address: Succesfully Read WLAN MAC Address 10-01 23:23:16.776 575 575 E wcnss_service: WLAN MAC Addr:c4:0b:cb:3e:91:55 10-01 23:23:16.776 575 575 E wcnss_qmi: wcnss_qmi_deinit: Deinitialize wcnss QMI Interface 10-01 23:23:16.776 597 1197 I mm-camera: <MCT >< INFO> 1758: mct_pipeline_append_fps_entry: Added hal_table[0]: (15.000000, 15.000000) 10-01 23:23:16.776 597 1197 I mm-camera: <MCT >< INFO> 1758: mct_pipeline_append_fps_entry: Added hal_table[1]: (20.000000, 20.000000) 10-01 23:23:16.777 597 1197 I mm-camera: <MCT >< INFO> 1758: mct_pipeline_append_fps_entry: Added hal_table[2]: (7.500000, 24.000000) 10-01 23:23:16.777 597 1197 I mm-camera: <MCT >< INFO> 1771: mct_pipeline_append_fps_entry: Added hal_table[3]: (24.000000, 24.000000) 10-01 23:23:16.777 597 1197 I mm-camera: <MCT >< INFO> 1758: mct_pipeline_append_fps_entry: Added hal_table[4]: (7.000000, 30.000000) 10-01 23:23:16.777 597 1197 I mm-camera: <MCT >< INFO> 1771: mct_pipeline_append_fps_entry: Added hal_table[5]: (30.000000, 30.000000) 10-01 23:23:16.777 597 1197 I mm-camera: <MCT >< INFO> 2942: mct_pipeline_fill_dimensions_snapshot: Cam 0: FPS range selection complete. Publishing 6 ranges. 10-01 23:23:16.777 575 575 I wcnss_service: data_nvfile_path /data/misc/wifi/nvbin/msm8953_293_0x00_0x01_0x00_nv.bin 10-01 23:23:16.777 575 575 E wcnss_service: source file do not exist /data/misc/wifi/nvbin/msm8953_293_0x00_0x01_0x00_nv.bin 10-01 23:23:16.777 575 575 E wcnss_service: Get source file path fail ! 10-01 23:23:16.777 575 575 E wcnss_service: Serial Number is ba6d9804 10-01 23:23:16.777 575 575 E wcnss_service: Failed to write to /dev/wcnss_ctrl : Invalid argument 10-01 23:23:16.778 597 597 I mm-camera: <MCT >< INFO> 216: mct_controller_destroy: Initiating destroy sequence for session = 2 10-01 23:23:16.778 597 597 I mm-camera: <MCT >< INFO> 234: mct_controller_destroy: serv_thread closed 10-01 23:23:16.778 597 597 I mm-camera: <MCT >< INFO> 249: mct_controller_destroy: bus_handler thread closed 10-01 23:23:16.778 597 597 I mm-camera: <MCT >< INFO> 4605: mct_pipeline_stop_session: Initiating stop_session on session 2 10-01 23:23:16.778 597 597 I mm-camera: <MCT >< INFO> 3646: mct_pipeline_process_set: command=800000b 10-01 23:23:16.778 597 597 I mm-camera: <MCT >< INFO> 3864: mct_pipeline_process_set: Issuing DEL_STREAM on stream 0x2000f and stream type=10 10-01 23:23:16.778 597 597 I mm-camera: <IFACE >< INFO> 671: iface_unreserve_sink_port: stream_id f mode 0 10-01 23:23:16.778 597 597 I mm-camera: <ISP >< INFO> 887: isp_port_check_caps_unreserve: ide 2000f port 0xe3d69b40 10-01 23:23:16.779 597 597 I mm-camera: <MCT >< INFO> 3875: mct_pipeline_process_set: Stream 0x2000f and stream type=10, successfully deleted 10-01 23:23:16.780 597 1209 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: sensor - E 10-01 23:23:16.780 597 1210 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: iface - E 10-01 23:23:16.780 597 1211 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: isp - E 10-01 23:23:16.780 597 1211 I mm-camera: <ISP >< INFO> 490: isp_module_stop_session: session id 2 10-01 23:23:16.780 597 1211 E mm-camera: <ISP ><ERROR> 504: isp_module_stop_session: num_session_opened 0 10-01 23:23:16.780 597 1210 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: iface - X 10-01 23:23:16.781 597 1212 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: stats - E 10-01 23:23:16.782 597 1213 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: pproc - E 10-01 23:23:16.783 597 1213 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: pproc - X 10-01 23:23:16.783 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 5 10-01 23:23:16.783 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 4 10-01 23:23:16.783 597 1211 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: isp - X 10-01 23:23:16.783 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 3 10-01 23:23:16.783 597 1217 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: imglib - E 10-01 23:23:16.784 597 1217 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: imglib - X 10-01 23:23:16.784 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 2 10-01 23:23:16.787 597 1212 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: stats - X 10-01 23:23:16.787 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 1 10-01 23:23:16.810 770 801 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_REG_EVENTS_REQ_V02 10-01 23:23:16.816 770 801 I LocSvc_api_v02: ---> locClientSupportMsgCheck line 2221 QMI_LOC_GET_SUPPORTED_MSGS_REQ_V02 10-01 23:23:16.816 770 801 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_QUERY_AON_CONFIG_REQ_V02 10-01 23:23:16.817 770 1219 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_QUERY_AON_CONFIG_REQ_V02 10-01 23:23:16.817 770 801 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_GET_SUPPORTED_FEATURE_REQ_V02 10-01 23:23:16.817 770 801 E LocSvc_ApiV02: open:414:11]: Failed to get features supported from QMI_LOC_GET_SUPPORTED_FEATURE_REQ_V02. 10-01 23:23:16.817 770 801 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_GNSS_CONSTELL_REPORT_CONFIG_V02 10-01 23:23:16.817 770 1219 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_GNSS_CONSTELL_REPORT_CONFIG_V02 10-01 23:23:16.818 770 801 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PREMIUM_SERVICES_CONFIG_REQ_V02 10-01 23:23:16.818 572 624 E QC-time-services: Daemon:genoff_wlan_qmi_service_request: qmi_client_get_service_list returned -2num_services 0 10-01 23:23:16.819 770 1219 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_PREMIUM_SERVICES_CONFIG_REQ_V02 10-01 23:23:16.819 770 801 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PREMIUM_SERVICES_CONFIG_REQ_V02 10-01 23:23:16.819 770 801 E LocSvc_LBSApiV02: injectFeatureConfig:902]: Error : st = 3, ind.status = 0 10-01 23:23:16.819 770 801 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PREMIUM_SERVICES_CONFIG_REQ_V02 10-01 23:23:16.819 770 1219 E QMI_FW : QCCI qmi_cci_xport_recv: txn not found. svc_id: 16 10-01 23:23:16.820 770 1219 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_PREMIUM_SERVICES_CONFIG_REQ_V02 10-01 23:23:16.820 770 801 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_REG_EVENTS_REQ_V02 10-01 23:23:16.835 597 1209 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: sensor - X 10-01 23:23:16.836 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 0 10-01 23:23:16.836 597 597 I mm-camera: <MCT >< INFO> 4636: mct_pipeline_stop_session: Stopped session 2 successfully 10-01 23:23:16.836 597 597 I mm-camera: <MCT >< INFO> 4916: mct_pipeline_destroy: E: session:2 10-01 23:23:16.836 597 597 I mm-camera: <MCT >< INFO> 4989: mct_pipeline_destroy: X: Pipeline destroyed successfully session =2 10-01 23:23:16.836 597 597 I mm-camera: <MCT >< INFO> 282: mct_controller_destroy: X Successfully closed mct_controller session 2 10-01 23:23:16.837 529 529 I QCamera : <HAL><INFO> getCamInfo: 8134: camera 0 resource cost is 100 10-01 23:23:16.837 529 529 I QCamera : <HAL><INFO> openLegacy: 500: openLegacy halVersion: 256 10-01 23:23:16.838 529 529 D vndksupport: Loading /vendor/lib/hw/power.default.so from current namespace instead of sphal namespace. 10-01 23:23:16.891 740 740 E QMI_FW : QMUXD: WARNING qmi_qmux_if_pwr_up_init failed! rc=-6 10-01 23:23:16.897 1253 1253 I imsrcsd : Uce Service HAL is starting up... 10-01 23:23:16.908 579 579 W ServiceManagement: Waited one second for [email protected]::ICameraProvider/legacy/0. Waiting another... 10-01 23:23:17.026 562 562 D FingerGoodix: Open device[/dev/goodix_fp] success. Handle = 8 10-01 23:23:17.026 562 562 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 0 10-01 23:23:17.026 562 562 D FingerGoodix: device_check_reset 10-01 23:23:17.026 562 562 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:17.026 562 562 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:17.033 562 562 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:17.033 562 562 D FingerGoodix: gx_ta_send_command, cmd = 19 10-01 23:23:17.037 562 562 D FingerGoodix: gf_disable_irq 10-01 23:23:17.043 562 562 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:17.043 562 562 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:17.047 562 562 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:17.047 562 562 D FingerGoodix: gf_enable_irq 10-01 23:23:17.054 562 562 D FingerGoodix: Create netlink thread. 10-01 23:23:17.054 562 562 D FingerGoodix: fingerprint device enable 10-01 23:23:17.054 562 562 D FingerGoodix: gx_ta_send_command, cmd = 1 10-01 23:23:17.054 562 1277 D FingerGoodix: NavThread Enter: 10-01 23:23:17.065 589 710 I ServiceManager: Waiting for service package_native... 10-01 23:23:17.078 518 518 E ActivityRecognitionHardware: activity_recognition HAL is deprecated. class_init is effectively a no-op 10-01 23:23:17.117 562 562 D FingerGoodix: getprop[sys.fp.goodix] return: 0, prop: 10-01 23:23:17.117 562 562 D FingerGoodix: setprop[sys.fp.goodix] to '1', return: 0 10-01 23:23:17.117 562 562 D FingerGoodix: getprop[sys.fp.vendor] return: 0, prop: 10-01 23:23:17.117 562 562 D FingerGoodix: setprop[sys.fp.vendor] to 'goodix', return: 0 10-01 23:23:17.117 562 562 D FingerGoodix: getprop[sys.fp.onstart] return: 0, prop: 10-01 23:23:17.118 562 562 D FingerGoodix: setprop[sys.fp.onstart] to '1', return: 0 10-01 23:23:17.118 562 562 D FingerGoodix: fingerprint set notify function. 10-01 23:23:17.118 562 562 D FingerGoodix: fingerprint get version. 10-01 23:23:17.118 562 562 D FingerGoodix: fnCa_GetVersion 10-01 23:23:17.118 562 562 D FingerGoodix: gx_ta_send_command, cmd = 42 10-01 23:23:17.123 562 562 D FingerGoodix: Ta version: 1.0.9 Mar 31 2017 14:24:36 10-01 23:23:17.123 562 562 D FingerGoodix: Navigation version: MilanF_Navigation_v_1.01.18 10-01 23:23:17.123 562 562 D FingerGoodix: Algorithm version: Milan_v_2.01.20 10-01 23:23:17.123 562 562 E FingerGoodix: ################################################################## 10-01 23:23:17.123 562 562 E FingerGoodix: SOFT VERSION INFO 10-01 23:23:17.123 562 562 E FingerGoodix: TARGET_MODE= 10-01 23:23:17.123 562 562 E FingerGoodix: PACKAGE_VERSION_CODE=1001005 10-01 23:23:17.123 562 562 E FingerGoodix: PACKAGE_VERSION_NAME=V1.0.10_r5_20160913 10-01 23:23:17.123 562 562 E FingerGoodix: GIT_BRANCH=milan-f- androidN 10-01 23:23:17.123 562 562 E FingerGoodix: COMMIT_ID=67bdab69da2a8ee595d2840b175c4c95ea3f6f19 10-01 23:23:17.123 562 562 E FingerGoodix: BUILD_TIME=2017.08.30_11:14:42 10-01 23:23:17.123 562 562 E FingerGoodix: Service version:1.0.12 Aug 30 2017 11:14:46,Ta version:1.0.9 Mar 31 2017 14:24:36,Navigation version:MilanF_Navigation_v_1.01.18,Algorithm version:Milan_v_2.01.20. 10-01 23:23:17.123 562 562 E FingerGoodix: ################################################################## 10-01 23:23:17.123 562 562 D FingerGoodix: fnCa_preprossor_init 10-01 23:23:17.123 562 562 D FingerGoodix: gx_ta_send_command, cmd = 41 10-01 23:23:17.129 1249 1249 E RTPServiceImpl: qpLogDiagInit <== result : 1; log_write_mutex is Initialized 10-01 23:23:17.129 1249 1249 E RTPServiceImpl: [IMS_AP_RTP]"RTP Daemon bLogRTPMsgs 1, bLogRTPDataMsgs 1, bLogAdbMsgs 0" 10-01 23:23:17.129 1249 1249 E RTPServiceImpl: [IMS_AP_RTP]"RTP Daemon main entry : 3e9" 10-01 23:23:17.129 1249 1249 E Diag_Lib: [IMS_AP_RTP]"qvp_rtp_task_init" 10-01 23:23:17.130 1249 1249 E RTPServiceImpl: [IMS_AP_RTP]"ims-rtp-daemon listen done" 10-01 23:23:17.130 1249 1249 E RTPServiceImpl: [IMS_AP_RTP]"ims-rtp-daemon qmi_rtp_register_service >" 10-01 23:23:17.130 1249 1281 E Diag_Lib: DPL : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0 gIsDebugDataPathDisabled = 0 10-01 23:23:17.130 1249 1281 E Diag_Lib: [IMS_FATAL]| 1281 |qpNetSetReadFds - DataD IPC socket not available 10-01 23:23:17.130 1249 1281 E Diag_Lib: [IMS_FATAL]| 1281 | qpCheckSockEventsOnNetConnProfiles : pNetConnProfileArray NULL 10-01 23:23:17.131 1249 1281 E Diag_Lib: qvp_rtp_h264_profile_init rateadaptEnabled =15 10-01 23:23:17.131 1249 1249 E RTPServiceImpl: [IMS_AP_RTP]"ims-rtp-daemon qmi_rtp_register_service rc : 0" 10-01 23:23:17.131 1249 1249 E RTPServiceImpl: [IMS_AP_RTP]"ims-rtp-daemon qmi_rtp_register_service service_cookie.service_handle : 0x1" 10-01 23:23:17.131 1249 1249 E RTPServiceImpl: [IMS_AP_RTP]"HIDL Service is starting." 10-01 23:23:17.131 1249 1282 E RTPServiceImpl: [IMS_AP_RTP]"ms-rtp-daemon ims_rtp_qmi_handler_thread_func >" 10-01 23:23:17.131 1249 1249 E Diag_Lib: bLogRTPMSgs =1,rtpdata=1,adblog=0 10-01 23:23:17.131 1249 1249 E RTPServiceImpl: [IMS_AP_RTP]"RTPService callback Registraton" 10-01 23:23:17.136 1249 1283 E RTPServiceImpl: [IMS_AP_RTP]"QmiOttLoop : ims_rtp_qmi_ott_init failed....." 10-01 23:23:17.136 1249 1281 E Diag_Lib: [IMS_FATAL]| 1281 | qpCheckSockEventsOnNetConnProfiles : pNetConnProfileArray NULL 10-01 23:23:17.152 576 576 E QMI_FW : QMUXD: WARNING qmi_qmux_if_pwr_up_init failed! rc=-6 10-01 23:23:17.159 518 518 I zygote64: Thread[1,tid=518,Native,Thread*=0x7730e14c00,peer=0x12c01f38,"main"] recursive attempt to load library "/system/lib64/libmedia_jni.so" 10-01 23:23:17.159 518 518 D MtpDeviceJNI: register_android_mtp_MtpDevice 10-01 23:23:17.160 518 518 I zygote64: Thread[1,tid=518,Native,Thread*=0x7730e14c00,peer=0x12c01f38,"main"] recursive attempt to load library "/system/lib64/libmedia_jni.so" 10-01 23:23:17.160 518 518 I zygote64: Thread[1,tid=518,Native,Thread*=0x7730e14c00,peer=0x12c01f38,"main"] recursive attempt to load library "/system/lib64/libmedia_jni.so" 10-01 23:23:17.168 1278 1278 E [email protected]: Start fingerprintd 10-01 23:23:17.187 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:17.187 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:17.187 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:17.187 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:17.187 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:17.269 571 571 I rild : type=1400 audit(0.0:572): avc: denied { lock } for path="/data/vendor/radio/qcril.db" dev="mmcblk0p49" ino=1343773 scontext=u:r:rild:s0 tcontext=u:object_r:vendor_data_file:s0 tclass=file permissive=1 10-01 23:23:17.269 571 571 I rild : type=1400 audit(0.0:573): avc: denied { getattr } for path="/data/vendor/radio/qcril.db" dev="mmcblk0p49" ino=1343773 scontext=u:r:rild:s0 tcontext=u:object_r:vendor_data_file:s0 tclass=file permissive=1 10-01 23:23:17.279 571 571 I rild : type=1400 audit(0.0:574): avc: denied { read } for name="iccid_1" dev="mmcblk0p49" ino=1343855 scontext=u:r:rild:s0 tcontext=u:object_r:vendor_data_file:s0 tclass=file permissive=1 10-01 23:23:17.279 571 571 I rild : type=1400 audit(0.0:575): avc: denied { open } for path="/data/vendor/radio/iccid_1" dev="mmcblk0p49" ino=1343855 scontext=u:r:rild:s0 tcontext=u:object_r:vendor_data_file:s0 tclass=file permissive=1 10-01 23:23:17.338 518 518 I Zygote : ...preloaded 6535 classes in 917ms. 10-01 23:23:17.338 518 518 I zygote64: VMRuntime.preloadDexCaches starting 10-01 23:23:17.369 693 693 I qseecomd: type=1400 audit(0.0:576): avc: denied { ioctl } for path="/dev/qseecom" dev="tmpfs" ino=13589 ioctlcmd=9706 scontext=u:r:init:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:17.388 518 518 I zygote64: VMRuntime.preloadDexCaches strings total=340645 before=12358 after=12358 10-01 23:23:17.388 518 518 I zygote64: VMRuntime.preloadDexCaches types total=31464 before=7858 after=7859 10-01 23:23:17.388 518 518 I zygote64: VMRuntime.preloadDexCaches fields total=141245 before=9197 after=9197 10-01 23:23:17.388 518 518 I zygote64: VMRuntime.preloadDexCaches methods total=248537 before=12820 after=12820 10-01 23:23:17.388 518 518 I zygote64: VMRuntime.preloadDexCaches finished 10-01 23:23:17.395 562 562 D FingerGoodix: preprocessor init ret = 0 10-01 23:23:17.395 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:17.395 562 562 D FingerGoodix: mCurStatus = 0 , nextStatus = 1 10-01 23:23:17.395 562 1313 D FingerGoodix: create RawDataProcessLoop! 10-01 23:23:17.395 562 1313 D FingerGoodix: RawDataProcessLoop waiting signal! 10-01 23:23:17.395 562 1313 D FingerGoodix: getChipMode = 0 10-01 23:23:17.395 562 1313 D FingerGoodix: setChipMode = 1 10-01 23:23:17.395 562 1313 D FingerGoodix: fingerprint set mode. mode = 0x1 10-01 23:23:17.395 562 1313 D FingerGoodix: device_setMode ,mode = 1, g_mode = 0, ignore = 2 10-01 23:23:17.396 465 465 E SELinux : avc: denied { add } for service=goodix.fp pid=562 uid=1000 scontext=u:r:init:s0 tcontext=u:object_r:default_android_service:s0 tclass=service_manager permissive=1 10-01 23:23:17.399 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:17.399 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 0 g_state 0 10-01 23:23:17.399 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:17.399 562 1276 D FingerGoodix: #### Invalid int. g_mode = 0 10-01 23:23:17.399 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:17.399 562 1313 D FingerGoodix: Set mode : 1, g_mode = 0 10-01 23:23:17.399 562 1313 D FingerGoodix: Enable clock. 10-01 23:23:17.399 562 1313 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:17.399 562 1313 D FingerGoodix: ############ reset before read statue 0x0 g_mode 0 10-01 23:23:17.405 562 1313 D FingerGoodix: delete timer 10-01 23:23:17.405 562 1313 D FingerGoodix: delete timer 10-01 23:23:17.405 562 1313 D FingerGoodix: gf_enable_irq 10-01 23:23:17.405 562 1313 D FingerGoodix: gx_ta_send_command, cmd = 3 10-01 23:23:17.413 562 1313 D FingerGoodix: ### download fdt get down cfg g_state 1 10-01 23:23:17.413 562 1313 D FingerGoodix: gx_ta_send_command, cmd = 60 10-01 23:23:17.425 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:17.425 562 1313 D FingerGoodix: RawDataProcessLoop set to default mode 10-01 23:23:17.426 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:17.426 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:17.426 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:17.426 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:17.429 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:17.429 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 1 g_state 1 10-01 23:23:17.429 562 1276 D FingerGoodix: g_mode = 1 10-01 23:23:17.429 562 1276 D FingerGoodix: #### Invalid int. g_mode = 1 10-01 23:23:17.429 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:17.429 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:17.429 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:17.429 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:17.429 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:17.429 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:17.433 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:17.433 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 1 g_state 1 10-01 23:23:17.433 562 1276 D FingerGoodix: g_mode = 1 10-01 23:23:17.433 562 1276 D FingerGoodix: #### Invalid int. g_mode = 1 10-01 23:23:17.433 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:17.433 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:17.433 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:17.433 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:17.433 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:17.433 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:17.437 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:17.437 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 1 g_state 1 10-01 23:23:17.437 562 1276 D FingerGoodix: g_mode = 1 10-01 23:23:17.437 562 1276 D FingerGoodix: #### Invalid int. g_mode = 1 10-01 23:23:17.438 529 529 I QCamera : <HAL><INFO> openCamera: 1821: [KPI Perf]: E PROFILE_OPEN_CAMERA camera id 0 10-01 23:23:17.438 575 575 I wcnss_service: wcnss_read_and_store_cal_data trying to read cal 10-01 23:23:17.438 1278 1278 E [email protected]: Start biometrics 10-01 23:23:17.438 1249 1249 E RTPServiceImpl: [IMS_AP_RTP]"[ION_RTP]Device open success" 10-01 23:23:17.438 1278 1278 E FingerprintHal: getService g_servie is NULL 10-01 23:23:17.439 466 466 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.perf::IPerf pid=529 scontext=u:r:hal_camera_default:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:17.439 465 465 E SELinux : avc: denied { find } for service=android.hardware.fingerprint.IFingerprintCustomDaemon pid=1278 uid=1000 scontext=u:r:init:s0 tcontext=u:object_r:default_android_service:s0 tclass=service_manager permissive=1 10-01 23:23:17.439 1278 1278 E FingerprintHal: getService succeed 10-01 23:23:17.439 1278 1278 D vndksupport: Loading /vendor/lib64/hw/fingerprint.goodix.so from current namespace instead of sphal namespace. 10-01 23:23:17.440 529 529 E QCamera : <HAL><ERROR> lock_acq_timed: 314: failed to acquire lock 10-01 23:23:17.440 597 597 I mm-camera: < INFO> 395: void enable_memleak_trace(int): start memleak tracking. 10-01 23:23:17.445 1278 1278 D FingerGoodix: fpcode, fingerprint_open(), merged 10-01 23:23:17.445 1278 1278 D FingerGoodix: fingerprint open 10-01 23:23:17.445 1278 1278 D FingerGoodix: Max fp number: 12 10-01 23:23:17.445 1278 1278 D FingerGoodix: createListenerThread 10-01 23:23:17.445 1278 1278 D FingerGoodix: fpcode, set_active_group_to_channel(0, '/data/system/users/0/fpdata/') 10-01 23:23:17.445 1278 1318 D FingerGoodix: fpcode, listenerFunction(0x74dfc4b1c0) 10-01 23:23:17.445 1278 1318 D FingerGoodix: fpcode, recv_fp_scan_data(0x74dfad0410) 10-01 23:23:17.445 1278 1318 D FingerGoodix: fpcode, recv_fp_scan_data(), receiving 10-01 23:23:17.446 1278 1278 D FingerGoodix: fpcode, create data dir. 10-01 23:23:17.446 1278 1278 D FingerGoodix: fpcode, anr 2 10-01 23:23:17.446 1278 1278 D FingerGoodix: fpcode, anr 2 / 10-01 23:23:17.446 1278 1278 D FingerGoodix: fpcode, goodix sensor need to init. merged 10-01 23:23:17.446 1278 1278 D FingerGoodix: go into FingerPrint,getFingerPrintService() 10-01 23:23:17.446 1278 1278 D FingerGoodix: go into while FingerPrint,getFingerPrintService() 10-01 23:23:17.446 1278 1278 D FingerGoodix: Success to get FingerPrint Service 10-01 23:23:17.446 1278 1278 D FingerGoodix: Begin to connect FingerPrint... 10-01 23:23:17.446 1278 1278 D FingerGoodix: FingerPrint::init mstatus to OK 10-01 23:23:17.447 562 1314 D FingerGoodix: server,connect 10-01 23:23:17.447 562 1314 D FingerGoodix: finger print service is connecting,client id is 0,pid = 123 10-01 23:23:17.447 562 1314 D FingerGoodix: FingerPrintService client(class:FingerPrint) is constructing,clientID = 0 10-01 23:23:17.447 562 1314 D FingerGoodix: Set finger print busy flag in client construct 10-01 23:23:17.447 1278 1278 D FingerGoodix: Begin to connect to fingerprintService 10-01 23:23:17.447 1278 1278 D FingerGoodix: fpcode, goodix_sensor_init() ok! 10-01 23:23:17.447 1278 1278 D FingerGoodix: finger print set FingerPrintListener 10-01 23:23:17.447 1278 1278 D : finger print client call gx_setActiveGroup! 10-01 23:23:17.447 1278 1278 D : client, setActiveGroup 10-01 23:23:17.447 562 1314 D FingerGoodix: Set the active group 10-01 23:23:17.447 562 1314 D FingerGoodix: prepare FpEnv, active client=0x0 10-01 23:23:17.447 562 1314 D FingerGoodix: fingerprint_set_active_client() 10-01 23:23:17.447 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 50 10-01 23:23:17.449 597 597 I mm-camera: <MCT >< INFO> 63: mct_controller_new: Creating new mct_controller with session-id 2 10-01 23:23:17.449 597 1319 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E sensor 10-01 23:23:17.449 597 1319 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module sensor 10-01 23:23:17.450 597 1320 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E iface 10-01 23:23:17.450 597 1320 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module iface 10-01 23:23:17.450 597 1322 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E isp 10-01 23:23:17.450 597 1322 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module isp 10-01 23:23:17.450 597 1322 I mm-camera: <ISP >< INFO> 201: isp_module_start_session: session id 2 10-01 23:23:17.450 597 1322 E mm-camera: <ISP ><ERROR> 213: isp_module_start_session: num_session_opened 0 10-01 23:23:17.450 597 1323 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E stats 10-01 23:23:17.450 597 1323 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module stats 10-01 23:23:17.452 562 1314 D FingerGoodix: Client[0] set active group to 0 10-01 23:23:17.452 562 1314 D FingerGoodix: Client::cancelRegist 10-01 23:23:17.452 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 6 10-01 23:23:17.455 562 1314 D FingerGoodix: Client::cancelRecognize 1 10-01 23:23:17.455 562 1314 D FingerGoodix: Already canceled! 10-01 23:23:17.455 562 1314 D FingerGoodix: mCurStatus = 1 , nextStatus = 1 10-01 23:23:17.455 562 1314 D FingerGoodix: fingerprint set notify function. 10-01 23:23:17.455 562 1314 D FingerGoodix: set hal_notify 10-01 23:23:17.455 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 2 10-01 23:23:17.455 562 1314 E FingerGoodix: Bad input argument. NULL Buffer. 10-01 23:23:17.455 562 1314 D FingerGoodix: fingerprint_set_active_client() 10-01 23:23:17.455 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 50 10-01 23:23:17.458 562 1314 D FingerGoodix: fingerprint_set_active_group() 10-01 23:23:17.458 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 49 10-01 23:23:17.459 597 1325 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E pproc 10-01 23:23:17.459 597 1325 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module pproc 10-01 23:23:17.459 597 1320 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module iface start_session rc = 1 10-01 23:23:17.461 597 1320 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 1, success = 1 10-01 23:23:17.461 597 1320 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X iface 10-01 23:23:17.462 597 1326 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E imglib 10-01 23:23:17.462 597 1326 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module imglib 10-01 23:23:17.463 597 1326 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module imglib start_session rc = 1 10-01 23:23:17.463 597 1326 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 2, success = 2 10-01 23:23:17.463 597 1326 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X imglib 10-01 23:23:17.463 597 1325 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module pproc start_session rc = 1 10-01 23:23:17.463 562 1314 D FingerGoodix: setChipMode = 1 10-01 23:23:17.463 597 1325 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 3, success = 3 10-01 23:23:17.463 562 1314 D FingerGoodix: fingerprint set mode. mode = 0x1 10-01 23:23:17.463 597 1325 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X pproc 10-01 23:23:17.463 562 1314 D FingerGoodix: device_setMode ,mode = 1, g_mode = 1, ignore = 2 10-01 23:23:17.463 562 1314 D FingerGoodix: Set mode : 1, g_mode = 1 10-01 23:23:17.463 562 1314 D FingerGoodix: has already in mode : 1 10-01 23:23:17.464 1278 1278 D FingerGoodix: finger print client call setMode! 10-01 23:23:17.464 1278 1278 D FingerGoodix: client,setmode. 10-01 23:23:17.464 562 1314 D FingerGoodix: server,eng test 10-01 23:23:17.464 562 1314 D FingerGoodix: gx_fpd set mode: 1. 10-01 23:23:17.464 562 1314 D FingerGoodix: prepare FpEnv, active client=0x79cfc84300 10-01 23:23:17.464 562 1314 D FingerGoodix: Client::setMode=1 ,but no longer support.return 0! 10-01 23:23:17.464 562 1314 D FingerGoodix: getChipMode = 1 10-01 23:23:17.464 562 1314 D FingerGoodix: mCurStatus = 1 , nextStatus = 1 10-01 23:23:17.464 1278 1278 D FingerGoodix: init, g_need_clean_fp_data=0 10-01 23:23:17.464 1278 1278 D : finger print client call gx_setActiveGroup! 10-01 23:23:17.464 1278 1278 D : client, setActiveGroup 10-01 23:23:17.464 562 1314 D FingerGoodix: Set the active group 10-01 23:23:17.464 562 1314 D FingerGoodix: prepare FpEnv, active client=0x79cfc84300 10-01 23:23:17.464 562 1314 D FingerGoodix: Client[0] set active group to 0 10-01 23:23:17.464 562 1314 D FingerGoodix: Client::cancelRegist 10-01 23:23:17.464 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 6 10-01 23:23:17.468 562 1314 D FingerGoodix: Client::cancelRecognize 1 10-01 23:23:17.468 562 1314 D FingerGoodix: Already canceled! 10-01 23:23:17.468 562 1314 D FingerGoodix: mCurStatus = 1 , nextStatus = 1 10-01 23:23:17.468 562 1314 D FingerGoodix: fingerprint set notify function. 10-01 23:23:17.468 562 1314 D FingerGoodix: set hal_notify 10-01 23:23:17.468 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 2 10-01 23:23:17.468 562 1314 E FingerGoodix: Bad input argument. NULL Buffer. 10-01 23:23:17.468 562 1314 D FingerGoodix: fingerprint_set_active_client() 10-01 23:23:17.468 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 50 10-01 23:23:17.469 597 1319 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module sensor start_session rc = 1 10-01 23:23:17.469 597 1319 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 4, success = 4 10-01 23:23:17.469 597 1319 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X sensor 10-01 23:23:17.470 597 1323 E mm-camera: <STATS_AIS ><ERROR> 448: dsps_open: try to sensor1_open() 10-01 23:23:17.471 597 1322 E mm-camera: <ISP ><ERROR> 402: isp_module_start_session: num_session_opened 1 10-01 23:23:17.471 597 1322 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module isp start_session rc = 1 10-01 23:23:17.471 597 1322 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 5, success = 5 10-01 23:23:17.471 597 1322 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X isp 10-01 23:23:17.472 562 1314 D FingerGoodix: fingerprint_set_active_group() 10-01 23:23:17.473 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 49 10-01 23:23:17.476 562 1314 D FingerGoodix: setChipMode = 1 10-01 23:23:17.476 562 1314 D FingerGoodix: fingerprint set mode. mode = 0x1 10-01 23:23:17.476 562 1314 D FingerGoodix: device_setMode ,mode = 1, g_mode = 1, ignore = 2 10-01 23:23:17.476 562 1314 D FingerGoodix: Set mode : 1, g_mode = 1 10-01 23:23:17.476 562 1314 D FingerGoodix: has already in mode : 1 10-01 23:23:17.476 1278 1278 D FingerGoodix: init, g_need_clean_fp_data=0 10-01 23:23:17.476 1278 1278 D FingerGoodix: set_notify 10-01 23:23:17.477 1278 1278 D FingerGoodix: fpcode, set_notify_callback(0x74dfc4b1c0, 0x5ea26e6f20) 10-01 23:23:17.477 1278 1278 E FingerprintDaemonProxy: fingerprint HAL successfully initialized 10-01 23:23:17.477 1278 1278 I ServiceManagement: Removing namespace from process name [email protected]_mido to [email protected]_mido. 10-01 23:23:17.478 597 1323 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module stats start_session rc = 1 10-01 23:23:17.478 597 1323 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 6, success = 6 10-01 23:23:17.478 597 1323 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X stats 10-01 23:23:17.478 597 597 E mm-camera: <ISP ><ERROR> 684: isp_module_get_session_data: availabevfe 2 num_open 1 num_isp_preallocate 1 dual_vfe 0 10-01 23:23:17.479 597 597 E mm-camera: <ISP ><ERROR> 141: isp_resource_query_mod: dual_vfe_enabled 0 10-01 23:23:17.479 597 597 E mm-camera: <ISP ><ERROR> 150: isp_resource_query_mod: availabe_vfe 2 num_isp_preallocate 1 num_session_opened 1 dual_vfe_enabled 0 10-01 23:23:17.479 466 466 E SELinux : avc: denied { add } for interface=android.hardware.biometrics.fingerprint::IBiometricsFingerprint pid=1278 scontext=u:r:init:s0 tcontext=u:object_r:hal_fingerprint_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:17.485 597 597 I mm-camera: <MCT >< INFO> 4448: mct_pipeline_start_stream_internal: Adding session stream streamid= 0xf for session=2 10-01 23:23:17.485 597 597 I mm-camera: <MCT >< INFO> 4496: mct_pipeline_start_stream_internal: Linking session stream for session 2 10-01 23:23:17.485 597 597 I mm-camera: <MCT >< INFO> 503: mct_stream_start_link: Start linking Session-stream 0x2000f 10-01 23:23:17.485 597 597 I mm-camera: <IFACE >< INFO> 338: iface_util_find_primary_cid: iface_util_find_primary_cid:338 error cannot find primary sensor format cids 1 10-01 23:23:17.485 597 597 I mm-camera: <ISP >< INFO> 798: isp_port_check_caps_reserve: port 0xe3d69b40 ide 2000f type 10 dim 0 0 10-01 23:23:17.485 597 597 I mm-camera: <PPROC >< INFO> 446: pproc_port_add_modules_to_stream: in identity 2000f stream 10 int_link = 0xe3d6d4c0 10-01 23:23:17.485 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods tmod and c2d for identity 2000f 10-01 23:23:17.485 597 597 I mm-camera: <C2D >< INFO> 1490: c2d_module_notify_add_stream: width 0, height 0, stride 0, scanline 0, is_type 0 10-01 23:23:17.485 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods c2d and cpp for identity 2000f 10-01 23:23:17.485 597 597 I mm-camera: <CPP >< INFO> 2141: cpp_module_notify_add_stream: :width 0, height 0, stride 0, scanline 0, framelen 0 10-01 23:23:17.485 597 597 I mm-camera: <CPP >< INFO> 2306: cpp_module_notify_add_stream: : stream 10, fmt 1, asf_mode 0, sharpness_level 0.000000,asf mask 0, denoise 0, denoise_mask 0, dsdn mask 0,dsdn enable 0, tnr mask 0, tnr enable 0, ds_mask 0 10-01 23:23:17.485 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods cpp and paaf for identity 2000f 10-01 23:23:17.485 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods paaf and ezt for identity 2000f 10-01 23:23:17.485 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods ezt and quadracfa for identity 2000f 10-01 23:23:17.487 597 597 I mm-camera: <MCT >< INFO> 4505: mct_pipeline_start_stream_internal: Session stream linked successfully session 2 10-01 23:23:17.490 529 529 I Thermal-Lib: Thermal-Lib-Client: Registraion successful for camera with handle:1 10-01 23:23:17.490 529 529 I Thermal-Lib: Thermal-Lib-Client: Registraion successful for camcorder with handle:2 10-01 23:23:17.490 529 529 I QCamera : <HAL><INFO> openCamera: 1834: [KPI Perf]: X PROFILE_OPEN_CAMERA camera id 0, rc: 0 10-01 23:23:17.490 529 529 I QCamera : <HAL><INFO> close_camera_device: 1497: [KPI Perf]: E camera id 0 10-01 23:23:17.491 573 680 I ThermalEngine: Thermal-Server: Adding thermal event listener on fd 57 10-01 23:23:17.491 529 1346 I Thermal-Lib: Thermal-Lib-Client: Client received msg camera 0 10-01 23:23:17.491 529 1346 I Thermal-Lib: Thermal-Lib-Client: Client received msg camcorder 0 10-01 23:23:17.493 529 529 E QCamera : <HAL><ERROR> lock_acq: 363: failed to acquire lock 10-01 23:23:17.493 529 529 I QCamera : <HAL><INFO> closeCamera: 2220: E 10-01 23:23:17.493 529 529 I QCamera : <HAL><INFO> closeCamera: 2225: [KPI Perf]: E PROFILE_CLOSE_CAMERA camera id 0 10-01 23:23:17.494 597 1104 E mm-camera: <IMGLIB><ERROR> 303: static int32_t QCameraPAAF::AllocateBuffers(img_base_ops_t *, bool): Invalid dimensions 0x0 10-01 23:23:17.494 597 1341 I mm-camera: <ISP >< INFO> 6507: isp_util_print_meta_stream_info: Deallocate resources 10-01 23:23:17.494 597 1104 E mm-camera: <IMGLIB><ERROR> 203: int img_algo_preload(img_base_ops_t *): Preload: Failed to allocate buffer, rc -4 10-01 23:23:17.494 597 1104 E mm-camera: <IMGLIB><ERROR> 117: module_imgbase_client_preload_exec: IMG_CORE_PRELOAD failed -4 10-01 23:23:17.496 597 1341 I mm-camera: <ISP >< INFO> 2531: isp_resource_allocate: INFO: ISP resource acquired: session 2 num_isp 1 10-01 23:23:17.496 597 1341 I mm-camera: <ISP >< INFO> 2533: isp_resource_allocate: INFO: ISP resource acquired: hw_id 1 10-01 23:23:17.496 597 1341 I mm-camera: <ISP >< INFO> 6462: isp_util_decide_stream_mapping: stream_port_map num streams 0 10-01 23:23:17.499 529 529 I Thermal-Lib: Thermal-Lib-Client: Unregisteration is successfull for handle:1 10-01 23:23:17.499 573 680 I ThermalEngine: Thermal-Server: removing client on fd 57 10-01 23:23:17.499 529 529 I Thermal-Lib: Thermal-Lib-Client: Unregisteration is successfull for handle:2 10-01 23:23:17.500 597 597 I mm-camera: <MCT >< INFO> 216: mct_controller_destroy: Initiating destroy sequence for session = 2 10-01 23:23:17.500 597 597 I mm-camera: <MCT >< INFO> 234: mct_controller_destroy: serv_thread closed 10-01 23:23:17.501 597 597 I mm-camera: <MCT >< INFO> 249: mct_controller_destroy: bus_handler thread closed 10-01 23:23:17.501 597 597 I mm-camera: <MCT >< INFO> 4605: mct_pipeline_stop_session: Initiating stop_session on session 2 10-01 23:23:17.501 597 597 I mm-camera: <MCT >< INFO> 3646: mct_pipeline_process_set: command=800000b 10-01 23:23:17.501 597 597 I mm-camera: <MCT >< INFO> 3864: mct_pipeline_process_set: Issuing DEL_STREAM on stream 0x2000f and stream type=10 10-01 23:23:17.538 597 597 I mm-camera: <IFACE >< INFO> 671: iface_unreserve_sink_port: stream_id f mode 0 10-01 23:23:17.538 597 597 I mm-camera: <ISP >< INFO> 887: isp_port_check_caps_unreserve: ide 2000f port 0xe3d69b40 10-01 23:23:17.538 597 597 E mm-camera: <ISP ><ERROR> 913: isp_port_check_caps_unreserve: ISP session resource not dellocated in time 10-01 23:23:17.539 597 597 I mm-camera: <MCT >< INFO> 3875: mct_pipeline_process_set: Stream 0x2000f and stream type=10, successfully deleted 10-01 23:23:17.539 597 1347 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: sensor - E 10-01 23:23:17.540 597 1348 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: iface - E 10-01 23:23:17.541 597 1349 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: isp - E 10-01 23:23:17.541 597 1349 I mm-camera: <ISP >< INFO> 490: isp_module_stop_session: session id 2 10-01 23:23:17.541 597 1349 E mm-camera: <ISP ><ERROR> 504: isp_module_stop_session: num_session_opened 0 10-01 23:23:17.541 597 1349 E mm-camera: <ISP ><ERROR> 532: isp_module_stop_session: warning: ISP resource is not freed on time! 10-01 23:23:17.542 597 1348 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: iface - X 10-01 23:23:17.542 597 1350 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: stats - E 10-01 23:23:17.544 568 1124 E QMI_FW : QMUXD: WARNING qmi_qmux_if_pwr_up_init failed! rc=-6 10-01 23:23:17.545 597 1349 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: isp - X 10-01 23:23:17.545 597 1351 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: pproc - E 10-01 23:23:17.547 597 1351 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: pproc - X 10-01 23:23:17.547 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 5 10-01 23:23:17.547 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 4 10-01 23:23:17.547 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 3 10-01 23:23:17.547 597 1355 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: imglib - E 10-01 23:23:17.547 597 1355 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: imglib - X 10-01 23:23:17.547 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 2 10-01 23:23:17.549 597 1350 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: stats - X 10-01 23:23:17.549 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 1 10-01 23:23:17.574 517 748 D TcpSocketMonitor: suspending tcpinfo polling 10-01 23:23:17.581 518 518 I Zygote : Preloading resources... 10-01 23:23:17.595 597 1347 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: sensor - X 10-01 23:23:17.596 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 0 10-01 23:23:17.596 597 597 I mm-camera: <MCT >< INFO> 4636: mct_pipeline_stop_session: Stopped session 2 successfully 10-01 23:23:17.596 597 597 I mm-camera: <MCT >< INFO> 4916: mct_pipeline_destroy: E: session:2 10-01 23:23:17.596 597 597 I mm-camera: <MCT >< INFO> 4989: mct_pipeline_destroy: X: Pipeline destroyed successfully session =2 10-01 23:23:17.596 597 597 I mm-camera: <MCT >< INFO> 282: mct_controller_destroy: X Successfully closed mct_controller session 2 10-01 23:23:17.596 529 529 I QCamera : <HAL><INFO> closeCamera: 2296: [KPI Perf]: X PROFILE_CLOSE_CAMERA camera id 0, rc: 0 10-01 23:23:17.597 529 529 I QCamera : <HAL><INFO> close_camera_device: 1499: [KPI Perf]: X 10-01 23:23:17.597 529 529 I QCamera : <HAL><INFO> getCameraInfo: 340: Camera id 1 API version 768 10-01 23:23:17.598 597 597 I mm-camera: < INFO> 395: void enable_memleak_trace(int): start memleak tracking. 10-01 23:23:17.599 518 518 W Resources: Preloaded drawable resource #0x1080265 (android:drawable/dialog_background_material) that varies with configuration!! 10-01 23:23:17.602 597 597 I mm-camera: <MCT >< INFO> 63: mct_controller_new: Creating new mct_controller with session-id 1 10-01 23:23:17.602 597 1364 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E sensor 10-01 23:23:17.602 597 1364 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module sensor 10-01 23:23:17.602 597 1365 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E iface 10-01 23:23:17.602 597 1365 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module iface 10-01 23:23:17.602 597 1367 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E isp 10-01 23:23:17.603 597 1367 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module isp 10-01 23:23:17.603 597 1367 I mm-camera: <ISP >< INFO> 201: isp_module_start_session: session id 1 10-01 23:23:17.603 597 1367 E mm-camera: <ISP ><ERROR> 213: isp_module_start_session: num_session_opened 0 10-01 23:23:17.603 597 1368 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E stats 10-01 23:23:17.603 597 1368 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module stats 10-01 23:23:17.603 597 1365 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module iface start_session rc = 1 10-01 23:23:17.605 597 1365 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 1, success = 1 10-01 23:23:17.605 597 1365 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X iface 10-01 23:23:17.605 597 1370 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E pproc 10-01 23:23:17.606 597 1370 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module pproc 10-01 23:23:17.607 597 1371 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E imglib 10-01 23:23:17.607 597 1371 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module imglib 10-01 23:23:17.608 597 1370 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module pproc start_session rc = 1 10-01 23:23:17.608 597 1371 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module imglib start_session rc = 1 10-01 23:23:17.608 597 1370 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 2, success = 2 10-01 23:23:17.608 597 1370 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X pproc 10-01 23:23:17.608 597 1371 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 3, success = 3 10-01 23:23:17.608 597 1371 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X imglib 10-01 23:23:17.610 597 1368 E mm-camera: <STATS_AIS ><ERROR> 448: dsps_open: try to sensor1_open() 10-01 23:23:17.611 597 1364 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module sensor start_session rc = 1 10-01 23:23:17.611 597 1364 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 4, success = 4 10-01 23:23:17.611 597 1364 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X sensor 10-01 23:23:17.611 597 1367 E mm-camera: <ISP ><ERROR> 402: isp_module_start_session: num_session_opened 1 10-01 23:23:17.611 597 1367 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module isp start_session rc = 1 10-01 23:23:17.611 597 1367 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 5, success = 5 10-01 23:23:17.611 597 1367 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X isp 10-01 23:23:17.615 1363 1363 I NetUtilsWrapper: Unexpected command: /system/bin/iptables -w -W 10000 -t mangle -A PREROUTING -m mark --mark 0x20 -j ACCEPT 10-01 23:23:17.619 518 518 I Zygote : ...preloaded 64 resources in 38ms. 10-01 23:23:17.622 597 1368 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module stats start_session rc = 1 10-01 23:23:17.622 597 1368 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 6, success = 6 10-01 23:23:17.622 597 1368 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X stats 10-01 23:23:17.622 597 597 E mm-camera: <ISP ><ERROR> 684: isp_module_get_session_data: availabevfe 2 num_open 1 num_isp_preallocate 0 dual_vfe 0 10-01 23:23:17.622 597 597 E mm-camera: <ISP ><ERROR> 141: isp_resource_query_mod: dual_vfe_enabled 0 10-01 23:23:17.622 597 597 E mm-camera: <ISP ><ERROR> 150: isp_resource_query_mod: availabe_vfe 2 num_isp_preallocate 0 num_session_opened 1 dual_vfe_enabled 0 10-01 23:23:17.623 518 518 I Zygote : ...preloaded 41 resources in 4ms. 10-01 23:23:17.628 597 597 I mm-camera: <MCT >< INFO> 4448: mct_pipeline_start_stream_internal: Adding session stream streamid= 0xf for session=1 10-01 23:23:17.628 597 597 I mm-camera: <MCT >< INFO> 4496: mct_pipeline_start_stream_internal: Linking session stream for session 1 10-01 23:23:17.628 597 597 I mm-camera: <MCT >< INFO> 503: mct_stream_start_link: Start linking Session-stream 0x1000f 10-01 23:23:17.628 597 597 I mm-camera: <IFACE >< INFO> 338: iface_util_find_primary_cid: iface_util_find_primary_cid:338 error cannot find primary sensor format cids 1 10-01 23:23:17.628 597 597 I mm-camera: <ISP >< INFO> 798: isp_port_check_caps_reserve: port 0xe3d69b40 ide 1000f type 10 dim 0 0 10-01 23:23:17.629 597 597 I mm-camera: <PPROC >< INFO> 446: pproc_port_add_modules_to_stream: in identity 1000f stream 10 int_link = 0xe3d6d4c0 10-01 23:23:17.629 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods tmod and c2d for identity 1000f 10-01 23:23:17.629 597 597 I mm-camera: <C2D >< INFO> 1490: c2d_module_notify_add_stream: width 0, height 0, stride 0, scanline 0, is_type 0 10-01 23:23:17.629 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods c2d and cpp for identity 1000f 10-01 23:23:17.629 597 597 I mm-camera: <CPP >< INFO> 2141: cpp_module_notify_add_stream: :width 0, height 0, stride 0, scanline 0, framelen 0 10-01 23:23:17.629 597 597 I mm-camera: <CPP >< INFO> 2306: cpp_module_notify_add_stream: : stream 10, fmt 1, asf_mode 0, sharpness_level 0.000000,asf mask 0, denoise 0, denoise_mask 0, dsdn mask 0,dsdn enable 0, tnr mask 0, tnr enable 0, ds_mask 0 10-01 23:23:17.629 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods cpp and paaf for identity 1000f 10-01 23:23:17.629 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods paaf and ezt for identity 1000f 10-01 23:23:17.629 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods ezt and quadracfa for identity 1000f 10-01 23:23:17.630 597 597 I mm-camera: <MCT >< INFO> 4505: mct_pipeline_start_stream_internal: Session stream linked successfully session 1 10-01 23:23:17.634 1380 1380 I NetUtilsWrapper: Unexpected command: /system/bin/iptables -w -W 10000 -t mangle -D PREROUTING -m mark --mark 0x20 -j ACCEPT 10-01 23:23:17.638 518 518 D libEGL : loaded /vendor/lib64/egl/libEGL_adreno.so 10-01 23:23:17.645 518 518 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_adreno.so 10-01 23:23:17.661 518 518 D libEGL : loaded /vendor/lib64/egl/libGLESv2_adreno.so 10-01 23:23:17.680 518 518 I Zygote : Preloading shared libraries... 10-01 23:23:17.689 518 518 I Zygote : Uninstalled ICU cache reference pinning... 10-01 23:23:17.690 518 518 I Zygote : Installed AndroidKeyStoreProvider in 1ms. 10-01 23:23:17.700 592 777 W libc : Unable to set property "ro.vendor.ril.svlte1x" to "false": error code: 0xb 10-01 23:23:17.700 592 777 W libc : Unable to set property "ro.vendor.ril.svdo" to "false": error code: 0xb 10-01 23:23:17.701 518 518 I Zygote : Warmed up JCA providers in 11ms. 10-01 23:23:17.701 518 518 D Zygote : end preload 10-01 23:23:17.729 597 1366 E mm-camera: <SENSOR><ERROR> 3955: sensor_set_calibration_data: Golden module or OTP data is null 10-01 23:23:17.729 597 1386 E mm-camera: <ISP ><ERROR> 141: isp_resource_query_mod: dual_vfe_enabled 0 10-01 23:23:17.729 597 1386 E mm-camera: <ISP ><ERROR> 150: isp_resource_query_mod: availabe_vfe 2 num_isp_preallocate 0 num_session_opened 1 dual_vfe_enabled 0 10-01 23:23:17.729 597 1386 I mm-camera: <IMGLIB>< INFO> 2062: module_faceproc_query_mod: Caps ROI 10 scene_mode_cnt 1 HW analysis supported 0 10-01 23:23:17.729 597 1386 I mm-camera: <MCT >< INFO> 1758: mct_pipeline_append_fps_entry: Added hal_table[0]: (15.000000, 15.000000) 10-01 23:23:17.729 597 1386 I mm-camera: <MCT >< INFO> 1758: mct_pipeline_append_fps_entry: Added hal_table[1]: (20.000000, 20.000000) 10-01 23:23:17.729 597 1386 I mm-camera: <MCT >< INFO> 1758: mct_pipeline_append_fps_entry: Added hal_table[2]: (24.000000, 24.000000) 10-01 23:23:17.730 597 1386 I mm-camera: <MCT >< INFO> 1758: mct_pipeline_append_fps_entry: Added hal_table[3]: (7.000000, 30.000000) 10-01 23:23:17.730 597 1386 I mm-camera: <MCT >< INFO> 1771: mct_pipeline_append_fps_entry: Added hal_table[4]: (30.000000, 30.000000) 10-01 23:23:17.730 597 1386 I mm-camera: <MCT >< INFO> 2942: mct_pipeline_fill_dimensions_snapshot: Cam 1: FPS range selection complete. Publishing 5 ranges. 10-01 23:23:17.732 597 597 I mm-camera: <MCT >< INFO> 216: mct_controller_destroy: Initiating destroy sequence for session = 1 10-01 23:23:17.733 597 597 I mm-camera: <MCT >< INFO> 234: mct_controller_destroy: serv_thread closed 10-01 23:23:17.733 597 597 I mm-camera: <MCT >< INFO> 249: mct_controller_destroy: bus_handler thread closed 10-01 23:23:17.733 597 597 I mm-camera: <MCT >< INFO> 4605: mct_pipeline_stop_session: Initiating stop_session on session 1 10-01 23:23:17.733 597 597 I mm-camera: <MCT >< INFO> 3646: mct_pipeline_process_set: command=800000b 10-01 23:23:17.733 597 597 I mm-camera: <MCT >< INFO> 3864: mct_pipeline_process_set: Issuing DEL_STREAM on stream 0x1000f and stream type=10 10-01 23:23:17.733 597 597 I mm-camera: <IFACE >< INFO> 671: iface_unreserve_sink_port: stream_id f mode 0 10-01 23:23:17.733 597 597 I mm-camera: <ISP >< INFO> 887: isp_port_check_caps_unreserve: ide 1000f port 0xe3d69b40 10-01 23:23:17.735 597 597 I mm-camera: <MCT >< INFO> 3875: mct_pipeline_process_set: Stream 0x1000f and stream type=10, successfully deleted 10-01 23:23:17.736 597 1419 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: sensor - E 10-01 23:23:17.736 597 1420 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: iface - E 10-01 23:23:17.737 597 1421 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: isp - E 10-01 23:23:17.737 597 1421 I mm-camera: <ISP >< INFO> 490: isp_module_stop_session: session id 1 10-01 23:23:17.737 597 1421 E mm-camera: <ISP ><ERROR> 504: isp_module_stop_session: num_session_opened 0 10-01 23:23:17.737 597 1420 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: iface - X 10-01 23:23:17.738 597 1422 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: stats - E 10-01 23:23:17.738 597 1421 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: isp - X 10-01 23:23:17.739 597 1423 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: pproc - E 10-01 23:23:17.739 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 5 10-01 23:23:17.739 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 4 10-01 23:23:17.739 597 1424 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: imglib - E 10-01 23:23:17.740 597 1424 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: imglib - X 10-01 23:23:17.740 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 3 10-01 23:23:17.740 597 1423 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: pproc - X 10-01 23:23:17.740 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 2 10-01 23:23:17.741 518 518 I zygote64: Explicit concurrent copying GC freed 60080(5MB) AllocSpace objects, 165(3MB) LOS objects, 83% free, 2MB/14MB, paused 66us total 39.886ms 10-01 23:23:17.743 597 1419 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: sensor - X 10-01 23:23:17.743 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 1 10-01 23:23:17.745 597 1422 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: stats - X 10-01 23:23:17.745 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 0 10-01 23:23:17.745 597 597 I mm-camera: <MCT >< INFO> 4636: mct_pipeline_stop_session: Stopped session 1 successfully 10-01 23:23:17.745 597 597 I mm-camera: <MCT >< INFO> 4916: mct_pipeline_destroy: E: session:1 10-01 23:23:17.745 597 597 I mm-camera: <MCT >< INFO> 4989: mct_pipeline_destroy: X: Pipeline destroyed successfully session =1 10-01 23:23:17.745 597 597 I mm-camera: <MCT >< INFO> 282: mct_controller_destroy: X Successfully closed mct_controller session 1 10-01 23:23:17.746 529 529 I QCamera : <HAL><INFO> getCamInfo: 8134: camera 1 resource cost is 100 10-01 23:23:17.746 529 529 I QCamera : <HAL><INFO> openLegacy: 500: openLegacy halVersion: 256 10-01 23:23:17.747 529 529 D vndksupport: Loading /vendor/lib/hw/power.default.so from current namespace instead of sphal namespace. 10-01 23:23:17.751 529 529 I QCamera : <HAL><INFO> openCamera: 1821: [KPI Perf]: E PROFILE_OPEN_CAMERA camera id 1 10-01 23:23:17.753 529 529 E QCamera : <HAL><ERROR> lock_acq_timed: 314: failed to acquire lock 10-01 23:23:17.753 597 597 I mm-camera: < INFO> 395: void enable_memleak_trace(int): start memleak tracking. 10-01 23:23:17.758 597 597 I mm-camera: <MCT >< INFO> 63: mct_controller_new: Creating new mct_controller with session-id 1 10-01 23:23:17.758 597 1437 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E sensor 10-01 23:23:17.758 597 1437 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module sensor 10-01 23:23:17.758 597 1438 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E iface 10-01 23:23:17.759 597 1438 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module iface 10-01 23:23:17.759 597 1441 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E isp 10-01 23:23:17.759 597 1441 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module isp 10-01 23:23:17.759 597 1441 I mm-camera: <ISP >< INFO> 201: isp_module_start_session: session id 1 10-01 23:23:17.759 597 1441 E mm-camera: <ISP ><ERROR> 213: isp_module_start_session: num_session_opened 0 10-01 23:23:17.760 597 1438 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module iface start_session rc = 1 10-01 23:23:17.760 597 1438 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 1, success = 1 10-01 23:23:17.760 597 1438 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X iface 10-01 23:23:17.761 597 1443 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E stats 10-01 23:23:17.761 597 1443 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module stats 10-01 23:23:17.762 597 1445 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E pproc 10-01 23:23:17.762 597 1445 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module pproc 10-01 23:23:17.763 597 1446 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E imglib 10-01 23:23:17.763 597 1446 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module imglib 10-01 23:23:17.765 597 1446 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module imglib start_session rc = 1 10-01 23:23:17.765 597 1445 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module pproc start_session rc = 1 10-01 23:23:17.765 597 1446 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 2, success = 2 10-01 23:23:17.765 597 1446 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X imglib 10-01 23:23:17.765 597 1445 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 3, success = 3 10-01 23:23:17.765 597 1445 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X pproc 10-01 23:23:17.767 597 1437 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module sensor start_session rc = 1 10-01 23:23:17.768 597 1437 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 4, success = 4 10-01 23:23:17.768 597 1437 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X sensor 10-01 23:23:17.771 597 1443 E mm-camera: <STATS_AIS ><ERROR> 448: dsps_open: try to sensor1_open() 10-01 23:23:17.772 597 1441 E mm-camera: <ISP ><ERROR> 402: isp_module_start_session: num_session_opened 1 10-01 23:23:17.772 597 1441 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module isp start_session rc = 1 10-01 23:23:17.772 597 1441 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 5, success = 5 10-01 23:23:17.772 597 1441 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X isp 10-01 23:23:17.773 518 518 I zygote64: Explicit concurrent copying GC freed 6494(229KB) AllocSpace objects, 0(0B) LOS objects, 84% free, 2MB/14MB, paused 41us total 24.795ms 10-01 23:23:17.781 597 1443 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module stats start_session rc = 1 10-01 23:23:17.781 597 1443 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 6, success = 6 10-01 23:23:17.781 597 1443 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X stats 10-01 23:23:17.781 597 597 E mm-camera: <ISP ><ERROR> 684: isp_module_get_session_data: availabevfe 2 num_open 1 num_isp_preallocate 1 dual_vfe 0 10-01 23:23:17.781 597 597 E mm-camera: <ISP ><ERROR> 141: isp_resource_query_mod: dual_vfe_enabled 0 10-01 23:23:17.781 597 597 E mm-camera: <ISP ><ERROR> 150: isp_resource_query_mod: availabe_vfe 2 num_isp_preallocate 1 num_session_opened 1 dual_vfe_enabled 0 10-01 23:23:17.787 597 597 I mm-camera: <MCT >< INFO> 4448: mct_pipeline_start_stream_internal: Adding session stream streamid= 0xf for session=1 10-01 23:23:17.787 597 597 I mm-camera: <MCT >< INFO> 4496: mct_pipeline_start_stream_internal: Linking session stream for session 1 10-01 23:23:17.788 597 597 I mm-camera: <MCT >< INFO> 503: mct_stream_start_link: Start linking Session-stream 0x1000f 10-01 23:23:17.788 597 597 I mm-camera: <IFACE >< INFO> 338: iface_util_find_primary_cid: iface_util_find_primary_cid:338 error cannot find primary sensor format cids 1 10-01 23:23:17.788 597 597 I mm-camera: <ISP >< INFO> 798: isp_port_check_caps_reserve: port 0xe3d69b40 ide 1000f type 10 dim 0 0 10-01 23:23:17.788 597 597 I mm-camera: <PPROC >< INFO> 446: pproc_port_add_modules_to_stream: in identity 1000f stream 10 int_link = 0xe3d6d4c0 10-01 23:23:17.788 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods tmod and c2d for identity 1000f 10-01 23:23:17.788 597 597 I mm-camera: <C2D >< INFO> 1490: c2d_module_notify_add_stream: width 0, height 0, stride 0, scanline 0, is_type 0 10-01 23:23:17.788 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods c2d and cpp for identity 1000f 10-01 23:23:17.788 597 597 I mm-camera: <CPP >< INFO> 2141: cpp_module_notify_add_stream: :width 0, height 0, stride 0, scanline 0, framelen 0 10-01 23:23:17.788 597 597 I mm-camera: <CPP >< INFO> 2306: cpp_module_notify_add_stream: : stream 10, fmt 1, asf_mode 0, sharpness_level 0.000000,asf mask 0, denoise 0, denoise_mask 0, dsdn mask 0,dsdn enable 0, tnr mask 0, tnr enable 0, ds_mask 0 10-01 23:23:17.788 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods cpp and paaf for identity 1000f 10-01 23:23:17.788 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods paaf and ezt for identity 1000f 10-01 23:23:17.788 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods ezt and quadracfa for identity 1000f 10-01 23:23:17.789 597 597 I mm-camera: <MCT >< INFO> 4505: mct_pipeline_start_stream_internal: Session stream linked successfully session 1 10-01 23:23:17.791 529 529 I Thermal-Lib: Thermal-Lib-Client: Registraion successful for camera with handle:1 10-01 23:23:17.791 529 529 I Thermal-Lib: Thermal-Lib-Client: Registraion successful for camcorder with handle:2 10-01 23:23:17.791 529 529 I QCamera : <HAL><INFO> openCamera: 1834: [KPI Perf]: X PROFILE_OPEN_CAMERA camera id 1, rc: 0 10-01 23:23:17.791 529 529 I QCamera : <HAL><INFO> close_camera_device: 1497: [KPI Perf]: E camera id 1 10-01 23:23:17.791 573 680 I ThermalEngine: Thermal-Server: Adding thermal event listener on fd 57 10-01 23:23:17.791 529 1466 I Thermal-Lib: Thermal-Lib-Client: Client received msg camera 0 10-01 23:23:17.792 529 1466 I Thermal-Lib: Thermal-Lib-Client: Client received msg camcorder 0 10-01 23:23:17.795 529 529 E QCamera : <HAL><ERROR> lock_acq: 363: failed to acquire lock 10-01 23:23:17.795 529 529 I QCamera : <HAL><INFO> closeCamera: 2220: E 10-01 23:23:17.795 529 529 I QCamera : <HAL><INFO> closeCamera: 2225: [KPI Perf]: E PROFILE_CLOSE_CAMERA camera id 1 10-01 23:23:17.796 597 1104 E mm-camera: <IMGLIB><ERROR> 303: static int32_t QCameraPAAF::AllocateBuffers(img_base_ops_t *, bool): Invalid dimensions 0x0 10-01 23:23:17.796 597 1460 I mm-camera: <ISP >< INFO> 6507: isp_util_print_meta_stream_info: Deallocate resources 10-01 23:23:17.796 597 1104 E mm-camera: <IMGLIB><ERROR> 203: int img_algo_preload(img_base_ops_t *): Preload: Failed to allocate buffer, rc -4 10-01 23:23:17.796 597 1104 E mm-camera: <IMGLIB><ERROR> 117: module_imgbase_client_preload_exec: IMG_CORE_PRELOAD failed -4 10-01 23:23:17.797 597 1460 I mm-camera: <ISP >< INFO> 2531: isp_resource_allocate: INFO: ISP resource acquired: session 1 num_isp 1 10-01 23:23:17.797 597 1460 I mm-camera: <ISP >< INFO> 2533: isp_resource_allocate: INFO: ISP resource acquired: hw_id 1 10-01 23:23:17.797 597 1460 I mm-camera: <ISP >< INFO> 6462: isp_util_decide_stream_mapping: stream_port_map num streams 0 10-01 23:23:17.799 529 529 I Thermal-Lib: Thermal-Lib-Client: Unregisteration is successfull for handle:1 10-01 23:23:17.799 573 680 I ThermalEngine: Thermal-Server: removing client on fd 57 10-01 23:23:17.799 529 529 I Thermal-Lib: Thermal-Lib-Client: Unregisteration is successfull for handle:2 10-01 23:23:17.800 597 597 I mm-camera: <MCT >< INFO> 216: mct_controller_destroy: Initiating destroy sequence for session = 1 10-01 23:23:17.802 597 597 I mm-camera: <MCT >< INFO> 234: mct_controller_destroy: serv_thread closed 10-01 23:23:17.802 597 597 I mm-camera: <MCT >< INFO> 249: mct_controller_destroy: bus_handler thread closed 10-01 23:23:17.802 597 597 I mm-camera: <MCT >< INFO> 4605: mct_pipeline_stop_session: Initiating stop_session on session 1 10-01 23:23:17.802 597 597 I mm-camera: <MCT >< INFO> 3646: mct_pipeline_process_set: command=800000b 10-01 23:23:17.802 597 597 I mm-camera: <MCT >< INFO> 3864: mct_pipeline_process_set: Issuing DEL_STREAM on stream 0x1000f and stream type=10 10-01 23:23:17.840 518 518 I Zygote : System server process 1469 has been created 10-01 23:23:17.841 1469 1469 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:17.842 518 518 I Zygote : Accepting command socket connections 10-01 23:23:17.847 1469 1469 E system_server: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:17.861 1469 1469 I Zygote : Process: zygote socket RESERVED/zygote_secondary opened, supported ABIS: armeabi-v7a,armeabi 10-01 23:23:17.889 597 1439 E mm-camera: <SENSOR><ERROR> 3955: sensor_set_calibration_data: Golden module or OTP data is null 10-01 23:23:17.889 597 597 I mm-camera: <IFACE >< INFO> 671: iface_unreserve_sink_port: stream_id f mode 0 10-01 23:23:17.889 597 597 I mm-camera: <ISP >< INFO> 887: isp_port_check_caps_unreserve: ide 1000f port 0xe3d69b40 10-01 23:23:17.889 597 597 E mm-camera: <ISP ><ERROR> 913: isp_port_check_caps_unreserve: ISP session resource not dellocated in time 10-01 23:23:17.890 597 597 I mm-camera: <MCT >< INFO> 3875: mct_pipeline_process_set: Stream 0x1000f and stream type=10, successfully deleted 10-01 23:23:17.891 597 1481 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: sensor - E 10-01 23:23:17.891 597 1482 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: iface - E 10-01 23:23:17.891 597 1483 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: isp - E 10-01 23:23:17.891 597 1482 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: iface - X 10-01 23:23:17.891 597 1483 I mm-camera: <ISP >< INFO> 490: isp_module_stop_session: session id 1 10-01 23:23:17.891 597 1483 E mm-camera: <ISP ><ERROR> 504: isp_module_stop_session: num_session_opened 0 10-01 23:23:17.891 597 1483 E mm-camera: <ISP ><ERROR> 532: isp_module_stop_session: warning: ISP resource is not freed on time! 10-01 23:23:17.892 597 1484 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: stats - E 10-01 23:23:17.894 597 1485 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: pproc - E 10-01 23:23:17.894 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 5 10-01 23:23:17.894 597 1486 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: imglib - E 10-01 23:23:17.894 597 1486 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: imglib - X 10-01 23:23:17.895 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 4 10-01 23:23:17.896 597 1483 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: isp - X 10-01 23:23:17.896 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 3 10-01 23:23:17.896 597 1485 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: pproc - X 10-01 23:23:17.896 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 2 10-01 23:23:17.897 597 1481 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: sensor - X 10-01 23:23:17.897 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 1 10-01 23:23:17.898 597 1484 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: stats - X 10-01 23:23:17.898 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 0 10-01 23:23:17.898 597 597 I mm-camera: <MCT >< INFO> 4636: mct_pipeline_stop_session: Stopped session 1 successfully 10-01 23:23:17.898 597 597 I mm-camera: <MCT >< INFO> 4916: mct_pipeline_destroy: E: session:1 10-01 23:23:17.898 597 597 I mm-camera: <MCT >< INFO> 4989: mct_pipeline_destroy: X: Pipeline destroyed successfully session =1 10-01 23:23:17.898 597 597 I mm-camera: <MCT >< INFO> 282: mct_controller_destroy: X Successfully closed mct_controller session 1 10-01 23:23:17.898 1469 1469 I system_server: The ClassLoaderContext is a special shared library. 10-01 23:23:17.899 529 529 I QCamera : <HAL><INFO> closeCamera: 2296: [KPI Perf]: X PROFILE_CLOSE_CAMERA camera id 1, rc: 0 10-01 23:23:17.899 529 529 I QCamera : <HAL><INFO> close_camera_device: 1499: [KPI Perf]: X 10-01 23:23:17.900 529 529 I ServiceManagement: Removing namespace from process name [email protected] to [email protected]. 10-01 23:23:17.902 529 529 I [email protected]: Registration complete for [email protected]::ICameraProvider/legacy/0. 10-01 23:23:17.903 579 579 I CameraProviderManager: Connecting to new camera provider: legacy/0, isRemote? 1 10-01 23:23:17.903 579 579 I CameraProviderManager: Enumerating new camera device: [email protected]/legacy/0 10-01 23:23:17.905 529 1488 I [email protected]: Opening camera 0 10-01 23:23:17.905 529 1488 I QCamera : <HAL><INFO> openLegacy: 500: openLegacy halVersion: 256 10-01 23:23:17.906 529 1488 D vndksupport: Loading /vendor/lib/hw/power.default.so from current namespace instead of sphal namespace. 10-01 23:23:17.910 529 1488 I QCamera : <HAL><INFO> openCamera: 1821: [KPI Perf]: E PROFILE_OPEN_CAMERA camera id 0 10-01 23:23:17.912 529 1488 E QCamera : <HAL><ERROR> lock_acq_timed: 314: failed to acquire lock 10-01 23:23:17.912 579 579 W CameraProviderManager: Camera provider legacy/0 says an unknown camera [email protected]/legacy/0 now has torch status 0. Curious. 10-01 23:23:17.912 579 579 W CameraProviderManager: Camera provider legacy/0 says an unknown camera [email protected]/legacy/0 now has torch status 0. Curious. 10-01 23:23:17.912 597 597 I mm-camera: < INFO> 395: void enable_memleak_trace(int): start memleak tracking. 10-01 23:23:17.917 597 597 I mm-camera: <MCT >< INFO> 63: mct_controller_new: Creating new mct_controller with session-id 2 10-01 23:23:17.917 597 1492 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E sensor 10-01 23:23:17.917 597 1492 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module sensor 10-01 23:23:17.917 597 1493 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E iface 10-01 23:23:17.917 597 1493 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module iface 10-01 23:23:17.918 597 1495 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E isp 10-01 23:23:17.918 597 1495 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module isp 10-01 23:23:17.918 597 1495 I mm-camera: <ISP >< INFO> 201: isp_module_start_session: session id 2 10-01 23:23:17.918 597 1495 E mm-camera: <ISP ><ERROR> 213: isp_module_start_session: num_session_opened 0 10-01 23:23:17.919 597 1496 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E stats 10-01 23:23:17.919 597 1496 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module stats 10-01 23:23:17.920 597 1493 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module iface start_session rc = 1 10-01 23:23:17.921 597 1493 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 1, success = 1 10-01 23:23:17.921 597 1493 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X iface 10-01 23:23:17.921 597 1498 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E pproc 10-01 23:23:17.921 597 1498 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module pproc 10-01 23:23:17.923 597 1500 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E imglib 10-01 23:23:17.923 597 1500 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module imglib 10-01 23:23:17.923 1469 1469 I system_server: The ClassLoaderContext is a special shared library. 10-01 23:23:17.924 597 1498 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module pproc start_session rc = 1 10-01 23:23:17.924 597 1498 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 2, success = 2 10-01 23:23:17.924 597 1498 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X pproc 10-01 23:23:17.924 597 1500 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module imglib start_session rc = 1 10-01 23:23:17.924 597 1500 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 3, success = 3 10-01 23:23:17.924 597 1500 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X imglib 10-01 23:23:17.925 1469 1469 I system_server: The ClassLoaderContext is a special shared library. 10-01 23:23:17.925 597 1492 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module sensor start_session rc = 1 10-01 23:23:17.925 597 1492 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 4, success = 4 10-01 23:23:17.925 597 1492 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X sensor 10-01 23:23:17.927 597 1496 E mm-camera: <STATS_AIS ><ERROR> 448: dsps_open: try to sensor1_open() 10-01 23:23:17.927 597 1495 E mm-camera: <ISP ><ERROR> 402: isp_module_start_session: num_session_opened 1 10-01 23:23:17.927 597 1495 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module isp start_session rc = 1 10-01 23:23:17.927 597 1495 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 5, success = 5 10-01 23:23:17.927 597 1495 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X isp 10-01 23:23:17.929 1469 1469 I system_server: The ClassLoaderContext is a special shared library. 10-01 23:23:17.937 597 1496 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module stats start_session rc = 1 10-01 23:23:17.937 597 1496 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 6, success = 6 10-01 23:23:17.937 597 1496 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X stats 10-01 23:23:17.937 597 597 E mm-camera: <ISP ><ERROR> 684: isp_module_get_session_data: availabevfe 2 num_open 1 num_isp_preallocate 1 dual_vfe 0 10-01 23:23:17.937 597 597 E mm-camera: <ISP ><ERROR> 141: isp_resource_query_mod: dual_vfe_enabled 0 10-01 23:23:17.937 597 597 E mm-camera: <ISP ><ERROR> 150: isp_resource_query_mod: availabe_vfe 2 num_isp_preallocate 1 num_session_opened 1 dual_vfe_enabled 0 10-01 23:23:17.943 597 597 I mm-camera: <MCT >< INFO> 4448: mct_pipeline_start_stream_internal: Adding session stream streamid= 0xf for session=2 10-01 23:23:17.943 597 597 I mm-camera: <MCT >< INFO> 4496: mct_pipeline_start_stream_internal: Linking session stream for session 2 10-01 23:23:17.943 597 597 I mm-camera: <MCT >< INFO> 503: mct_stream_start_link: Start linking Session-stream 0x2000f 10-01 23:23:17.943 597 597 I mm-camera: <IFACE >< INFO> 338: iface_util_find_primary_cid: iface_util_find_primary_cid:338 error cannot find primary sensor format cids 1 10-01 23:23:17.943 597 597 I mm-camera: <ISP >< INFO> 798: isp_port_check_caps_reserve: port 0xe3d69b40 ide 2000f type 10 dim 0 0 10-01 23:23:17.943 597 597 I mm-camera: <PPROC >< INFO> 446: pproc_port_add_modules_to_stream: in identity 2000f stream 10 int_link = 0xe3d6d4c0 10-01 23:23:17.943 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods tmod and c2d for identity 2000f 10-01 23:23:17.943 597 597 I mm-camera: <C2D >< INFO> 1490: c2d_module_notify_add_stream: width 0, height 0, stride 0, scanline 0, is_type 0 10-01 23:23:17.943 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods c2d and cpp for identity 2000f 10-01 23:23:17.943 597 597 I mm-camera: <CPP >< INFO> 2141: cpp_module_notify_add_stream: :width 0, height 0, stride 0, scanline 0, framelen 0 10-01 23:23:17.943 597 597 I mm-camera: <CPP >< INFO> 2306: cpp_module_notify_add_stream: : stream 10, fmt 1, asf_mode 0, sharpness_level 0.000000,asf mask 0, denoise 0, denoise_mask 0, dsdn mask 0,dsdn enable 0, tnr mask 0, tnr enable 0, ds_mask 0 10-01 23:23:17.943 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods cpp and paaf for identity 2000f 10-01 23:23:17.944 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods paaf and ezt for identity 2000f 10-01 23:23:17.944 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods ezt and quadracfa for identity 2000f 10-01 23:23:17.947 597 597 I mm-camera: <MCT >< INFO> 4505: mct_pipeline_start_stream_internal: Session stream linked successfully session 2 10-01 23:23:17.949 529 1488 I Thermal-Lib: Thermal-Lib-Client: Registraion successful for camera with handle:1 10-01 23:23:17.949 529 1488 I Thermal-Lib: Thermal-Lib-Client: Registraion successful for camcorder with handle:2 10-01 23:23:17.949 529 1488 I QCamera : <HAL><INFO> openCamera: 1834: [KPI Perf]: X PROFILE_OPEN_CAMERA camera id 0, rc: 0 10-01 23:23:17.950 573 680 I ThermalEngine: Thermal-Server: Adding thermal event listener on fd 57 10-01 23:23:17.950 529 1525 I Thermal-Lib: Thermal-Lib-Client: Client received msg camera 0 10-01 23:23:17.950 529 1525 I Thermal-Lib: Thermal-Lib-Client: Client received msg camcorder 0 10-01 23:23:17.954 529 1488 I [email protected]: Closing camera 0 10-01 23:23:17.954 529 1488 I QCamera : <HAL><INFO> close_camera_device: 1497: [KPI Perf]: E camera id 0 10-01 23:23:17.955 529 1488 E QCamera : <HAL><ERROR> lock_acq: 363: failed to acquire lock 10-01 23:23:17.955 529 1488 I QCamera : <HAL><INFO> closeCamera: 2220: E 10-01 23:23:17.955 529 1488 I QCamera : <HAL><INFO> closeCamera: 2225: [KPI Perf]: E PROFILE_CLOSE_CAMERA camera id 0 10-01 23:23:17.956 597 1104 E mm-camera: <IMGLIB><ERROR> 303: static int32_t QCameraPAAF::AllocateBuffers(img_base_ops_t *, bool): Invalid dimensions 0x0 10-01 23:23:17.956 597 1520 I mm-camera: <ISP >< INFO> 6507: isp_util_print_meta_stream_info: Deallocate resources 10-01 23:23:17.956 597 1104 E mm-camera: <IMGLIB><ERROR> 203: int img_algo_preload(img_base_ops_t *): Preload: Failed to allocate buffer, rc -4 10-01 23:23:17.956 597 1104 E mm-camera: <IMGLIB><ERROR> 117: module_imgbase_client_preload_exec: IMG_CORE_PRELOAD failed -4 10-01 23:23:17.957 597 1520 I mm-camera: <ISP >< INFO> 2531: isp_resource_allocate: INFO: ISP resource acquired: session 2 num_isp 1 10-01 23:23:17.957 597 1520 I mm-camera: <ISP >< INFO> 2533: isp_resource_allocate: INFO: ISP resource acquired: hw_id 1 10-01 23:23:17.957 597 1520 I mm-camera: <ISP >< INFO> 6462: isp_util_decide_stream_mapping: stream_port_map num streams 0 10-01 23:23:17.960 529 1488 I Thermal-Lib: Thermal-Lib-Client: Unregisteration is successfull for handle:1 10-01 23:23:17.960 573 680 I ThermalEngine: Thermal-Server: removing client on fd 57 10-01 23:23:17.961 529 1488 I Thermal-Lib: Thermal-Lib-Client: Unregisteration is successfull for handle:2 10-01 23:23:17.961 597 597 I mm-camera: <MCT >< INFO> 216: mct_controller_destroy: Initiating destroy sequence for session = 2 10-01 23:23:17.962 597 597 I mm-camera: <MCT >< INFO> 234: mct_controller_destroy: serv_thread closed 10-01 23:23:17.962 597 597 I mm-camera: <MCT >< INFO> 249: mct_controller_destroy: bus_handler thread closed 10-01 23:23:17.962 597 597 I mm-camera: <MCT >< INFO> 4605: mct_pipeline_stop_session: Initiating stop_session on session 2 10-01 23:23:17.962 597 597 I mm-camera: <MCT >< INFO> 3646: mct_pipeline_process_set: command=800000b 10-01 23:23:17.962 597 597 I mm-camera: <MCT >< INFO> 3864: mct_pipeline_process_set: Issuing DEL_STREAM on stream 0x2000f and stream type=10 10-01 23:23:17.967 1469 1469 I SystemServer: InitBeforeStartServices 10-01 23:23:17.967 1469 1469 I SystemServer: Entered the Android system server! 10-01 23:23:17.996 597 597 I mm-camera: <IFACE >< INFO> 671: iface_unreserve_sink_port: stream_id f mode 0 10-01 23:23:17.996 597 597 I mm-camera: <ISP >< INFO> 887: isp_port_check_caps_unreserve: ide 2000f port 0xe3d69b40 10-01 23:23:17.996 597 597 E mm-camera: <ISP ><ERROR> 913: isp_port_check_caps_unreserve: ISP session resource not dellocated in time 10-01 23:23:17.997 597 597 I mm-camera: <MCT >< INFO> 3875: mct_pipeline_process_set: Stream 0x2000f and stream type=10, successfully deleted 10-01 23:23:17.998 597 1529 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: sensor - E 10-01 23:23:17.998 597 1530 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: iface - E 10-01 23:23:17.998 597 1530 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: iface - X 10-01 23:23:18.000 597 1531 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: isp - E 10-01 23:23:18.000 597 1531 I mm-camera: <ISP >< INFO> 490: isp_module_stop_session: session id 2 10-01 23:23:18.000 597 1531 E mm-camera: <ISP ><ERROR> 504: isp_module_stop_session: num_session_opened 0 10-01 23:23:18.000 597 1531 E mm-camera: <ISP ><ERROR> 532: isp_module_stop_session: warning: ISP resource is not freed on time! 10-01 23:23:18.000 597 1532 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: stats - E 10-01 23:23:18.002 597 1533 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: pproc - E 10-01 23:23:18.003 597 1533 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: pproc - X 10-01 23:23:18.003 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 5 10-01 23:23:18.003 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 4 10-01 23:23:18.003 597 1534 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: imglib - E 10-01 23:23:18.004 597 1531 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: isp - X 10-01 23:23:18.004 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 3 10-01 23:23:18.005 597 1534 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: imglib - X 10-01 23:23:18.005 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 2 10-01 23:23:18.007 597 1532 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: stats - X 10-01 23:23:18.007 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 1 10-01 23:23:18.050 597 1529 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: sensor - X 10-01 23:23:18.050 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 0 10-01 23:23:18.050 597 597 I mm-camera: <MCT >< INFO> 4636: mct_pipeline_stop_session: Stopped session 2 successfully 10-01 23:23:18.050 597 597 I mm-camera: <MCT >< INFO> 4916: mct_pipeline_destroy: E: session:2 10-01 23:23:18.050 597 597 I mm-camera: <MCT >< INFO> 4989: mct_pipeline_destroy: X: Pipeline destroyed successfully session =2 10-01 23:23:18.050 597 597 I mm-camera: <MCT >< INFO> 282: mct_controller_destroy: X Successfully closed mct_controller session 2 10-01 23:23:18.051 579 579 W CameraProviderManager: Camera provider legacy/0 says an unknown camera [email protected]/legacy/0 now has torch status 1. Curious. 10-01 23:23:18.051 579 579 W CameraProviderManager: Camera provider legacy/0 says an unknown camera [email protected]/legacy/0 now has torch status 1. Curious. 10-01 23:23:18.051 529 1488 I QCamera : <HAL><INFO> closeCamera: 2296: [KPI Perf]: X PROFILE_CLOSE_CAMERA camera id 0, rc: 0 10-01 23:23:18.052 529 1488 I QCamera : <HAL><INFO> close_camera_device: 1499: [KPI Perf]: X 10-01 23:23:18.052 579 579 I CameraProviderManager: Enumerating new camera device: [email protected]/legacy/0 10-01 23:23:18.053 579 579 I CameraProviderManager: Enumerating new camera device: [email protected]/legacy/1 10-01 23:23:18.055 529 1488 I [email protected]: Opening camera 1 10-01 23:23:18.055 529 1488 I QCamera : <HAL><INFO> openLegacy: 500: openLegacy halVersion: 256 10-01 23:23:18.055 529 1488 D vndksupport: Loading /vendor/lib/hw/power.default.so from current namespace instead of sphal namespace. 10-01 23:23:18.058 529 1488 I QCamera : <HAL><INFO> openCamera: 1821: [KPI Perf]: E PROFILE_OPEN_CAMERA camera id 1 10-01 23:23:18.060 529 1488 E QCamera : <HAL><ERROR> lock_acq_timed: 314: failed to acquire lock 10-01 23:23:18.060 597 597 I mm-camera: < INFO> 395: void enable_memleak_trace(int): start memleak tracking. 10-01 23:23:18.064 597 597 I mm-camera: <MCT >< INFO> 63: mct_controller_new: Creating new mct_controller with session-id 1 10-01 23:23:18.064 597 1540 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E sensor 10-01 23:23:18.064 597 1540 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module sensor 10-01 23:23:18.064 597 1541 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E iface 10-01 23:23:18.064 597 1541 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module iface 10-01 23:23:18.064 597 1543 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E isp 10-01 23:23:18.064 597 1543 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module isp 10-01 23:23:18.064 597 1543 I mm-camera: <ISP >< INFO> 201: isp_module_start_session: session id 1 10-01 23:23:18.064 597 1543 E mm-camera: <ISP ><ERROR> 213: isp_module_start_session: num_session_opened 0 10-01 23:23:18.065 597 1544 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E stats 10-01 23:23:18.065 597 1544 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module stats 10-01 23:23:18.066 597 1546 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E pproc 10-01 23:23:18.066 597 1546 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module pproc 10-01 23:23:18.066 597 1541 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module iface start_session rc = 1 10-01 23:23:18.067 597 1541 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 1, success = 1 10-01 23:23:18.067 597 1541 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X iface 10-01 23:23:18.067 597 1547 I mm-camera: <MCT >< INFO> 4527: mct_pipeline_start_session_thread: E imglib 10-01 23:23:18.067 597 1547 I mm-camera: <MCT >< INFO> 4534: mct_pipeline_start_session_thread: Calling start_session on Module imglib 10-01 23:23:18.069 589 710 I ServiceManager: Waiting for service package_native... 10-01 23:23:18.071 597 1547 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module imglib start_session rc = 1 10-01 23:23:18.071 597 1547 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 2, success = 2 10-01 23:23:18.071 597 1547 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X imglib 10-01 23:23:18.071 597 1546 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module pproc start_session rc = 1 10-01 23:23:18.071 597 1546 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 3, success = 3 10-01 23:23:18.071 597 1546 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X pproc 10-01 23:23:18.073 597 1540 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module sensor start_session rc = 1 10-01 23:23:18.073 597 1540 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 4, success = 4 10-01 23:23:18.073 597 1540 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X sensor 10-01 23:23:18.075 597 1544 E mm-camera: <STATS_AIS ><ERROR> 448: dsps_open: try to sensor1_open() 10-01 23:23:18.076 597 1543 E mm-camera: <ISP ><ERROR> 402: isp_module_start_session: num_session_opened 1 10-01 23:23:18.076 597 1543 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module isp start_session rc = 1 10-01 23:23:18.076 597 1543 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 5, success = 5 10-01 23:23:18.076 597 1543 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X isp 10-01 23:23:18.083 597 1544 I mm-camera: <MCT >< INFO> 4537: mct_pipeline_start_session_thread: Module stats start_session rc = 1 10-01 23:23:18.083 597 1544 I mm-camera: <MCT >< INFO> 4545: mct_pipeline_start_session_thread: started_num = 6, success = 6 10-01 23:23:18.083 597 1544 I mm-camera: <MCT >< INFO> 4552: mct_pipeline_start_session_thread: X stats 10-01 23:23:18.083 597 597 E mm-camera: <ISP ><ERROR> 684: isp_module_get_session_data: availabevfe 2 num_open 1 num_isp_preallocate 1 dual_vfe 0 10-01 23:23:18.083 597 597 E mm-camera: <ISP ><ERROR> 141: isp_resource_query_mod: dual_vfe_enabled 0 10-01 23:23:18.083 597 597 E mm-camera: <ISP ><ERROR> 150: isp_resource_query_mod: availabe_vfe 2 num_isp_preallocate 1 num_session_opened 1 dual_vfe_enabled 0 10-01 23:23:18.090 597 597 I mm-camera: <MCT >< INFO> 4448: mct_pipeline_start_stream_internal: Adding session stream streamid= 0xf for session=1 10-01 23:23:18.090 597 597 I mm-camera: <MCT >< INFO> 4496: mct_pipeline_start_stream_internal: Linking session stream for session 1 10-01 23:23:18.090 597 597 I mm-camera: <MCT >< INFO> 503: mct_stream_start_link: Start linking Session-stream 0x1000f 10-01 23:23:18.090 597 597 I mm-camera: <IFACE >< INFO> 338: iface_util_find_primary_cid: iface_util_find_primary_cid:338 error cannot find primary sensor format cids 1 10-01 23:23:18.090 597 597 I mm-camera: <ISP >< INFO> 798: isp_port_check_caps_reserve: port 0xe3d69b40 ide 1000f type 10 dim 0 0 10-01 23:23:18.090 597 597 I mm-camera: <PPROC >< INFO> 446: pproc_port_add_modules_to_stream: in identity 1000f stream 10 int_link = 0xe3d6d4c0 10-01 23:23:18.090 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods tmod and c2d for identity 1000f 10-01 23:23:18.090 597 597 I mm-camera: <C2D >< INFO> 1490: c2d_module_notify_add_stream: width 0, height 0, stride 0, scanline 0, is_type 0 10-01 23:23:18.090 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods c2d and cpp for identity 1000f 10-01 23:23:18.090 597 597 I mm-camera: <CPP >< INFO> 2141: cpp_module_notify_add_stream: :width 0, height 0, stride 0, scanline 0, framelen 0 10-01 23:23:18.090 597 597 I mm-camera: <CPP >< INFO> 2306: cpp_module_notify_add_stream: : stream 10, fmt 1, asf_mode 0, sharpness_level 0.000000,asf mask 0, denoise 0, denoise_mask 0, dsdn mask 0,dsdn enable 0, tnr mask 0, tnr enable 0, ds_mask 0 10-01 23:23:18.090 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods cpp and paaf for identity 1000f 10-01 23:23:18.090 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods paaf and ezt for identity 1000f 10-01 23:23:18.090 597 597 I mm-camera: <PPROC >< INFO> 458: pproc_port_add_modules_to_stream: :LINK linking mods ezt and quadracfa for identity 1000f 10-01 23:23:18.092 597 597 I mm-camera: <MCT >< INFO> 4505: mct_pipeline_start_stream_internal: Session stream linked successfully session 1 10-01 23:23:18.093 529 1488 I Thermal-Lib: Thermal-Lib-Client: Registraion successful for camera with handle:1 10-01 23:23:18.093 529 1488 I Thermal-Lib: Thermal-Lib-Client: Registraion successful for camcorder with handle:2 10-01 23:23:18.093 529 1488 I QCamera : <HAL><INFO> openCamera: 1834: [KPI Perf]: X PROFILE_OPEN_CAMERA camera id 1, rc: 0 10-01 23:23:18.094 573 680 I ThermalEngine: Thermal-Server: Adding thermal event listener on fd 57 10-01 23:23:18.094 529 1567 I Thermal-Lib: Thermal-Lib-Client: Client received msg camera 0 10-01 23:23:18.094 529 1567 I Thermal-Lib: Thermal-Lib-Client: Client received msg camcorder 0 10-01 23:23:18.098 529 1488 I [email protected]: Closing camera 1 10-01 23:23:18.098 529 1488 I QCamera : <HAL><INFO> close_camera_device: 1497: [KPI Perf]: E camera id 1 10-01 23:23:18.100 529 1488 E QCamera : <HAL><ERROR> lock_acq: 363: failed to acquire lock 10-01 23:23:18.100 529 1488 I QCamera : <HAL><INFO> closeCamera: 2220: E 10-01 23:23:18.100 529 1488 I QCamera : <HAL><INFO> closeCamera: 2225: [KPI Perf]: E PROFILE_CLOSE_CAMERA camera id 1 10-01 23:23:18.101 597 1104 E mm-camera: <IMGLIB><ERROR> 303: static int32_t QCameraPAAF::AllocateBuffers(img_base_ops_t *, bool): Invalid dimensions 0x0 10-01 23:23:18.101 597 1562 I mm-camera: <ISP >< INFO> 6507: isp_util_print_meta_stream_info: Deallocate resources 10-01 23:23:18.101 597 1104 E mm-camera: <IMGLIB><ERROR> 203: int img_algo_preload(img_base_ops_t *): Preload: Failed to allocate buffer, rc -4 10-01 23:23:18.101 597 1104 E mm-camera: <IMGLIB><ERROR> 117: module_imgbase_client_preload_exec: IMG_CORE_PRELOAD failed -4 10-01 23:23:18.102 597 1562 I mm-camera: <ISP >< INFO> 2531: isp_resource_allocate: INFO: ISP resource acquired: session 1 num_isp 1 10-01 23:23:18.102 597 1562 I mm-camera: <ISP >< INFO> 2533: isp_resource_allocate: INFO: ISP resource acquired: hw_id 1 10-01 23:23:18.102 597 1562 I mm-camera: <ISP >< INFO> 6462: isp_util_decide_stream_mapping: stream_port_map num streams 0 10-01 23:23:18.105 529 1488 I Thermal-Lib: Thermal-Lib-Client: Unregisteration is successfull for handle:1 10-01 23:23:18.105 573 680 I ThermalEngine: Thermal-Server: removing client on fd 57 10-01 23:23:18.105 529 1488 I Thermal-Lib: Thermal-Lib-Client: Unregisteration is successfull for handle:2 10-01 23:23:18.105 597 597 I mm-camera: <MCT >< INFO> 216: mct_controller_destroy: Initiating destroy sequence for session = 1 10-01 23:23:18.106 597 597 I mm-camera: <MCT >< INFO> 234: mct_controller_destroy: serv_thread closed 10-01 23:23:18.106 597 597 I mm-camera: <MCT >< INFO> 249: mct_controller_destroy: bus_handler thread closed 10-01 23:23:18.106 597 597 I mm-camera: <MCT >< INFO> 4605: mct_pipeline_stop_session: Initiating stop_session on session 1 10-01 23:23:18.106 597 597 I mm-camera: <MCT >< INFO> 3646: mct_pipeline_process_set: command=800000b 10-01 23:23:18.106 597 597 I mm-camera: <MCT >< INFO> 3864: mct_pipeline_process_set: Issuing DEL_STREAM on stream 0x1000f and stream type=10 10-01 23:23:18.141 1469 1469 E UsbAlsaJackDetectorJNI: Can't register UsbAlsaJackDetector native methods 10-01 23:23:18.157 1469 1469 I SystemServer: StartServices 10-01 23:23:18.157 1469 1469 I SystemServer: Reading configuration... 10-01 23:23:18.157 1469 1469 I SystemServer: ReadingSystemConfig 10-01 23:23:18.158 1469 1469 I SystemServer: StartInstaller 10-01 23:23:18.158 1469 1469 I SystemServiceManager: Starting com.android.server.pm.Installer 10-01 23:23:18.169 582 630 D installd: Found quota mount /dev/block/bootdevice/by-name/userdata at /data 10-01 23:23:18.169 582 630 D installd: Found quota mount /dev/block/bootdevice/by-name/userdata at /sbin/.core/mirror/bin 10-01 23:23:18.169 1469 1469 I SystemServer: DeviceIdentifiersPolicyService 10-01 23:23:18.169 1469 1469 I SystemServiceManager: Starting com.android.server.os.DeviceIdentifiersPolicyService 10-01 23:23:18.170 1469 1469 I SystemServer: StartActivityManager 10-01 23:23:18.170 1469 1469 I SystemServiceManager: Starting com.android.server.am.ActivityManagerService$Lifecycle 10-01 23:23:18.189 597 1542 E mm-camera: <SENSOR><ERROR> 3955: sensor_set_calibration_data: Golden module or OTP data is null 10-01 23:23:18.189 597 597 I mm-camera: <IFACE >< INFO> 671: iface_unreserve_sink_port: stream_id f mode 0 10-01 23:23:18.189 597 597 I mm-camera: <ISP >< INFO> 887: isp_port_check_caps_unreserve: ide 1000f port 0xe3d69b40 10-01 23:23:18.189 597 597 E mm-camera: <ISP ><ERROR> 913: isp_port_check_caps_unreserve: ISP session resource not dellocated in time 10-01 23:23:18.190 597 597 I mm-camera: <MCT >< INFO> 3875: mct_pipeline_process_set: Stream 0x1000f and stream type=10, successfully deleted 10-01 23:23:18.191 597 1578 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: sensor - E 10-01 23:23:18.191 597 1579 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: iface - E 10-01 23:23:18.191 597 1580 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: isp - E 10-01 23:23:18.191 597 1580 I mm-camera: <ISP >< INFO> 490: isp_module_stop_session: session id 1 10-01 23:23:18.191 597 1580 E mm-camera: <ISP ><ERROR> 504: isp_module_stop_session: num_session_opened 0 10-01 23:23:18.191 597 1580 E mm-camera: <ISP ><ERROR> 532: isp_module_stop_session: warning: ISP resource is not freed on time! 10-01 23:23:18.191 597 1579 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: iface - X 10-01 23:23:18.191 597 1581 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: stats - E 10-01 23:23:18.192 597 1582 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: pproc - E 10-01 23:23:18.192 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 5 10-01 23:23:18.193 597 1583 I mm-camera: <MCT >< INFO> 4339: mct_pipeline_stop_session_thread: Stop module name: imglib - E 10-01 23:23:18.193 597 1582 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: pproc - X 10-01 23:23:18.193 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 4 10-01 23:23:18.193 597 1583 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: imglib - X 10-01 23:23:18.193 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 3 10-01 23:23:18.195 597 1580 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: isp - X 10-01 23:23:18.195 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 2 10-01 23:23:18.197 597 1581 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: stats - X 10-01 23:23:18.197 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 1 10-01 23:23:18.198 597 1578 I mm-camera: <MCT >< INFO> 4347: mct_pipeline_stop_session_thread: Stop module name: sensor - X 10-01 23:23:18.198 597 597 I mm-camera: <MCT >< INFO> 4627: mct_pipeline_stop_session: Modules left: 0 10-01 23:23:18.198 597 597 I mm-camera: <MCT >< INFO> 4636: mct_pipeline_stop_session: Stopped session 1 successfully 10-01 23:23:18.198 597 597 I mm-camera: <MCT >< INFO> 4916: mct_pipeline_destroy: E: session:1 10-01 23:23:18.198 597 597 I mm-camera: <MCT >< INFO> 4989: mct_pipeline_destroy: X: Pipeline destroyed successfully session =1 10-01 23:23:18.198 597 597 I mm-camera: <MCT >< INFO> 282: mct_controller_destroy: X Successfully closed mct_controller session 1 10-01 23:23:18.198 529 1488 I QCamera : <HAL><INFO> closeCamera: 2296: [KPI Perf]: X PROFILE_CLOSE_CAMERA camera id 1, rc: 0 10-01 23:23:18.199 529 1488 I QCamera : <HAL><INFO> close_camera_device: 1499: [KPI Perf]: X 10-01 23:23:18.199 579 579 I CameraProviderManager: Enumerating new camera device: [email protected]/legacy/1 10-01 23:23:18.200 579 579 I CameraProviderManager: Camera provider legacy/0 ready with 4 camera devices 10-01 23:23:18.200 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::ICameraProvider/external/0 in either framework or device manifest. 10-01 23:23:18.201 579 678 W CameraProviderManager: addProviderLocked: Camera provider HAL with name 'legacy/0' already registered 10-01 23:23:18.203 579 579 I CameraService: onDeviceStatusChanged: Status changed for cameraId=1, newStatus=1 10-01 23:23:18.203 579 579 I CameraService: onDeviceStatusChanged: Unknown camera ID 1, a new camera is added 10-01 23:23:18.204 579 678 I CameraService: onDeviceStatusChanged: Status changed for cameraId=1, newStatus=1 10-01 23:23:18.204 579 678 I CameraService: onDeviceStatusChanged: Status changed for cameraId=0, newStatus=1 10-01 23:23:18.204 579 579 I CameraService: onDeviceStatusChanged: Status changed for cameraId=0, newStatus=1 10-01 23:23:18.204 579 678 I CameraService: onDeviceStatusChanged: Unknown camera ID 0, a new camera is added 10-01 23:23:18.205 1469 1469 I ActivityManager: Memory class: 256 10-01 23:23:18.205 579 579 I : Waiting for activity service 10-01 23:23:18.215 1469 1469 D BatteryStatsImpl: Reading daily items from /data/system/batterystats-daily.xml 10-01 23:23:18.235 1469 1591 E BluetoothAdapter: Bluetooth binder is null 10-01 23:23:18.236 1469 1591 E BatteryExternalStatsWorker: no controller energy info supplied for telephony 10-01 23:23:18.238 1469 1591 I KernelUidCpuFreqTimeReader: mPerClusterTimesAvailable=false 10-01 23:23:18.243 1469 1591 W KernelCpuProcReader: File not exist: /proc/uid_cpupower/time_in_state 10-01 23:23:18.244 1469 1591 W KernelCpuProcReader: File not exist: /proc/uid_cpupower/concurrent_active_time 10-01 23:23:18.244 1469 1591 W KernelCpuProcReader: File not exist: /proc/uid_cpupower/concurrent_policy_time 10-01 23:23:18.248 1469 1591 W KernelMemoryBandwidthStats: No kernel memory bandwidth stats available 10-01 23:23:18.250 1469 1591 I PowerManagerService-JNI: Loaded power HAL 1.0 service 10-01 23:23:18.251 540 540 E QCOM PowerHAL: extract_stats: failed to open: /d/system_stats Error = No such file or directory 10-01 23:23:18.279 568 568 I netmgrd : type=1400 audit(0.0:648): avc: denied { ioctl } for path="socket:[16221]" dev="sockfs" ino=16221 ioctlcmd=c302 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=socket permissive=1 10-01 23:23:18.303 1469 1469 W AppOps : Unknown attribute in 'op' tag: n 10-01 23:23:18.318 1469 1469 I chatty : uid=1000 system_server identical 510 lines 10-01 23:23:18.318 1469 1469 W AppOps : Unknown attribute in 'op' tag: n 10-01 23:23:18.339 1469 1469 I IntentFirewall: Read new rules (A:0 B:0 S:0) 10-01 23:23:18.342 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_429: Device or resource busy 10-01 23:23:18.342 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_470: Device or resource busy 10-01 23:23:18.342 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_486: Device or resource busy 10-01 23:23:18.342 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_517: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_518: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_519: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_526: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_549: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_553: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_554: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_555: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_557: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_559: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_563: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_568: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_572: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_573: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_578: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_582: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_589: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_595: Device or resource busy 10-01 23:23:18.343 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_599: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0/pid_711: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_0: Permission denied 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_1249: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_1253: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_1278: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_465: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_466: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_467: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_469: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_525: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_531: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_534: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_535: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_536: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_537: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_538: Device or resource busy 10-01 23:23:18.344 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_539: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_540: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_541: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_542: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_543: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_544: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_545: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_547: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_550: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_551: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_556: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_560: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_561: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_562: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_564: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_565: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_566: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_567: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_575: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_576: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_594: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_598: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000/pid_740: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1000: Permission denied 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1001/pid_569: Device or resource busy 10-01 23:23:18.345 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1001/pid_570: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1001/pid_571: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1001/pid_592: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1001: Permission denied 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1002/pid_528: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1002: Permission denied 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1003/pid_1010: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1003: Permission denied 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1006/pid_597: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1006: Permission denied 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1010/pid_546: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1010/pid_590: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1010: Permission denied 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1013/pid_530: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1013/pid_532: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1013/pid_533: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1013/pid_574: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1013/pid_584: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1013/pid_586: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1013/pid_587: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1013: Permission denied 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1017/pid_583: Device or resource busy 10-01 23:23:18.346 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1017: Permission denied 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1019/pid_580: Device or resource busy 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1019: Permission denied 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1021/pid_548: Device or resource busy 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1021: Permission denied 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1036/pid_464: Device or resource busy 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1036: Permission denied 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1040/pid_585: Device or resource busy 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1040: Permission denied 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1041/pid_527: Device or resource busy 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1041/pid_558: Device or resource busy 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1041: Permission denied 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1046/pid_591: Device or resource busy 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1046: Permission denied 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1047/pid_529: Device or resource busy 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1047/pid_579: Device or resource busy 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1047: Permission denied 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1058/pid_600: Device or resource busy 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1058: Permission denied 10-01 23:23:18.347 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1066/pid_588: Device or resource busy 10-01 23:23:18.348 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1066: Permission denied 10-01 23:23:18.348 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1067/pid_581: Device or resource busy 10-01 23:23:18.348 1469 1469 W libprocessgroup: Failed to remove /acct/uid_1067: Permission denied 10-01 23:23:18.350 1469 1469 D AppOps : AppOpsService published 10-01 23:23:18.350 1469 1469 I SystemServer: StartPowerManager 10-01 23:23:18.350 1469 1469 I SystemServiceManager: Starting com.android.server.power.PowerManagerService 10-01 23:23:18.349 466 466 I hwservicemanage: type=1400 audit(0.0:652): avc: denied { getattr } for scontext=u:r:hwservicemanager:s0 tcontext=u:r:init:s0 tclass=process permissive=1 10-01 23:23:18.362 540 540 E QCOM PowerHAL: Failed to acquire lock. 10-01 23:23:18.364 1469 1469 I SystemServer: InitPowerManagement 10-01 23:23:18.365 1469 1469 I SystemServer: StartRecoverySystemService 10-01 23:23:18.365 1469 1469 I SystemServiceManager: Starting com.android.server.RecoverySystemService 10-01 23:23:18.367 1469 1469 V RescueParty: Disabled because of manual property 10-01 23:23:18.367 1469 1469 I SystemServer: StartLightsService 10-01 23:23:18.367 1469 1469 I SystemServiceManager: Starting com.android.server.lights.LightsService 10-01 23:23:18.368 1469 1469 I SystemServer: StartSidekickService 10-01 23:23:18.368 1469 1469 I SystemServer: StartDisplayManager 10-01 23:23:18.368 1469 1469 I SystemServiceManager: Starting com.android.server.display.DisplayManagerService 10-01 23:23:18.372 1469 1469 I SystemServer: WaitForDisplay 10-01 23:23:18.372 1469 1469 I SystemServiceManager: Starting phase 100 10-01 23:23:18.373 536 843 I SDM : HWCDisplay::GetColorModeCount: Supported color mode count = 0 10-01 23:23:18.379 1469 1604 I DisplayManagerService: Display device added: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 1080 x 1920, modeId 1, defaultModeId 1, supportedModes [{id=1, width=1080, height=1920, fps=60.000004}], colorMode 0, supportedColorModes [0], HdrCapabilities android.view.Display$HdrCapabilities@40f16308, density 480, 397.565 x 399.737 dpi, appVsyncOff 2000000, presDeadline 11666666, touch INTERNAL, rotation 0, type BUILT_IN, state UNKNOWN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} 10-01 23:23:18.379 560 560 D SurfaceFlinger: Set power mode=2, type=0 flinger=0x7843655000 10-01 23:23:18.383 1469 1604 I DisplayManagerService: Display device changed state: "Built-in Screen", ON 10-01 23:23:18.383 1469 1469 I SystemServer: StartPackageManagerService 10-01 23:23:18.408 1469 1469 D SELinuxMMAC: Using policy file /system/etc/selinux/plat_mac_permissions.xml 10-01 23:23:18.410 1469 1469 D SELinuxMMAC: Using policy file /vendor/etc/selinux/vendor_mac_permissions.xml 10-01 23:23:18.413 1469 1605 W ProcessCpuTracker: Skipping unknown process pid 1600 10-01 23:23:18.414 1469 1469 D FallbackCategoryProvider: Found 1 fallback categories 10-01 23:23:18.582 517 748 D TcpSocketMonitor: suspending tcpinfo polling 10-01 23:23:18.743 1469 1469 D PackageManager: No files in app dir /product/overlay 10-01 23:23:18.746 1469 1469 W PackageManager: Failed to parse /system/framework/oat: Missing base APK in /system/framework/oat 10-01 23:23:18.746 1469 1469 W PackageManager: Failed to parse /system/framework/arm64: Missing base APK in /system/framework/arm64 10-01 23:23:18.747 1469 1469 W PackageManager: Failed to parse /system/framework/arm: Missing base APK in /system/framework/arm 10-01 23:23:18.818 572 624 E QC-time-services: Daemon:genoff_wlan_qmi_service_request: qmi_client_get_service_list returned -2num_services 0 10-01 23:23:18.932 1469 1469 I PackageManager: /system/app/SystemUIDarkTheme changed; collecting certs 10-01 23:23:18.936 1469 1469 W PackageManager: Failed to scan /system/app/SystemUIDarkTheme: Application package com.android.systemui.theme.dark already installed. Skipping duplicate. 10-01 23:23:18.983 1469 1469 D PackageManager: No files in app dir /vendor/priv- app 10-01 23:23:18.987 1469 1469 D PackageManager: No files in app dir /odm/priv-app 10-01 23:23:18.987 1469 1469 D PackageManager: No files in app dir /odm/app 10-01 23:23:18.987 1469 1469 D PackageManager: No files in app dir /oem/app 10-01 23:23:18.987 1469 1469 D PackageManager: No files in app dir /system/product/priv-app 10-01 23:23:18.987 1469 1469 D PackageManager: No files in app dir /system/product/app 10-01 23:23:18.988 1469 1469 I PackageManager: Finished scanning system apps. Time: 260 ms, packageCount: 168 , timePerPackage: 1 , cached: 169 10-01 23:23:19.071 589 710 I ServiceManager: Waiting for service package_native... 10-01 23:23:19.162 1469 1469 D PackageManager: No files in app dir /data/app- private 10-01 23:23:19.162 1469 1469 I PackageManager: Finished scanning non-system apps. Time: 174 ms, packageCount: 56 , timePerPackage: 3 , cached: 56 10-01 23:23:19.170 1469 1469 I PackageManager: Time to scan packages: 0.442 seconds 10-01 23:23:19.181 1469 1469 V PackageManager: reconcileAppsData for null u0 0x3 migrateAppData=true 10-01 23:23:19.183 1469 1469 W PackageManager: Destroying /data/user/0/media due to: com.android.server.pm.PackageManagerException: Package media is unknown 10-01 23:23:19.191 582 630 I SELinux : SELinux: Loaded file_contexts 10-01 23:23:19.299 1469 1469 V PackageManager: reconcileAppsData finished 22 packages 10-01 23:23:19.300 1469 1469 V PackageManager: Disabling com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity 10-01 23:23:19.300 1469 1469 W PackageManager: Unable to disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity 10-01 23:23:19.300 1469 1469 V PackageManager: Disabling com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver 10-01 23:23:19.300 1469 1469 W PackageManager: Unable to disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver 10-01 23:23:19.300 1469 1469 V PackageManager: Disabling com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$SecretCode Receiver 10-01 23:23:19.300 1469 1469 W PackageManager: Unable to disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$SecretCode Receiver 10-01 23:23:19.300 1469 1469 V PackageManager: Disabling com.google.android.gsf/com.google.android.gsf.update.SystemUpdateServiceReceiver 10-01 23:23:19.300 1469 1469 W PackageManager: Unable to disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateServiceReceiver 10-01 23:23:19.300 1469 1469 V PackageManager: Disabling com.google.android.gms/com.google.android.gms.update.SystemUpdateActivity 10-01 23:23:19.300 1469 1469 V PackageManager: Disabling com.google.android.gms/com.google.android.gms.update.SystemUpdateService$Receiver 10-01 23:23:19.300 1469 1469 W PackageManager: Unable to disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService$Receiver 10-01 23:23:19.300 1469 1469 V PackageManager: Disabling com.google.android.gms/com.google.android.gms.update.SystemUpdateService$ActiveRece iver 10-01 23:23:19.300 1469 1469 W PackageManager: Unable to disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService$ActiveRece iver 10-01 23:23:19.300 1469 1469 V PackageManager: Disabling com.google.android.gms/com.google.android.gms.update.SystemUpdateService$SecretCode Receiver 10-01 23:23:19.301 1469 1469 W PackageManager: Unable to disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService$SecretCode Receiver 10-01 23:23:19.301 1469 1469 V PackageManager: Disabling com.google.android.gms/com.google.android.gms.update.SystemUpdateServiceReceiver 10-01 23:23:19.301 1469 1469 W PackageManager: Unable to disable com.google.android.gms/com.google.android.gms.update.SystemUpdateServiceReceiver 10-01 23:23:19.301 1469 1469 V PackageManager: Enabling com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService 10-01 23:23:19.301 1469 1469 W PackageManager: Unable to enable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService 10-01 23:23:19.301 1469 1469 V PackageManager: Enabling com.google.android.gms/com.google.android.gms.update.SystemUpdateService 10-01 23:23:19.352 582 582 W installd: Ignoring /data/data/com.android.vending/lib with unexpected GID 0 instead of 10043 10-01 23:23:19.369 582 582 W installd: Ignoring /data/data/com.android.webview/lib with unexpected GID 0 instead of 10048 10-01 23:23:19.417 582 582 W installd: Ignoring /data/data/com.amazon.dee.app/lib with unexpected GID 0 instead of 10144 10-01 23:23:19.419 582 582 W installd: Ignoring /data/data/com.centralway.numbrs/lib with unexpected GID 0 instead of 10164 10-01 23:23:19.422 582 582 W installd: Ignoring /data/data/com.xiaomi.xy.sportscamera/lib with unexpected GID 0 instead of 10148 10-01 23:23:19.424 582 582 W installd: Ignoring /data/data/com.xiaomi.hm.health/lib with unexpected GID 0 instead of 10150 10-01 23:23:19.409 568 568 I netmgrd : type=1400 audit(0.0:664): avc: denied { create } for name="netmgr_connect_socket" scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1 10-01 23:23:19.409 568 568 I netmgrd : type=1400 audit(0.0:665): avc: denied { setattr } for name="netmgr_connect_socket" dev="tmpfs" ino=27960 scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1 10-01 23:23:19.427 582 582 W installd: Ignoring /data/data/com.instagram.android/lib with unexpected GID 0 instead of 10151 10-01 23:23:19.428 582 582 W installd: Ignoring /data/data/ch.sbb.mobile.android.b2c/lib with unexpected GID 0 instead of 10152 10-01 23:23:19.430 582 582 W installd: Ignoring /data/data/com.soundcloud.android/lib with unexpected GID 0 instead of 10154 10-01 23:23:19.431 582 582 W installd: Ignoring /data/data/com.ubs.swidK2Y.android/lib with unexpected GID 0 instead of 10157 10-01 23:23:19.433 582 582 W installd: Ignoring /data/data/com.vmware.view.client.android/lib with unexpected GID 0 instead of 10160 10-01 23:23:19.434 582 582 W installd: Ignoring /data/data/com.snapchat.android/lib with unexpected GID 0 instead of 10161 10-01 23:23:19.437 582 582 W installd: Ignoring /data/data/com.android.chrome/lib with unexpected GID 0 instead of 10163 10-01 23:23:19.439 582 582 W installd: Ignoring /data/data/com.binance.dev/lib with unexpected GID 0 instead of 10165 10-01 23:23:19.441 582 582 W installd: Ignoring /data/data/com.ebay.mobile/lib with unexpected GID 0 instead of 10167 10-01 23:23:19.429 571 571 I rild : type=1400 audit(0.0:666): avc: denied { write } for name="netmgr_connect_socket" dev="tmpfs" ino=27960 scontext=u:r:rild:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1 10-01 23:23:19.446 582 582 W installd: Ignoring /data/data/com.alibaba.aliexpresshd/lib with unexpected GID 0 instead of 10171 10-01 23:23:19.448 582 582 W installd: Ignoring /data/data/com.spotify.music/lib with unexpected GID 0 instead of 10173 10-01 23:23:19.451 582 582 W installd: Ignoring /data/data/com.cisco.im/lib with unexpected GID 0 instead of 10176 10-01 23:23:19.451 582 582 W installd: Ignoring /data/data/de.postbank.finanzassistent/lib with unexpected GID 0 instead of 10177 10-01 23:23:19.455 582 582 W installd: Ignoring /data/data/com.facebook.mlite/lib with unexpected GID 0 instead of 10180 10-01 23:23:19.457 582 582 W installd: Ignoring /data/data/com.infraware.office.link/lib with unexpected GID 0 instead of 10182 10-01 23:23:19.459 582 582 W installd: Ignoring /data/data/com.intsig.camscanner/lib with unexpected GID 0 instead of 10185 10-01 23:23:19.463 582 582 W installd: Ignoring /data/data/air.de.fahren_lernen.app/lib with unexpected GID 0 instead of 10189 10-01 23:23:19.467 582 582 W installd: Ignoring /data/data/com.mxtech.videoplayer.pro/lib with unexpected GID 0 instead of 10196 10-01 23:23:19.469 582 582 W installd: Ignoring /data/data/com.zeptolab.ctr.paid/lib with unexpected GID 0 instead of 10197 10-01 23:23:19.479 740 740 I imsdatadaemon: type=1400 audit(0.0:667): avc: denied { write } for name="netmgr_connect_socket" dev="tmpfs" ino=27960 scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1 10-01 23:23:19.549 1469 1469 I system_server: Explicit concurrent copying GC freed 123067(6MB) AllocSpace objects, 79(4MB) LOS objects, 55% free, 9MB/21MB, paused 61us total 143.930ms 10-01 23:23:19.551 1469 1469 I SystemServer: StartOtaDexOptService 10-01 23:23:19.552 1469 1469 D OTADexopt: No upgrade, skipping A/B artifacts check. 10-01 23:23:19.552 1469 1469 I SystemServer: StartUserManagerService 10-01 23:23:19.552 1469 1469 I SystemServiceManager: Starting com.android.server.pm.UserManagerService$LifeCycle 10-01 23:23:19.553 1469 1469 I SystemServer: InitAttributerCache 10-01 23:23:19.553 1469 1469 I SystemServer: SetSystemProcess 10-01 23:23:19.560 559 559 I lowmemorykiller: lmkd data connection established 10-01 23:23:19.563 1469 1469 I SystemServer: StartOverlayManagerService 10-01 23:23:19.564 1469 1469 I SystemServer: StartBatteryService 10-01 23:23:19.564 1469 1469 I SystemServiceManager: Starting com.android.server.BatteryService 10-01 23:23:19.564 1469 1729 D SensorService: nuSensorService starting... 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 59 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 60 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 4 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 10 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 16 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 84 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 85 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 26 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 31 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 34 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 64 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 65 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 67 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 71 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 73 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 74 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 86 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 87 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 5 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 6 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 7 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 8 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 27 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 28 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 29 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 39 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 40 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 43 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 46 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 48 is not registered! 10-01 23:23:19.567 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 49 is not registered! 10-01 23:23:19.568 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 53 is not registered! 10-01 23:23:19.568 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 13 is not registered! 10-01 23:23:19.568 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 14 is not registered! 10-01 23:23:19.568 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 15 is not registered! 10-01 23:23:19.568 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 66 is not registered! 10-01 23:23:19.568 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 18 is not registered! 10-01 23:23:19.568 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 19 is not registered! 10-01 23:23:19.568 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 20 is not registered! 10-01 23:23:19.568 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 68 is not registered! 10-01 23:23:19.568 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 69 is not registered! 10-01 23:23:19.568 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 70 is not registered! 10-01 23:23:19.568 541 541 W qti_sensors_hal: sensors_get_sensors_list: handle 72 is not registered! 10-01 23:23:19.571 541 541 E : IGNORED register_direct_channel(mem=0x0, handle=-1) call to non-API-compliant sensor 10-01 23:23:19.573 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IHealth/default in either framework or device manifest. 10-01 23:23:19.574 1469 1732 D SensorService: new thread SensorEventAckReceiver 10-01 23:23:19.574 1469 1733 D SensorService: nuSensorService thread starting... 10-01 23:23:19.559 526 526 I healthd : type=1400 audit(0.0:668): avc: denied { read } for name="present" dev="sysfs" ino=33343 scontext=u:r:healthd:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 10-01 23:23:19.577 589 710 I storaged: storaged: Start 10-01 23:23:19.577 1469 1469 I android_os_HwBinder: HwBinder: Starting thread pool for backup::[email protected]::IHealth 10-01 23:23:19.577 589 710 E storaged: getDiskStats failed with result NOT_SUPPORTED and size 0 10-01 23:23:19.579 527 1057 I sound_trigger_hw: stdev_get_properties 10-01 23:23:19.579 558 558 I SoundTriggerHalHidl: getProperties res implementor QUALCOMM Technologies, Inc 10-01 23:23:19.579 558 558 I SoundTriggerHalHidl: getProperties ret 0 10-01 23:23:19.579 558 558 I SoundTriggerHwService: loaded default module Sound Trigger HAL, handle 1 10-01 23:23:19.582 540 540 E QCOM PowerHAL: extract_stats: failed to open: /d/system_stats Error = No such file or directory 10-01 23:23:19.583 540 540 E QCOM PowerHAL: extract_stats: failed to open: /d/system_stats Error = No such file or directory 10-01 23:23:19.585 1469 1469 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IServiceManager 10-01 23:23:19.586 1469 1469 I HealthServiceWrapper: health: HealthServiceWrapper listening to instance backup 10-01 23:23:19.586 1469 1469 I BatteryService: health: Waited 0ms and received the update. 10-01 23:23:19.587 1469 1742 I android_os_HwBinder: HwBinder: Starting thread pool for backup::[email protected]::IHealth 10-01 23:23:19.589 1469 1469 I SystemServer: StartUsageService 10-01 23:23:19.589 1469 1469 I SystemServiceManager: Starting com.android.server.usage.UsageStatsService 10-01 23:23:19.649 1469 1469 I UsageStatsService: User[0] Rollover scheduled @ 2018-10-02 13:55:33(1538481333171) 10-01 23:23:19.649 1469 1469 W SystemServiceManager: Service com.android.server.usage.UsageStatsService took 58 ms in onStart 10-01 23:23:19.649 1469 1469 I SystemServer: StartWebViewUpdateService 10-01 23:23:19.649 1469 1469 I SystemServiceManager: Starting com.android.server.webkit.WebViewUpdateService 10-01 23:23:19.652 1469 1469 I SystemServer: StartBinderCallsStatsService 10-01 23:23:19.654 1469 1576 I SystemServer: SecondaryZygotePreload 10-01 23:23:19.654 1469 1469 I SystemServer: StartKeyAttestationApplicationIdProviderService 10-01 23:23:19.654 1469 1469 I SystemServer: StartKeyChainSystemService 10-01 23:23:19.654 1469 1469 I SystemServiceManager: Starting com.android.server.security.KeyChainSystemService 10-01 23:23:19.655 1469 1469 I SystemServer: StartSchedulingPolicyService 10-01 23:23:19.656 1469 1469 I SystemServer: StartTelecomLoaderService 10-01 23:23:19.657 1469 1469 I SystemServiceManager: Starting com.android.server.telecom.TelecomLoaderService 10-01 23:23:19.657 1469 1469 I SystemServer: StartTelephonyRegistry 10-01 23:23:19.658 1469 1469 I SystemServer: StartEntropyMixer 10-01 23:23:19.660 1469 1469 W EntropyMixer: Failed to add HW RNG output to entropy pool 10-01 23:23:19.660 1469 1469 W EntropyMixer: java.io.FileNotFoundException: /dev/hw_random (Permission denied) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at java.io.FileInputStream.open0(Native Method) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at java.io.FileInputStream.open(FileInputStream.java:231) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at java.io.FileInputStream.<init>(FileInputStream.java:165) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at java.io.FileInputStream.<init>(FileInputStream.java:112) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at com.android.server.RandomBlock.fromFile(RandomBlock.java:45) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at com.android.server.EntropyMixer.addHwRandomEntropy(EntropyMixer.java:205) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at com.android.server.EntropyMixer.<init>(EntropyMixer.java:115) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at com.android.server.EntropyMixer.<init>(EntropyMixer.java:97) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:806) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at com.android.server.SystemServer.run(SystemServer.java:432) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at com.android.server.SystemServer.main(SystemServer.java:295) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:19.660 1469 1469 W EntropyMixer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:838) 10-01 23:23:19.660 1469 1469 I EntropyMixer: Writing entropy... 10-01 23:23:19.664 1469 1576 I Zygote : Process: zygote socket RESERVED/zygote opened, supported ABIS: arm64-v8a 10-01 23:23:19.664 1469 1469 I SystemServer: StartAccountManagerService 10-01 23:23:19.664 1469 1469 I SystemServiceManager: Starting com.android.server.accounts.AccountManagerService$Lifecycle 10-01 23:23:19.667 1469 1469 I SystemServer: StartContentService 10-01 23:23:19.668 1469 1469 I SystemServiceManager: Starting com.android.server.content.ContentService$Lifecycle 10-01 23:23:19.668 1469 1729 I SchedulingPolicyService: Moving 591 back to group default 10-01 23:23:19.673 1469 1469 I SystemServer: InstallSystemProviders 10-01 23:23:19.685 1469 1576 I Zygote : Process: zygote socket RESERVED/zygote_secondary opened, supported ABIS: armeabi-v7a,armeabi 10-01 23:23:19.696 519 519 I Zygote : Lazily preloading resources. 10-01 23:23:19.696 519 519 D Zygote : begin preload 10-01 23:23:19.696 519 519 I Zygote : Installing ICU cache reference pinning... 10-01 23:23:19.696 519 519 I Zygote : Preloading ICU data... 10-01 23:23:19.713 519 519 I Zygote : Preloading classes... 10-01 23:23:19.723 1469 1469 V RescueParty: Disabled because of manual property 10-01 23:23:19.723 1469 1469 I SystemServer: StartDropBoxManager 10-01 23:23:19.723 1469 1469 I SystemServiceManager: Starting com.android.server.DropBoxManagerService 10-01 23:23:19.724 1469 1469 I SystemServer: StartVibratorService 10-01 23:23:19.729 1469 1469 I SystemServer: StartConsumerIrService 10-01 23:23:19.732 1469 1469 I SystemServer: StartAlarmManagerService 10-01 23:23:19.732 1469 1469 I SystemServiceManager: Starting com.android.server.AlarmManagerService 10-01 23:23:19.734 1469 1469 D AlarmManagerService: Kernel timezone updated to -120 minutes west of GMT 10-01 23:23:19.736 519 519 I PackageBackwardCompatibility: Loaded android.content.pm.OrgApacheHttpLegacyUpdater 10-01 23:23:19.736 519 519 I PackageBackwardCompatibility: Could not find android.content.pm.AndroidTestBaseUpdater, ignoring 10-01 23:23:19.737 1469 1469 I SystemServer: InitWatchdog 10-01 23:23:19.738 1469 1469 I SystemServer: StartInputManagerService 10-01 23:23:19.739 1469 1469 I InputManager: Initializing input manager, mUseDevInputEventForAudioJack=true 10-01 23:23:19.740 1469 1469 I SystemServer: StartWindowManagerService 10-01 23:23:19.747 1469 1604 I WindowManager: No existing display settings /data/system/display_settings.xml; starting empty 10-01 23:23:19.747 517 723 W SocketClient: write error (Broken pipe) 10-01 23:23:19.747 517 723 W SocketClient: Unable to send msg '616 Route updated fe80::/64 dev rmnet_data0' 10-01 23:23:19.747 517 723 W SocketListener: Error sending broadcast (Broken pipe) 10-01 23:23:19.748 517 723 W SocketClient: write error (Broken pipe) 10-01 23:23:19.748 517 723 W SocketClient: Unable to send msg '614 Address updated fe80::2266:7d54:568:3c7f/64 rmnet_data0 196 253' 10-01 23:23:19.748 517 723 W SocketListener: Error sending broadcast (Broken pipe) 10-01 23:23:19.757 1469 1469 I SystemServer: SetWindowManagerService 10-01 23:23:19.778 1469 1469 I SystemServer: WindowManagerServiceOnInitReady 10-01 23:23:19.782 1469 1587 I CameraManagerGlobal: Connecting to camera service 10-01 23:23:19.859 1469 1469 I SystemServer: StartVrManagerService 10-01 23:23:19.860 1469 1469 I SystemServiceManager: Starting com.android.server.vr.VrManagerService 10-01 23:23:19.862 1249 1281 E Diag_Lib: qvp_rtp_media_init 10-01 23:23:19.862 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IVr/default in either framework or device manifest. 10-01 23:23:19.862 1249 1281 E Diag_Lib: qvp_rtp_media_init_pvt 10-01 23:23:19.862 1249 1281 E Diag_Lib: qvp_rtp_media_init_pvt QVP_RTP_VIDEO 10-01 23:23:19.862 1249 1281 E Diag_Lib: qvp_rtp_media_init_video_pvt function called 10-01 23:23:19.862 1249 1281 E Diag_Lib: qpRTPVideoInitialize 10-01 23:23:19.862 1469 1469 W VrManagerService: init_native: Could not open IVr interface 10-01 23:23:19.862 1249 1281 E Diag_Lib: Allocating globaldata smittal from dplVideo.cpp 10-01 23:23:19.862 1249 1281 E Diag_Lib: qpRTPVideoInitialize pVideoData 10-01 23:23:19.862 1249 1281 E Diag_Lib: qpRTPVideoInitialize pGlobalData 0x72678bb000 pGlobalData->pVideo 0x72678b3500 10-01 23:23:19.862 1249 1281 E Diag_Lib: qpRTPVideoInitialize success 10-01 23:23:19.862 1249 1281 E Diag_Lib: qvp_rtp_media_init_video_pvt function sucess 10-01 23:23:19.863 1469 1469 I SystemServer: StartInputManager 10-01 23:23:19.863 1469 1469 I InputManager: Starting input manager 10-01 23:23:19.865 1249 1281 E Diag_Lib: DPL : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0 gIsDebugDataPathDisabled = 0 10-01 23:23:19.865 1469 1469 I InputManager-JNI: Setting pointer speed to 4. 10-01 23:23:19.866 1469 1771 D EventHub: No input device configuration file found for device 'msm8953-snd-card-mtp Button Jack'. 10-01 23:23:19.866 1469 1469 I SystemServer: DisplayManagerWindowManagerAndInputReady 10-01 23:23:19.866 1469 1469 I SystemServer: StartBluetoothService 10-01 23:23:19.866 1469 1469 I SystemServiceManager: Starting com.android.server.BluetoothService 10-01 23:23:19.867 1469 1469 D BluetoothManagerService: Loading stored name and address 10-01 23:23:19.868 1469 1469 D BluetoothManagerService: Stored bluetooth Name=Redmi Note 4,Address=C4:0B:CB:3E:91:54 10-01 23:23:19.868 1469 1469 D BluetoothManagerService: Bluetooth persisted state: 1 10-01 23:23:19.868 1469 1469 D BluetoothManagerService: Startup: Bluetooth persisted state is ON. 10-01 23:23:19.868 1469 1469 D BluetoothManagerService: Detected SystemUiUid: 10033 10-01 23:23:19.868 1469 1469 I SystemServer: IpConnectivityMetrics 10-01 23:23:19.868 1469 1469 I SystemServiceManager: Starting com.android.server.connectivity.IpConnectivityMetrics 10-01 23:23:19.869 1469 1469 I SystemServer: NetworkWatchlistService 10-01 23:23:19.869 1469 1469 I SystemServiceManager: Starting com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle 10-01 23:23:19.869 1469 1771 W EventHub: Unable to disable kernel key repeat for /dev/input/event7: Function not implemented 10-01 23:23:19.869 1469 1771 I EventHub: wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true 10-01 23:23:19.869 1469 1771 I EventHub: New device: id=1, fd=109, path='/dev/input/event7', name='msm8953-snd-card-mtp Button Jack', classes=0x1, configuration='', keyLayout='/vendor/usr/keylayout/msm8953-snd-card- mtp_Button_Jack.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, 10-01 23:23:19.870 1469 1771 D EventHub: No input device configuration file found for device 'msm8953-snd-card-mtp Headset Jack'. 10-01 23:23:19.870 1469 1771 I EventHub: wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true 10-01 23:23:19.870 1469 1771 I EventHub: New device: id=2, fd=110, path='/dev/input/event6', name='msm8953-snd-card-mtp Headset Jack', classes=0x80, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, 10-01 23:23:19.870 1469 1771 D EventHub: No input device configuration file found for device 'hbtp_vm'. 10-01 23:23:19.870 1469 1771 I EventHub: wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true 10-01 23:23:19.870 1469 1771 I EventHub: New device: id=3, fd=111, path='/dev/input/event3', name='hbtp_vm', classes=0x8, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, 10-01 23:23:19.870 1469 1771 D EventHub: No input device configuration file found for device 'gf3208'. 10-01 23:23:19.873 1469 1771 W EventHub: Unable to disable kernel key repeat for /dev/input/event2: Function not implemented 10-01 23:23:19.873 1469 1771 I EventHub: wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true 10-01 23:23:19.873 1469 1771 I EventHub: New device: id=4, fd=112, path='/dev/input/event2', name='gf3208', classes=0x1, configuration='', keyLayout='/vendor/usr/keylayout/gf3208.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, 10-01 23:23:19.874 1469 1771 D EventHub: No input device configuration file found for device 'qpnp_pon'. 10-01 23:23:19.875 1469 1469 I WatchlistConfig: Reload watchlist done 10-01 23:23:19.877 1469 1469 I WatchlistSettings: Reload watchlist settings done 10-01 23:23:19.878 1469 1771 W EventHub: Unable to disable kernel key repeat for /dev/input/event0: Function not implemented 10-01 23:23:19.878 1469 1771 I EventHub: wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true 10-01 23:23:19.878 1469 1771 I EventHub: New device: id=5, fd=114, path='/dev/input/event0', name='qpnp_pon', classes=0x1, configuration='', keyLayout='/system/usr/keylayout/Generic.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, 10-01 23:23:19.878 1469 1771 E EventHub: could not get driver version for /dev/input/mouse0, Not a typewriter 10-01 23:23:19.878 1469 1772 I WatchlistLoggingHandler: No need to aggregate record yet. 10-01 23:23:19.878 1469 1772 I WatchlistLoggingHandler: Milliseconds spent on tryAggregateRecords(): 0 10-01 23:23:19.879 1469 1469 I SystemServer: PinnerService 10-01 23:23:19.879 1469 1469 I SystemServiceManager: Starting com.android.server.PinnerService 10-01 23:23:19.880 1469 1469 I SystemServer: StartInputMethodManagerLifecycle 10-01 23:23:19.880 1469 1469 I SystemServiceManager: Starting com.android.server.InputMethodManagerService$Lifecycle 10-01 23:23:19.881 1469 1584 D PinnerService: pinRangeStream: null 10-01 23:23:19.889 1469 1469 I SystemServer: StartAccessibilityManagerService 10-01 23:23:19.892 1469 1469 I SystemServer: MakeDisplayReady 10-01 23:23:19.893 1469 1584 D PinnerService: pinRangeStream: null 10-01 23:23:19.894 1469 1469 I ActivityManager: Config changes=20005df8 {1.0 ? mcc?mnc [en_DE] ldltr sw360dp w360dp h640dp 480dpi nrml long port ?uimode ?night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.2} 10-01 23:23:19.905 1469 1469 I ActivityManager: Override config changes=60007dfc {1.0 ?mcc?mnc [en_DE] ldltr sw360dp w360dp h640dp 480dpi nrml long port ?uimode ? night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 1920) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.2} for displayId=0 10-01 23:23:19.910 1469 1469 I ActivityManager: Config changes=400 {1.0 ?mcc?mnc [en_DE] ldltr sw360dp w360dp h616dp 480dpi nrml long port ?uimode ?night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.3} 10-01 23:23:19.918 1469 1469 I ActivityManager: Override config changes=400 {1.0 ?mcc?mnc [en_DE] ldltr sw360dp w360dp h616dp 480dpi nrml long port ?uimode ? night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 1920) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.3} for displayId=0 10-01 23:23:19.921 1469 1584 D PinnerService: pinRangeStream: null 10-01 23:23:19.926 1469 1469 I SystemServer: StartStorageManagerService 10-01 23:23:19.926 1469 1469 I SystemServiceManager: Starting com.android.server.StorageManagerService$Lifecycle 10-01 23:23:19.938 1469 1774 D StorageManagerService: Thinking about init, mSystemReady=false, mDaemonConnected=true 10-01 23:23:19.938 1469 1469 I SystemServer: StartStorageStatsService 10-01 23:23:19.938 1469 1774 D StorageManagerService: Thinking about reset, mSystemReady=false, mDaemonConnected=true 10-01 23:23:19.938 1469 1469 I SystemServiceManager: Starting com.android.server.usage.StorageStatsService$Lifecycle 10-01 23:23:19.938 470 479 E vold : Failed to read field SystemLocale: Success 10-01 23:23:19.939 1469 1584 D PinnerService: pinRangeStream: null 10-01 23:23:19.940 582 1690 D installd: Found quota mount /dev/block/bootdevice/by-name/userdata at /data 10-01 23:23:19.940 1469 1774 E StorageManagerService: Failed to read field SystemLocale 10-01 23:23:19.940 1469 1774 E StorageManagerService: android.os.ServiceSpecificException: Failed to read field SystemLocale (code 0) 10-01 23:23:19.940 1469 1774 E StorageManagerService: at android.os.Parcel.createException(Parcel.java:1956) 10-01 23:23:19.940 1469 1774 E StorageManagerService: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:19.940 1469 1774 E StorageManagerService: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:19.940 1469 1774 E StorageManagerService: at android.os.IVold$Stub$Proxy.fdeGetField(IVold.java:1094) 10-01 23:23:19.940 1469 1774 E StorageManagerService: at com.android.server.StorageManagerService.getField(StorageManagerService.java:2416) 10-01 23:23:19.940 1469 1774 E StorageManagerService: at com.android.server.StorageManagerService.copyLocaleFromMountService(StorageManagerS ervice.java:982) 10-01 23:23:19.940 1469 1774 E StorageManagerService: at com.android.server.StorageManagerService.handleDaemonConnected(StorageManagerServic e.java:975) 10-01 23:23:19.940 1469 1774 E StorageManagerService: at com.android.server.StorageManagerService.access$900(StorageManagerService.java:171) 10-01 23:23:19.940 1469 1774 E StorageManagerService: at com.android.server.StorageManagerService$StorageManagerServiceHandler.handleMessage (StorageManagerService.java:572) 10-01 23:23:19.940 1469 1774 E StorageManagerService: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:19.940 1469 1774 E StorageManagerService: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:19.940 1469 1774 E StorageManagerService: at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:19.940 582 1690 D installd: Found quota mount /dev/block/bootdevice/by-name/userdata at /sbin/.core/mirror/bin 10-01 23:23:19.941 582 1690 D installd: Found quota mount /dev/block/bootdevice/by-name/userdata at /data 10-01 23:23:19.941 582 1690 D installd: Found quota mount /dev/block/bootdevice/by-name/userdata at /sbin/.core/mirror/bin 10-01 23:23:19.944 1469 1469 I SystemServer: StartUiModeManager 10-01 23:23:19.945 1469 1469 I SystemServiceManager: Starting com.android.server.UiModeManagerService 10-01 23:23:19.946 1469 1729 I ActivityManager: Config changes=200 {1.0 ?mcc?mnc [en_DE] ldltr sw360dp w360dp h616dp 480dpi nrml long port -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.4} 10-01 23:23:19.946 1469 1469 I SystemServer: UpdatePackagesIfNeeded 10-01 23:23:19.947 1469 1469 I SystemServer: PerformFstrimIfNeeded 10-01 23:23:19.947 1469 1469 I SystemServer: StartLockSettingsService 10-01 23:23:19.947 1469 1469 I SystemServiceManager: Starting com.android.server.locksettings.LockSettingsService$Lifecycle 10-01 23:23:19.948 1469 1584 D PinnerService: pinRangeStream: null 10-01 23:23:19.959 1469 1584 D PinnerService: pinRangeStream: null 10-01 23:23:19.960 1469 1729 I ActivityManager: Override config changes=200 {1.0 ?mcc?mnc [en_DE] ldltr sw360dp w360dp h616dp 480dpi nrml long port -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 1920) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.4} for displayId=0 10-01 23:23:19.964 1469 1584 D PinnerService: pinRangeStream: null 10-01 23:23:19.964 1469 1469 I SystemServer: StartPersistentDataBlock 10-01 23:23:19.964 1469 1469 I SystemServiceManager: Starting com.android.server.PersistentDataBlockService 10-01 23:23:19.965 1469 1469 I SystemServer: StartOemLockService 10-01 23:23:19.965 1469 1469 I SystemServiceManager: Starting com.android.server.oemlock.OemLockService 10-01 23:23:19.965 1469 1584 D PinnerService: pinRangeStream: null 10-01 23:23:19.966 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IOemLock/default in either framework or device manifest. 10-01 23:23:19.966 1469 1469 I OemLock : OemLock HAL not present on device 10-01 23:23:19.966 1469 1469 I OemLock : Using persistent data block based lock 10-01 23:23:19.968 1469 1469 I SystemServer: StartDeviceIdleController 10-01 23:23:19.968 1469 1469 I SystemServiceManager: Starting com.android.server.DeviceIdleController 10-01 23:23:19.973 1469 1469 I SystemServer: StartDevicePolicyManager 10-01 23:23:19.973 1469 1469 I SystemServiceManager: Starting com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle 10-01 23:23:19.977 1469 1469 I SystemServer: StartStatusBarManagerService 10-01 23:23:19.978 1469 1469 I SystemServer: StartClipboardService 10-01 23:23:19.978 1469 1469 I SystemServiceManager: Starting com.android.server.clipboard.ClipboardService 10-01 23:23:19.979 1469 1771 E EventHub: could not get driver version for /dev/input/mice, Not a typewriter 10-01 23:23:19.980 1469 1469 I SystemServer: StartNetworkManagementService 10-01 23:23:19.982 1469 1776 I NetworkManagement: onDaemonConnected() 10-01 23:23:19.983 1469 1469 I SystemServer: StartIpSecService 10-01 23:23:19.984 1469 1469 I SystemServer: StartTextServicesManager 10-01 23:23:19.984 1469 1469 I SystemServiceManager: Starting com.android.server.TextServicesManagerService$Lifecycle 10-01 23:23:19.986 1469 1469 I SystemServer: StartTextClassificationManagerService 10-01 23:23:19.986 1469 1469 I SystemServiceManager: Starting com.android.server.textclassifier.TextClassificationManagerService$Lifecycle 10-01 23:23:19.987 1469 1469 I SystemServer: StartNetworkScoreService 10-01 23:23:19.987 1469 1469 I SystemServiceManager: Starting com.android.server.NetworkScoreService$Lifecycle 10-01 23:23:19.987 1469 1469 I NetworkScoreService: Registering network_score 10-01 23:23:19.988 1469 1469 I SystemServer: StartNetworkStatsService 10-01 23:23:19.990 1469 1469 I SystemServer: StartNetworkPolicyManagerService 10-01 23:23:19.994 1469 1469 I SystemServer: StartWifi 10-01 23:23:19.998 519 519 E ActivityRecognitionHardware: activity_recognition HAL is deprecated. class_init is effectively a no-op 10-01 23:23:20.012 1469 1469 I SystemServiceManager: Starting com.android.server.wifi.WifiService 10-01 23:23:20.065 1469 1469 D WifiApConfigStore: 2G band allowed channels are:1,6,11 10-01 23:23:20.074 519 519 I zygote : Thread[1,tid=519,Native,Thread*=0xe8a48000,peer=0x12cc0228,"main"] recursive attempt to load library "/system/lib/libmedia_jni.so" 10-01 23:23:20.074 519 519 D MtpDeviceJNI: register_android_mtp_MtpDevice 10-01 23:23:20.074 519 519 I zygote : Thread[1,tid=519,Native,Thread*=0xe8a48000,peer=0x12cc0228,"main"] recursive attempt to load library "/system/lib/libmedia_jni.so" 10-01 23:23:20.075 519 519 I zygote : Thread[1,tid=519,Native,Thread*=0xe8a48000,peer=0x12cc0228,"main"] recursive attempt to load library "/system/lib/libmedia_jni.so" 10-01 23:23:20.075 1469 1469 I WifiScoringParams: rssi2=-85:-85:-73:-60,rssi5=- 82:-82:-70:-57,pps=0:1:100,horizon=15,nud=8,expid=0 10-01 23:23:20.079 711 711 I MSM-irqbalance: Discovered a new IRQ: 6 10-01 23:23:20.079 711 711 I MSM-irqbalance: Discovered a new IRQ: 154 10-01 23:23:20.079 711 711 I MSM-irqbalance: Discovered a new IRQ: 155 10-01 23:23:20.081 711 711 I MSM-irqbalance: Discovered a new IRQ: 296 10-01 23:23:20.093 711 711 E MSM-irqbalance: __set_smp_affinity: Unable to open /proc/irq/6/smp_affinity 10-01 23:23:20.093 711 711 E MSM-irqbalance: get_smp_affinity: Unable to open /proc/irq/6/smp_affinity 10-01 23:23:20.093 711 711 E MSM-irqbalance: Unable to set SMP affinity 10-01 23:23:20.115 1469 1469 D WifiStateMachine: EnableConnectedMacRandomization Setting changed to false 10-01 23:23:20.116 1469 1469 E WifiStateMachine: getWifiLinkLayerStats called without an interface 10-01 23:23:20.116 1469 1469 D WifiStateMachinePrime: Starting Wifi in WifiDisabledState 10-01 23:23:20.116 1469 1783 D WifiStateMachinePrime: Entering WifiDisabledState 10-01 23:23:20.116 1469 1783 D ActiveModeManager: sending scan available broadcast: false 10-01 23:23:20.118 1469 1469 D WifiOpenNetworkNotifier: Settings toggle enabled=false 10-01 23:23:20.118 1469 1469 D WifiCarrierNetworkNotifier: Settings toggle enabled=true 10-01 23:23:20.120 1469 1469 D WakeupController: WifiWake enabled 10-01 23:23:20.121 1469 1469 D WifiController: isAirplaneModeOn = false, isWifiEnabled = true, isScanningAvailable = false, isLocationModeActive = true 10-01 23:23:20.123 1469 1469 E SupplicantStaIfaceHal: Can't call setDebugParams, ISupplicant is null 10-01 23:23:20.123 1469 1469 W WifiDiags: no ring buffers found 10-01 23:23:20.123 1469 1469 W WifiDiags: Failed to start packet fate monitoring 10-01 23:23:20.123 1469 1469 I WifiService: Registering wifi 10-01 23:23:20.124 1469 1469 I SystemServer: StartWifiScanning 10-01 23:23:20.125 1469 1469 I SystemServiceManager: Starting com.android.server.wifi.scanner.WifiScanningService 10-01 23:23:20.125 1469 1469 I WifiScanningService: Creating wifiscanner 10-01 23:23:20.127 1469 1469 I WifiScanningService: Publishing wifiscanner 10-01 23:23:20.128 1469 1469 I SystemServer: StartWifiP2P 10-01 23:23:20.128 1469 1469 I SystemServiceManager: Starting com.android.server.wifi.p2p.WifiP2pService 10-01 23:23:20.136 1469 1469 W HalDevMgr: isWifiStarted called but mWifi is null!? 10-01 23:23:20.136 1469 1469 I WifiP2pService: Registering wifip2p 10-01 23:23:20.137 1469 1469 I SystemServer: StartEthernet 10-01 23:23:20.137 1469 1469 I SystemServiceManager: Starting com.android.server.ethernet.EthernetService 10-01 23:23:20.138 1469 1469 I EthernetService: Registering service ethernet 10-01 23:23:20.138 1469 1469 I SystemServer: StartConnectivityService 10-01 23:23:20.139 1469 1771 D EventHub: No input device configuration file found for device 'pwm-ir'. 10-01 23:23:20.140 1469 1469 D ConnectivityService: ConnectivityService starting up 10-01 23:23:20.142 1469 1469 D ConnectivityService: wifiOnly=false 10-01 23:23:20.142 1469 1469 E ConnectivityService: Ignoring protectedNetwork 14 10-01 23:23:20.142 1469 1469 E ConnectivityService: Ignoring protectedNetwork 15 10-01 23:23:20.152 1469 1469 I SystemServer: StartNsdService 10-01 23:23:20.153 1469 1469 D NsdService: Network service discovery is enabled 10-01 23:23:20.154 1469 1469 I SystemServer: StartSystemUpdateManagerService 10-01 23:23:20.155 1469 1469 I SystemUpdateManagerService: No existing info file /data/system/system-update-info.xml 10-01 23:23:20.155 1469 1469 I SystemServer: StartUpdateLockService 10-01 23:23:20.156 1469 1469 I SystemServer: StartNotificationManager 10-01 23:23:20.156 1469 1469 I SystemServiceManager: Starting com.android.server.notification.NotificationManagerService 10-01 23:23:20.162 1469 1469 D ConditionProviders.SCP: new ScheduleConditionProvider() 10-01 23:23:20.174 1469 1469 I NotificationListeners: Read notification listener permissions from xml 10-01 23:23:20.175 1469 1469 I NotificationAssistants: Read notification assistant permissions from xml 10-01 23:23:20.175 1469 1469 I ConditionProviders: Read condition provider permissions from xml 10-01 23:23:20.175 1469 1469 I ConditionProviders: Read condition provider permissions from xml 10-01 23:23:20.175 1469 1469 D NotificationAssistants: Approving default notification assistant for user 0 10-01 23:23:20.182 1469 1469 I SystemServer: StartDeviceMonitor 10-01 23:23:20.182 1469 1469 I SystemServiceManager: Starting com.android.server.storage.DeviceStorageMonitorService 10-01 23:23:20.184 1469 1469 I SystemServer: StartLocationManagerService 10-01 23:23:20.185 1469 1469 I SystemServer: StartCountryDetectorService 10-01 23:23:20.186 1469 1469 I SystemServer: StartSearchManagerService 10-01 23:23:20.186 1469 1469 I SystemServiceManager: Starting com.android.server.search.SearchManagerService$Lifecycle 10-01 23:23:20.187 1469 1469 I SystemServer: StartWallpaperManagerService 10-01 23:23:20.187 1469 1469 I SystemServiceManager: Starting com.android.server.wallpaper.WallpaperManagerService$Lifecycle 10-01 23:23:20.188 1469 1469 I SystemServer: StartAudioService 10-01 23:23:20.188 1469 1469 I SystemServiceManager: Starting com.android.server.audio.AudioService$Lifecycle 10-01 23:23:20.192 1469 1469 W TelecomManager: Telecom Service not found. 10-01 23:23:20.193 558 1067 D PermissionCache: checking android.permission.MODIFY_AUDIO_SETTINGS for uid=1000 => granted (574 us) 10-01 23:23:20.193 558 558 D PermissionCache: checking android.permission.MODIFY_AUDIO_ROUTING for uid=1000 => granted (789 us) 10-01 23:23:20.195 558 1172 W AudioFlinger: no wake lock to update, system not ready yet 10-01 23:23:20.195 558 1176 W AudioFlinger: no wake lock to update, system not ready yet 10-01 23:23:20.195 558 1179 W AudioFlinger: no wake lock to update, system not ready yet 10-01 23:23:20.195 558 1186 W AudioFlinger: no wake lock to update, system not ready yet 10-01 23:23:20.197 527 527 D audio_hw_primary: adev_set_mic_mute state 0 10-01 23:23:20.197 527 527 W DeviceHAL: Error from HAL Device in function set_mic_mute: Function not implemented 10-01 23:23:20.197 527 527 W DeviceHAL: Error from HAL Device in function set_mic_mute: Function not implemented 10-01 23:23:20.216 558 558 D AudioFlinger: isLowRamDevice:false totalMemory:2962051072 mClientSharedHeapSize:8388608 10-01 23:23:20.220 1469 1469 I SystemServer: StartDockObserver 10-01 23:23:20.220 1469 1469 I SystemServiceManager: Starting com.android.server.DockObserver 10-01 23:23:20.220 1469 1469 W DockObserver: This kernel does not have dock station support 10-01 23:23:20.221 1469 1469 I SystemServer: StartWiredAccessoryManager 10-01 23:23:20.222 1469 1469 W WiredAccessoryManager: This kernel does not have usb audio support 10-01 23:23:20.222 1469 1469 W WiredAccessoryManager: This kernel does not have HDMI audio support 10-01 23:23:20.222 1469 1469 I SystemServer: StartMidiManager 10-01 23:23:20.222 1469 1469 I SystemServiceManager: Starting com.android.server.midi.MidiService$Lifecycle 10-01 23:23:20.224 1469 1469 I SystemServer: StartUsbService 10-01 23:23:20.224 1469 1469 I SystemServiceManager: Starting com.android.server.usb.UsbService$Lifecycle 10-01 23:23:20.226 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IUsbGadget/default in either framework or device manifest. 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: USB GADGET HAL not present in the device 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: java.util.NoSuchElementException 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at android.os.HwBinder.getService(Native Method) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at android.hardware.usb.gadget.V1_0.IUsbGadget.getService(IUsbGadget.java:40) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at android.hardware.usb.gadget.V1_0.IUsbGadget.getService(IUsbGadget.java:44) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at com.android.server.usb.UsbDeviceManager.<init>(UsbDeviceManager.java:267) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at com.android.server.usb.UsbService.<init>(UsbService.java:139) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at com.android.server.usb.UsbService$Lifecycle.onStart(UsbService.java:73) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:126) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:113) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:72) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1301) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at com.android.server.SystemServer.run(SystemServer.java:432) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at com.android.server.SystemServer.main(SystemServer.java:295) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:20.226 1469 1469 I UsbDeviceManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:838) 10-01 23:23:20.227 1469 1469 E UsbDeviceManagerJNI: could not open control for mtp Permission denied 10-01 23:23:20.227 1469 1469 E UsbDeviceManager: Failed to open control for mtp 10-01 23:23:20.227 1469 1469 E UsbDeviceManagerJNI: could not open control for ptp Permission denied 10-01 23:23:20.227 1469 1469 E UsbDeviceManager: Failed to open control for ptp 10-01 23:23:20.235 1469 1469 W StorageManagerService: No primary storage defined yet; hacking together a stub 10-01 23:23:20.238 1469 1469 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IServiceManager 10-01 23:23:20.240 1469 1730 I UsbPortManager: Usb hal service started [email protected]::IUsb default 10-01 23:23:20.240 1469 1469 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IUsb 10-01 23:23:20.245 543 543 I /vendor/bin/hw/[email protected] service.basic: registering callback 10-01 23:23:20.247 1469 1469 I SystemServer: StartSerialService 10-01 23:23:20.248 1469 1469 I SystemServer: StartHardwarePropertiesManagerService 10-01 23:23:20.249 1469 1469 D HardwarePropertiesManagerService-JNI: Link to death notification successful 10-01 23:23:20.250 1469 1469 I SystemServer: StartTwilightService 10-01 23:23:20.250 1469 1469 I SystemServiceManager: Starting com.android.server.twilight.TwilightService 10-01 23:23:20.251 1469 1469 I SystemServer: StartNightDisplay 10-01 23:23:20.251 1469 1469 I SystemServiceManager: Starting com.android.server.display.ColorDisplayService 10-01 23:23:20.251 1469 1469 I SystemServer: StartJobScheduler 10-01 23:23:20.251 1469 1469 I SystemServiceManager: Starting com.android.server.job.JobSchedulerService 10-01 23:23:20.253 1469 1469 D JobStore: Start tag: job-info 10-01 23:23:20.262 1469 1469 I JobStore: Read 44 jobs 10-01 23:23:20.266 1469 1469 I SystemServer: StartSoundTrigger 10-01 23:23:20.266 1469 1469 I SystemServiceManager: Starting com.android.server.soundtrigger.SoundTriggerService 10-01 23:23:20.267 1469 1469 I SystemServer: StartTrustManager 10-01 23:23:20.267 1469 1469 I SystemServiceManager: Starting com.android.server.trust.TrustManagerService 10-01 23:23:20.268 1469 1469 I SystemServer: StartBackupManager 10-01 23:23:20.268 1469 1469 I SystemServiceManager: Starting com.android.server.backup.BackupManagerService$Lifecycle 10-01 23:23:20.269 1469 1469 I SystemServer: StartAppWidgerService 10-01 23:23:20.269 1469 1469 I SystemServiceManager: Starting com.android.server.appwidget.AppWidgetService 10-01 23:23:20.270 1469 1469 D OpenGLRenderer: Skia GL Pipeline 10-01 23:23:20.271 1469 1469 I SystemServer: StartVoiceRecognitionManager 10-01 23:23:20.271 1469 1469 I SystemServiceManager: Starting com.android.server.voiceinteraction.VoiceInteractionManagerService 10-01 23:23:20.272 1469 1469 I SystemServer: StartGestureLauncher 10-01 23:23:20.272 1469 1469 I SystemServiceManager: Starting com.android.server.GestureLauncherService 10-01 23:23:20.272 1469 1469 I SystemServer: StartSensorNotification 10-01 23:23:20.272 1469 1469 I SystemServiceManager: Starting com.android.server.SensorNotificationService 10-01 23:23:20.272 1469 1469 I SystemServer: StartContextHubSystemService 10-01 23:23:20.272 1469 1469 I SystemServiceManager: Starting com.android.server.ContextHubSystemService 10-01 23:23:20.272 1469 1469 I SystemServer: StartDiskStatsService 10-01 23:23:20.274 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IContexthub/default in either framework or device manifest. 10-01 23:23:20.274 1469 1729 I ContextHubService: Context Hub HAL service not found 10-01 23:23:20.275 1469 1469 I SystemServer: StartNetworkTimeUpdateService 10-01 23:23:20.276 1469 1469 I SystemServer: StartCommonTimeManagementService 10-01 23:23:20.278 1469 1469 I SystemServer: CertBlacklister 10-01 23:23:20.278 1469 1469 I SystemServer: StartEmergencyAffordanceService 10-01 23:23:20.279 1469 1469 I SystemServiceManager: Starting com.android.server.emergency.EmergencyAffordanceService 10-01 23:23:20.279 1469 1469 I SystemServer: StartDreamManager 10-01 23:23:20.279 1469 1469 I SystemServiceManager: Starting com.android.server.dreams.DreamManagerService 10-01 23:23:20.280 519 519 I Zygote : ...preloaded 6535 classes in 566ms. 10-01 23:23:20.280 519 519 I zygote : VMRuntime.preloadDexCaches starting 10-01 23:23:20.280 1469 1469 I SystemServer: AddGraphicsStatsService 10-01 23:23:20.283 1469 1469 I SystemServer: StartPrintManager 10-01 23:23:20.283 1469 1469 I SystemServiceManager: Starting com.android.server.print.PrintManagerService 10-01 23:23:20.284 1469 1469 I SystemServer: StartCompanionDeviceManager 10-01 23:23:20.285 1469 1469 I SystemServiceManager: Starting com.android.server.companion.CompanionDeviceManagerService 10-01 23:23:20.286 1469 1469 I SystemServer: StartRestrictionManager 10-01 23:23:20.286 1469 1469 I SystemServiceManager: Starting com.android.server.restrictions.RestrictionsManagerService 10-01 23:23:20.287 1469 1469 I SystemServer: StartMediaSessionService 10-01 23:23:20.287 1469 1469 I SystemServiceManager: Starting com.android.server.media.MediaSessionService 10-01 23:23:20.289 1469 1469 I SystemServer: StartMediaUpdateService 10-01 23:23:20.289 1469 1771 D EventHub: No input device configuration file found for device 'gpio-keys'. 10-01 23:23:20.289 1469 1469 I SystemServiceManager: Starting com.android.server.media.MediaUpdateService 10-01 23:23:20.290 1469 1469 I SystemServer: StartMediaResourceMonitor 10-01 23:23:20.290 1469 1469 I SystemServiceManager: Starting com.android.server.media.MediaResourceMonitorService 10-01 23:23:20.290 1469 1469 I SystemServer: StartMediaRouterService 10-01 23:23:20.291 1469 1469 I SystemServer: StartFingerprintSensor 10-01 23:23:20.291 1469 1469 I SystemServiceManager: Starting com.android.server.fingerprint.FingerprintService 10-01 23:23:20.292 1469 1771 W EventHub: Unable to disable kernel key repeat for /dev/input/event4: Function not implemented 10-01 23:23:20.292 1469 1771 I EventHub: wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true 10-01 23:23:20.292 1469 1771 I EventHub: New device: id=7, fd=155, path='/dev/input/event4', name='gpio-keys', classes=0x1, configuration='', keyLayout='/vendor/usr/keylayout/gpio-keys.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, 10-01 23:23:20.292 1469 1771 D EventHub: No input device configuration file found for device 'ft5435_ts'. 10-01 23:23:20.294 1469 1469 I SystemServer: StartBackgroundDexOptService 10-01 23:23:20.294 1469 1469 W BackgroundDexOptService: SysProp pm.dexopt.downgrade_after_inactive_days not set 10-01 23:23:20.294 1469 1729 V FingerprintService: mDaemon was null, reconnect to fingerprint 10-01 23:23:20.294 1469 1771 W EventHub: Unable to disable kernel key repeat for /dev/input/event1: Function not implemented 10-01 23:23:20.294 1469 1771 I EventHub: wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true 10-01 23:23:20.294 1469 1771 I EventHub: New device: id=8, fd=156, path='/dev/input/event1', name='ft5435_ts', classes=0x15, configuration='', keyLayout='/vendor/usr/keylayout/ft5435_ts.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, 10-01 23:23:20.295 1469 1469 I SystemServer: StartPruneInstantAppsJobService 10-01 23:23:20.296 1469 1469 I SystemServer: StartShortcutServiceLifecycle 10-01 23:23:20.296 1469 1469 I SystemServiceManager: Starting com.android.server.pm.ShortcutService$Lifecycle 10-01 23:23:20.298 1469 1729 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IBiometricsFingerprint 10-01 23:23:20.298 1469 1771 I InputReader: Device added: id=-1, name='Virtual', sources=0x00000301 10-01 23:23:20.298 1469 1469 I SystemServer: StartLauncherAppsService 10-01 23:23:20.298 1469 1469 I SystemServiceManager: Starting com.android.server.pm.LauncherAppsService 10-01 23:23:20.299 1469 1729 V FingerprintService: Fingerprint HAL id: 501970416064 10-01 23:23:20.299 1469 1771 I InputReader: Touch device 'ft5435_ts' could not query the properties of its associated display. The device will be inoperable until the display size becomes available. 10-01 23:23:20.299 1469 1771 I InputReader: Device added: id=8, name='ft5435_ts', sources=0x00001103 10-01 23:23:20.299 1469 1771 I InputReader: Device added: id=7, name='gpio-keys', sources=0x00000101 10-01 23:23:20.299 1469 1771 I InputReader: Device added: id=5, name='qpnp_pon', sources=0x00000101 10-01 23:23:20.299 1469 1771 I InputReader: Device added: id=4, name='gf3208', sources=0x00000101 10-01 23:23:20.299 1278 1335 D FingerGoodix: fpcode, fingerprint_set_active_group(0x74dfc4b1c0, 0, /data/system/users/0/fpdata) 10-01 23:23:20.299 1278 1335 D FingerGoodix: fpcode, the group 0 has already been actived. 10-01 23:23:20.299 1469 1469 I SystemServer: StartCrossProfileAppsService 10-01 23:23:20.300 1469 1469 I SystemServiceManager: Starting com.android.server.pm.CrossProfileAppsService 10-01 23:23:20.301 1469 1469 I SystemServer: StartMediaProjectionManager 10-01 23:23:20.301 1469 1469 I SystemServiceManager: Starting com.android.server.media.projection.MediaProjectionManagerService 10-01 23:23:20.301 1278 1335 D FingerGoodix: fpcode, fingerprint_get_auth_id(0x74dfc4b1c0) = 3735928559 10-01 23:23:20.302 1469 1729 V FingerprintService: Enumerating user(0) 10-01 23:23:20.302 1278 1335 D FingerGoodix: fpcode, fingerprint_get_auth_id(0x74dfc4b1c0) = 3735928559 10-01 23:23:20.302 1469 1469 V MediaRouter: Adding route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:20.302 1469 1729 V FingerprintService: starting client InternalEnumerateClient(android), initiatedByClient = true 10-01 23:23:20.302 1278 1335 D FingerGoodix: fpcode, fingerprint_enumerate N(0x74dfc4b1c0) 10-01 23:23:20.302 1278 1335 D FingerGoodix: gf_worker_thread_create:start worker thread create 10-01 23:23:20.302 1278 1335 D FingerGoodix: msgqueue_open:start message queue open 10-01 23:23:20.302 1278 1335 D FingerGoodix: gf_send_callback_msg:param = 0x74dfc4b1c0,callback_func = 0x74dfb2c864 10-01 23:23:20.302 1278 1335 D FingerGoodix: msg_send:add a message item to message queue 10-01 23:23:20.303 1278 1808 D FingerGoodix: msg_receive:wait a message 10-01 23:23:20.303 1278 1808 D FingerGoodix: msg_receive:receive a message item from queue 10-01 23:23:20.303 1278 1808 D FingerGoodix: msg_receive:message copy length = 16 10-01 23:23:20.303 1278 1808 D FingerGoodix: worker_thread_loop:receive a message msg_len = 16 10-01 23:23:20.303 1278 1808 D FingerGoodix: goodix_sensor_fp_enumerate 10-01 23:23:20.303 1278 1808 D FingerGoodix: fpcode, finger_already_enrolled, all_fingerids[0]=0 10-01 23:23:20.303 1278 1808 D FingerGoodix: fpcode, finger_already_enrolled, all_fingerids[1]=0 10-01 23:23:20.303 1278 1808 D FingerGoodix: fpcode, finger_already_enrolled, all_fingerids[2]=0 10-01 23:23:20.303 1278 1808 D FingerGoodix: fpcode, finger_already_enrolled, all_fingerids[3]=0 10-01 23:23:20.303 1278 1808 D FingerGoodix: fpcode, finger_already_enrolled, all_fingerids[4]=0 10-01 23:23:20.303 1278 1808 D FingerGoodix: enumerate_callback_func:ret=0,array_size= 40 10-01 23:23:20.303 1278 1808 D FingerGoodix: enumerate_callback_func:remaining_templats=4,fid=116,gid=-549359616 10-01 23:23:20.303 1278 1808 D FingerGoodix: enumerate_callback_func:remaining_templats=3,fid=116,gid=-541816224 10-01 23:23:20.303 1278 1808 D FingerGoodix: enumerate_callback_func:remaining_templats=2,fid=0,gid=16 10-01 23:23:20.303 1278 1808 D FingerGoodix: enumerate_callback_func:remaining_templats=1,fid=116,gid=-545430608 10-01 23:23:20.303 1278 1808 D FingerGoodix: enumerate_callback_func:remaining_templats=0,fid=116,gid=-541904432 10-01 23:23:20.303 1278 1808 D FingerGoodix: worker_thread_loop:callback func 0x74dfb2c864 return value = 82 10-01 23:23:20.303 1278 1808 D FingerGoodix: msg_receive:wait a message 10-01 23:23:20.303 1469 1469 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:20.304 1469 1469 I SystemServer: StartSliceManagerService 10-01 23:23:20.304 1469 1469 I SystemServiceManager: Starting com.android.server.slice.SliceManagerService$Lifecycle 10-01 23:23:20.306 1469 1469 I SystemServer: StartCameraServiceProxy 10-01 23:23:20.306 1469 1469 I SystemServiceManager: Starting com.android.server.camera.CameraServiceProxy 10-01 23:23:20.308 1469 1469 I SystemServer: StartStatsCompanionService 10-01 23:23:20.308 1469 1469 I SystemServiceManager: Starting com.android.server.stats.StatsCompanionService$Lifecycle 10-01 23:23:20.311 1469 1469 I KernelUidCpuFreqTimeReader: mPerClusterTimesAvailable=false 10-01 23:23:20.317 1469 1771 I InputReader: Device added: id=3, name='hbtp_vm', sources=0x00002002 10-01 23:23:20.318 1469 1771 I InputReader: Device added: id=2, name='msm8953- snd-card-mtp Headset Jack', sources=0x80000000 10-01 23:23:20.318 1469 1771 I InputReader: Device added: id=1, name='msm8953- snd-card-mtp Button Jack', sources=0x00000101 10-01 23:23:20.318 1469 1771 I InputReader: Reconfiguring input devices. changes=0x00000005 10-01 23:23:20.318 1469 1771 I InputReader: Device reconfigured: id=8, name='ft5435_ts', size 1080x1920, orientation 0, mode 1, display id 0 10-01 23:23:20.319 1469 1770 I ActivityManager: Config changes=8 {1.0 ?mcc?mnc [en_DE] ldltr sw360dp w360dp h616dp 480dpi nrml long port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.5} 10-01 23:23:20.331 1469 1770 I ActivityManager: Override config changes=8 {1.0 ? mcc?mnc [en_DE] ldltr sw360dp w360dp h616dp 480dpi nrml long port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 1920) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.5} for displayId=0 10-01 23:23:20.333 1469 1469 I WindowManager: SAFE MODE not enabled 10-01 23:23:20.334 1469 1469 I SystemServer: StartJitCompilation 10-01 23:23:20.334 1469 1469 I SystemServer: StartMmsService 10-01 23:23:20.334 1469 1469 I SystemServiceManager: Starting com.android.server.MmsServiceBroker 10-01 23:23:20.335 1469 1469 I SystemServer: StartAutoFillService 10-01 23:23:20.335 1469 1469 I SystemServiceManager: Starting com.android.server.autofill.AutofillManagerService 10-01 23:23:20.335 1469 1469 I AutofillManagerService: Setting debug to false 10-01 23:23:20.337 1469 1469 I SystemServer: MakeVibratorServiceReady 10-01 23:23:20.338 1469 1469 I SystemServer: MakeLockSettingsServiceReady 10-01 23:23:20.343 519 519 I zygote : VMRuntime.preloadDexCaches strings total=340645 before=12358 after=12358 10-01 23:23:20.343 519 519 I zygote : VMRuntime.preloadDexCaches types total=31464 before=7858 after=7859 10-01 23:23:20.343 519 519 I zygote : VMRuntime.preloadDexCaches fields total=141245 before=9197 after=9197 10-01 23:23:20.343 519 519 I zygote : VMRuntime.preloadDexCaches methods total=248537 before=12820 after=12820 10-01 23:23:20.343 519 519 I zygote : VMRuntime.preloadDexCaches finished 10-01 23:23:20.354 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IWeaver/default in either framework or device manifest. 10-01 23:23:20.354 1469 1469 I SyntheticPasswordManager: Device does not support weaver 10-01 23:23:20.355 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IAuthSecret/default in either framework or device manifest. 10-01 23:23:20.355 1469 1469 I LockSettingsService: Device doesn't implement AuthSecret HAL 10-01 23:23:20.357 1469 1469 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.password.key: open failed: ENOENT (No such file or directory) 10-01 23:23:20.357 1469 1469 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/password.key: open failed: ENOENT (No such file or directory) 10-01 23:23:20.357 1469 1469 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.pattern.key: open failed: ENOENT (No such file or directory) 10-01 23:23:20.358 1469 1469 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.gesture.key: open failed: ENOENT (No such file or directory) 10-01 23:23:20.358 1469 1469 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gesture.key: open failed: ENOENT (No such file or directory) 10-01 23:23:20.358 1469 1469 I SystemServer: StartBootPhaseLockSettingsReady 10-01 23:23:20.358 1469 1469 I SystemServiceManager: Starting phase 480 10-01 23:23:20.430 519 519 I Zygote : Preloading resources... 10-01 23:23:20.438 519 519 W Resources: Preloaded drawable resource #0x1080265 (android:drawable/dialog_background_material) that varies with configuration!! 10-01 23:23:20.455 519 519 I Zygote : ...preloaded 64 resources in 25ms. 10-01 23:23:20.459 519 519 I Zygote : ...preloaded 41 resources in 4ms. 10-01 23:23:20.463 1469 1469 I DevicePolicyManager: Set ro.device_owner property to false 10-01 23:23:20.465 1469 1469 W SystemServiceManager: Service com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took 107 ms in onBootPhase 10-01 23:23:20.468 1469 1469 I SystemServer: StartBootPhaseSystemServicesReady 10-01 23:23:20.468 1469 1469 I SystemServiceManager: Starting phase 500 10-01 23:23:20.459 519 519 I main : type=1400 audit(0.0:728): avc: denied { read } for name="libadreno_utils.so" dev="mmcblk0p48" ino=1044 scontext=u:r:zygote:s0 tcontext=u:object_r:vendor_file:s0 tclass=file permissive=1 10-01 23:23:20.478 519 519 D libEGL : loaded /vendor/lib/egl/libEGL_adreno.so 10-01 23:23:20.536 574 841 E /system/vendor/bin/adsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:695:Error 45: fopen failed for .//lowi//lowi_lp.conf. (No such file or directory) 10-01 23:23:20.519 574 574 I adsprpcd: type=1400 audit(0.0:732): avc: denied { ioctl } for path="/dev/adsprpc-smd" dev="tmpfs" ino=16885 ioctlcmd=5201 scontext=u:r:init:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:20.539 519 519 D libEGL : loaded /vendor/lib/egl/libGLESv1_CM_adreno.so 10-01 23:23:20.567 519 519 D libEGL : loaded /vendor/lib/egl/libGLESv2_adreno.so 10-01 23:23:20.599 519 519 I Zygote : Preloading shared libraries... 10-01 23:23:20.607 519 519 I Zygote : Uninstalled ICU cache reference pinning... 10-01 23:23:20.608 519 519 I Zygote : Installed AndroidKeyStoreProvider in 1ms. 10-01 23:23:20.618 519 519 I Zygote : Warmed up JCA providers in 10ms. 10-01 23:23:20.618 519 519 D Zygote : end preload 10-01 23:23:20.819 572 624 E QC-time-services: Daemon:genoff_wlan_qmi_service_request: qmi_client_get_service_list returned -2num_services 0 10-01 23:23:21.209 594 594 I Atfwd_Daemon: 10-01 23:23:21.209 594 594 I Atfwd_Daemon: Out of sleep... 10-01 23:23:21.209 594 594 I Atfwd_Daemon: 10-01 23:23:21.209 594 594 I Atfwd_Daemon: 10-01 23:23:21.209 594 594 I Atfwd_Daemon: TrtyInit: retryCnt: 2 10-01 23:23:21.898 1253 1253 I imsrcsd : getAndroidPropValue : vendor.ims.modem.multisub.cap[1] 10-01 23:23:21.898 1253 1253 I imsrcsd : Uce Service HAL detected modemVersion[1] 10-01 23:23:21.898 1253 1253 I imsrcsd : Uce Service HAL loading lib-uceservice 10-01 23:23:21.929 1253 1253 I imsrcsd : type=1400 audit(0.0:734): avc: denied { execute } for path="/vendor/lib64/lib-rtpcommon.so" dev="mmcblk0p48" ino=64 scontext=u:r:init:s0 tcontext=u:object_r:vendor_file:s0 tclass=file permissive=1 10-01 23:23:21.959 1253 1253 I imsrcsd : type=1400 audit(0.0:735): avc: denied { read } for name="name" dev="sysfs" ino=24004 scontext=u:r:init:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 10-01 23:23:21.979 1253 1253 E Diag_Lib: DPL : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0 gIsDebugDataPathDisabled = 0 10-01 23:23:22.096 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | qpCheckSockEventsOnNetConnProfiles : pNetConnProfileArray NULL 10-01 23:23:22.097 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 12 lines 10-01 23:23:22.098 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | qpCheckSockEventsOnNetConnProfiles : pNetConnProfileArray NULL 10-01 23:23:22.098 1253 1841 E Diag_Lib: DPL : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0 gIsDebugDataPathDisabled = 0 10-01 23:23:22.100 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:22.101 1253 1841 I imsrcsd : Successful Initialization 10-01 23:23:22.101 1253 1841 I imsrcsd : Starting Service for First Time 10-01 23:23:22.108 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 18 lines 10-01 23:23:22.108 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:22.209 594 594 I Atfwd_Daemon: qmi_client_init_instance status retry : 2 10-01 23:23:22.209 594 594 I Atfwd_Daemon: 10-01 23:23:22.209 594 594 I Atfwd_Daemon: qmi_client_init_instance.... 10-01 23:23:22.209 594 594 I Atfwd_Daemon: qmi_client_init_instance status: 0, num_retries: 3, retryCnt: 2 10-01 23:23:22.209 594 594 I Atfwd_Daemon: qmi_client_register_error_cb status: 0 10-01 23:23:22.209 594 594 I Atfwd_Daemon: result : 0 ,Init step :1 ,qmiErrorCode: 0 10-01 23:23:22.209 594 594 I Atfwd_Daemon: 10-01 23:23:22.209 594 594 I Atfwd_Daemon: Back to main. 10-01 23:23:22.209 594 594 I Atfwd_Daemon: tryinit complete with connectresult: 0 10-01 23:23:22.209 594 594 I Atfwd_Daemon: 10-01 23:23:22.209 594 594 I Atfwd_Daemon: 10-01 23:23:22.209 594 594 I Atfwd_Daemon: TrtyInit: retryCnt: 1 10-01 23:23:22.209 594 594 I Atfwd_Daemon: Invalid type 2 10-01 23:23:22.210 594 594 I Atfwd_Daemon: tryinit complete with connectresult: 0 10-01 23:23:22.210 594 594 I Atfwd_Daemon: Trying to register 8 commands: 10-01 23:23:22.210 594 594 I Atfwd_Daemon: cmd0: +CKPD 10-01 23:23:22.210 594 594 I Atfwd_Daemon: sending QMI_AT_REG_AT_CMD_FWD_REQ_V01 message 10-01 23:23:22.212 594 594 I Atfwd_Daemon: cmd1: +CTSA 10-01 23:23:22.212 594 594 I Atfwd_Daemon: sending QMI_AT_REG_AT_CMD_FWD_REQ_V01 message 10-01 23:23:22.212 594 594 I Atfwd_Daemon: cmd2: +CFUN 10-01 23:23:22.212 594 594 I Atfwd_Daemon: sending QMI_AT_REG_AT_CMD_FWD_REQ_V01 message 10-01 23:23:22.213 594 594 I Atfwd_Daemon: cmd3: +CMAR 10-01 23:23:22.213 594 594 I Atfwd_Daemon: sending QMI_AT_REG_AT_CMD_FWD_REQ_V01 message 10-01 23:23:22.213 594 594 I Atfwd_Daemon: cmd4: +CDIS 10-01 23:23:22.213 594 594 I Atfwd_Daemon: sending QMI_AT_REG_AT_CMD_FWD_REQ_V01 message 10-01 23:23:22.213 594 594 I Atfwd_Daemon: cmd5: +CRSL 10-01 23:23:22.213 594 594 I Atfwd_Daemon: sending QMI_AT_REG_AT_CMD_FWD_REQ_V01 message 10-01 23:23:22.214 594 594 I Atfwd_Daemon: cmd6: +CSS 10-01 23:23:22.214 594 594 I Atfwd_Daemon: sending QMI_AT_REG_AT_CMD_FWD_REQ_V01 message 10-01 23:23:22.214 594 594 I Atfwd_Daemon: cmd7: $QCPWRDN 10-01 23:23:22.214 594 594 I Atfwd_Daemon: sending QMI_AT_REG_AT_CMD_FWD_REQ_V01 message 10-01 23:23:22.214 594 594 I Atfwd_Daemon: Registered AT Commands event handler 10-01 23:23:22.214 594 594 I Atfwd_Daemon: Waiting for ctrCond 10-01 23:23:22.819 572 624 E QC-time-services: Daemon:genoff_wlan_qmi_service_request: qmi_client_get_service_list returned -2num_services 0 10-01 23:23:23.318 1469 1469 W SystemServiceManager: Service com.android.server.om.OverlayManagerService took 2848 ms in onBootPhase 10-01 23:23:23.318 1469 1469 D AppStandbyController: Setting app idle enabled state 10-01 23:23:23.322 1469 1469 I VrManagerService: No default vr listener service found. 10-01 23:23:23.327 1469 1469 I WifiService: WifiService starting up with Wi-Fi enabled 10-01 23:23:23.330 1469 1783 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IServiceManager 10-01 23:23:23.332 1469 1730 D HalDevMgr: IWifi registration notification: [email protected]::IWifi, name=default, preexisting=true 10-01 23:23:23.332 582 1828 W cutils : Expected path /data/data/com.google.android.apps.authenticator2 with mode 751 but found 700 10-01 23:23:23.333 1469 1730 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IWifi 10-01 23:23:23.335 1469 1783 D WificondControl: tearing down interfaces in wificond 10-01 23:23:23.337 1469 1469 D WifiService: setWifiEnabled: true pid=1469, uid=1000, package=android 10-01 23:23:23.337 1469 1469 I WifiService: setWifiEnabled package=android uid=1000 enable=true 10-01 23:23:23.337 1469 1469 I WifiScanningService: Starting wifiscanner 10-01 23:23:23.339 1469 1469 I EthernetServiceImpl: Starting Ethernet service 10-01 23:23:23.343 1469 1469 D Ethernet: Registering NetworkFactory 10-01 23:23:23.343 1469 1788 D ConnectivityService: Got NetworkFactory Messenger for Ethernet 10-01 23:23:23.343 1469 1868 D Ethernet: got request NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ] with score 0 10-01 23:23:23.344 1469 1469 E IpConfigStore: Error opening configuration file: java.io.FileNotFoundException: /data/misc/ethernet/ipconfig.txt (No such file or directory) 10-01 23:23:23.348 1469 1868 I EthernetTracker: maybeTrackInterface dummy0 10-01 23:23:23.348 1469 1868 I EthernetTracker: maybeTrackInterface lo 10-01 23:23:23.348 1469 1868 I EthernetTracker: maybeTrackInterface r_rmnet_data0 10-01 23:23:23.348 1469 1868 I EthernetTracker: maybeTrackInterface r_rmnet_data1 10-01 23:23:23.348 1469 1868 I EthernetTracker: maybeTrackInterface r_rmnet_data2 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface r_rmnet_data3 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface r_rmnet_data4 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface r_rmnet_data5 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface r_rmnet_data6 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface r_rmnet_data7 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface r_rmnet_data8 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface rmnet_data0 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface rmnet_data1 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface rmnet_data2 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface rmnet_data3 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface rmnet_data4 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface rmnet_data5 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface rmnet_data6 10-01 23:23:23.349 1469 1868 I EthernetTracker: maybeTrackInterface rmnet_data7 10-01 23:23:23.350 1469 1868 I EthernetTracker: maybeTrackInterface rmnet_ipa0 10-01 23:23:23.350 1469 1868 I EthernetTracker: maybeTrackInterface sit0 10-01 23:23:23.350 558 558 D PermissionCache: checking android.permission.CAPTURE_AUDIO_HOTWORD for uid=1000 => granted (130 us) 10-01 23:23:23.352 1469 1469 D ContextHubSystemService: onBootPhase: PHASE_SYSTEM_SERVICES_READY 10-01 23:23:23.353 1469 1469 I SystemServer: MakeWindowManagerServiceReady 10-01 23:23:23.355 1469 1469 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::ISurfaceFlingerConfigs 10-01 23:23:23.356 1469 1469 I SystemServer: MakePowerManagerServiceReady 10-01 23:23:23.349 540 540 I [email protected]: type=1400 audit(0.0:755): avc: denied { write } for name="enable_dt2w" dev="sysfs" ino=27347 scontext=u:r:init:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 10-01 23:23:23.367 1469 1606 W KeyguardServiceDelegate: onScreenTurningOn(): no keyguard service! 10-01 23:23:23.370 1469 1469 I SystemServer: MakePackageManagerServiceReady 10-01 23:23:23.375 1469 1782 D WifiController: WifiController msg { when=-38ms what=155656 target=com.android.internal.util.StateMachine$SmHandler } deferred for 500ms 10-01 23:23:23.375 1469 1783 D WifiStateMachinePrime: received a message in WifiDisabledState: { when=0 what=3 target=com.android.internal.util.StateMachine$SmHandler } 10-01 23:23:23.375 1469 1783 D WifiStateMachinePrime: Switching from WifiDisabledState to WifiDisabled 10-01 23:23:23.375 1469 1783 D WifiStateMachinePrime: Entering WifiDisabledState 10-01 23:23:23.375 1469 1783 D ActiveModeManager: sending scan available broadcast: false 10-01 23:23:23.386 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.google.android.apps.gcs 10-01 23:23:23.386 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.google.android.contacts 10-01 23:23:23.386 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.google.android.dialer 10-01 23:23:23.386 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.google.android.googlequicksearchbar 10-01 23:23:23.387 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.google.android.gsf.login 10-01 23:23:23.387 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.google.android.syncadapters.calendar 10-01 23:23:23.387 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.google.android.talk 10-01 23:23:23.388 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.google.android.apps.restore 10-01 23:23:23.388 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.verizon.mips.services 10-01 23:23:23.388 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.google.intelligence.sense 10-01 23:23:23.388 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.qualcomm.ltebc_vzw 10-01 23:23:23.388 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.google.vr.apps.ornament 10-01 23:23:23.388 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.google.android.apps.miphone.aiai 10-01 23:23:23.389 1469 1610 W DefaultPermGrantPolicy: Unknown package:com.google.android.settings.intelligence 10-01 23:23:23.390 1469 1469 V UserDataPreparer: Found /data/user_de/0 with serial number 0 10-01 23:23:23.391 1469 1469 V UserDataPreparer: Found /data/user/0 with serial number 0 10-01 23:23:23.391 1469 1469 V UserDataPreparer: Found /data/system_de/0 with serial number 0 10-01 23:23:23.391 1469 1469 V UserDataPreparer: Found /data/system_ce/0 with serial number 0 10-01 23:23:23.391 1469 1469 V UserDataPreparer: Found /data/misc_ce/0 with serial number 0 10-01 23:23:23.393 1469 1469 I SystemServer: MakeDisplayManagerServiceReady 10-01 23:23:23.393 1469 1469 I SystemServer: StartDeviceSpecificServices 10-01 23:23:23.393 1469 1469 I SystemServer: StartBootPhaseDeviceSpecificServicesReady 10-01 23:23:23.394 1469 1469 I SystemServiceManager: Starting phase 520 10-01 23:23:23.394 1469 1469 W UsageStatsService: Event reported without a package name 10-01 23:23:23.398 1469 1469 I ActivityManager: System now ready 10-01 23:23:23.400 1469 1469 I ActivityManager: Config changes=104 {1.0 ?mcc?mnc [en_DE,de_DE] ldltr sw360dp w360dp h616dp 480dpi nrml long port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.6} 10-01 23:23:23.420 1469 1469 I ActivityManager: Override config changes=104 {1.0 ?mcc?mnc [en_DE,de_DE] ldltr sw360dp w360dp h616dp 480dpi nrml long port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 1920) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.6} for displayId=0 10-01 23:23:23.423 1469 1604 I ActivityManager: Config changes=100 {1.0 ?mcc?mnc [en_DE,de_DE] ldltr sw360dp w360dp h616dp 480dpi nrml long port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.7} 10-01 23:23:23.424 1469 1604 I ActivityManager: Override config changes=100 {1.0 ?mcc?mnc [en_DE,de_DE] ldltr sw360dp w360dp h616dp 480dpi nrml long port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 1920) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.7} for displayId=0 10-01 23:23:23.427 1469 1469 I SystemServer: Making services ready 10-01 23:23:23.427 1469 1469 I SystemServer: StartActivityManagerReadyPhase 10-01 23:23:23.427 1469 1469 I SystemServiceManager: Starting phase 550 10-01 23:23:23.430 1469 1469 W ActivityManager: Too early to start/bind service in system_server: Phase=550 ComponentInfo{com.android.server.telecom/com.android.server.telecom.components.Tele comService} 10-01 23:23:23.650 582 630 W cutils : Expected path /data/data/com.google.android.gms with mode 700 but found 711 10-01 23:23:23.651 582 630 W cutils : Expected path /data/user_de/0/com.google.android.gms with mode 700 but found 711 10-01 23:23:23.653 582 630 W cutils : Expected path /data/data/com.google.android.gms with mode 700 but found 711 10-01 23:23:23.654 582 630 W cutils : Expected path /data/user_de/0/com.google.android.gms with mode 700 but found 711 10-01 23:23:23.430 1469 1469 W ActivityManager: Too early to start/bind service in system_server: Phase=550 ComponentInfo{com.android.server.telecom/com.android.server.telecom.components.Tele comService} 10-01 23:23:23.683 1469 1469 W SystemServiceManager: Service com.android.server.content.ContentService$Lifecycle took 253 ms in onBootPhase 10-01 23:23:23.683 1469 1469 D BluetoothManagerService: Bluetooth boot completed 10-01 23:23:23.684 1469 1469 D BluetoothManagerService: Auto-enabling Bluetooth. 10-01 23:23:23.684 1469 1603 D BluetoothManagerService: MESSAGE_ENABLE(0): mBluetooth = null 10-01 23:23:23.679 1010 1010 I BootAnimation: type=1400 audit(0.0:758): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=94a scontext=u:r:bootanim:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:23.696 1873 1873 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:23.697 1469 1588 I ActivityManager: Start proc 1873:com.android.bluetooth/1002 for service com.android.bluetooth/.btservice.AdapterService 10-01 23:23:23.706 1873 1873 E droid.bluetoot: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:23.706 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:23.706 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:23.749 1010 1010 I BootAnimation: type=1400 audit(0.0:759): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 scontext=u:r:bootanim:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:23.820 1469 1469 W SystemServiceManager: Service com.android.server.InputMethodManagerService$Lifecycle took 134 ms in onBootPhase 10-01 23:23:23.820 1469 1774 D StorageManagerService: Thinking about init, mSystemReady=true, mDaemonConnected=true 10-01 23:23:23.820 1469 1774 D StorageManagerService: Setting up emulation state, initlocked=false 10-01 23:23:23.821 470 479 D vold : e4crypt_unlock_user_key 0 serial=0 token_present=0 10-01 23:23:23.821 1469 1774 D StorageManagerService: Thinking about reset, mSystemReady=true, mDaemonConnected=true 10-01 23:23:23.822 1469 1586 I ActivityManager: Force stopping com.android.providers.media appid=10015 user=-1: vold reset 10-01 23:23:23.823 1469 1799 V StorageManagerService: Found primary storage at VolumeInfo{emulated}: 10-01 23:23:23.823 1469 1799 V StorageManagerService: type=EMULATED diskId=null partGuid= mountFlags=0 mountUserId=-1 10-01 23:23:23.823 1469 1799 V StorageManagerService: state=UNMOUNTED 10-01 23:23:23.823 1469 1799 V StorageManagerService: fsType=null fsUuid=null fsLabel=null 10-01 23:23:23.823 1469 1799 V StorageManagerService: path=null internalPath=null 10-01 23:23:23.825 470 479 V vold : Waiting for FUSE to spin up... 10-01 23:23:23.830 1890 1890 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:23.831 1469 1588 I ActivityManager: Start proc 1890:com.android.inputmethod.latin/u0a111 for service com.android.inputmethod.latin/.LatinIME 10-01 23:23:23.833 1469 1469 I WallpaperManagerService: No static wallpaper imagery; defaults will be shown 10-01 23:23:23.835 1890 1890 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:23.838 527 527 D audio_hw_primary: adev_set_parameters: enter: A2dpSuspended=false 10-01 23:23:23.838 527 527 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0 10-01 23:23:23.839 1469 1797 I AudioService: setBluetoothScoOnInt: false resetBluetoothSco 10-01 23:23:23.840 1469 1469 I SystemServer: StartObservingNativeCrashes 10-01 23:23:23.840 1469 1730 I UsbPortManager: ClientCallback: otg_default 10-01 23:23:23.840 1469 1469 I SystemServer: StartSystemUI 10-01 23:23:23.840 1469 1729 I SystemServer: WebViewFactoryPreparation 10-01 23:23:23.841 1469 1602 I UsbPortManager: USB port added: port=UsbPort{id=otg_default, supportedModes=ufp}, status=UsbPortStatus{connected=true, currentMode=ufp, currentPowerRole=sink, currentDataRole=device, supportedRoleCombinations=[sink:device]}, canChangeMode=false, canChangePowerRole=false, canChangeDataRole=false 10-01 23:23:23.841 527 527 D audio_hw_primary: adev_set_parameters: enter: BT_SCO=off 10-01 23:23:23.841 527 527 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0 10-01 23:23:23.843 1469 1469 I SystemServer: MakeNetworkManagementServiceReady 10-01 23:23:23.843 1469 1469 D NetworkManagement: enabling bandwidth control 10-01 23:23:23.846 1469 1797 D BluetoothManagerService: Creating new ProfileServiceConnections object for profile: 1 10-01 23:23:23.850 1889 1889 W sdcard : Device explicitly enabled sdcardfs 10-01 23:23:23.853 1469 1729 D WebViewLibraryLoader: Setting new address space to 147551200 10-01 23:23:23.854 1469 1797 E BluetoothHearingAid: Could not bind to Bluetooth Hearing Aid Service with Intent { act=android.bluetooth.IBluetoothHearingAid } 10-01 23:23:23.855 558 1067 I AudioFlinger: systemReady 10-01 23:23:23.856 1907 1907 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:23.858 1469 1588 I ActivityManager: Start proc 1907:com.android.systemui/u0a33 for service com.android.systemui/.SystemUIService 10-01 23:23:23.867 1907 1907 E ndroid.systemu: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:23.868 1469 1469 W NetworkManagement: setDataSaverMode(): already false 10-01 23:23:23.869 1469 1469 I SystemServer: MakeIpSecServiceReady 10-01 23:23:23.871 1469 1469 D IpSecService: IpSecService is ready 10-01 23:23:23.871 1469 1469 I SystemServer: MakeNetworkStatsServiceReady 10-01 23:23:23.872 1469 1591 E BatteryExternalStatsWorker: no controller energy info supplied for wifi 10-01 23:23:23.872 1469 1591 E BatteryExternalStatsWorker: no controller energy info supplied for telephony 10-01 23:23:23.878 585 758 W MediaExtractorFactory: couldn't dlopen(/system/lib64/extractors/..) Is a directory 10-01 23:23:23.880 1469 1779 W NetworkPolicy: setRestrictBackgroundUL: already false 10-01 23:23:23.881 1469 1782 D WifiController: DEFERRED_TOGGLE handled 10-01 23:23:23.881 1469 1782 D WifiController: StaEnabledState.enter() 10-01 23:23:23.881 1469 1783 D WifiStateMachinePrime: received a message in WifiDisabledState: { when=0 what=0 target=com.android.internal.util.StateMachine$SmHandler } 10-01 23:23:23.882 1469 1783 D WifiStateMachinePrime: Switching from WifiDisabledState to ClientMode 10-01 23:23:23.882 1469 1783 D WifiStateMachinePrime: Entering ClientModeActiveState 10-01 23:23:23.883 1469 1783 D WifiClientModeManager: entering IdleState 10-01 23:23:23.883 1469 1783 D WifiStateMachinePrime: State changed from client mode. state = 2 10-01 23:23:23.885 1469 1469 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:23.888 1873 1873 V AdapterServiceConfig: Adding HeadsetService 10-01 23:23:23.889 1873 1873 V AdapterServiceConfig: Adding A2dpService 10-01 23:23:23.889 1873 1873 V AdapterServiceConfig: Adding HidHostService 10-01 23:23:23.889 1873 1873 V AdapterServiceConfig: Adding HealthService 10-01 23:23:23.890 1873 1873 V AdapterServiceConfig: Adding PanService 10-01 23:23:23.890 1873 1873 V AdapterServiceConfig: Adding GattService 10-01 23:23:23.890 1873 1873 V AdapterServiceConfig: Adding BluetoothMapService 10-01 23:23:23.890 1873 1873 V AdapterServiceConfig: Adding HeadsetClientService 10-01 23:23:23.890 1873 1873 V AdapterServiceConfig: Adding AvrcpTargetService 10-01 23:23:23.890 1873 1873 V AdapterServiceConfig: Adding HidDeviceService 10-01 23:23:23.890 1873 1873 V AdapterServiceConfig: Adding BluetoothOppService 10-01 23:23:23.890 1873 1873 V AdapterServiceConfig: Adding BluetoothPbapService 10-01 23:23:23.890 546 546 I [email protected]: Wifi HAL started 10-01 23:23:23.892 1469 1783 I WifiVendorHal: Vendor Hal started successfully 10-01 23:23:23.893 1469 1787 I WifiP2pNative: Registering for interface available listener 10-01 23:23:23.901 1469 1783 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IServiceManager 10-01 23:23:23.906 1469 1469 I SystemServer: MakeConnectivityServiceReady 10-01 23:23:23.908 1469 1469 D PermissionMonitor: Monitoring 10-01 23:23:23.908 1469 1868 D Ethernet: got request NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ] with score 0 10-01 23:23:23.909 585 758 W MediaExtractorFactory: couldn't dlopen(/system/lib64/extractors/.) Is a directory 10-01 23:23:23.910 1469 1787 D WifiP2pNative: P2P InterfaceAvailableListener true 10-01 23:23:23.910 1469 1787 D WifiP2pService: Wifi enabled=false, P2P Interface availability=true, Number of clients=0 10-01 23:23:23.910 1469 1787 D WifiP2pService: Wifi enabled=false, P2P Interface availability=true 10-01 23:23:23.918 585 758 E MediaExtractorFactory: couldn't opendir(/vendor/lib64/extractors) 10-01 23:23:23.918 1469 1469 D PermissionMonitor: Users: 1, Apps: 154 10-01 23:23:23.922 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:23.932 1469 1469 I SystemServer: MakeNetworkPolicyServiceReady 10-01 23:23:23.942 1469 1694 I PackageManager: Deferred reconcileAppsData finished 202 packages 10-01 23:23:23.960 587 759 D StagefrightPluginLoader: Failed to load library: libstagefright_ccodec.so (dlopen failed: library "libstagefright_ccodec.so" not found) 10-01 23:23:23.961 587 759 D StagefrightPluginLoader: Handle or CreateInputSurface symbol is null 10-01 23:23:23.961 587 759 D StagefrightPluginLoader: Handle or CreateBuilder symbol is null 10-01 23:23:23.966 587 759 I OMXClient: IOmx service obtained 10-01 23:23:23.966 1933 1933 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:23.966 591 591 I OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in [email protected] process 10-01 23:23:23.967 1469 1588 W ActivityManager: Slow operation: 104ms so far, now at startProcess: returned from zygote! 10-01 23:23:23.967 1469 1588 W ActivityManager: Slow operation: 105ms so far, now at startProcess: done updating battery stats 10-01 23:23:23.967 1469 1588 W ActivityManager: Slow operation: 105ms so far, now at startProcess: building log message 10-01 23:23:23.967 1469 1588 I ActivityManager: Start proc 1933:WebViewLoader- armeabi-v7a/1037 [android.webkit.WebViewLibraryLoader$RelroFileCreator] for 10-01 23:23:23.967 1469 1588 W ActivityManager: Slow operation: 105ms so far, now at startProcess: starting to update pids map 10-01 23:23:23.967 1469 1588 W ActivityManager: Slow operation: 105ms so far, now at startProcess: done updating pids map 10-01 23:23:23.967 1469 1588 W ActivityManager: Slow operation: 105ms so far, now at startProcess: asking zygote to start proc 10-01 23:23:23.973 1873 1873 I : [1001/232323.973550:INFO:com_android_bluetooth_btservice_AdapterService.cpp(630)] hal_util_load_bt_library loaded HAL: btinterface=0x77177a4f60, handle=0x68ff517665c6df13 10-01 23:23:23.973 1873 1873 D BluetoothAdapterService: onCreate() 10-01 23:23:23.976 1873 1873 D AdapterState: make() - Creating AdapterState 10-01 23:23:23.977 1873 1873 I bt_btif : init 10-01 23:23:23.977 1873 1940 I AdapterState: OFF : entered 10-01 23:23:23.977 1873 1940 D AdapterProperties: Setting state to OFF 10-01 23:23:23.977 1873 1873 D bt_osi_allocation_tracker: canary initialized 10-01 23:23:23.977 1873 1942 I bt_osi_thread: run_thread: thread id 1942, thread name stack_manager started 10-01 23:23:23.977 1873 1942 I bt_stack_manager: event_init_stack is initializing the stack 10-01 23:23:23.981 1873 1947 I bt_osi_thread: run_thread: thread id 1947, thread name alarm_default_ca started 10-01 23:23:23.981 587 759 I OMXClient: IOmx service obtained 10-01 23:23:23.981 1873 1949 I bt_osi_thread: run_thread: thread id 1949, thread name alarm_dispatcher started 10-01 23:23:23.982 591 591 I OMXMaster: makeComponentInstance(OMX.google.amrnb.decoder) in [email protected] process 10-01 23:23:23.982 1944 1944 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:23.983 1873 1942 I bt_btif_core: btif_init_bluetooth entered 10-01 23:23:23.983 1933 1933 E WebViewLoader-: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:23.983 1873 1942 I bt_stack_config: init attempt to load stack conf from /etc/bluetooth/bt_stack.conf 10-01 23:23:23.987 1890 1890 I LatinIME: Hardware accelerated drawing: true 10-01 23:23:23.991 1469 1919 W ZygoteProcess: Got error connecting to zygote, retrying. msg= Connection refused 10-01 23:23:23.992 1944 1944 I WebViewZygoteInit: Starting WebViewZygoteInit 10-01 23:23:23.992 1944 1944 I WebViewZygoteInit: --zygote- socket=com.android.internal.os.WebViewZygoteInit/bb0a84b8-4ef1-4390-a7af- 66bcc866cc19 10-01 23:23:23.993 1873 1966 I bt_osi_thread: run_thread: thread id 1966, thread name bt_jni_workqueue started 10-01 23:23:23.993 1873 1942 I bt_btif_core: btif_init_bluetooth finished 10-01 23:23:23.993 1873 1942 I bt_stack_manager: event_init_stack finished 10-01 23:23:23.993 1873 1966 I bt_btif_core: run_message_loop entered 10-01 23:23:23.993 1873 1873 I bt_osi_wakelock: wakelock_set_os_callouts set to non-native 10-01 23:23:23.993 1873 1873 I bt_btif : get_profile_interface: id = socket 10-01 23:23:23.995 587 759 I OMXClient: IOmx service obtained 10-01 23:23:23.995 591 591 I OMXMaster: makeComponentInstance(OMX.google.amrwb.decoder) in [email protected] process 10-01 23:23:23.998 1873 1966 E bt_btif_storage: btif_storage_get_adapter_property: Controller not ready! Unable to return Bluetooth Address 10-01 23:23:23.998 1873 1966 E BluetoothServiceJni: adapter_properties_callback: Status 1 is incorrect 10-01 23:23:23.999 1873 1873 I bt_btif : get_profile_interface: id = sdp 10-01 23:23:24.000 1933 1933 V WebViewLibraryLoader: RelroFileCreator (64bit = false), lib: /system/app/webview/webview.apk!/lib/armeabi-v7a/libwebviewchromium.so 10-01 23:23:24.001 1873 1966 D AdapterProperties: Name is: Redmi Note 4 10-01 23:23:24.001 1873 1966 D AdapterProperties: BT Class:5a020c 10-01 23:23:24.001 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.002 591 591 I OMXMaster: makeComponentInstance(OMX.google.flac.decoder) in [email protected] process 10-01 23:23:24.004 1970 1970 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:24.006 1469 1588 W ActivityManager: Slow operation: 144ms so far, now at startProcess: returned from zygote! 10-01 23:23:24.006 1469 1588 W ActivityManager: Slow operation: 144ms so far, now at startProcess: done updating battery stats 10-01 23:23:24.006 1469 1588 W ActivityManager: Slow operation: 144ms so far, now at startProcess: building log message 10-01 23:23:24.006 1926 1926 D wpa_supplicant: wpa_supplicant v2.7-devel-9 10-01 23:23:24.006 1469 1588 I ActivityManager: Start proc 1970:WebViewLoader- arm64-v8a/1037 [android.webkit.WebViewLibraryLoader$RelroFileCreator] for 10-01 23:23:24.006 1926 1926 D wpa_supplicant: Global control interface '@android:wpa_wlan0' 10-01 23:23:24.007 1926 1926 D wpa_supplicant: Using Android control socket 'wpa_wlan0' 10-01 23:23:24.007 1926 1926 D wpa_supplicant: Initing hidl control 10-01 23:23:24.007 1469 1588 W ActivityManager: Slow operation: 144ms so far, now at startProcess: starting to update pids map 10-01 23:23:24.007 1469 1588 W ActivityManager: Slow operation: 145ms so far, now at startProcess: done updating pids map 10-01 23:23:24.007 1926 1926 I wpa_supplicant: Processing hidl events on FD 4 10-01 23:23:24.008 1970 1970 E WebViewLoader-: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:24.009 1926 1926 I wpa_supplicant: Successfully initialized wpa_supplicant 10-01 23:23:24.009 1873 1873 I BluetoothAdapterService: Phone policy enabled 10-01 23:23:24.011 1873 1873 D BluetoothActiveDeviceManager: start() 10-01 23:23:24.012 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.013 591 591 I OMXMaster: makeComponentInstance(OMX.google.g711.alaw.decoder) in [email protected] process 10-01 23:23:24.017 1469 1730 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::ISupplicant 10-01 23:23:24.018 1469 1730 I SupplicantStaIfaceHal: Completed initialization of ISupplicant. 10-01 23:23:24.018 1873 1873 D BluetoothAdapterService: setAdapterService() - trying to set service to com.android.bluetooth.btservice.AdapterService@142fe34 10-01 23:23:24.019 1873 1982 D BluetoothActiveDeviceManager: onAudioDevicesAdded 10-01 23:23:24.019 1873 1982 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 1 10-01 23:23:24.019 1873 1982 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 2 10-01 23:23:24.019 1873 1982 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 18 10-01 23:23:24.019 1873 1982 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 15 10-01 23:23:24.019 1873 1982 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 15 10-01 23:23:24.019 1873 1982 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 16 10-01 23:23:24.019 1873 1982 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 18 10-01 23:23:24.021 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.021 591 591 I OMXMaster: makeComponentInstance(OMX.google.g711.mlaw.decoder) in [email protected] process 10-01 23:23:24.021 1970 1970 V WebViewLibraryLoader: RelroFileCreator (64bit = true), lib: /system/app/webview/webview.apk!/lib/arm64-v8a/libwebviewchromium.so 10-01 23:23:24.021 1873 1873 D BluetoothAdapterService: onBind() 10-01 23:23:24.023 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.023 591 591 I OMXMaster: makeComponentInstance(OMX.google.gsm.decoder) in [email protected] process 10-01 23:23:24.029 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.030 591 591 I OMXMaster: makeComponentInstance(OMX.google.mp3.decoder) in [email protected] process 10-01 23:23:24.037 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.037 591 591 I OMXMaster: makeComponentInstance(OMX.google.opus.decoder) in [email protected] process 10-01 23:23:24.059 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.059 591 591 I OMXMaster: makeComponentInstance(OMX.google.raw.decoder) in [email protected] process 10-01 23:23:24.067 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.067 591 591 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in [email protected] process 10-01 23:23:24.081 1933 1933 I WebViewLoader-: System.exit called, status: 0 10-01 23:23:24.081 1933 1933 I AndroidRuntime: VM exiting with result code 0, cleanup skipped. 10-01 23:23:24.087 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.088 591 591 I OMXMaster: makeComponentInstance(OMX.google.aac.encoder) in [email protected] process 10-01 23:23:24.090 1469 1469 I SystemServer: StartWatchdog 10-01 23:23:24.091 1469 1469 I SystemServer: PhaseThirdPartyAppsCanStart 10-01 23:23:24.091 1469 1469 I SystemServiceManager: Starting phase 600 10-01 23:23:24.091 1469 1799 I ActivityManager: Process WebViewLoader-armeabi-v7a (pid 1933) has died: psvc PER 10-01 23:23:24.091 519 519 I Zygote : Process 1933 exited cleanly (0) 10-01 23:23:24.091 1469 1589 W libprocessgroup: kill(-1933, 9) failed: No such process 10-01 23:23:24.091 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 1037 pid 1933 in 0ms 10-01 23:23:24.096 1469 1469 V WallpaperManagerService: bindWallpaperComponentLocked: componentName=ComponentInfo{com.google.android.apps.wallpaper/com.google.android.ap ps.wallpaper.module.NoBackupImageWallpaper} 10-01 23:23:24.096 1469 1469 W WallpaperManagerService: Attempted wallpaper ComponentInfo{com.google.android.apps.wallpaper/com.google.android.apps.wallpaper.m odule.NoBackupImageWallpaper} is unavailable 10-01 23:23:24.096 1469 1469 W WallpaperManagerService: Wallpaper isn't direct boot aware; using fallback until unlocked 10-01 23:23:24.103 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.103 591 591 I OMXMaster: makeComponentInstance(OMX.google.amrnb.encoder) in [email protected] process 10-01 23:23:24.106 1907 1907 W AlarmManager: Unrecognized alarm listener com.android.systemui.keyguard.-$ $Lambda$KeyguardSliceProvider$IhzByd8TsqFuOrSyuGurVskyPLo@e25a92b 10-01 23:23:24.115 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.115 591 618 I OMXMaster: makeComponentInstance(OMX.google.amrwb.encoder) in [email protected] process 10-01 23:23:24.128 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.128 591 618 I OMXMaster: makeComponentInstance(OMX.google.flac.encoder) in [email protected] process 10-01 23:23:24.138 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.139 591 591 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.avc) in [email protected] process 10-01 23:23:24.155 1907 1907 V SystemUIService: Starting SystemUI services for user 0. 10-01 23:23:24.161 466 466 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.perf::IPerf pid=591 scontext=u:r:mediacodec:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:24.162 591 591 I OMX-VDEC-1080P: Video slvp perflock acquired 10-01 23:23:24.165 1970 1970 I WebViewLoader-: System.exit called, status: 0 10-01 23:23:24.165 1970 1970 I AndroidRuntime: VM exiting with result code 0, cleanup skipped. 10-01 23:23:24.174 1907 1907 V MediaRouter: Adding route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:24.176 1907 1907 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:24.176 1469 1469 V WallpaperManagerService: bindWallpaperComponentLocked: componentName=ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpape r} 10-01 23:23:24.177 518 518 I Zygote : Process 1970 exited cleanly (0) 10-01 23:23:24.177 1469 1510 I ActivityManager: Process WebViewLoader-arm64-v8a (pid 1970) has died: psvc PER 10-01 23:23:24.177 1469 1589 W libprocessgroup: kill(-1970, 9) failed: No such process 10-01 23:23:24.177 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 1037 pid 1970 in 0ms 10-01 23:23:24.181 1469 1469 W SystemServiceManager: Service com.android.server.wallpaper.WallpaperManagerService$Lifecycle took 86 ms in onBootPhase 10-01 23:23:24.199 1890 1890 W InputAttributes: No editor info for this field. Bug? 10-01 23:23:24.214 1907 1907 W SoundPool: Use of stream types is deprecated for operations other than volume control 10-01 23:23:24.215 1907 1907 W SoundPool: See the documentation of SoundPool() for what to use instead with android.media.AudioAttributes to qualify your playback use case 10-01 23:23:24.216 1890 2029 I LatinIME:LogUtils: Dictionary info: dictionary = UserHistoryDictionary.en_US ; version = 1538429004 ; date = ? 10-01 23:23:24.217 1890 2029 I LatinIME:LogUtils: Dictionary info: dictionary = userunigram.en_US ; version = 1538429004 ; date = ? 10-01 23:23:24.222 1907 1907 D OpenGLRenderer: Skia GL Pipeline 10-01 23:23:24.236 1469 1888 W ActivityManager: Unable to start service Intent { act=android.intent.action.QUICKSTEP_SERVICE pkg=com.android.launcher3 } U=0: not found 10-01 23:23:24.236 1907 1907 W OverviewProxyService: Failed to connect on attempt 1 will try again in 5000ms 10-01 23:23:24.252 591 591 I OMX-VDEC-1080P: component_init: OMX.qcom.video.decoder.avc : fd=7 10-01 23:23:24.257 591 591 I OMX-VDEC-1080P: omx_vdec::component_init() success : fd=7 10-01 23:23:24.259 591 591 E OMXNodeInstance: getParameter(0xe9b08484:qcom.decoder.avc, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.259 591 591 E OMXNodeInstance: getParameter(0xe9b08484:qcom.decoder.avc, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.259 591 591 E OMXNodeInstance: getExtensionIndex(0xe9b08484:qcom.decoder.avc, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) 10-01 23:23:24.260 591 591 E OMX-VDEC-1080P: Enable/Disable allocate-native- handle allowed only on input port! 10-01 23:23:24.260 591 591 E OMX-VDEC-1080P: set_parameter: Error: 0x80001019, setting param 0x7f00005d 10-01 23:23:24.260 591 591 E OMXNodeInstance: setParameter(0xe9b08484:qcom.decoder.avc, OMX.google.android.index.allocateNativeHandle(0x7f00005d): Output:1 en=0) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.260 591 591 I OMX-VDEC-1080P: omx_vdec::component_deinit() complete 10-01 23:23:24.260 1890 2029 I LatinIME:LogUtils: Dictionary info: dictionary = main:en ; version = 54 ; date = 1414726273 10-01 23:23:24.262 1469 1469 W SystemServiceManager: Service com.android.server.trust.TrustManagerService took 79 ms in onBootPhase 10-01 23:23:24.262 591 591 I OMX-VDEC-1080P: Exit OMX vdec Destructor: fd=7 10-01 23:23:24.262 591 591 I OMX-VDEC-1080P: Video slvp perflock released 10-01 23:23:24.264 1907 1907 I vol.Events: writeEvent collection_started 10-01 23:23:24.264 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.265 591 618 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.avc.secure) in [email protected] process 10-01 23:23:24.271 591 618 I OMX-VDEC-1080P: Video slvp perflock acquired 10-01 23:23:24.271 591 618 I OMX-VDEC-1080P: component_init: OMX.qcom.video.decoder.avc : fd=7 10-01 23:23:24.271 1907 2043 I vol.Events: writeEvent external_ringer_mode_changed vibrate 10-01 23:23:24.271 1907 2043 I vol.Events: writeEvent internal_ringer_mode_changed vibrate 10-01 23:23:24.277 591 618 I OMX-VDEC-1080P: omx_vdec::component_init() success : fd=7 10-01 23:23:24.277 1469 1469 I StatsCompanionService: Told statsd that StatsCompanionService is alive. 10-01 23:23:24.278 1469 1469 I SystemServer: MakeLocationServiceReady 10-01 23:23:24.279 591 618 E OMXNodeInstance: getParameter(0xe9b17ac4:qcom.decoder.avc.secure, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.279 591 618 E OMXNodeInstance: getParameter(0xe9b17ac4:qcom.decoder.avc.secure, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.280 591 618 E OMXNodeInstance: getExtensionIndex(0xe9b17ac4:qcom.decoder.avc.secure, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) 10-01 23:23:24.280 591 618 E OMX-VDEC-1080P: Enable/Disable allocate-native- handle allowed only on input port! 10-01 23:23:24.280 591 618 E OMX-VDEC-1080P: set_parameter: Error: 0x80001019, setting param 0x7f00005d 10-01 23:23:24.280 591 618 E OMXNodeInstance: setParameter(0xe9b17ac4:qcom.decoder.avc.secure, OMX.google.android.index.allocateNativeHandle(0x7f00005d): Output:1 en=0) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.280 591 618 I OMX-VDEC-1080P: omx_vdec::component_deinit() complete 10-01 23:23:24.281 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IGnss/default in either framework or device manifest. 10-01 23:23:24.281 1469 1469 D GnssLocationProvider: gnssHal 1.1 was null, trying 1.0 10-01 23:23:24.282 591 618 I OMX-VDEC-1080P: Exit OMX vdec Destructor: fd=7 10-01 23:23:24.282 591 618 I OMX-VDEC-1080P: Video slvp perflock released 10-01 23:23:24.284 1469 1469 I GnssLocationProvider: WakeLock acquired by sendMessage(INITIALIZE_HANDLER, 0, null) 10-01 23:23:24.284 1469 1584 D GnssLocationProvider: Link to death notification successful 10-01 23:23:24.284 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.284 591 618 I OMXMaster: makeComponentInstance(OMX.google.h264.decoder) in [email protected] process 10-01 23:23:24.287 1469 1469 W LocationProviderProxy-network: Odd, no component found for service com.android.location.service.v3.NetworkLocationProvider 10-01 23:23:24.290 591 591 E OMXNodeInstance: getExtensionIndex(0xeaba99c0:google.h264.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) 10-01 23:23:24.290 591 591 E OMXNodeInstance: getExtensionIndex(0xeaba99c0:google.h264.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) 10-01 23:23:24.290 1469 1469 W GeocoderProxy: Odd, no component found for service com.android.location.service.GeocodeProvider 10-01 23:23:24.291 548 2051 I LocSvc_api_v02: locClientOpen:1945]: Service instance id is -1 10-01 23:23:24.291 548 2051 I LocSvc_api_v02: ---> locClientOpenInstance line 1828 loc client open 10-01 23:23:24.292 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.292 1469 1469 W GeofenceProxy: Odd, no component found for service com.android.location.service.GeofenceProvider 10-01 23:23:24.292 591 591 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.h263) in [email protected] process 10-01 23:23:24.292 548 548 I LocSvc_APIClientBase: locAPIEnable:112] start new session: 2 10-01 23:23:24.292 1469 1584 E GnssLocationProvider: Unable to initialize GNSS Xtra interface 10-01 23:23:24.292 548 2051 E QMI_FW : QMUXD: WARNING qmi_qmux_if_pwr_up_init failed! rc=-6 10-01 23:23:24.293 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_REG_EVENTS_REQ_V02 10-01 23:23:24.293 1469 1469 E ActivityRecognitionHardware: activity_recognition HAL is deprecated. is_supported is effectively a no-op 10-01 23:23:24.293 548 548 I LocSvc_GnssAdapter: GnssAdapter::initAgpsCommand 10-01 23:23:24.293 548 548 I LocSvc_GnssAdapter: Registering AGPS CB 0x74454d2d00 with priority 1 10-01 23:23:24.293 1469 1469 D LocationManagerService: Hardware Activity- Recognition not supported. 10-01 23:23:24.294 1469 1469 W ActivityRecognitionProxy: Odd, no component found for service com.android.location.service.ActivityRecognitionProvider 10-01 23:23:24.295 548 548 I LocSvc_GnssInterface: ===> setGnssNiCb line 130 10-01 23:23:24.296 1469 1586 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.location.PROVIDERS_CHANGED flg=0x10 } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 10-01 23:23:24.296 1469 1586 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.location.MODE_CHANGED flg=0x10 } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 10-01 23:23:24.296 548 548 I LocSvc_GnssInterface: ===> cleanup line 220 10-01 23:23:24.296 548 2051 I LocSvc_api_v02: ---> locClientSupportMsgCheck line 2221 QMI_LOC_GET_SUPPORTED_MSGS_REQ_V02 10-01 23:23:24.297 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:24.297 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_QUERY_AON_CONFIG_REQ_V02 10-01 23:23:24.297 1469 1469 I SystemServer: MakeCountryDetectionServiceReady 10-01 23:23:24.297 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_QUERY_AON_CONFIG_REQ_V02 10-01 23:23:24.297 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_GET_SUPPORTED_FEATURE_REQ_V02 10-01 23:23:24.297 1469 1469 I SystemServer: MakeNetworkTimeUpdateReady 10-01 23:23:24.297 548 2051 E LocSvc_ApiV02: open:414:11]: Failed to get features supported from QMI_LOC_GET_SUPPORTED_FEATURE_REQ_V02. 10-01 23:23:24.297 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_GNSS_CONSTELL_REPORT_CONFIG_V02 10-01 23:23:24.297 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:24.298 548 548 I chatty : uid=1021(gps) [email protected] identical 4 lines 10-01 23:23:24.298 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:24.298 591 591 I OMX-VDEC-1080P: Video slvp perflock acquired 10-01 23:23:24.299 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_GNSS_CONSTELL_REPORT_CONFIG_V02 10-01 23:23:24.299 591 591 I OMX-VDEC-1080P: component_init: OMX.qcom.video.decoder.h263 : fd=7 10-01 23:23:24.299 1469 1469 D ConnectivityService: requestNetwork for uid/pid:1000/1469 NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 1000] ] 10-01 23:23:24.299 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PREMIUM_SERVICES_CONFIG_REQ_V02 10-01 23:23:24.299 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:24.300 1469 1469 I SystemServer: MakeCommonTimeManagementServiceReady 10-01 23:23:24.300 1469 1868 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 1000] ] with score 0 10-01 23:23:24.300 1469 1469 I CommonTimeManagementService: No common time service detected on this platform. Common time services will be unavailable. 10-01 23:23:24.300 1469 1469 I SystemServer: MakeInputManagerServiceReady 10-01 23:23:24.301 1469 1469 I SystemServer: MakeTelephonyRegistryReady 10-01 23:23:24.301 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_PREMIUM_SERVICES_CONFIG_REQ_V02 10-01 23:23:24.302 1469 1469 I SystemServer: MakeMediaRouterServiceReady 10-01 23:23:24.302 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PREMIUM_SERVICES_CONFIG_REQ_V02 10-01 23:23:24.302 1469 1469 I SystemServer: MakeMmsServiceReady 10-01 23:23:24.302 1469 1469 I MmsServiceBroker: Delay connecting to MmsService until an API is called 10-01 23:23:24.302 1469 1469 I SystemServer: IncidentDaemonReady 10-01 23:23:24.302 1469 1584 I GnssLocationProvider: WakeLock released by handleMessage(INITIALIZE_HANDLER, 0, null) 10-01 23:23:24.302 548 2053 E QMI_FW : QCCI qmi_cci_xport_recv: txn not found. svc_id: 16 10-01 23:23:24.302 548 2051 E LocSvc_LBSApiV02: injectFeatureConfig:902]: Error : st = 3, ind.status = 0 10-01 23:23:24.302 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PREMIUM_SERVICES_CONFIG_REQ_V02 10-01 23:23:24.303 1469 1584 I GnssLocationProvider: No GNSS Satellite Blacklist interface available 10-01 23:23:24.303 1469 1469 I SystemServiceManager: Calling onStartUser u0 10-01 23:23:24.304 591 591 I OMX-VDEC-1080P: omx_vdec::component_init() success : fd=7 10-01 23:23:24.304 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_PREMIUM_SERVICES_CONFIG_REQ_V02 10-01 23:23:24.305 591 591 E OMXNodeInstance: getParameter(0xe9b08484:qcom.decoder.h263, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.305 591 591 E OMXNodeInstance: getParameter(0xe9b08484:qcom.decoder.h263, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.306 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.306 591 591 E OMXNodeInstance: getExtensionIndex(0xe9b08484:qcom.decoder.h263, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) 10-01 23:23:24.306 591 591 E OMX-VDEC-1080P: Enable/Disable allocate-native- handle allowed only on input port! 10-01 23:23:24.306 591 591 E OMX-VDEC-1080P: set_parameter: Error: 0x80001019, setting param 0x7f00005d 10-01 23:23:24.306 591 591 E OMXNodeInstance: setParameter(0xe9b08484:qcom.decoder.h263, OMX.google.android.index.allocateNativeHandle(0x7f00005d): Output:1 en=0) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.307 591 591 I OMX-VDEC-1080P: omx_vdec::component_deinit() complete 10-01 23:23:24.307 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.307 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.308 591 591 I OMX-VDEC-1080P: Exit OMX vdec Destructor: fd=7 10-01 23:23:24.308 591 591 I OMX-VDEC-1080P: Video slvp perflock released 10-01 23:23:24.308 1469 1771 I InputReader: Reconfiguring input devices. changes=0x00000020 10-01 23:23:24.308 1469 1469 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.android.settings/.FallbackHome} from uid 0 10-01 23:23:24.309 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.309 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.309 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.309 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_SENSOR_CONTROL_CONFIG_REQ_V02 10-01 23:23:24.310 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_SENSOR_CONTROL_CONFIG_REQ_V02 10-01 23:23:24.310 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.310 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.310 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.310 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.311 591 591 I OMXMaster: makeComponentInstance(OMX.google.h263.decoder) in [email protected] process 10-01 23:23:24.311 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.311 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_XTRA_VERSION_CHECK_REQ_V02 10-01 23:23:24.311 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_XTRA_VERSION_CHECK_REQ_V02 10-01 23:23:24.312 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_SENSOR_PERFORMANCE_CONTROL_CONFIGURATION_REQ_V02 10-01 23:23:24.312 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_SENSOR_PERFORMANCE_CONTROL_CONFIGURATION_REQ_V02 10-01 23:23:24.312 548 2051 E LocSvc_GnssAdapter: initDefaultAgps]: libloc_net_iface.so not found ! 10-01 23:23:24.312 1469 1730 D GnssLocationProvider: gnssSetCapabilitesCb: 35u 10-01 23:23:24.313 1469 1730 D GnssLocationProvider: gnssSetSystemInfoCb: yearOfHw=2015 10-01 23:23:24.313 1469 1584 I GnssLocationProvider: restartRequests 10-01 23:23:24.313 548 2051 I LocSvc_api_v02: locClientOpen:1945]: Service instance id is -1 10-01 23:23:24.313 548 2051 I LocSvc_api_v02: ---> locClientOpenInstance line 1828 loc client open 10-01 23:23:24.313 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_REG_EVENTS_REQ_V02 10-01 23:23:24.314 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_QUERY_AON_CONFIG_REQ_V02 10-01 23:23:24.314 548 2058 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_QUERY_AON_CONFIG_REQ_V02 10-01 23:23:24.314 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_GET_SUPPORTED_FEATURE_REQ_V02 10-01 23:23:24.314 548 2051 E LocSvc_ApiV02: open:414:11]: Failed to get features supported from QMI_LOC_GET_SUPPORTED_FEATURE_REQ_V02. 10-01 23:23:24.314 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_GNSS_CONSTELL_REPORT_CONFIG_V02 10-01 23:23:24.315 548 2058 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_GNSS_CONSTELL_REPORT_CONFIG_V02 10-01 23:23:24.316 591 591 E OMXNodeInstance: getExtensionIndex(0xeaba9d80:google.h263.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) 10-01 23:23:24.316 591 591 E OMXNodeInstance: getExtensionIndex(0xeaba9d80:google.h263.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) 10-01 23:23:24.317 556 607 D PerMgrSrv: modem state: is on-line, add client GPS 10-01 23:23:24.317 556 607 D PerMgrSrv: GPS registered 10-01 23:23:24.317 548 2051 D PerMgrLib: GPS successfully registered for modem 10-01 23:23:24.317 548 2051 D PerMgrLib: GPS voting for modem 10-01 23:23:24.317 556 607 D PerMgrSrv: GPS voting for modem 10-01 23:23:24.317 556 607 D PerMgrSrv: modem num voters is 4 10-01 23:23:24.317 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:24.318 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.319 591 618 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.hevc) in [email protected] process 10-01 23:23:24.319 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:24.320 770 801 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_XTRA_VERSION_CHECK_REQ_V02 10-01 23:23:24.322 1907 2043 I vol.Events: writeEvent level_changed STREAM_VOICE_CALL 4 10-01 23:23:24.323 770 1219 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_XTRA_VERSION_CHECK_REQ_V02 10-01 23:23:24.323 1907 2043 I vol.Events: writeEvent level_changed STREAM_SYSTEM 5 10-01 23:23:24.323 770 801 I LocSvc_api_v02: ---> locClientSendReq line 2102 UNKNOWN 10-01 23:23:24.324 1907 2043 I vol.Events: writeEvent mute_changed STREAM_SYSTEM true 10-01 23:23:24.324 591 618 I OMX-VDEC-1080P: Video slvp perflock acquired 10-01 23:23:24.324 1907 2043 I vol.Events: writeEvent level_changed STREAM_RING 5 10-01 23:23:24.324 1907 2043 I vol.Events: writeEvent mute_changed STREAM_RING true 10-01 23:23:24.324 591 618 I OMX-VDEC-1080P: component_init: OMX.qcom.video.decoder.hevc : fd=7 10-01 23:23:24.325 770 801 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_GET_PREDICTED_ORBITS_DATA_SOURCE_REQ_V02 10-01 23:23:24.325 1907 2043 I vol.Events: writeEvent level_changed STREAM_MUSIC 7 10-01 23:23:24.327 1907 2043 I vol.Events: writeEvent level_changed STREAM_ALARM 6 10-01 23:23:24.327 770 1219 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_GET_PREDICTED_ORBITS_DATA_SOURCE_REQ_V02 10-01 23:23:24.329 770 2065 E LocSvc_xtra2: downloadSntpTime:268] DNS resolution on time.izatcloud.net failed. 10-01 23:23:24.329 548 2051 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13 10-01 23:23:24.330 1907 2043 I vol.Events: writeEvent level_changed STREAM_BLUETOOTH_SCO 7 10-01 23:23:24.330 591 618 I OMX-VDEC-1080P: omx_vdec::component_init() success : fd=7 10-01 23:23:24.332 770 821 E LocSvc_xtra2: resolve:180] DNS resolution on xtrapath1.izatcloud.net failed. 10-01 23:23:24.333 591 618 E OMXNodeInstance: getParameter(0xe9b17ac4:qcom.decoder.hevc, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.334 591 618 E OMXNodeInstance: getParameter(0xe9b17ac4:qcom.decoder.hevc, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.335 591 618 E OMXNodeInstance: getExtensionIndex(0xe9b17ac4:qcom.decoder.hevc, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) 10-01 23:23:24.335 591 618 E OMX-VDEC-1080P: Enable/Disable allocate-native- handle allowed only on input port! 10-01 23:23:24.335 591 618 E OMX-VDEC-1080P: set_parameter: Error: 0x80001019, setting param 0x7f00005d 10-01 23:23:24.335 591 618 E OMXNodeInstance: setParameter(0xe9b17ac4:qcom.decoder.hevc, OMX.google.android.index.allocateNativeHandle(0x7f00005d): Output:1 en=0) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.335 591 618 I OMX-VDEC-1080P: omx_vdec::component_deinit() complete 10-01 23:23:24.336 1907 2043 I vol.Events: writeEvent zen_mode_config_changed [disallowAlarms=false disallowMedia=false disallowSystem=true disallowRinger=false] 10-01 23:23:24.337 591 618 I OMX-VDEC-1080P: Exit OMX vdec Destructor: fd=7 10-01 23:23:24.337 591 618 I OMX-VDEC-1080P: Video slvp perflock released 10-01 23:23:24.339 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.339 591 591 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.hevc.secure) in [email protected] process 10-01 23:23:24.341 548 2051 D PerMgrLib: GPS unvoting for modem 10-01 23:23:24.341 556 607 D PerMgrSrv: GPS removing vote for modem 10-01 23:23:24.341 556 607 D PerMgrSrv: modem num voters is 4 10-01 23:23:24.341 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:24.342 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:24.342 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_SERVER_REQ_V02 10-01 23:23:24.343 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_SERVER_REQ_V02 10-01 23:23:24.343 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.343 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.343 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.344 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02 10-01 23:23:24.344 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:24.345 591 591 I OMX-VDEC-1080P: Video slvp perflock acquired 10-01 23:23:24.345 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:24.345 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_REG_EVENTS_REQ_V02 10-01 23:23:24.345 591 591 I OMX-VDEC-1080P: component_init: OMX.qcom.video.decoder.hevc : fd=7 10-01 23:23:24.345 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_REG_EVENTS_REQ_V02 10-01 23:23:24.346 548 2051 I chatty : uid=1021(gps) Loc_hal identical 1 line 10-01 23:23:24.346 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_REG_EVENTS_REQ_V02 10-01 23:23:24.352 591 591 I OMX-VDEC-1080P: omx_vdec::component_init() success : fd=7 10-01 23:23:24.353 591 618 E OMXNodeInstance: getParameter(0xe9b08484:qcom.decoder.hevc.secure, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.353 591 618 E OMXNodeInstance: getParameter(0xe9b08484:qcom.decoder.hevc.secure, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.354 591 618 E OMXNodeInstance: getExtensionIndex(0xe9b08484:qcom.decoder.hevc.secure, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) 10-01 23:23:24.354 591 618 E OMX-VDEC-1080P: Enable/Disable allocate-native- handle allowed only on input port! 10-01 23:23:24.354 591 618 E OMX-VDEC-1080P: set_parameter: Error: 0x80001019, setting param 0x7f00005d 10-01 23:23:24.354 591 618 E OMXNodeInstance: setParameter(0xe9b08484:qcom.decoder.hevc.secure, OMX.google.android.index.allocateNativeHandle(0x7f00005d): Output:1 en=0) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.354 591 618 I OMX-VDEC-1080P: omx_vdec::component_deinit() complete 10-01 23:23:24.356 591 618 I OMX-VDEC-1080P: Exit OMX vdec Destructor: fd=7 10-01 23:23:24.356 591 618 I OMX-VDEC-1080P: Video slvp perflock released 10-01 23:23:24.358 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.358 591 591 I OMXMaster: makeComponentInstance(OMX.google.hevc.decoder) in [email protected] process 10-01 23:23:24.365 591 591 E OMXNodeInstance: getExtensionIndex(0xeaba9de0:google.hevc.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) 10-01 23:23:24.365 591 591 E OMXNodeInstance: getExtensionIndex(0xeaba9de0:google.hevc.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) 10-01 23:23:24.367 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.367 591 618 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.mpeg2) in [email protected] process 10-01 23:23:24.372 591 618 I OMX-VDEC-1080P: Video slvp perflock acquired 10-01 23:23:24.372 591 618 I OMX-VDEC-1080P: component_init: OMX.qcom.video.decoder.mpeg2 : fd=7 10-01 23:23:24.374 591 618 I OMX-VDEC-1080P: omx_vdec::component_init() success : fd=7 10-01 23:23:24.375 591 618 E OMXNodeInstance: getParameter(0xe9b08484:qcom.decoder.mpeg2, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.376 591 618 E OMXNodeInstance: getParameter(0xe9b08484:qcom.decoder.mpeg2, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.376 591 618 E OMXNodeInstance: getExtensionIndex(0xe9b08484:qcom.decoder.mpeg2, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) 10-01 23:23:24.376 591 618 E OMX-VDEC-1080P: Enable/Disable allocate-native- handle allowed only on input port! 10-01 23:23:24.376 591 618 E OMX-VDEC-1080P: set_parameter: Error: 0x80001019, setting param 0x7f00005d 10-01 23:23:24.376 591 618 E OMXNodeInstance: setParameter(0xe9b08484:qcom.decoder.mpeg2, OMX.google.android.index.allocateNativeHandle(0x7f00005d): Output:1 en=0) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.376 591 618 I OMX-VDEC-1080P: omx_vdec::component_deinit() complete 10-01 23:23:24.377 591 618 I OMX-VDEC-1080P: Exit OMX vdec Destructor: fd=7 10-01 23:23:24.377 591 618 I OMX-VDEC-1080P: Video slvp perflock released 10-01 23:23:24.379 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.379 591 591 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.mpeg2.secure) in [email protected] process 10-01 23:23:24.383 591 591 I OMX-VDEC-1080P: Video slvp perflock acquired 10-01 23:23:24.384 591 591 I OMX-VDEC-1080P: component_init: OMX.qcom.video.decoder.mpeg2 : fd=7 10-01 23:23:24.386 591 591 I OMX-VDEC-1080P: omx_vdec::component_init() success : fd=7 10-01 23:23:24.387 1469 1771 I InputReader: Reconfiguring input devices. changes=0x00000010 10-01 23:23:24.387 591 591 E OMXNodeInstance: getParameter(0xe9b2f884:qcom.decoder.mpeg2.secure, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.388 591 591 E OMXNodeInstance: getParameter(0xe9b2f884:qcom.decoder.mpeg2.secure, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.388 591 591 E OMXNodeInstance: getExtensionIndex(0xe9b2f884:qcom.decoder.mpeg2.secure, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) 10-01 23:23:24.388 591 591 E OMX-VDEC-1080P: Enable/Disable allocate-native- handle allowed only on input port! 10-01 23:23:24.388 591 591 E OMX-VDEC-1080P: set_parameter: Error: 0x80001019, setting param 0x7f00005d 10-01 23:23:24.388 591 591 E OMXNodeInstance: setParameter(0xe9b2f884:qcom.decoder.mpeg2.secure, OMX.google.android.index.allocateNativeHandle(0x7f00005d): Output:1 en=0) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.388 591 591 I OMX-VDEC-1080P: omx_vdec::component_deinit() complete 10-01 23:23:24.389 1469 1469 I ActivityManager: Loaded persisted task ids for user 0 10-01 23:23:24.390 591 591 I OMX-VDEC-1080P: Exit OMX vdec Destructor: fd=7 10-01 23:23:24.390 591 591 I OMX-VDEC-1080P: Video slvp perflock released 10-01 23:23:24.392 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.392 591 591 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.mpeg4) in [email protected] process 10-01 23:23:24.397 591 591 I OMX-VDEC-1080P: Video slvp perflock acquired 10-01 23:23:24.397 591 591 I OMX-VDEC-1080P: component_init: OMX.qcom.video.decoder.mpeg4 : fd=7 10-01 23:23:24.399 591 591 I OMX-VDEC-1080P: omx_vdec::component_init() success : fd=7 10-01 23:23:24.401 591 618 E OMXNodeInstance: getParameter(0xe9b2f884:qcom.decoder.mpeg4, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.401 591 618 E OMXNodeInstance: getParameter(0xe9b2f884:qcom.decoder.mpeg4, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.401 591 618 E OMXNodeInstance: getExtensionIndex(0xe9b2f884:qcom.decoder.mpeg4, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) 10-01 23:23:24.402 591 618 E OMX-VDEC-1080P: Enable/Disable allocate-native- handle allowed only on input port! 10-01 23:23:24.402 591 618 E OMX-VDEC-1080P: set_parameter: Error: 0x80001019, setting param 0x7f00005d 10-01 23:23:24.402 591 618 E OMXNodeInstance: setParameter(0xe9b2f884:qcom.decoder.mpeg4, OMX.google.android.index.allocateNativeHandle(0x7f00005d): Output:1 en=0) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.402 591 618 I OMX-VDEC-1080P: omx_vdec::component_deinit() complete 10-01 23:23:24.403 591 618 I OMX-VDEC-1080P: Exit OMX vdec Destructor: fd=7 10-01 23:23:24.403 591 618 I OMX-VDEC-1080P: Video slvp perflock released 10-01 23:23:24.405 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.405 591 618 I OMXMaster: makeComponentInstance(OMX.google.mpeg4.decoder) in [email protected] process 10-01 23:23:24.407 591 618 E OMXNodeInstance: getExtensionIndex(0xeaba9de0:google.mpeg4.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) 10-01 23:23:24.407 591 618 E OMXNodeInstance: getExtensionIndex(0xeaba9de0:google.mpeg4.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) 10-01 23:23:24.408 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.408 591 618 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.vp8) in [email protected] process 10-01 23:23:24.413 591 618 I OMX-VDEC-1080P: Video slvp perflock acquired 10-01 23:23:24.413 591 618 I OMX-VDEC-1080P: component_init: OMX.qcom.video.decoder.vp8 : fd=7 10-01 23:23:24.415 591 618 I OMX-VDEC-1080P: omx_vdec::component_init() success : fd=7 10-01 23:23:24.417 591 591 E OMXNodeInstance: getParameter(0xe9b2f884:qcom.decoder.vp8, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.417 591 591 E OMXNodeInstance: getParameter(0xe9b2f884:qcom.decoder.vp8, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.418 591 591 E OMXNodeInstance: getExtensionIndex(0xe9b2f884:qcom.decoder.vp8, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) 10-01 23:23:24.419 591 591 E OMX-VDEC-1080P: Enable/Disable allocate-native- handle allowed only on input port! 10-01 23:23:24.419 591 591 E OMX-VDEC-1080P: set_parameter: Error: 0x80001019, setting param 0x7f00005d 10-01 23:23:24.419 591 591 E OMXNodeInstance: setParameter(0xe9b2f884:qcom.decoder.vp8, OMX.google.android.index.allocateNativeHandle(0x7f00005d): Output:1 en=0) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.419 591 591 I OMX-VDEC-1080P: omx_vdec::component_deinit() complete 10-01 23:23:24.420 591 591 I OMX-VDEC-1080P: Exit OMX vdec Destructor: fd=7 10-01 23:23:24.420 591 591 I OMX-VDEC-1080P: Video slvp perflock released 10-01 23:23:24.422 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.422 591 591 I OMXMaster: makeComponentInstance(OMX.google.vp8.decoder) in [email protected] process 10-01 23:23:24.427 591 591 E OMXNodeInstance: getExtensionIndex(0xeaba97e0:google.vp8.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) 10-01 23:23:24.427 591 591 E OMXNodeInstance: getExtensionIndex(0xeaba97e0:google.vp8.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) 10-01 23:23:24.428 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.428 591 591 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.vp9) in [email protected] process 10-01 23:23:24.433 591 591 I OMX-VDEC-1080P: Video slvp perflock acquired 10-01 23:23:24.433 591 591 I OMX-VDEC-1080P: component_init: OMX.qcom.video.decoder.vp9 : fd=7 10-01 23:23:24.436 591 591 I OMX-VDEC-1080P: omx_vdec::component_init() success : fd=7 10-01 23:23:24.437 591 591 E OMXNodeInstance: getParameter(0xe9b2f884:qcom.decoder.vp9, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.437 591 591 E OMXNodeInstance: getParameter(0xe9b2f884:qcom.decoder.vp9, ??(0x7f000044)) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.437 591 591 E OMXNodeInstance: getExtensionIndex(0xe9b2f884:qcom.decoder.vp9, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) 10-01 23:23:24.437 591 591 E OMX-VDEC-1080P: Enable/Disable allocate-native- handle allowed only on input port! 10-01 23:23:24.437 591 591 E OMX-VDEC-1080P: set_parameter: Error: 0x80001019, setting param 0x7f00005d 10-01 23:23:24.437 591 591 E OMXNodeInstance: setParameter(0xe9b2f884:qcom.decoder.vp9, OMX.google.android.index.allocateNativeHandle(0x7f00005d): Output:1 en=0) ERROR: UnsupportedSetting(0x80001019) 10-01 23:23:24.438 591 591 I OMX-VDEC-1080P: omx_vdec::component_deinit() complete 10-01 23:23:24.439 591 591 I OMX-VDEC-1080P: Exit OMX vdec Destructor: fd=7 10-01 23:23:24.439 591 591 I OMX-VDEC-1080P: Video slvp perflock released 10-01 23:23:24.441 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.441 591 618 I OMXMaster: makeComponentInstance(OMX.google.vp9.decoder) in [email protected] process 10-01 23:23:24.442 591 618 E OMXNodeInstance: getExtensionIndex(0xeaba9960:google.vp9.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) 10-01 23:23:24.443 591 618 E OMXNodeInstance: getExtensionIndex(0xeaba9960:google.vp9.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) 10-01 23:23:24.444 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.444 591 618 I OMXMaster: makeComponentInstance(OMX.qcom.video.encoder.avc) in [email protected] process 10-01 23:23:24.447 1469 1469 W system_server: Framework Matrix: Ignore file /system/etc/vintf/manifest.xml: 10-01 23:23:24.447 1469 1469 W system_server: 10-01 23:23:24.450 591 618 I OMX-VENC: Video encode perflock acquired,handle=-1 10-01 23:23:24.454 591 618 I OMX-VENC: Component_init : OMX.qcom.video.encoder.avc : return = 0x0 10-01 23:23:24.456 587 759 W OMXUtils: do not know color format 0x7fa30c04 = 2141391876 10-01 23:23:24.456 587 759 W OMXUtils: do not know color format 0x7f000789 = 2130708361 10-01 23:23:24.457 591 591 I OMX-VENC: Component Deinit 10-01 23:23:24.457 591 591 I OMX-VENC: Video encode perflock released 10-01 23:23:24.459 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.459 591 591 I OMXMaster: makeComponentInstance(OMX.google.h264.encoder) in [email protected] process 10-01 23:23:24.464 587 759 W OMXUtils: do not know color format 0x7f000789 = 2130708361 10-01 23:23:24.465 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.465 591 591 I OMXMaster: makeComponentInstance(OMX.qcom.video.encoder.h263) in [email protected] process 10-01 23:23:24.467 1469 1588 W system_server: Long monitor contention with owner main (1469) at void com.android.server.am.ActivityManagerService.systemReady(java.lang.Runnable, android.util.TimingsTraceLog)(ActivityManagerService.java:15245) waiters=0 in void com.android.server.am.ActivityManagerService.lambda$startProcessLocked$0(com.androi d.server.am.ActivityManagerService, com.android.server.am.ProcessRecord, long, java.lang.String, java.lang.String, int[], int, int, java.lang.String, java.lang.String) for 161ms 10-01 23:23:24.468 1469 1469 D SystemServerInitThreadPool: Shutdown successful 10-01 23:23:24.468 1469 1588 W ActivityManager: Slow operation: 162ms so far, now at startProcess: asking zygote to start proc 10-01 23:23:24.469 1469 1469 W Looper : Slow delivery took 4886ms main h=android.os.Handler c=com.android.server.-$ $Lambda$BatteryService$2x73lvpB0jctMSVP4qb9sHAqRPw@ef44458 m=0 10-01 23:23:24.469 1469 2021 W system_server: Long monitor contention with owner main (1469) at void com.android.server.am.ActivityManagerService.systemReady(java.lang.Runnable, android.util.TimingsTraceLog)(ActivityManagerService.java:15245) waiters=2 in java.lang.String com.android.server.am.ActivityManagerService.checkContentProviderAccess(java.lang.S tring, int) for 145ms 10-01 23:23:24.469 1469 1587 W Looper : Slow dispatch took 162ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=53 10-01 23:23:24.471 591 591 I OMX-VENC: Video encode perflock acquired,handle=-1 10-01 23:23:24.459 538 538 I [email protected]: type=1400 audit(0.0:807): avc: denied { read write } for name="brightness" dev="sysfs" ino=29626 scontext=u:r:hal_light_default:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 10-01 23:23:24.475 591 591 I OMX-VENC: Component_init : OMX.qcom.video.encoder.h263 : return = 0x0 10-01 23:23:24.476 587 759 W OMXUtils: do not know color format 0x7fa30c04 = 2141391876 10-01 23:23:24.476 587 759 W OMXUtils: do not know color format 0x7f000789 = 2130708361 10-01 23:23:24.477 591 618 I OMX-VENC: Component Deinit 10-01 23:23:24.478 591 618 I OMX-VENC: Video encode perflock released 10-01 23:23:24.478 1469 1469 D ConditionProviders.SCP: onConnected 10-01 23:23:24.480 1469 1469 D ConditionProviders: Subscribing to condition://android/event?userId=-10000&calendar=&reply=1 with ComponentInfo{android/com.android.server.notification.EventConditionProvider} 10-01 23:23:24.480 1469 1469 D ConditionProviders: Subscribing to condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=7.0&exitAtAlarm=true with ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider} 10-01 23:23:24.481 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.481 591 618 I OMXMaster: makeComponentInstance(OMX.google.h263.encoder) in [email protected] process 10-01 23:23:24.484 1469 1584 W LocationProviderProxy-network: Odd, no component found for service com.android.location.service.v3.NetworkLocationProvider 10-01 23:23:24.484 1469 1584 W GeocoderProxy: Odd, no component found for service com.android.location.service.GeocodeProvider 10-01 23:23:24.484 591 618 I SoftMPEG4Encoder: Construct SoftMPEG4Encoder 10-01 23:23:24.484 1469 1584 W GeofenceProxy: Odd, no component found for service com.android.location.service.GeofenceProvider 10-01 23:23:24.485 1469 1584 W ActivityRecognitionProxy: Odd, no component found for service com.android.location.service.ActivityRecognitionProvider 10-01 23:23:24.486 587 759 W OMXUtils: do not know color format 0x7f000789 = 2130708361 10-01 23:23:24.486 591 618 E OMXNodeInstance: getConfig(0xeaba98a0:google.h263.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001) 10-01 23:23:24.488 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.488 1469 1588 W ActivityManager: Slow operation: 182ms so far, now at startProcess: returned from zygote! 10-01 23:23:24.488 2111 2111 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:24.488 591 618 I OMXMaster: makeComponentInstance(OMX.qcom.video.encoder.hevc) in [email protected] process 10-01 23:23:24.493 591 618 I OMX-VENC: Video encode perflock acquired,handle=-1 10-01 23:23:24.494 2111 2111 E .dataservices: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:24.497 591 618 I OMX-VENC: Component_init : OMX.qcom.video.encoder.hevc : return = 0x0 10-01 23:23:24.498 587 759 W OMXUtils: do not know color format 0x7fa30c04 = 2141391876 10-01 23:23:24.498 587 759 W OMXUtils: do not know color format 0x7f000789 = 2130708361 10-01 23:23:24.500 591 591 I OMX-VENC: Component Deinit 10-01 23:23:24.500 591 591 I OMX-VENC: Video encode perflock released 10-01 23:23:24.502 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.502 591 591 I OMXMaster: makeComponentInstance(OMX.qcom.video.encoder.mpeg4) in [email protected] process 10-01 23:23:24.504 1469 1799 W ActivityManager: Slow operation: 198ms so far, now at startProcess: done updating battery stats 10-01 23:23:24.504 1469 1799 W ActivityManager: Slow operation: 198ms so far, now at startProcess: building log message 10-01 23:23:24.504 1469 1799 I ActivityManager: Start proc 2111:.dataservices/1000 for added application .dataservices 10-01 23:23:24.504 1469 1799 W ActivityManager: Slow operation: 198ms so far, now at startProcess: starting to update pids map 10-01 23:23:24.504 1469 1799 W ActivityManager: Slow operation: 198ms so far, now at startProcess: done updating pids map 10-01 23:23:24.506 1469 1786 I WifiScanningService: wifi driver unloaded 10-01 23:23:24.507 1469 1588 W ActivityManager: Slow operation: 201ms so far, now at startProcess: asking zygote to start proc 10-01 23:23:24.507 1469 1469 V SettingsProvider: Notifying for 0: content://settings/secure/location_providers_allowed 10-01 23:23:24.508 1469 1469 V SettingsProvider: Notifying for 0: content://settings/global/location_global_kill_switch 10-01 23:23:24.509 591 591 I OMX-VENC: Video encode perflock acquired,handle=-1 10-01 23:23:24.509 1469 1786 I WifiScanningService: wifi driver unloaded 10-01 23:23:24.513 591 591 I OMX-VENC: Component_init : OMX.qcom.video.encoder.mpeg4 : return = 0x0 10-01 23:23:24.514 587 759 W OMXUtils: do not know color format 0x7fa30c04 = 2141391876 10-01 23:23:24.514 587 759 W OMXUtils: do not know color format 0x7f000789 = 2130708361 10-01 23:23:24.516 591 618 I OMX-VENC: Component Deinit 10-01 23:23:24.516 591 618 I OMX-VENC: Video encode perflock released 10-01 23:23:24.518 1469 1602 D UsbDeviceManager: push notification:Charging this device via USB 10-01 23:23:24.520 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.521 591 591 I OMXMaster: makeComponentInstance(OMX.google.mpeg4.encoder) in [email protected] process 10-01 23:23:24.522 591 591 I SoftMPEG4Encoder: Construct SoftMPEG4Encoder 10-01 23:23:24.522 2130 2130 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:24.524 1469 1588 W ActivityManager: Slow operation: 218ms so far, now at startProcess: returned from zygote! 10-01 23:23:24.524 587 759 W OMXUtils: do not know color format 0x7f000789 = 2130708361 10-01 23:23:24.525 1469 1588 W ActivityManager: Slow operation: 218ms so far, now at startProcess: done updating battery stats 10-01 23:23:24.525 591 618 E OMXNodeInstance: getConfig(0xeaba9900:google.mpeg4.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001) 10-01 23:23:24.525 1469 1588 W ActivityManager: Slow operation: 219ms so far, now at startProcess: building log message 10-01 23:23:24.525 1469 1588 I ActivityManager: Start proc 2130:com.qualcomm.qti.telephonyservice/1001 for added application com.qualcomm.qti.telephonyservice 10-01 23:23:24.525 1469 1588 W ActivityManager: Slow operation: 219ms so far, now at startProcess: starting to update pids map 10-01 23:23:24.525 1469 1588 W ActivityManager: Slow operation: 219ms so far, now at startProcess: done updating pids map 10-01 23:23:24.525 1469 1588 W ActivityManager: Slow operation: 218ms so far, now at startProcess: asking zygote to start proc 10-01 23:23:24.527 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.527 591 618 I OMXMaster: makeComponentInstance(OMX.qcom.video.encoder.vp8) in [email protected] process 10-01 23:23:24.528 2130 2130 E elephonyservic: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:24.530 1469 1469 I system_server: Waiting for a blocking GC AddRemoveAppImageSpace 10-01 23:23:24.532 591 618 I OMX-VENC: Video encode perflock acquired,handle=-1 10-01 23:23:24.519 1010 1010 I BootAnimation: type=1400 audit(0.0:809): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=94a scontext=u:r:bootanim:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:24.538 2142 2142 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:24.538 1469 1588 W ActivityManager: Slow operation: 231ms so far, now at startProcess: returned from zygote! 10-01 23:23:24.538 591 618 I OMX-VENC: Component_init : OMX.qcom.video.encoder.vp8 : return = 0x0 10-01 23:23:24.538 1469 1588 W ActivityManager: Slow operation: 231ms so far, now at startProcess: done updating battery stats 10-01 23:23:24.539 1469 1588 W ActivityManager: Slow operation: 231ms so far, now at startProcess: building log message 10-01 23:23:24.539 1469 1588 I ActivityManager: Start proc 2142:com.android.phone/1001 for added application com.android.phone 10-01 23:23:24.539 1469 1588 W ActivityManager: Slow operation: 232ms so far, now at startProcess: starting to update pids map 10-01 23:23:24.539 1469 1588 W ActivityManager: Slow operation: 232ms so far, now at startProcess: done updating pids map 10-01 23:23:24.539 1469 1588 W ActivityManager: Slow operation: 145ms so far, now at startProcess: asking zygote to start proc 10-01 23:23:24.540 587 759 W OMXUtils: do not know color format 0x7fa30c04 = 2141391876 10-01 23:23:24.541 587 759 W OMXUtils: do not know color format 0x7f000789 = 2130708361 10-01 23:23:24.542 2142 2142 E m.android.phon: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:24.542 591 618 I OMX-VENC: Component Deinit 10-01 23:23:24.529 591 591 I HwBinder:591_2: type=1400 audit(0.0:810): avc: denied { call } for scontext=u:r:mediacodec:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:24.543 591 618 I OMX-VENC: Video encode perflock released 10-01 23:23:24.546 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.546 591 618 I OMXMaster: makeComponentInstance(OMX.google.vp8.encoder) in [email protected] process 10-01 23:23:24.539 1010 1010 I BootAnimation: type=1400 audit(0.0:811): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 scontext=u:r:bootanim:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:24.557 2162 2162 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:24.560 1469 1588 W ActivityManager: Slow operation: 166ms so far, now at startProcess: returned from zygote! 10-01 23:23:24.560 1469 1588 W ActivityManager: Slow operation: 166ms so far, now at startProcess: done updating battery stats 10-01 23:23:24.560 1469 1588 W ActivityManager: Slow operation: 166ms so far, now at startProcess: building log message 10-01 23:23:24.560 1469 1588 I ActivityManager: Start proc 2162:com.android.settings/1000 for activity com.android.settings/.FallbackHome 10-01 23:23:24.560 1469 1588 W ActivityManager: Slow operation: 166ms so far, now at startProcess: starting to update pids map 10-01 23:23:24.560 1469 1588 W ActivityManager: Slow operation: 166ms so far, now at startProcess: done updating pids map 10-01 23:23:24.561 587 759 W OMXUtils: do not know color format 0x7f000789 = 2130708361 10-01 23:23:24.561 591 618 E OMXNodeInstance: getConfig(0xeaba9960:google.vp8.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001) 10-01 23:23:24.562 2162 2162 E ndroid.setting: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:24.563 587 759 I OMXClient: IOmx service obtained 10-01 23:23:24.563 591 618 I OMXMaster: makeComponentInstance(OMX.google.vp9.encoder) in [email protected] process 10-01 23:23:24.567 587 759 W OMXUtils: do not know color format 0x7f000789 = 2130708361 10-01 23:23:24.568 591 618 E OMXNodeInstance: getConfig(0xeaba9960:google.vp9.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001) 10-01 23:23:24.569 587 759 D MediaCodecList: ignored a null builder 10-01 23:23:24.574 1469 1932 I OMXClient: IOmx service obtained 10-01 23:23:24.574 1907 2034 I OMXClient: IOmx service obtained 10-01 23:23:24.575 591 591 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in [email protected] process 10-01 23:23:24.576 591 618 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in [email protected] process 10-01 23:23:24.580 1469 1888 I WifiService: getWifiServiceMessenger uid=10033 10-01 23:23:24.582 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.587 1469 1888 D ConnectivityService: requestNetwork for uid/pid:10033/1907 NetworkRequest [ TRACK_DEFAULT id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10033] ] 10-01 23:23:24.583 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.590 1469 1868 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10033] ] with score 0 10-01 23:23:24.593 2111 2111 D CNEServiceApp: start cne 10-01 23:23:24.595 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.597 525 525 I chatty : uid=1000(system) [email protected] identical 3 lines 10-01 23:23:24.597 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.597 2111 2111 I QCNEJ : |CORE| phoneCount: 2 10-01 23:23:24.598 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.600 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.600 2111 2111 I QCNEJ/CndHalConnector: CndHalConnector() 10-01 23:23:24.600 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.602 525 525 I chatty : uid=1000(system) [email protected] identical 5 lines 10-01 23:23:24.603 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.603 2111 2111 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IServiceManager 10-01 23:23:24.606 466 466 E SELinux : avc: denied { find } for interface=com.quicinc.cne.server::IServer pid=2111 scontext=u:r:system_app:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:24.608 2111 2196 I QCNEJ/CndHalConnector: IServiceNotification.onRegistration 10-01 23:23:24.608 2111 2192 I QCNEJ/CndHalConnector: handling CND_SERVER_UP 10-01 23:23:24.608 2111 2192 V QCNEJ/CndHalConnector: connect() mCnd=null 10-01 23:23:24.611 2111 2192 I android_os_HwBinder: HwBinder: Starting thread pool for cnd::[email protected]::IServer 10-01 23:23:24.611 2111 2195 I QCNEJ : |CORE| registerSettingsObserver: getSubId for phone 0 returned Invalid sub 10-01 23:23:24.611 2111 2195 I QCNEJ : |CORE| registerSettingsObserver: getSubId for phone 1 returned Invalid sub 10-01 23:23:24.616 2111 2192 I QCNEJ/CndHalServerCallback: <- RCV:OnAvailableEvent{} 10-01 23:23:24.616 2111 2192 I QCNEJ/CndHalConnector: Connected to service SUCC 10-01 23:23:24.616 2111 2111 E QCNEJ : |CORE| Feature WQE is not enabled 10-01 23:23:24.617 2111 2192 I QCNEJ : |CORE| set wifi state to 2 10-01 23:23:24.618 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 1, UNKNOWN) 10-01 23:23:24.620 2111 2192 W QCNEJ : |CORE| Phone id invalid or Service State available 10-01 23:23:24.620 2111 2192 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(false) 10-01 23:23:24.621 1469 1888 D ConnectivityService: requestNetwork for uid/pid:1000/2111 NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 1000] ] 10-01 23:23:24.622 1469 1868 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 1000] ] with score 0 10-01 23:23:24.622 2111 2192 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(true) 10-01 23:23:24.623 465 465 E SELinux : avc: denied { add } for service=cneservice pid=2111 uid=1000 scontext=u:r:system_app:s0 tcontext=u:object_r:default_android_service:s0 tclass=service_manager permissive=1 10-01 23:23:24.624 2111 2111 D CNEServiceApp: broadcast cne started 10-01 23:23:24.631 2111 2192 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(false) 10-01 23:23:24.631 2111 2192 I QCNEJ/CndHalConnector: -> SND notifyDefaultNetworkChanged(17) 10-01 23:23:24.631 2111 2192 E QCNEJ/CndHalConnector: Failed to parse input for notifyDefaultNetworkChanged: java.lang.IllegalArgumentException: Unknown RatType:17 10-01 23:23:24.631 2111 2192 W QCNEJ : |CORE| notifyDefaultNetworkChanged failed 10-01 23:23:24.635 2111 2192 I QCNEJ/CndHalConnector: -> SND notifyIMSProfileOverrideSettingChanged(FALSE) 10-01 23:23:24.642 1469 2200 I OMXClient: IOmx service obtained 10-01 23:23:24.642 591 617 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in [email protected] process 10-01 23:23:24.645 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.649 525 525 I chatty : uid=1000(system) [email protected] identical 6 lines 10-01 23:23:24.649 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.653 1907 2205 I OMXClient: IOmx service obtained 10-01 23:23:24.653 591 617 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in [email protected] process 10-01 23:23:24.657 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.664 1469 1799 W WallpaperManagerService: Cannot extract colors because wallpaper could not be read. 10-01 23:23:24.661 525 525 I chatty : uid=1000(system) [email protected] identical 10 lines 10-01 23:23:24.661 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.664 1907 1907 D Tonal : Tonal Palette - index: 11. Main color: ffffffff 10-01 23:23:24.664 1907 1907 D Tonal : Colors: ff212121, ff292929, ff333333, ff404040, ff595959, ff737373, ff8c8c8c, ffababab, ffc4c4c4, ffdedede, fff7f7f7, ffffffff 10-01 23:23:24.664 1907 1907 D Tonal : Tonal Palette - index: 11. Main color: ffffffff 10-01 23:23:24.664 1907 1907 D Tonal : Colors: ff212121, ff292929, ff333333, ff404040, ff595959, ff737373, ff8c8c8c, ffababab, ffc4c4c4, ffdedede, fff7f7f7, ffffffff 10-01 23:23:24.675 1907 1907 D StatusBar: disable<e i a s b h r c s > disable2<q i n > 10-01 23:23:24.664 1469 1799 W WallpaperManagerService: Cannot extract colors because wallpaper could not be read. 10-01 23:23:24.677 1469 2185 I StatusBarManagerService: registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@289c77f 10-01 23:23:24.689 1469 1478 I system_server: Background concurrent copying GC freed 129723(7MB) AllocSpace objects, 78(1984KB) LOS objects, 49% free, 12MB/24MB, paused 180us total 169.439ms 10-01 23:23:24.689 1469 1469 I system_server: WaitForGcToComplete blocked AddRemoveAppImageSpace on HeapTrim for 159.412ms 10-01 23:23:24.699 1907 2215 I OMXClient: IOmx service obtained 10-01 23:23:24.699 591 2189 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in [email protected] process 10-01 23:23:24.700 1469 2214 I OMXClient: IOmx service obtained 10-01 23:23:24.700 591 2189 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in [email protected] process 10-01 23:23:24.702 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.738 1469 1469 W Looper : Slow dispatch took 227ms main h=android.app.ActivityThread$H c=null m=114 10-01 23:23:24.714 525 525 I chatty : uid=1000(system) [email protected] identical 22 lines 10-01 23:23:24.714 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.744 1469 2220 I OMXClient: IOmx service obtained 10-01 23:23:24.744 591 2189 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in [email protected] process 10-01 23:23:24.748 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.749 525 525 I chatty : uid=1000(system) [email protected] identical 3 lines 10-01 23:23:24.751 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.751 1907 1907 I CameraManagerGlobal: Connecting to camera service 10-01 23:23:24.751 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.756 1469 2224 I Telecom : BluetoothRouteManager: getBluetoothAudioConnectedDevice: no headset service available. 10-01 23:23:24.752 525 525 I chatty : uid=1000(system) [email protected] identical 1 line 10-01 23:23:24.752 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.757 2142 2142 D TelephonyProvider: dbh.onOpen: ok, queried table=siminfo 10-01 23:23:24.758 2142 2142 D TelephonyProvider: dbh.onOpen: ok, queried table=carriers 10-01 23:23:24.759 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.760 1469 1469 I Telecom : SystemStateProvider: Registering car mode receiver: android.content.IntentFilter@b1015fe: TS.init@AAA 10-01 23:23:24.766 1469 2230 I Telecom : Logging.Events: Non-call EVENT: AUDIO_ROUTE, Entering state QuiescentEarpieceRoute 10-01 23:23:24.766 1469 2230 I Telecom : BluetoothRouteManager: getBluetoothAudioConnectedDevice: no headset service available. 10-01 23:23:24.770 1469 2231 I Telecom : CallAudioModeStateMachine: Message received: null.: TS.init->CAMSM.pM_1@AAA 10-01 23:23:24.760 525 525 I chatty : uid=1000(system) [email protected] identical 2 lines 10-01 23:23:24.761 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.771 2142 2142 D CarrierIdProvider: onCreate 10-01 23:23:24.771 2162 2162 D OpenGLRenderer: Skia GL Pipeline 10-01 23:23:24.774 1469 1469 I Telecom : MissedCallNotifierImpl: reloadFromDatabase: Boot not yet complete -- call log db may not be available. Deferring loading until boot complete for user 0: TS.init@AAA 10-01 23:23:24.779 1469 1469 I Telecom : Class: TelecomSystem.INSTANCE being set 10-01 23:23:24.780 1469 1469 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1531 android.content.ContextWrapper.startService:664 com.android.server.telecom.components.TelecomService.initializeTelecomSystem:193 com.android.server.telecom.components.TelecomService.onBind:66 android.app.ActivityThread.handleBindService:3559 10-01 23:23:24.780 1469 1469 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1531 com.android.server.content.SyncManager$14.run:756 android.os.Handler.handleCallback:873 android.os.Handler.dispatchMessage:99 android.os.Looper.loop:193 10-01 23:23:24.782 582 1828 D installd: Found quota mount /dev/block/bootdevice/by-name/userdata at /data 10-01 23:23:24.782 582 1828 D installd: Found quota mount /dev/block/bootdevice/by-name/userdata at /sbin/.core/mirror/bin 10-01 23:23:24.782 582 1828 D installd: Found storage mount /data/media at /mnt/runtime/default/emulated 10-01 23:23:24.783 1469 1469 D WifiP2pService: Wifi enabled=false, P2P Interface availability=true 10-01 23:23:24.783 1469 1787 E WifiP2pService: Unexpected disable request when WifiChannel is null 10-01 23:23:24.783 2142 2142 D CarrierIdProvider: update database from pb file 10-01 23:23:24.783 1469 1469 D BluetoothManagerService: Bluetooth Adapter name changed to Redmi Note 4 10-01 23:23:24.784 1469 1469 D BluetoothManagerService: Stored Bluetooth name: Redmi Note 4 10-01 23:23:24.784 1469 1469 D BluetoothManagerService: BluetoothServiceConnection: com.android.bluetooth.btservice.AdapterService 10-01 23:23:24.784 1469 1603 D BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 1 10-01 23:23:24.784 1469 1469 V SettingsProvider: Notifying for 0: content://settings/global/boot_count 10-01 23:23:24.785 1469 1603 D BluetoothManagerService: Broadcasting onBluetoothServiceUp() to 2 receivers. 10-01 23:23:24.785 1278 1335 D FingerGoodix: fpcode, fingerprint_get_auth_id(0x74dfc4b1c0) = 3735928559 10-01 23:23:24.785 1469 1469 V FingerprintService: startAuthentication(com.android.systemui) 10-01 23:23:24.786 1873 1884 D BluetoothAdapterService: enable() - Enable called with quiet mode status = false 10-01 23:23:24.786 1873 1940 I AdapterState: BLE_TURNING_ON : entered 10-01 23:23:24.786 1873 1940 D AdapterProperties: Setting state to BLE_TURNING_ON 10-01 23:23:24.786 1873 1940 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_TURNING_ON to 1 receivers. 10-01 23:23:24.786 1469 1469 V FingerprintService: request stop current client android 10-01 23:23:24.786 1469 1469 W FingerprintService: Internal cleanup in progress but trying to start client AuthenticationClient(com.android.systemui), initiatedByClient = true 10-01 23:23:24.786 1873 1940 D BluetoothAdapterService: bleOnProcessStart() 10-01 23:23:24.786 1469 1603 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: OFF > BLE_TURNING_ON 10-01 23:23:24.786 1469 1603 D BluetoothManagerService: Sending BLE State Change: OFF > BLE_TURNING_ON 10-01 23:23:24.786 1873 1940 I AdapterProperties: init(), maxConnectedAudioDevices, default=5, propertyOverlayed=5, finalValue=5 10-01 23:23:24.787 1873 1940 D BluetoothAdapterService: bleOnProcessStart() - Make Bond State Machine 10-01 23:23:24.788 1469 2021 W UsageStatsService: Event reported without a package name 10-01 23:23:24.788 1873 1940 D BluetoothBondStateMachine: make 10-01 23:23:24.788 1873 2236 I BluetoothBondStateMachine: StableState(): Entering Off State 10-01 23:23:24.790 1469 1469 I system_server: The ClassLoaderContext is a special shared library. 10-01 23:23:24.793 1873 1873 I BtGatt.JNI: classInitNative(L875): classInitNative: Success! 10-01 23:23:24.794 1873 1873 D BtGatt.DebugUtils: handleDebugAction() action=null 10-01 23:23:24.794 1873 1873 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@142fe34 10-01 23:23:24.795 1469 2237 I OMXClient: IOmx service obtained 10-01 23:23:24.796 591 617 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in [email protected] process 10-01 23:23:24.798 1873 1873 I bt_btif : get_profile_interface: id = gatt 10-01 23:23:24.798 2142 2142 E CarrierIdProvider: read carrier list from ota pb failure: java.io.FileNotFoundException: /data/misc/carrierid/carrier_list.pb (No such file or directory) 10-01 23:23:24.798 2142 2142 D CarrierIdProvider: latest version: 2 need update: false 10-01 23:23:24.798 1873 1873 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@142fe34 10-01 23:23:24.799 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.800 525 525 I chatty : uid=1000(system) [email protected] identical 1 line 10-01 23:23:24.801 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.801 2142 2142 D CarrierProvider: onCreate 10-01 23:23:24.801 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.805 525 525 I chatty : uid=1000(system) [email protected] identical 3 lines 10-01 23:23:24.805 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.807 1873 1873 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@142fe34 10-01 23:23:24.808 1873 1873 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:24.808 1873 1873 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:24.808 1873 1873 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:24.808 1873 1873 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:24.809 1873 1873 I bt_btif : enable: start restricted = 0 10-01 23:23:24.809 1873 1942 I bt_stack_manager: event_start_up_stack is bringing up the stack 10-01 23:23:24.809 1873 1942 I bt_core_module: module_start_up Starting module "btif_config_module" 10-01 23:23:24.809 1873 1942 I bt_core_module: module_start_up Started module "btif_config_module" 10-01 23:23:24.809 1873 1942 I bt_core_module: module_start_up Starting module "btsnoop_module" 10-01 23:23:24.811 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.812 1873 1942 I bt_core_module: module_start_up Started module "btsnoop_module" 10-01 23:23:24.812 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.812 1873 1942 I bt_core_module: module_start_up Starting module "hci_module" 10-01 23:23:24.812 1873 1942 I bt_hci : hci_module_start_up 10-01 23:23:24.812 1873 2243 I bt_osi_thread: run_thread: thread id 2243, thread name hci_thread started 10-01 23:23:24.812 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.812 1873 1942 D bt_hci : hci_module_start_up starting async portion 10-01 23:23:24.813 1873 2243 I bt_hci : hci_initialize 10-01 23:23:24.815 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.815 1873 2243 I bt_hci : hci_initialize: IBluetoothHci::getService() returned 0x772a61cdc0 (remote) 10-01 23:23:24.815 528 2245 I [email protected]: BluetoothHci::initialize() 10-01 23:23:24.818 2142 2142 I ImsResolver: Initializing cache and binding. 10-01 23:23:24.819 572 624 E QC-time-services: Daemon:genoff_wlan_qmi_service_request: qmi_client_get_service_list returned -2num_services 0 10-01 23:23:24.819 528 2245 I bt_vendor: ++init 10-01 23:23:24.819 572 624 E QC-time-services: Daemon:genoff_wlan_qmi_service_request:retry count exceeds limitQMI init failed continuing withoutserver 10-01 23:23:24.819 528 2245 I bt_vendor: bt-vendor : get_bt_soc_type 10-01 23:23:24.819 528 2245 I bt_vendor: qcom.bluetooth.soc set to smd 10-01 23:23:24.819 528 2245 I bt_vendor: qcom.bluetooth.soc not set, so using default. 10-01 23:23:24.819 528 2245 I bt_vendor: BD Address: 00:00:00:00:00:00 10-01 23:23:24.821 528 2245 D [email protected]: Open vendor library loaded 10-01 23:23:24.821 528 2245 I bt_vendor: bt-vendor : BT_VND_OP_POWER_CTRL: On 10-01 23:23:24.821 528 2245 W bt_vendor: Hw_config: First Time BT on after boot.Starting hciattach daemon BTStatus= 10-01 23:23:24.822 2142 2142 I android_os_HwBinder: HwBinder: Starting thread pool for slot1::[email protected]::IRadio 10-01 23:23:24.828 1469 1469 V WiredAccessoryManager: notifyWiredAccessoryChanged: when=0 bits= mask=54 10-01 23:23:24.828 1469 1469 V WiredAccessoryManager: newName=h2w newState=0 headsetState=0 prev headsetState=0 10-01 23:23:24.828 1469 1469 E WiredAccessoryManager: No state change. 10-01 23:23:24.828 1469 1469 V WiredAccessoryManager: init() 10-01 23:23:24.830 2142 2142 I android_os_HwBinder: HwBinder: Starting thread pool for slot1::[email protected]::IOemHook 10-01 23:23:24.833 1469 1586 W KeyguardServiceDelegate: onScreenTurningOn(): no keyguard service! 10-01 23:23:24.834 2142 2142 I android_os_HwBinder: HwBinder: Starting thread pool for slot2::[email protected]::IRadio 10-01 23:23:24.841 2142 2142 I android_os_HwBinder: HwBinder: Starting thread pool for slot2::[email protected]::IOemHook 10-01 23:23:24.845 1907 1907 D NotificationEntryMgr: heads up is enabled 10-01 23:23:24.858 1469 2254 I OMXClient: IOmx service obtained 10-01 23:23:24.858 591 617 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in [email protected] process 10-01 23:23:24.862 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.863 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.863 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:24.864 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 1 line 10-01 23:23:24.864 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:24.864 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.865 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:24.865 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.869 1469 1469 D AccessibilityManagerService: Ignoring non- encryption-aware service ComponentInfo{com.server.auditor.ssh.client/com.server.auditor.ssh.client.utils.Fin gerprintGesturesService} 10-01 23:23:24.871 1469 1469 V NotificationListeners: enabling notification listener for 0: ComponentInfo{cz.zdenekhorak.mibandtools/cz.zdenekhorak.mibandtools.service.MiBandN otificationService} 10-01 23:23:24.871 1469 1469 V NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=cz.zdenekhorak.mibandtools/.service.MiBandNotificationService (has extras) } 10-01 23:23:24.869 525 525 I chatty : uid=1000(system) [email protected] identical 3 lines 10-01 23:23:24.870 525 525 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x75c202c100, 32768) 10-01 23:23:24.871 528 2245 I bt_vendor: bluetooth status is on 10-01 23:23:24.871 528 2245 I bt_vendor: bt-vendor : BT_VND_OP_USERIAL_OPEN 10-01 23:23:24.871 1469 1469 W ActivityManager: Unable to start service Intent { act=android.service.notification.NotificationListenerService cmp=cz.zdenekhorak.mibandtools/.service.MiBandNotificationService } U=0: not found 10-01 23:23:24.871 1469 1469 W NotificationListeners: Unable to bind notification listener service: Intent { act=android.service.notification.NotificationListenerService cmp=cz.zdenekhorak.mibandtools/.service.MiBandNotificationService (has extras) } 10-01 23:23:24.872 528 2245 I bt_vendor: Done intiailizing UART 10-01 23:23:24.872 1469 1469 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.android.launcher3/com.android.launcher3.notification.Notification Listener} 10-01 23:23:24.872 1469 1469 V NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=com.android.launcher3/.notification.NotificationListener (has extras) } 10-01 23:23:24.872 1469 1469 W ActivityManager: Unable to start service Intent { act=android.service.notification.NotificationListenerService cmp=com.android.launcher3/.notification.NotificationListener } U=0: not found 10-01 23:23:24.872 1469 1469 W NotificationListeners: Unable to bind notification listener service: Intent { act=android.service.notification.NotificationListenerService cmp=com.android.launcher3/.notification.NotificationListener (has extras) } 10-01 23:23:24.872 1469 1469 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.xiaomi.hm.health/com.xiaomi.hm.health.ui.smartplay.NotificationAc cessService} 10-01 23:23:24.873 1469 1469 V NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=com.xiaomi.hm.health/.ui.smartplay.NotificationAccessService (has extras) } 10-01 23:23:24.873 1469 1469 W ActivityManager: Unable to start service Intent { act=android.service.notification.NotificationListenerService cmp=com.xiaomi.hm.health/.ui.smartplay.NotificationAccessService } U=0: not found 10-01 23:23:24.873 1469 1469 W NotificationListeners: Unable to bind notification listener service: Intent { act=android.service.notification.NotificationListenerService cmp=com.xiaomi.hm.health/.ui.smartplay.NotificationAccessService (has extras) } 10-01 23:23:24.873 1469 1469 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.apps.nexuslauncher/com.android.launcher3.notificat ion.NotificationListener} 10-01 23:23:24.873 1469 1469 V NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=com.google.android.apps.nexuslauncher/com.android.launcher3.notification.Notifi cationListener (has extras) } 10-01 23:23:24.873 1469 1469 W ActivityManager: Unable to start service Intent { act=android.service.notification.NotificationListenerService cmp=com.google.android.apps.nexuslauncher/com.android.launcher3.notification.Notifi cationListener } U=0: not found 10-01 23:23:24.873 1469 1469 W NotificationListeners: Unable to bind notification listener service: Intent { act=android.service.notification.NotificationListenerService cmp=com.google.android.apps.nexuslauncher/com.android.launcher3.notification.Notifi cationListener (has extras) } 10-01 23:23:24.877 527 527 D audio_hw_primary: adev_set_mic_mute state 0 10-01 23:23:24.877 527 1057 W DeviceHAL: Error from HAL Device in function set_mic_mute: Function not implemented 10-01 23:23:24.878 527 1057 W DeviceHAL: Error from HAL Device in function set_mic_mute: Function not implemented 10-01 23:23:24.879 1907 1907 D BluetoothHidDevice: Bound to HID Device Service 10-01 23:23:24.879 1907 1907 D LocalBluetoothProfileManager: Adding local MAP profile 10-01 23:23:24.880 1907 1907 D BluetoothMap: Create BluetoothMap proxy object 10-01 23:23:24.880 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:24.881 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 1 line 10-01 23:23:24.882 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:24.882 1907 1907 D LocalBluetoothProfileManager: Adding local PBAP profile 10-01 23:23:24.882 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:24.882 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 1 line 10-01 23:23:24.883 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:24.884 1907 1907 D LocalBluetoothProfileManager: LocalBluetoothProfileManager construction complete 10-01 23:23:24.893 1469 1469 D ConditionProviders.SCP: onSubscribe condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=7.0&exitAtAlarm=true 10-01 23:23:24.894 1469 1469 D ConditionProviders.SCP: setRegistered true 10-01 23:23:24.896 1907 1907 V WifiManager: registerSoftApCallback: callback=com.android.systemui.statusbar.policy.HotspotControllerImpl@8b642b4, handler=Handler (android.os.Handler) {9256edd} 10-01 23:23:24.898 1907 1927 V WifiManager: SoftApCallbackProxy: onStateChanged: state=11, failureReason=0 10-01 23:23:24.898 1907 1927 V WifiManager: SoftApCallbackProxy: onNumClientsChanged: numClients=0 10-01 23:23:24.901 1469 1469 D ConditionProviders.SCP: evaluateSubscriptionLocked cal=ScheduleCalendar[mDays={1, 2, 3, 4, 5, 6, 7}, mSchedule=ScheduleInfo{days=[1, 2, 3, 4, 5, 6, 7], startHour=22, startMinute=0, endHour=7, endMinute=0, exitAtAlarm=true, nextAlarm=Thu Jan 01 01:00:00 GMT+01:00 1970 (0)}], now=Mon Oct 01 23:23:24 GMT+02:00 2018 (1538429004893), nextUserAlarmTime=Thu Jan 01 01:00:00 GMT+01:00 1970 (0) 10-01 23:23:24.901 1469 1469 D ConditionProviders.SCP: notifyCondition condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=7.0&exitAtAlarm=true STATE_TRUE reason=meetsSchedule 10-01 23:23:24.902 1469 1469 D ConditionProviders.SCP: Scheduling evaluate for Tue Oct 02 07:00:00 GMT+02:00 2018 (1538456400000), in +7h36m35s107ms, now=Mon Oct 01 23:23:24 GMT+02:00 2018 (1538429004893) 10-01 23:23:24.907 1469 1799 I DefaultPermGrantPolicy: Revoking permissions from disabled data services for user:0 10-01 23:23:24.908 1907 2147 D OpenGLRenderer: profile bars disabled 10-01 23:23:24.908 1907 2147 D OpenGLRenderer: ambientRatio = 1.50 10-01 23:23:24.908 1469 1799 I DefaultPermGrantPolicy: Granting permissions to enabled data services for user:0 10-01 23:23:24.911 1469 1469 I Telecom : WiredHeadsetManager: ACTION_HEADSET_PLUG event, plugged in: false, : WHC.oADA@AAE 10-01 23:23:24.912 1469 1469 D MediaSessionService: Global priority session is changed from null to com.android.server.telecom/HeadsetMediaButton (userId=0) 10-01 23:23:24.915 1469 1872 I SyncManager: Got SyncJobService instance. 10-01 23:23:24.915 528 2245 I bt_vendor: Done intiailizing UART 10-01 23:23:24.916 528 2245 I bt_vendor: Bluetooth FW and transport layer are initialized 10-01 23:23:24.916 1469 1469 I AutofillManagerService: Updating Autofill for user 0: disabled=false 10-01 23:23:24.916 528 2245 D [email protected]: OnFirmwareConfigured result: 0 10-01 23:23:24.916 528 2245 I [email protected]: Firmware configured in 0.000s 10-01 23:23:24.916 528 2245 I [email protected]: OnFirmwareConfigured: lpm_timeout_ms 1000 10-01 23:23:24.916 528 2245 I bt_vendor: __op: property_get: persist.service.bdroid.lpmcfg: all 10-01 23:23:24.916 528 2245 D [email protected]: low_power_mode_cb result: 0 10-01 23:23:24.916 528 2245 D [email protected]: OnFirmwareConfigured Calling StartLowPowerWatchdog() 10-01 23:23:24.916 1873 2243 I bt_hci : event_finish_startup 10-01 23:23:24.916 1873 1942 I bt_core_module: module_start_up Started module "hci_module" 10-01 23:23:24.916 1873 2246 W bt_hci : filter_incoming_event command complete event with no matching command (opcode: 0x0c03). 10-01 23:23:24.918 1873 2270 I bt_osi_thread: run_thread: thread id 2270, thread name bt_workqueue started 10-01 23:23:24.918 1873 2270 I : [1001/232324.918846:INFO:btu_task.cc(107)] Bluetooth chip preload is complete 10-01 23:23:24.919 1873 2270 I : [1001/232324.919441:INFO:gatt_api.cc(948)] GATT_Register 81818181-8181-8181-8181- 818181818181 10-01 23:23:24.919 1873 2270 I : [1001/232324.919523:INFO:gatt_api.cc(968)] allocated gatt_if=1 10-01 23:23:24.919 1873 2270 I : [1001/232324.919568:INFO:gatt_api.cc(161)] GATTS_AddService 10-01 23:23:24.919 1873 2270 I : [1001/232324.919608:INFO:gatt_api.cc(265)] GATTS_AddService: service parsed correctly, now starting 10-01 23:23:24.919 1873 2270 I : [1001/232324.919773:INFO:gatt_api.cc(948)] GATT_Register 82828282-8282-8282-8282- 828282828282 10-01 23:23:24.919 1873 2270 I : [1001/232324.919817:INFO:gatt_api.cc(968)] allocated gatt_if=2 10-01 23:23:24.919 1873 2270 I : [1001/232324.919863:INFO:gatt_api.cc(161)] GATTS_AddService 10-01 23:23:24.919 1873 2270 I : [1001/232324.919891:INFO:gatt_api.cc(265)] GATTS_AddService: service parsed correctly, now starting 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_HCI : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_L2CAP : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_RFCOMM : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_AVDT : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_AVRC : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_A2D : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_BNEP : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_BTM : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_HID_HOST : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_PAN : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_SDP : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_SMP : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_HID_DEV : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_BTAPP : Level 2 10-01 23:23:24.920 1873 2270 I bt_bte : BTE_InitTraceLevels -- TRC_BTIF : Level 2 10-01 23:23:24.920 1873 2271 I bt_osi_thread: run_thread: thread id 2271, thread name btu message loop started 10-01 23:23:24.921 1469 1469 W Looper : Drained 10-01 23:23:24.921 1873 2272 I bt_osi_thread: run_thread: thread id 2272, thread name module_wrapper started 10-01 23:23:24.921 1873 2272 I bt_core_module: module_start_up Starting module "controller_module" 10-01 23:23:24.922 1469 1469 I FusedLocation: engine started (com.android.location.fused) 10-01 23:23:24.924 570 570 E QMI_FW : QMUXD: WARNING qmi_qmux_if_pwr_up_init failed! rc=-6 10-01 23:23:24.926 1907 1907 D StatusBar: disable<e i a s b h r c s > disable2<q i n > 10-01 23:23:24.932 1469 1792 D NotificationSQLiteLog: Pruned event entries: 0 10-01 23:23:24.938 1907 1907 V NFC : this device does not have NFC support 10-01 23:23:24.941 1907 1907 V WifiManager: registerSoftApCallback: callback=com.android.systemui.statusbar.policy.HotspotControllerImpl@8b642b4, handler=Handler (android.os.Handler) {9256edd} 10-01 23:23:24.941 1907 1927 V WifiManager: SoftApCallbackProxy: onStateChanged: state=11, failureReason=0 10-01 23:23:24.941 1907 1927 V WifiManager: SoftApCallbackProxy: onNumClientsChanged: numClients=0 10-01 23:23:24.946 1907 2276 I SecurityController: could not bind to KeyChainService 10-01 23:23:24.966 1907 1907 D StorageNotification: Notifying about private volume: VolumeInfo{private}: 10-01 23:23:24.966 1907 1907 D StorageNotification: type=PRIVATE diskId=null partGuid=null mountFlags=0 mountUserId=-1 10-01 23:23:24.966 1907 1907 D StorageNotification: state=MOUNTED 10-01 23:23:24.966 1907 1907 D StorageNotification: fsType=null fsUuid=null fsLabel=null 10-01 23:23:24.966 1907 1907 D StorageNotification: path=/data internalPath=null 10-01 23:23:24.967 1469 2233 I DefaultPermGrantPolicy: Revoking permissions from disabled data services for user:0 10-01 23:23:24.968 1469 2185 I DefaultPermGrantPolicy: Granting permissions to enabled data services for user:0 10-01 23:23:24.994 1907 1907 W AlarmManager: Unrecognized alarm listener com.android.systemui.keyguard.-$ $Lambda$KeyguardSliceProvider$IhzByd8TsqFuOrSyuGurVskyPLo@e25a92b 10-01 23:23:25.001 1469 1919 I Zygote : Process: zygote socket ABSTRACT/com.android.internal.os.WebViewZygoteInit/bb0a84b8-4ef1-4390-a7af- 66bcc866cc19 opened, supported ABIS: arm64-v8a,armeabi-v7a,armeabi 10-01 23:23:25.002 1469 1919 D WebViewZygote: Preloading package /system/app/webview/webview.apk /system/app/webview/lib/arm:/system/app/webview/webview.apk!/lib/armeabi-v7a 10-01 23:23:25.002 1907 1907 D ViewRootImpl[StatusBar]: changeCanvasOpacity: opaque=true 10-01 23:23:25.009 2142 2142 D ImsExternalCallTracker: Registering: Handler (com.android.internal.telephony.imsphone.ImsPhone) {4bf0afa} 10-01 23:23:25.012 1469 1919 I Zygote : Process: zygote socket ABSTRACT/com.android.internal.os.WebViewZygoteInit/bb0a84b8-4ef1-4390-a7af- 66bcc866cc19 opened, supported ABIS: arm64-v8a,armeabi-v7a,armeabi 10-01 23:23:25.014 2142 2142 D ImsExternalCallTracker: Registering: Handler (com.android.internal.telephony.imsphone.ImsPhone) {a3882a1} 10-01 23:23:25.018 2142 2142 D PhoneSwitcherNetworkRequstListener: Registering NetworkFactory 10-01 23:23:25.019 1469 1788 D ConnectivityService: Got NetworkFactory Messenger for PhoneSwitcherNetworkRequstListener 10-01 23:23:25.023 1944 1944 I WebViewZygoteInit: Beginning package preload 10-01 23:23:25.029 1469 1788 D ConnectivityService: Got NetworkFactory Messenger for TelephonyNetworkFactory[0] 10-01 23:23:25.030 1469 1788 D ConnectivityService: Got NetworkFactory Messenger for TelephonyNetworkFactory[1] 10-01 23:23:25.030 2142 2176 W m.android.phon: Long monitor contention with owner main (2142) at boolean android.os.BinderProxy.transactNative(int, android.os.Parcel, android.os.Parcel, int)(Binder.java:-2) waiters=0 in com.android.internal.telephony.Phone com.android.internal.telephony.PhoneFactory.getPhone(int) for 163ms 10-01 23:23:25.035 2142 2290 W CallerInfoCache: cursor is null 10-01 23:23:25.037 1907 2045 V WifiManager: registerSoftApCallback: callback=com.android.systemui.statusbar.policy.HotspotControllerImpl@8b642b4, handler=Handler (android.os.Handler) {9256edd} 10-01 23:23:25.037 1907 2201 V WifiManager: SoftApCallbackProxy: onStateChanged: state=11, failureReason=0 10-01 23:23:25.037 1907 2201 V WifiManager: SoftApCallbackProxy: onNumClientsChanged: numClients=0 10-01 23:23:25.046 2142 2142 D CarrierConfigLoader: CarrierConfigLoader has started 10-01 23:23:25.053 1907 2045 V WifiManager: registerSoftApCallback: callback=com.android.systemui.statusbar.policy.HotspotControllerImpl@8b642b4, handler=Handler (android.os.Handler) {9256edd} 10-01 23:23:25.054 1907 2201 V WifiManager: SoftApCallbackProxy: onStateChanged: state=11, failureReason=0 10-01 23:23:25.054 1907 2201 V WifiManager: SoftApCallbackProxy: onNumClientsChanged: numClients=0 10-01 23:23:25.057 2142 2142 W ImsPhoneCallTracker: ImsManager is null when setting TTY mode 10-01 23:23:25.058 2142 2142 I TelecomFramework: TtyManager: updateUiTtyMode -1 -> 0 10-01 23:23:25.061 1907 2147 I Adreno : QUALCOMM build : 2371bd1, I8ebe47d372 10-01 23:23:25.061 1907 2147 I Adreno : Build Date : 03/12/18 10-01 23:23:25.061 1907 2147 I Adreno : OpenGL ES Shader Compiler Version: EV031.22.00.01 10-01 23:23:25.061 1907 2147 I Adreno : Local Branch : 10-01 23:23:25.061 1907 2147 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.0.r36-rel 10-01 23:23:25.061 1907 2147 I Adreno : Remote Branch : NONE 10-01 23:23:25.061 1907 2147 I Adreno : Reconstruct Branch : NOTHING 10-01 23:23:25.061 2142 2142 W ImsPhoneCallTracker: ImsManager is null when setting TTY mode 10-01 23:23:25.065 1907 1907 D StatusBar: disable<e i a s b H!R!c s > disable2<q i n > 10-01 23:23:25.066 1907 2147 I Adreno : PFP: 0x005ff087, ME: 0x005ff063 10-01 23:23:25.066 2142 2142 D ImsResolver: maybeAddedImsService, packageName: null 10-01 23:23:25.066 2142 2142 I ImsResolver: service name: ComponentInfo{org.codeaurora.ims/org.codeaurora.ims.ImsService}, manifest query: true 10-01 23:23:25.061 2142 2142 I TelecomFramework: TtyManager: updateUiTtyMode -1 -> 0 10-01 23:23:25.067 1469 1782 D WifiService: New client listening to asynchronous messages 10-01 23:23:25.067 2142 2142 I ImsResolver: Adding newly added ImsService to cache: ComponentInfo{org.codeaurora.ims/org.codeaurora.ims.ImsService} 10-01 23:23:25.071 1907 2147 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 10-01 23:23:25.071 1907 2147 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 10-01 23:23:25.071 1907 2147 I OpenGLRenderer: Initialized EGL, version 1.4 10-01 23:23:25.071 1907 2147 D OpenGLRenderer: Swap behavior 2 10-01 23:23:25.072 2142 2142 I ImsResolver: Binding ImsService: ComponentInfo{org.codeaurora.ims/org.codeaurora.ims.ImsService} with features: [{s=0, f=0}, {s=1, f=1}, {s=0, f=1}, {s=1, f=0}] 10-01 23:23:25.072 2142 2142 I ImsServiceController: Granting Runtime permissions to:ComponentInfo{org.codeaurora.ims/org.codeaurora.ims.ImsService} 10-01 23:23:25.072 1469 2233 I DefaultPermGrantPolicy: Granting permissions to enabled ImsServices for user:0 10-01 23:23:25.072 2142 2142 I ImsServiceController: Binding ImsService:ComponentInfo{org.codeaurora.ims/org.codeaurora.ims.ImsService} 10-01 23:23:25.076 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IRadioConfig/default in either framework or device manifest. 10-01 23:23:25.090 1944 1944 I WebViewZygoteInit: Package preload done 10-01 23:23:25.101 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:25.101 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 0, DISCONNECTED) 10-01 23:23:25.101 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:25.112 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 5 lines 10-01 23:23:25.112 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:25.118 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 0, DISCONNECTED) 10-01 23:23:25.185 2111 2195 I chatty : uid=1000(system) MainEventThread identical 5 lines 10-01 23:23:25.197 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 0, DISCONNECTED) 10-01 23:23:25.210 2142 2142 I ImsExternalCallTracker: handleVideoCapabilitiesChanged : isVideoCapable = false 10-01 23:23:25.210 2142 2142 D ImsExternalCallTracker: refreshCallPullState 10-01 23:23:25.214 2142 2142 I ImsExternalCallTracker: handleVideoCapabilitiesChanged : isVideoCapable = false 10-01 23:23:25.214 2142 2142 D ImsExternalCallTracker: refreshCallPullState 10-01 23:23:25.218 2142 2142 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ] with score 0 10-01 23:23:25.218 2142 2142 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10033] ] with score 0 10-01 23:23:25.219 2142 2142 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ] with score 0 10-01 23:23:25.219 2142 2142 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 1000] ] with score 0 10-01 23:23:25.219 2142 2142 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 1000] ] with score 0 10-01 23:23:25.219 2142 2142 D TelephonyDebugService: TelephonyDebugService() 10-01 23:23:25.220 2142 2142 D CarrierConfigLoader: mHandler: 12 phoneId: 0 10-01 23:23:25.267 1907 1907 I ImageWallpaper: Redrawing in rect: RectF(0.0, 0.0, 1080.0, 1920.0) with surface size: 1080x1920 10-01 23:23:25.274 1469 1469 V FingerprintService: can't cancel non- authenticating client android 10-01 23:23:25.275 2142 2142 I QImsService: ImsService : ImsService created! 10-01 23:23:25.278 1469 1771 I InputReader: Reconfiguring input devices. changes=0x00000004 10-01 23:23:25.289 2142 2142 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IServiceManager 10-01 23:23:25.290 466 466 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.radio.ims::IImsRadio pid=2142 scontext=u:r:radio:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=1 10-01 23:23:25.291 2142 2142 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IServiceManager 10-01 23:23:25.291 2142 2247 I android_os_HwBinder: HwBinder: Starting thread pool for imsradio0::[email protected]::IImsRadio 10-01 23:23:25.292 2142 2247 I QImsService: ImsSenderRxr : getRadioProxy 10-01 23:23:25.292 2142 2142 I QImsService: ImsSubController : onServiceUp :: phoneId=0 10-01 23:23:25.293 2142 2142 I QImsService: ImsSubController : onServiceDown :: phoneId=1 10-01 23:23:25.293 2142 2247 W QImsService: ImsSenderRxr : initImsRadio: mImsRadiov11 null 10-01 23:23:25.293 2142 2142 I QImsService: ImsServiceSub : onStackConfigChanged :: activeStacks[0]=false 10-01 23:23:25.293 2142 2142 I QImsService: ImsServiceSub : [phoneId=0] Constructor :: Registering with Sub Controller. 10-01 23:23:25.299 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : false isVoice : false phoneId: 0 show HD Icon: true 10-01 23:23:25.299 2142 2247 W QImsService: ImsSenderRxr : initImsRadio: mImsRadioV12 null 10-01 23:23:25.299 2142 2247 I QImsService: ImsSenderRxr : initImsRadio: [email protected]::IImsRadio@Proxy 10-01 23:23:25.301 2142 2142 I QImsService: ImsSenderRxr : [0000]> REQUEST_QUERY_SERVICE_STATUS [SUB0] 10-01 23:23:25.301 2142 2142 I QImsService: ImsServiceSub : onStackConfigChanged :: activeStacks[0]=false 10-01 23:23:25.301 2142 2142 I QImsService: ImsServiceSub : onStackConfigChanged :: activeStacks[1]=false 10-01 23:23:25.301 2142 2142 I QImsService: ImsServiceSub : [phoneId=1] Constructor :: Registering with Sub Controller. 10-01 23:23:25.302 2142 2247 I QImsService: ImsSenderRxr : onServiceUp : imsradio0 10-01 23:23:25.302 2142 2247 I QImsService: ImsSubController : onServiceUp :: phoneId=0 10-01 23:23:25.303 2142 2247 I android_os_HwBinder: HwBinder: Starting thread pool for imsradio1::[email protected]::IImsRadio 10-01 23:23:25.304 2142 2247 I QImsService: ImsSenderRxr : getRadioProxy 10-01 23:23:25.304 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : false isVoice : false phoneId: 1 show HD Icon: true 10-01 23:23:25.304 2142 2247 W QImsService: ImsSenderRxr : initImsRadio: mImsRadiov11 null 10-01 23:23:25.304 2142 2247 W QImsService: ImsSenderRxr : initImsRadio: mImsRadioV12 null 10-01 23:23:25.305 581 581 D incidentd: Start uploading backlogs in /data/misc/incidents/ 10-01 23:23:25.305 2142 2142 I QImsService: ImsSenderRxr : [0001]> REQUEST_QUERY_SERVICE_STATUS [SUB1] 10-01 23:23:25.305 2142 2247 I QImsService: ImsSenderRxr : initImsRadio: [email protected]::IImsRadio@Proxy 10-01 23:23:25.305 581 581 D incidentd: Successfully uploaded 0 files to Dropbox. 10-01 23:23:25.306 2142 2247 I QImsService: ImsSenderRxr : onServiceUp : imsradio1 10-01 23:23:25.306 2142 2247 I QImsService: ImsSubController : onServiceUp :: phoneId=1 10-01 23:23:25.306 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_RADIO_STATE_CHANGED 2[SUB0] 10-01 23:23:25.309 2142 2142 D : JNI_OnLoad 10-01 23:23:25.309 2142 2142 D : JvmPtr initialized to 511922250752 10-01 23:23:25.309 2142 2142 D ims_media_jni: register_ims_media 10-01 23:23:25.310 2142 2247 I QImsService: ImsRadioResponse : queryServiceStatus response received. 10-01 23:23:25.311 2142 2247 I QImsService: Class : Num of SrvUpdates = 6 10-01 23:23:25.311 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:25.311 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:25.311 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:25.311 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:25.311 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:25.311 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:25.311 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:25.311 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:25.311 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:25.311 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:25.311 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:25.311 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:25.311 2142 2247 I QImsService: ImsSenderRxr : [0000]< REQUEST_QUERY_SERVICE_STATUS [org.codeaurora.ims.ServiceStatus@9682e03, org.codeaurora.ims.ServiceStatus@8b2b180, org.codeaurora.ims.ServiceStatus@f2ac3b9, org.codeaurora.ims.ServiceStatus@6ede3fe, org.codeaurora.ims.ServiceStatus@335a75f, org.codeaurora.ims.ServiceStatus@95165ac][SUB0] 10-01 23:23:25.312 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_RADIO_STATE_CHANGED 2[SUB1] 10-01 23:23:25.314 2142 2247 I QImsService: ImsRadioResponse : queryServiceStatus response received. 10-01 23:23:25.314 2142 2247 I QImsService: Class : Num of SrvUpdates = 6 10-01 23:23:25.314 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:25.314 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:25.314 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:25.314 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:25.314 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:25.314 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:25.314 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:25.314 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:25.314 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:25.314 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:25.314 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:25.314 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:25.314 2142 2247 I QImsService: ImsSenderRxr : [0001]< REQUEST_QUERY_SERVICE_STATUS [org.codeaurora.ims.ServiceStatus@3aae275, org.codeaurora.ims.ServiceStatus@9375a7b, org.codeaurora.ims.ServiceStatus@453098, org.codeaurora.ims.ServiceStatus@fd430f1, org.codeaurora.ims.ServiceStatus@fa874d6, org.codeaurora.ims.ServiceStatus@1d72357][SUB1] 10-01 23:23:25.346 2142 2142 E ims_media_jni: Error loading library lib-imsvt.so: dlopen failed: cannot locate symbol "_ZN7android5FenceD1Ev" referenced by "/system/lib64/lib-imsvideocodec.so"... 10-01 23:23:25.347 2142 2142 D VideoCall_ImsMedia: Registering for Media Listener 10-01 23:23:25.349 2142 2142 E QImsService: ImsServiceSub : ImsServiceClassTracker not found. 10-01 23:23:25.350 465 465 E SELinux : avc: denied { add } for service=qti.ims.ext pid=2142 uid=1001 scontext=u:r:radio:s0 tcontext=u:object_r:default_android_service:s0 tclass=service_manager permissive=1 10-01 23:23:25.359 2142 2287 D IntentBroadcaster: Broadcasting and adding intent for rebroadcast: android.intent.action.SIM_STATE_CHANGED READY for slotId 0 10-01 23:23:25.365 2142 2287 D CarrierConfigLoader: update config for phoneId: 1 simState: ABSENT 10-01 23:23:25.366 2142 2287 D CarrierSvcBindHelper: update binding for phoneId: 1 simState: ABSENT 10-01 23:23:25.366 2142 2287 D IntentBroadcaster: Broadcasting and adding intent for rebroadcast: android.intent.action.SIM_STATE_CHANGED ABSENT for slotId 1 10-01 23:23:25.367 1469 1469 D WifiService: resetting networks because SIM was removed 10-01 23:23:25.370 1907 1907 I ImageWallpaper: Redrawing in rect: RectF(0.0, 0.0, 1080.0, 1920.0) with surface size: 1080x1920 10-01 23:23:25.373 1469 1469 I GnssLocationProvider: WakeLock acquired by sendMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.373 2111 2195 I QCNEJ : |CORE| phoneCount: 2 10-01 23:23:25.375 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.375 1469 1584 I GnssLocationProvider: WakeLock released by handleMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.376 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.381 2142 2142 D ServiceStateProvider: subId=-2 10-01 23:23:25.401 1469 1799 I WifiService: WifiService trying to set country code to 10-01 23:23:25.401 1469 2185 I WifiService: WifiService trying to set country code to 10-01 23:23:25.401 1469 2185 I WifiService: setCountryCode uid=1001 10-01 23:23:25.401 1469 1799 I WifiService: setCountryCode uid=1001 10-01 23:23:25.401 2142 2142 I QImsService: ImsSubControllerHandler : Message received: what = 3 10-01 23:23:25.402 2142 2142 I QImsService: ImsSenderRxr : [0002]> REQUEST_GET_IMS_SUB_CONFIG [SUB0] 10-01 23:23:25.402 2142 2142 I QImsService: ImsSubControllerHandler : Message received: what = 4 10-01 23:23:25.402 2142 2142 I QImsService: ImsSubControllerHandler : Message received: what = 3 10-01 23:23:25.403 2142 2142 I QImsService: ImsSenderRxr : [0003]> REQUEST_GET_IMS_SUB_CONFIG [SUB0] 10-01 23:23:25.403 2142 2142 I QImsService: ImsSubControllerHandler : Message received: what = 3 10-01 23:23:25.403 2142 2142 I QImsService: ImsSenderRxr : [0004]> REQUEST_GET_IMS_SUB_CONFIG [SUB1] 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 5 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSubHandler : Received event: EVENT_GET_STATUS_UPDATE 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : type = 5 status = 0 isValid = true 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : type = 0 status = 0 isValid = true 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : Call Type 0has num updates = 1 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : type = 3 status = 0 isValid = true 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : Call Type 3has num updates = 1 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : type = 1 status = 0 isValid = true 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : Call Type 1has num updates = 1 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:25.404 2142 2247 I QImsService: ImsRadioResponse : Received Subconfig response from ImsRadio. 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : type = 2 status = 0 isValid = true 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : Call Type 2has num updates = 1 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : type = 25 status = 0 isValid = true 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : Call Type 25has num updates = 1 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:25.404 2142 2247 I QImsService: IFRequest : [0002]< REQUEST_GET_IMS_SUB_CONFIG error: 6 10-01 23:23:25.404 2142 2142 E QImsService: ImsServiceSub : handleSrvStatusUpdate :: tracker null; not updating global VT capability 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : false isVoice : false phoneId: 0 show HD Icon: false 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 5 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSubHandler : Received event: EVENT_GET_STATUS_UPDATE 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : type = 5 status = 0 isValid = true 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : type = 0 status = 0 isValid = true 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : Call Type 0has num updates = 1 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : type = 3 status = 0 isValid = true 10-01 23:23:25.404 2142 2142 I QImsService: ImsServiceSub : Call Type 3has num updates = 1 10-01 23:23:25.405 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:25.405 2142 2142 I QImsService: ImsServiceSub : type = 1 status = 0 isValid = true 10-01 23:23:25.405 2142 2142 I QImsService: ImsServiceSub : Call Type 1has num updates = 1 10-01 23:23:25.405 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:25.405 2142 2142 I QImsService: ImsServiceSub : type = 2 status = 0 isValid = true 10-01 23:23:25.405 2142 2142 I QImsService: ImsServiceSub : Call Type 2has num updates = 1 10-01 23:23:25.405 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:25.405 2142 2142 I QImsService: ImsServiceSub : type = 25 status = 0 isValid = true 10-01 23:23:25.405 2142 2142 I QImsService: ImsServiceSub : Call Type 25has num updates = 1 10-01 23:23:25.405 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:25.405 2142 2247 I QImsService: ImsRadioResponse : Received Subconfig response from ImsRadio. 10-01 23:23:25.405 2142 2142 E QImsService: ImsServiceSub : handleSrvStatusUpdate :: tracker null; not updating global VT capability 10-01 23:23:25.405 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : false isVoice : false phoneId: 1 show HD Icon: false 10-01 23:23:25.405 2142 2247 I QImsService: IFRequest : [0004]< REQUEST_GET_IMS_SUB_CONFIG error: 6 10-01 23:23:25.405 2142 2142 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 10-01 23:23:25.405 2142 2142 D ImsServiceController: ImsService(ComponentInfo{org.codeaurora.ims/org.codeaurora.ims.ImsService}): onServiceConnected with binder: android.telephony.ims.ImsService$1@b092a0c 10-01 23:23:25.406 2142 2142 D ImsServiceController: notifyImsServiceReady 10-01 23:23:25.406 2142 2142 I QImsService: ImsService : readyForFeatureCreation :: No-op 10-01 23:23:25.406 2142 2142 I ImsServiceController: supports emergency calling on slot 0 10-01 23:23:25.406 2142 2142 I ImsServiceController: notifyImsFeatureStatus: slot=1, feature=1, status=0 10-01 23:23:25.406 2142 2142 I ImsResolver: ImsServiceController added on slot: 1 with feature: 1 using package: ComponentInfo{org.codeaurora.ims/org.codeaurora.ims.ImsService} 10-01 23:23:25.406 2142 2142 I ImsServiceController: notifyImsFeatureStatus: slot=0, feature=1, status=0 10-01 23:23:25.406 2142 2142 I ImsResolver: ImsServiceController added on slot: 0 with feature: 1 using package: ComponentInfo{org.codeaurora.ims/org.codeaurora.ims.ImsService} 10-01 23:23:25.406 2142 2142 I ImsServiceController: supports emergency calling on slot 1 10-01 23:23:25.406 2142 2247 I QImsService: ImsRadioResponse : Received Subconfig response from ImsRadio. 10-01 23:23:25.406 2142 2247 I QImsService: IFRequest : [0003]< REQUEST_GET_IMS_SUB_CONFIG error: 6 10-01 23:23:25.421 2142 2142 I VvmSimStateTracker: android.intent.action.SIM_STATE_CHANGED 10-01 23:23:25.422 2142 2142 D CarrierConfigLoader: mHandler: 0 phoneId: 1 10-01 23:23:25.423 2142 2142 D CarrierSvcBindHelper: mHandler: 0 10-01 23:23:25.423 2142 2142 D CarrierSvcBindHelper: Rebinding if necessary for phoneId: 1 10-01 23:23:25.423 2162 2162 D SimSelectNotification: sim state is not Absent or Loaded 10-01 23:23:25.423 2142 2142 E PhoneInterfaceManager: [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC 10-01 23:23:25.423 2142 2142 D CarrierSvcBindHelper: No carrier app for: 1 10-01 23:23:25.425 1907 1907 D StatusBar: disable<e i a s b H R c s > disable2<q i n > 10-01 23:23:25.426 1907 1907 D StatusBar: disable<e i a s b H R c s > disable2<q i n > 10-01 23:23:25.430 2142 2142 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC 10-01 23:23:25.431 2142 2142 I MmTelFeatureConnection: Emergency calling enabled on slotId: 0 10-01 23:23:25.431 2142 2142 I MmTelFeatureConnection: MmTel enabled on slotId: 0 10-01 23:23:25.432 2142 2142 I MmTelFeatureConnection: getFeatureState - returning 0 10-01 23:23:25.435 1907 1907 D StatusBar: disable<e i a s b H R c s > disable2<q i n > 10-01 23:23:25.435 2142 2142 D OpenGLRenderer: Skia GL Pipeline 10-01 23:23:25.437 2351 2351 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:25.438 1469 1588 I ActivityManager: Start proc 2351:com.google.android.gms.persistent/u0a13 for broadcast com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 10-01 23:23:25.439 1469 2185 I Telecom : PhoneAccountRegistrar: New phone account registered: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[mParcelledData.dataSize=124] GroupId: ***]: TSI.rPA@AAw 10-01 23:23:25.443 2351 2351 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:25.444 1907 1907 D android.widget.GridLayout: vertical constraints: y1-y0>=78, y1-y0<=72 are inconsistent; permanently removing: y1-y0<=72. 10-01 23:23:25.446 1469 2185 I Telecom : CallsManager: Sending phone-account ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} registered intent as user: TSI.rPA@AAw 10-01 23:23:25.447 1469 2185 I Telecom : CallsManager: Sending phone-account registered intent to default dialer: TSI.rPA@AAw 10-01 23:23:25.448 2142 2142 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} 10-01 23:23:25.448 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:25.449 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:25.451 2142 2142 I TelecomFramework: TelecomAccountRegistry: Unregistering phone account ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0}. 10-01 23:23:25.455 1469 2233 I Telecom : CallsManager: Sending phone-account ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} unregistered intent as user: TSI.uPA@AA4 10-01 23:23:25.456 1469 2233 I Telecom : CallsManager: Sending phone-account unregistered intent to default dialer: TSI.uPA@AA4 10-01 23:23:25.449 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:25.463 1469 1469 I GnssLocationProvider: WakeLock acquired by sendMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.464 2111 2195 I QCNEJ : |CORE| phoneCount: 2 10-01 23:23:25.465 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.466 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.466 1469 1584 I GnssLocationProvider: WakeLock released by handleMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.472 2142 2142 D ServiceStateProvider: subId=-2 10-01 23:23:25.478 1469 1469 I GnssLocationProvider: WakeLock acquired by sendMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.478 2111 2195 I QCNEJ : |CORE| phoneCount: 2 10-01 23:23:25.480 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.481 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.483 1469 1584 I GnssLocationProvider: WakeLock released by handleMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.483 2142 2142 D ServiceStateProvider: subId=-3 10-01 23:23:25.486 2142 2142 I QImsService: ImsSubControllerHandler : Message received: what = 2 10-01 23:23:25.486 2142 2142 I QImsService: ImsSubController : handleSubConfigException error : 6 10-01 23:23:25.486 2142 2142 I QImsService: ImsSubController : initSubscriptionStatus: [Multi-sim] Using RAF and DDS to decide IMS Sub 10-01 23:23:25.486 2142 2142 I QImsService: ImsSubController : handleRafInfoChange: Phone:0 Info:81928 10-01 23:23:25.486 2142 2142 I QImsService: ImsSubController : handleRafInfoChange: Phone:1 Info:81928 10-01 23:23:25.486 2142 2142 I QImsService: ImsSubController : handleRafInfoChange: NumPhones: 2Multiple Multimode stacks: 2 10-01 23:23:25.487 2142 2142 I QImsService: ImsSubController : updateActiveImsStackForSubId: new DDS = -1 10-01 23:23:25.487 2142 2142 I QImsService: ImsServiceSub : onStackConfigChanged :: activeStacks[0]=true 10-01 23:23:25.487 2142 2142 I ImsFeature: notifying ImsFeatureState=2 10-01 23:23:25.487 2142 2142 I ImsServiceController: notifyImsFeatureStatus: slot=0, feature=1, status=2 10-01 23:23:25.487 2142 2142 I MmTelFeatureConnection: imsStatusChanged: slot: 0 feature: 1 status: 2 10-01 23:23:25.488 2142 2142 I QImsService: ImsServiceSub : onStackConfigChanged :: activeStacks[1]=false 10-01 23:23:25.489 2142 2142 I QImsService: ImsSubController : handleRafInfoChange: registered for DDS switch... 10-01 23:23:25.489 2142 2142 D ImsMultiEndpointImpl: Message received: what = 2 10-01 23:23:25.489 2142 2142 D ImsMultiEndpointImpl: EVENT_CAPABILITIES_CHANGED 10-01 23:23:25.489 2142 2142 D ImsMultiEndpointImpl: updateCapabilities:: Video = false, Voice = false 10-01 23:23:25.490 2142 2142 D ImsViceParser: getCallPullInfo mDialogIds null 10-01 23:23:25.490 2142 2142 I ImsMultiEndpointImpl: Calling onImsExternalCallStateUpdate 10-01 23:23:25.490 2142 2142 D MultiEndpointImplBase: ims external call state update triggered. 10-01 23:23:25.490 2142 2142 D ImsMultiEndpointImpl: Message received: what = 2 10-01 23:23:25.490 2142 2142 D ImsMultiEndpointImpl: EVENT_CAPABILITIES_CHANGED 10-01 23:23:25.490 2142 2142 D ImsMultiEndpointImpl: updateCapabilities:: Video = false, Voice = false 10-01 23:23:25.490 2142 2142 D ImsViceParser: getCallPullInfo mDialogIds null 10-01 23:23:25.490 2142 2142 I ImsMultiEndpointImpl: Calling onImsExternalCallStateUpdate 10-01 23:23:25.490 2142 2142 D MultiEndpointImplBase: ims external call state update triggered. 10-01 23:23:25.490 2142 2142 I QImsService: ImsSubControllerHandler : Message received: what = 2 10-01 23:23:25.490 2142 2142 I QImsService: ImsSubController : handleSubConfigException error : 6 10-01 23:23:25.490 2142 2142 I QImsService: ImsSubController : initSubscriptionStatus: [Multi-sim] Using RAF and DDS to decide IMS Sub 10-01 23:23:25.490 2142 2142 I QImsService: ImsSubController : handleRafInfoChange: 2Multimode stacks. Handled by DDS switch. EXIT!!! 10-01 23:23:25.490 2142 2142 I QImsService: ImsSubControllerHandler : Message received: what = 2 10-01 23:23:25.490 2142 2142 I QImsService: ImsSubController : handleSubConfigException error : 6 10-01 23:23:25.490 2142 2142 I QImsService: ImsSubController : initSubscriptionStatus: [Multi-sim] Using RAF and DDS to decide IMS Sub 10-01 23:23:25.490 2142 2142 I QImsService: ImsSubController : handleRafInfoChange: 2Multimode stacks. Handled by DDS switch. EXIT!!! 10-01 23:23:25.495 1907 1907 D StatusBar: disable<e i a s b H R c s > disable2<q i n > 10-01 23:23:25.496 1907 1907 W View : requestLayout() improperly called by com.android.keyguard.CarrierText{ebaf7bb V.ED..... ..S...ID 48,0-786,120 #7f0a018a app:id/keyguard_carrier_text} during layout: running second layout pass 10-01 23:23:25.479 592 592 I rild : type=1400 audit(0.0:857): avc: denied { lock } for path="/data/vendor/radio/qcril.db" dev="mmcblk0p49" ino=1343773 scontext=u:r:rild:s0 tcontext=u:object_r:vendor_data_file:s0 tclass=file permissive=1 10-01 23:23:25.499 2142 2142 I ImsExternalCallTracker: handleVideoCapabilitiesChanged : isVideoCapable = false 10-01 23:23:25.499 2142 2142 D ImsExternalCallTracker: refreshCallPullState 10-01 23:23:25.499 2142 2142 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false 10-01 23:23:25.500 2142 2142 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC 10-01 23:23:25.501 2351 2351 I .gms.persisten: The ClassLoaderContext is a special shared library. 10-01 23:23:25.506 1469 1799 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnection Service}, ***, UserHandle{0}]: TSI.rPA@ABA 10-01 23:23:25.514 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:25.514 2142 2142 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC 10-01 23:23:25.520 1469 2185 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnection Service}, ***, UserHandle{0}]: TSI.rPA@ABE 10-01 23:23:25.523 2142 2142 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} 10-01 23:23:25.523 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:25.531 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:25.531 2142 2142 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC 10-01 23:23:25.532 1907 1907 W KeyguardUpdateMonitor: invalid subId in handleServiceStateChange() 10-01 23:23:25.532 1907 1907 W KeyguardUpdateMonitor: invalid subId in handleServiceStateChange() 10-01 23:23:25.537 1278 1335 D FingerGoodix: fpcode, fingerprint_get_auth_id(0x74dfc4b1c0) = 3735928559 10-01 23:23:25.537 1469 1469 V FingerprintService: startAuthentication(com.android.systemui) 10-01 23:23:25.537 1469 2185 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnection Service}, ***, UserHandle{0}]: TSI.rPA@ABQ 10-01 23:23:25.537 1469 1469 V FingerprintService: request stop current client android 10-01 23:23:25.537 1469 1469 W FingerprintService: Internal cleanup in progress but trying to start client AuthenticationClient(com.android.systemui), initiatedByClient = true 10-01 23:23:25.540 2142 2142 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} 10-01 23:23:25.540 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:25.545 2142 2142 I ImsExternalCallTracker: handleVideoCapabilitiesChanged : isVideoCapable = false 10-01 23:23:25.545 2142 2142 D ImsExternalCallTracker: refreshCallPullState 10-01 23:23:25.545 2142 2142 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false 10-01 23:23:25.552 1907 1907 W KeyguardUpdateMonitor: invalid subId in handleSimStateChange() 10-01 23:23:25.552 1907 1907 W KeyguardUpdateMonitor: invalid subId in handleSimStateChange() 10-01 23:23:25.557 1907 1907 I ImageWallpaper: Redrawing in rect: RectF(0.0, 0.0, 1080.0, 1920.0) with surface size: 1080x1920 10-01 23:23:25.557 2142 2142 D ServiceStateProvider: subId=-2 10-01 23:23:25.558 2142 2142 I ImsExternalCallTracker: handleVideoCapabilitiesChanged : isVideoCapable = false 10-01 23:23:25.558 2142 2142 D ImsExternalCallTracker: refreshCallPullState 10-01 23:23:25.560 2142 2142 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC 10-01 23:23:25.549 541 541 I HwBinder:541_1: type=1400 audit(0.0:859): avc: denied { read } for scontext=u:r:hal_sensors_default:s0 tcontext=u:r:hal_sensors_default:s0 tclass=socket permissive=1 10-01 23:23:25.562 1907 1907 W KeyguardUpdateMonitor: invalid subId in handleServiceStateChange() 10-01 23:23:25.559 2142 2142 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false 10-01 23:23:25.567 1469 1511 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnection Service}, ***, UserHandle{0}]: TSI.rPA@ABc 10-01 23:23:25.581 1907 1907 I chatty : uid=10033(com.android.systemui) identical 1 line 10-01 23:23:25.584 1907 1907 W KeyguardUpdateMonitor: invalid subId in handleServiceStateChange() 10-01 23:23:25.586 2142 2142 I CallbackAdapterManager: Local callback added: com.android.internal.telephony.ImsSmsDispatcher$1@8114b1f 10-01 23:23:25.586 2142 2142 I CallbackAdapterManager: Local callback added: com.android.internal.telephony.ImsSmsDispatcher$2@1c28c35 10-01 23:23:25.587 1907 1907 W KeyguardUpdateMonitor: invalid subId in handleServiceStateChange() 10-01 23:23:25.614 2142 2142 D MccTable: updateMccMncConfiguration mccmnc='26207' fromServiceState=false 10-01 23:23:25.615 2142 2142 D MccTable: updateMccMncConfiguration defaultMccMnc= 10-01 23:23:25.615 2142 2142 D MccTable: updateMccMncConfiguration: mcc=262, mnc=7 10-01 23:23:25.615 2142 2142 D MccTable: updateMccMncConfiguration updateConfig config={0.0 262mcc7mnc ?localeList ?layoutDir ?swdp ?wdp ?hdp ?density ?lsize ?long ?ldr ?wideColorGamut ?orien ?uimode ?night ?touch ?keyb/?/? ?nav/? winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=null mWindowingMode=undefined mActivityType=undefined}} 10-01 23:23:25.616 1469 1511 I ActivityManager: Config changes=3 {1.0 262mcc7mnc [en_DE,de_DE] ldltr sw360dp w360dp h616dp 480dpi nrml long port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.8} 10-01 23:23:25.630 1469 1511 I ActivityManager: Override config changes=3 {1.0 262mcc7mnc [en_DE,de_DE] ldltr sw360dp w360dp h616dp 480dpi nrml long port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 1920) mAppBounds=Rect(0, 0 - 1080, 1920) mWindowingMode=fullscreen mActivityType=undefined} s.8} for displayId=0 10-01 23:23:25.662 2142 2142 I MmTelFeatureConnection: MmTel enabled on slotId: 1 10-01 23:23:25.662 2142 2142 I MmTelFeatureConnection: Emergency calling enabled on slotId: 1 10-01 23:23:25.662 2142 2142 I MmTelFeatureConnection: getFeatureState - returning 0 10-01 23:23:25.688 1469 1771 I InputReader: Reconfiguring input devices. changes=0x00000004 10-01 23:23:25.689 1907 1907 I ImageWallpaper: Redrawing in rect: RectF(0.0, 0.0, 1080.0, 1920.0) with surface size: 1080x1920 10-01 23:23:25.703 1469 1771 I InputReader: Reconfiguring input devices. changes=0x00000004 10-01 23:23:25.713 2142 2142 I QImsService: ImsServiceClassTracker : updateFeatureCapabilities video false voice false 10-01 23:23:25.714 2142 2142 I QImsService: ImsSenderRxr : [0005]> REQUEST_IMS_REGISTRATION_STATE [SUB0] 10-01 23:23:25.715 2142 2142 I CallbackAdapterManager: Local callback added: com.android.internal.telephony.imsphone.ImsPhoneCallTracker$6@a693558 10-01 23:23:25.715 2142 2142 I CallbackAdapterManager: Local callback added: com.android.internal.telephony.imsphone.ImsPhoneCallTracker$7@71cb6b1 10-01 23:23:25.716 2142 2247 I QImsService: ImsSenderRxr : [0005]< REQUEST_IMS_REGISTRATION_STATE ImsRegistrationInfo state: 2 errorCode: 0 errorMessage: radioTech: 20 pAssociatedUris[SUB0] 10-01 23:23:25.717 2142 2142 I QImsService: ImsSenderRxr : [0006]> REQUEST_SEND_UI_TTY_MODE [SUB0] 10-01 23:23:25.718 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 3 10-01 23:23:25.719 2142 2142 I QImsService: ImsServiceSubHandler : handleImsStateChanged 10-01 23:23:25.719 2142 2247 I QImsService: ImsRadioResponse : Got setUiTTYModeResponse from ImsRadio error 0 10-01 23:23:25.719 2142 2247 I QImsService: ImsSenderRxr : [0006]< REQUEST_SEND_UI_TTY_MODE [SUB0] 10-01 23:23:25.720 2142 2142 I QImsService: ImsServiceSub : sendBroadcastForDisconnected 10-01 23:23:25.720 2142 2318 I MmTelFeatureConnection: onDeregistered :: 10-01 23:23:25.798 2351 2351 W GmsApplication: Failed to invoke the SupplierSetterRegistry. 10-01 23:23:25.847 2142 2142 D TelephonyProvider: subIdString = -2 subId = -2 10-01 23:23:25.849 2142 2142 D TelephonyProvider: getPreferredApnIdFromApn: for subId -2 10-01 23:23:25.867 1469 1469 V SettingsProvider: Notifying for 0: content://settings/global/multi_sim_data_call 10-01 23:23:25.870 1469 1469 I GnssLocationProvider: WakeLock acquired by sendMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.871 2142 2287 D MccTable: updateMccMncConfiguration mccmnc='26207' fromServiceState=false 10-01 23:23:25.873 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:25.873 2142 2287 D MccTable: updateMccMncConfiguration defaultMccMnc=26207 10-01 23:23:25.873 2142 2287 D MccTable: updateMccMncConfiguration: mcc=262, mnc=7 10-01 23:23:25.873 2142 2287 D MccTable: updateMccMncConfiguration updateConfig config={0.0 262mcc7mnc ?localeList ?layoutDir ?swdp ?wdp ?hdp ?density ?lsize ?long ?ldr ?wideColorGamut ?orien ?uimode ?night ?touch ?keyb/?/? ?nav/? winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=null mWindowingMode=undefined mActivityType=undefined}} 10-01 23:23:25.873 2111 2195 W QCNEJ : |CORE| Phone id invalid or Service State available 10-01 23:23:25.873 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(false) 10-01 23:23:25.875 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.878 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(0) 10-01 23:23:25.881 2111 2195 W QCNEJ : |CORE| Phone id invalid or Service State available 10-01 23:23:25.881 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(false) 10-01 23:23:25.883 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.884 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(0) 10-01 23:23:25.884 2111 2195 I QCNEJ : |CORE| phoneCount: 2 10-01 23:23:25.887 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 0, DISCONNECTED) 10-01 23:23:25.890 1469 1469 I GnssLocationProvider: WakeLock acquired by sendMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.891 2111 2195 I QCNEJ : |CORE| phoneCount: 2 10-01 23:23:25.892 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.892 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.895 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.895 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.896 548 548 I chatty : uid=1021(gps) [email protected] identical 1 line 10-01 23:23:25.896 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.896 2142 2287 D IntentBroadcaster: Broadcasting and adding intent for rebroadcast: android.intent.action.SIM_STATE_CHANGED LOADED for slotId 0 10-01 23:23:25.896 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.896 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.896 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:25.896 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.896 1469 1584 I GnssLocationProvider: WakeLock released by handleMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.897 1469 1469 D WifiService: resetting networks because SIM was loaded 10-01 23:23:25.900 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.900 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:25.902 2142 2287 D CarrierConfigLoader: update config for phoneId: 0 simState: LOADED 10-01 23:23:25.902 2142 2287 D CarrierSvcBindHelper: update binding for phoneId: 0 simState: LOADED 10-01 23:23:25.912 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.913 548 548 I chatty : uid=1021(gps) [email protected] identical 5 lines 10-01 23:23:25.913 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.913 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:25.913 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.913 1469 1584 I GnssLocationProvider: WakeLock released by handleMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.913 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:25.914 1907 1907 D StatusBar: disable<e i a s b H R c s > disable2<q i n > 10-01 23:23:25.914 1907 1907 D StatusBar: disable<e i a s b H R c s > disable2<q i n > 10-01 23:23:25.918 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:25.921 1907 1907 E StatusBarSignalPolicy: Unexpected subscription 1 10-01 23:23:25.921 1907 1907 E StatusBarSignalPolicy: Unexpected subscription 1 10-01 23:23:25.926 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.927 548 548 I chatty : uid=1021(gps) [email protected] identical 5 lines 10-01 23:23:25.927 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.927 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:25.927 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.927 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:25.929 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 0, DISCONNECTED) 10-01 23:23:25.944 1469 1511 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastAsUserMultiplePermissions:1053 com.android.server.TelephonyRegistry.broadcastCallStateChanged:1602 com.android.server.TelephonyRegistry.notifyCallStateForPhoneId:793 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:122 android.os.Binder.execTransact:731 10-01 23:23:25.954 1469 1469 I GnssLocationProvider: WakeLock acquired by sendMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.956 2111 2195 I QCNEJ : |CORE| phoneCount: 2 10-01 23:23:25.959 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.964 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.965 1469 1469 I GnssLocationProvider: WakeLock acquired by sendMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.966 2111 2195 I QCNEJ : |CORE| phoneCount: 2 10-01 23:23:25.970 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:25.973 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.973 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.974 548 548 I chatty : uid=1021(gps) [email protected] identical 5 lines 10-01 23:23:25.974 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.974 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:25.974 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.974 1469 1584 I GnssLocationProvider: WakeLock released by handleMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.976 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:25.977 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:25.981 1469 2185 I Telecom : PhoneAccountRegistrar: New phone account registered: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[mParcelledData.dataSize=208] GroupId: ***]: TSI.rPA@ABw 10-01 23:23:25.986 1469 2185 I Telecom : CallsManager: Sending phone-account ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} registered intent as user: TSI.rPA@ABw 10-01 23:23:25.987 1469 2185 I Telecom : CallsManager: Sending phone-account registered intent to default dialer: TSI.rPA@ABw 10-01 23:23:25.987 2142 2142 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} 10-01 23:23:25.987 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:25.988 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.989 548 548 I chatty : uid=1021(gps) [email protected] identical 5 lines 10-01 23:23:25.989 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.989 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:25.989 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:25.989 2142 2142 I TelecomFramework: TelecomAccountRegistry: Unregistering phone account ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0}. 10-01 23:23:25.990 1469 1584 I GnssLocationProvider: WakeLock released by handleMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:25.990 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:25.993 1469 2185 I Telecom : CallsManager: Sending phone-account ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} unregistered intent as user: TSI.uPA@AB4 10-01 23:23:25.993 1469 2185 I Telecom : CallsManager: Sending phone-account unregistered intent to default dialer: TSI.uPA@AB4 10-01 23:23:25.999 2142 2142 D CallNotifier: updatePhoneStateListeners: update CF notifications. 10-01 23:23:25.999 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:26.009 1469 2390 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnection Service}, ***, UserHandle{0}]: TSI.rPA@ACA 10-01 23:23:26.013 2142 2142 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} 10-01 23:23:26.013 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:26.017 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : false isVoice : false phoneId: 0 show HD Icon: false 10-01 23:23:26.021 2142 2142 I QImsService: ImsServiceStateReceiver : shallShowHDIcon config showHDIcon : false phoneId : 0 10-01 23:23:26.021 2142 2142 D CarrierConfigLoader: mHandler: 7 phoneId: 0 10-01 23:23:26.024 2142 2142 D CarrierConfigLoader: Loaded config from XML. package=com.android.carrierconfig phoneId=0 10-01 23:23:26.024 2142 2142 D CarrierSvcBindHelper: mHandler: 0 10-01 23:23:26.024 2142 2142 D CarrierSvcBindHelper: Rebinding if necessary for phoneId: 0 10-01 23:23:26.025 2142 2142 D CarrierSvcBindHelper: No carrier app for: 0 10-01 23:23:26.026 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:26.030 2142 2142 D CarrierIdProvider: updateCarrierIdForSubId: 1 10-01 23:23:26.033 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:26.042 1469 2185 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnection Service}, ***, UserHandle{0}]: TSI.rPA@ACM 10-01 23:23:26.044 2142 2142 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} 10-01 23:23:26.045 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:26.047 2142 2142 D CallNotifier: updatePhoneStateListeners: update CF notifications. 10-01 23:23:26.050 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:26.058 1469 2185 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnection Service}, ***, UserHandle{0}]: TSI.rPA@ACY 10-01 23:23:26.061 2142 2142 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} 10-01 23:23:26.061 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:26.064 2142 2142 D CallNotifier: updatePhoneStateListeners: update CF notifications. 10-01 23:23:26.064 2142 2142 I ImsExternalCallTracker: handleVideoCapabilitiesChanged : isVideoCapable = false 10-01 23:23:26.064 2142 2142 D ImsExternalCallTracker: refreshCallPullState 10-01 23:23:26.064 2142 2142 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false 10-01 23:23:26.064 2142 2142 D CallNotifier: updatePhoneStateListeners: update CF notifications. 10-01 23:23:26.065 2142 2142 I NotificationMgr: updateMwi(): subId 1 update to false 10-01 23:23:26.070 2142 2142 I CallNotifier: onCallForwardingIndicatorChanged(): subId=1, visible=N 10-01 23:23:26.071 2142 2142 D CallNotifier: updatePhoneStateListeners: update CF notifications. 10-01 23:23:26.071 2142 2142 I NotificationMgr: updateCfi: subId= 1, visible=N 10-01 23:23:26.071 2142 2142 I NotificationMgr: updateMwi(): subId 1 update to false 10-01 23:23:26.076 2142 2142 I ImsExternalCallTracker: handleVideoCapabilitiesChanged : isVideoCapable = false 10-01 23:23:26.076 2142 2142 D ImsExternalCallTracker: refreshCallPullState 10-01 23:23:26.078 2142 2142 D CarrierConfigLoader: mHandler: 5 phoneId: 0 10-01 23:23:26.082 2142 2142 I ImsExternalCallTracker: handleVideoCapabilitiesChanged : isVideoCapable = false 10-01 23:23:26.082 2142 2142 D ImsExternalCallTracker: refreshCallPullState 10-01 23:23:26.082 2142 2142 I ImsExternalCallTracker: handleVideoCapabilitiesChanged : isVideoCapable = false 10-01 23:23:26.082 2142 2142 D ImsExternalCallTracker: refreshCallPullState 10-01 23:23:26.083 2402 2402 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:26.082 2142 2142 I chatty : uid=1001(radio) com.android.phone identical 2 lines 10-01 23:23:26.082 2142 2142 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false 10-01 23:23:26.085 1469 1588 I ActivityManager: Start proc 2402:com.android.dialer/u0a14 for broadcast com.android.dialer/.app.voicemail.LegacyVoicemailNotificationReceiver 10-01 23:23:26.085 2142 2160 I CarrierInfoManager: using values for mnc, mcc: 07,262 10-01 23:23:26.088 2402 2402 E .android.diale: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:26.091 2142 2160 D CarrierInfoManager: No rows found for keyType: 2 10-01 23:23:26.092 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:26.103 1469 1469 I Telecom : PhoneAccountRegistrar: SimCallManager queried, returning: null: TSI.gSCMFU@AC0 10-01 23:23:26.104 1469 2390 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnection Service}, ***, UserHandle{0}]: TSI.rPA@AC4 10-01 23:23:26.107 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:26.108 2142 2142 I ImsResolver: Received Carrier Config Changed for SlotId: 0 10-01 23:23:26.108 2142 2142 D CarrierKeyDownloadManager: Carrier Config changed: android.telephony.action.CARRIER_CONFIG_CHANGED 10-01 23:23:26.109 2142 2142 D CarrierKeyDownloadManager: Carrier not enabled or invalid values 10-01 23:23:26.109 2142 2142 D CarrierKeyDownloadManager: Cleaning up existing renewal alarms 10-01 23:23:26.118 1469 1588 I ActivityManager: Start proc 2416:android.process.acore/u0a4 for content provider com.android.providers.blockednumber/.BlockedNumberProvider 10-01 23:23:26.118 2416 2416 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:26.123 2416 2416 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:26.127 2142 2142 W PhoneGlobals: Can't get phone with sub id = -1 10-01 23:23:26.127 2351 2351 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 287 native methods... 10-01 23:23:26.128 2142 2142 D QtiCarrierConfigHelper: Reload carrier configs on sub Id: 1 10-01 23:23:26.129 2142 2142 D QtiCarrierConfigHelper: Load carrier configs on sub Id: 1 slot Id: 0 10-01 23:23:26.140 2142 2142 I QImsService: ImsConfigImpl : SetServiceStatus = 0 13 2 10-01 23:23:26.141 2142 2142 I QImsService: ImsSenderRxr : [0007]> REQUEST_SET_SERVICE_STATUS [SUB0] 10-01 23:23:26.141 2142 2142 I QImsService: ImsSenderRxr : REQUEST_SET_SERVICE_STATUS to ImsRadio: token -7 SrvType:0 Network:14 enabled:2 RestrictCause:0 10-01 23:23:26.145 2142 2247 I QImsService: ImsRadioResponse : SetServiceStatus response received. 10-01 23:23:26.145 2142 2247 I QImsService: ImsSenderRxr : [0007]< REQUEST_SET_SERVICE_STATUS [SUB0] 10-01 23:23:26.146 2142 2319 I QImsService: ImsConfigImplHandler : Message received: what = 2 10-01 23:23:26.154 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.155 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 4 lines 10-01 23:23:26.155 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.159 2142 2142 I QImsService: ImsConfigImpl : SetServiceStatus = 0 18 0 10-01 23:23:26.160 2142 2142 I QImsService: ImsSenderRxr : [0008]> REQUEST_SET_SERVICE_STATUS [SUB0] 10-01 23:23:26.160 2142 2142 I QImsService: ImsSenderRxr : REQUEST_SET_SERVICE_STATUS to ImsRadio: token -8 SrvType:0 Network:19 enabled:0 RestrictCause:0 10-01 23:23:26.162 2142 2247 I QImsService: ImsRadioResponse : SetServiceStatus response received. 10-01 23:23:26.162 2142 2247 I QImsService: ImsSenderRxr : [0008]< REQUEST_SET_SERVICE_STATUS [SUB0] 10-01 23:23:26.162 2142 2319 I QImsService: ImsConfigImplHandler : Message received: what = 2 10-01 23:23:26.163 2142 2431 I QImsService: ImsSenderRxr : [0009]> REQUEST_SET_IMS_CONFIG [SUB0] 10-01 23:23:26.163 2142 2431 I QImsService: ImsSenderRxr : REQUEST_SET_IMS_CONFIG request to ImsRadio: token 9 item:29 boolValue:false intValue:1 strValue:null errorCause:0 10-01 23:23:26.165 2351 2351 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 10-01 23:23:26.168 2351 2351 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 10-01 23:23:26.168 2142 2142 I QImsService: ImsConfigImpl : SetServiceStatus = 3 13 2 10-01 23:23:26.169 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.170 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 1 line 10-01 23:23:26.171 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.171 2142 2142 I QImsService: ImsSenderRxr : [0010]> REQUEST_SET_SERVICE_STATUS [SUB0] 10-01 23:23:26.171 2142 2142 I QImsService: ImsSenderRxr : REQUEST_SET_SERVICE_STATUS to ImsRadio: token -10 SrvType:3 Network:14 enabled:2 RestrictCause:0 10-01 23:23:26.171 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.171 2142 2247 I QImsService: ImsRadioResponse : Set config response received. 10-01 23:23:26.172 2142 2247 I QImsService: ImsSenderRxr : [0009]< REQUEST_SET_IMS_CONFIG [SUB0] 10-01 23:23:26.172 2142 2319 I QImsService: ImsConfigImplHandler : Message received: what = 1 10-01 23:23:26.172 2142 2319 I QImsService: ImsConfigImpl : Notifyall 10-01 23:23:26.172 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.172 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.173 2142 2142 I QImsService: ImsService : enableIms :: slotId=0 10-01 23:23:26.174 2142 2142 I QImsService: ImsSenderRxr : [0011]> REQUEST_IMS_REG_STATE_CHANGE [SUB0] 10-01 23:23:26.174 2142 2142 I QImsService: ImsSenderRxr : REQUEST_IMS_REG_STATE_CHANGE request to ImsRadio - token:11 RegState1 10-01 23:23:26.174 2142 2432 I QImsService: ImsSenderRxr : [0012]> REQUEST_SET_IMS_CONFIG [SUB0] 10-01 23:23:26.174 2142 2432 I QImsService: ImsSenderRxr : REQUEST_SET_IMS_CONFIG request to ImsRadio: token 12 item:28 boolValue:false intValue:0 strValue:null errorCause:0 10-01 23:23:26.180 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.181 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 4 lines 10-01 23:23:26.182 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.189 2142 2247 I QImsService: ImsRadioResponse : SetServiceStatus response received. 10-01 23:23:26.189 2142 2247 I QImsService: ImsSenderRxr : [0010]< REQUEST_SET_SERVICE_STATUS [SUB0] 10-01 23:23:26.189 2142 2319 I QImsService: ImsConfigImplHandler : Message received: what = 2 10-01 23:23:26.190 2142 2247 I QImsService: ImsRadioResponse : Got registration change response from ImsRadio. 10-01 23:23:26.190 2142 2247 I QImsService: ImsSenderRxr : [0011]< REQUEST_IMS_REG_STATE_CHANGE [SUB0] 10-01 23:23:26.193 2142 2247 I QImsService: ImsRadioResponse : Set config response received. 10-01 23:23:26.194 2142 2247 I QImsService: ImsSenderRxr : [0012]< REQUEST_SET_IMS_CONFIG [SUB0] 10-01 23:23:26.194 2142 2319 I QImsService: ImsConfigImplHandler : Message received: what = 1 10-01 23:23:26.194 2142 2319 I QImsService: ImsConfigImpl : Notifyall 10-01 23:23:26.212 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 9 10-01 23:23:26.212 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.214 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 2 lines 10-01 23:23:26.214 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.216 2351 2351 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. 10-01 23:23:26.230 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.252 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 16 lines 10-01 23:23:26.252 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.257 2351 2351 I GmsReceiverSupport: Registered Receiver for 26 IntentFilters 10-01 23:23:26.259 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.261 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 4 lines 10-01 23:23:26.261 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.262 2351 2351 E GservicesValue: Gservices key not whitelisted for directboot access: gms:wh:enable_westinghouse_support 10-01 23:23:26.262 2351 2351 E WhAwareWrappers: Couldn't initialize instant apps metadata client! Disabling instant apps. 10-01 23:23:26.266 1469 1469 W Looper : Slow dispatch took 163ms main h=android.app.ActivityThread$H c=android.app.-$ $Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@46aa640 m=0 10-01 23:23:26.268 1469 1469 I GnssLocationProvider: WakeLock acquired by sendMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:26.269 2111 2195 I QCNEJ : |CORE| phoneCount: 2 10-01 23:23:26.271 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.273 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 4 lines 10-01 23:23:26.274 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:26.274 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:26.276 1469 1799 I WifiService: WifiService trying to set country code to de 10-01 23:23:26.276 572 1050 E QC-time-services: Daemon:tod_update_ind_cb: Got Update from modem msg_id 39 10-01 23:23:26.276 572 626 D QC-time-services: Daemon:read_offset: Sending read request for offset 1 10-01 23:23:26.276 1469 1799 I WifiService: setCountryCode uid=1001 10-01 23:23:26.277 572 626 D QC-time-services: Daemon:read_offset:Time received 1538429007002 10-01 23:23:26.277 572 626 D QC-time-services: Daemon:genoff_opr: Base = 15, val = 1538429007002, operation = 0 10-01 23:23:26.277 572 626 D QC-time-services: Daemon:Value read from QTimer mseconds = 25417 10-01 23:23:26.277 572 626 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 172274000 10-01 23:23:26.277 572 626 D QC-time-services: Daemon:Delta read on boot mseconds = 172260061 10-01 23:23:26.277 572 626 D QC-time-services: Daemon:new time 1538429007002 10-01 23:23:26.277 572 626 D QC-time-services: Daemon: delta 1538256721524 genoff 1538256721524 10-01 23:23:26.277 572 626 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1538256721524 to memory 10-01 23:23:26.277 572 626 D QC-time-services: Daemon:Opening File: /persist/time/ats_15 /data/time/ats_15 10-01 23:23:26.277 572 626 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation 10-01 23:23:26.280 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:26.285 592 1004 D QC-time-services: Lib:time_genoff_operation: pargs->base = 12 10-01 23:23:26.285 592 1004 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0 10-01 23:23:26.285 592 1004 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1538429007000 10-01 23:23:26.286 592 1004 D QC-time-services: Lib:time_genoff_operation: Send to server passed!! 10-01 23:23:26.286 572 627 D QC-time-services: Daemon: Connection accepted:time_genoff 10-01 23:23:26.286 572 2461 D QC-time-services: Daemon:Received base = 12, unit = 1, operation = 0,value = 1538429007000 10-01 23:23:26.296 1469 1799 D AlarmManagerService: Kernel timezone updated to -120 minutes west of GMT 10-01 23:23:26.298 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:26.298 548 548 I chatty : uid=1021(gps) [email protected] identical 5 lines 10-01 23:23:26.298 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:26.299 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:26.299 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:26.300 1469 1584 I GnssLocationProvider: WakeLock released by handleMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null) 10-01 23:23:26.302 2142 2142 D ServiceStateProvider: subId=1 10-01 23:23:26.303 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:26.312 2142 2142 D CallNotifier: updatePhoneStateListeners: update CF notifications. 10-01 23:23:26.312 2142 2142 I NotificationMgr: updateCfi: subId= 1, visible=N 10-01 23:23:26.313 2142 2142 I NotificationMgr: updateMwi(): subId 1 update to false 10-01 23:23:26.318 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:26.318 572 626 E QC-time-services: Daemon:read_offset: offset 15 updated 10-01 23:23:26.318 572 626 D QC-time-services: Daemon:genoff_opr: Base = 16, val = 1538429007002, operation = 0 10-01 23:23:26.318 572 626 D QC-time-services: Daemon:Value read from QTimer mseconds = 25458 10-01 23:23:26.318 572 626 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 172274000 10-01 23:23:26.318 572 626 D QC-time-services: Daemon:Delta read on boot mseconds = 172260061 10-01 23:23:26.318 572 626 D QC-time-services: Daemon:new time 1538429007002 10-01 23:23:26.318 572 626 D QC-time-services: Daemon: delta 1538256721483 genoff 1538256721483 10-01 23:23:26.318 572 626 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1538256721483 to memory 10-01 23:23:26.318 572 626 D QC-time-services: Daemon:Opening File: /persist/time/ats_16 /data/time/ats_16 10-01 23:23:26.318 572 626 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation 10-01 23:23:26.329 1469 2390 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnection Service}, ***, UserHandle{0}]: TSI.rPA@ADE 10-01 23:23:26.332 2142 2142 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} 10-01 23:23:26.332 2142 2142 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {c2de4d9} 10-01 23:23:26.334 2402 2402 I Dialer : DialerExecutorModule.newThread - creating low priority thread 10-01 23:23:26.338 2142 2142 I ImsExternalCallTracker: handleVideoCapabilitiesChanged : isVideoCapable = false 10-01 23:23:26.338 2142 2142 D ImsExternalCallTracker: refreshCallPullState 10-01 23:23:26.338 2142 2142 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false 10-01 23:23:26.347 2351 2351 W Primes : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. 10-01 23:23:26.349 2402 2467 I Dialer : BlockedNumbersAutoMigrator - not attempting auto-migrate: device is locked 10-01 23:23:26.350 1469 1799 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnection Service}, ***, UserHandle{0}]: TSI.rPA@ADQ 10-01 23:23:26.354 2402 2402 I Dialer : CallLogFramework.registerContentObservers - enter 10-01 23:23:26.356 2402 2402 I Dialer : CallLogFramework.registerContentObservers - not registering content observers 10-01 23:23:26.361 2402 2402 I Dialer : DialerExecutorModule.newThread - creating low priority thread 10-01 23:23:26.363 572 626 E QC-time-services: Daemon:read_offset: offset 16 updated 10-01 23:23:26.363 572 2461 D QC-time-services: Daemon:genoff_opr: Base = 12, val = 1538429007000, operation = 0 10-01 23:23:26.363 572 2461 D QC-time-services: Daemon:Value read from QTimer mseconds = 25503 10-01 23:23:26.363 572 2461 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 172274000 10-01 23:23:26.363 572 2461 D QC-time-services: Daemon:Delta read on boot mseconds = 172260061 10-01 23:23:26.363 572 2461 D QC-time-services: Daemon:new time 1538429007000 10-01 23:23:26.363 572 2461 D QC-time-services: Daemon: delta 1538256721436 genoff 1538256721436 10-01 23:23:26.363 572 2461 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1538256721436 to memory 10-01 23:23:26.363 572 2461 D QC-time-services: Daemon:Opening File: /persist/time/ats_12 /data/time/ats_12 10-01 23:23:26.363 572 2461 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation 10-01 23:23:26.367 2142 2142 I VvmSimStateTracker: android.intent.action.SIM_STATE_CHANGED 10-01 23:23:26.369 2162 2162 D SimSelectNotification: simstatus = ABSENT 10-01 23:23:26.376 592 1004 E QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0 10-01 23:23:26.376 592 1004 D QC-time-services: Lib:time_genoff_operation: pargs->base = 13 10-01 23:23:26.376 592 1004 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0 10-01 23:23:26.376 592 1004 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1538429007000 10-01 23:23:26.376 572 627 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection 10-01 23:23:26.377 592 1004 D QC-time-services: Lib:time_genoff_operation: Send to server passed!! 10-01 23:23:26.377 572 627 D QC-time-services: Daemon: Connection accepted:time_genoff 10-01 23:23:26.377 572 2471 D QC-time-services: Daemon:Received base = 13, unit = 1, operation = 0,value = 1538429007000 10-01 23:23:26.377 572 2471 D QC-time-services: Daemon:genoff_opr: Base = 13, val = 1538429007000, operation = 0 10-01 23:23:26.377 572 2471 D QC-time-services: Daemon:Value read from QTimer mseconds = 25517 10-01 23:23:26.377 572 2471 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 172274000 10-01 23:23:26.377 572 2471 D QC-time-services: Daemon:Delta read on boot mseconds = 172260061 10-01 23:23:26.377 572 2471 D QC-time-services: Daemon:new time 1538429007000 10-01 23:23:26.377 572 2471 D QC-time-services: Daemon: delta 1538256721422 genoff 1538256721422 10-01 23:23:26.377 572 2471 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1538256721422 to memory 10-01 23:23:26.377 572 2471 D QC-time-services: Daemon:Opening File: /persist/time/ats_13 /data/time/ats_13 10-01 23:23:26.377 572 2471 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation 10-01 23:23:26.395 2474 2474 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:26.395 1469 1588 I ActivityManager: Start proc 2474:com.google.android.gms/u0a13 for service com.google.android.gms/.chimera.GmsIntentOperationService 10-01 23:23:26.398 2474 2474 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:26.414 592 1004 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0 10-01 23:23:26.414 572 627 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection 10-01 23:23:26.417 1469 1799 D AlarmManagerService: Kernel timezone updated to -120 minutes west of GMT 10-01 23:23:26.418 2162 2162 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startActivity:887 android.content.ContextWrapper.startActivity:379 android.content.ContextWrapper.startActivity:379 com.android.settings.sim.SimSelectNotification.onReceive:112 android.app.ActivityThread.handleReceiver:3379 10-01 23:23:26.418 2162 2162 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startActivity:899 android.app.ContextImpl.startActivity:888 android.content.ContextWrapper.startActivity:379 android.content.ContextWrapper.startActivity:379 com.android.settings.sim.SimSelectNotification.onReceive:112 10-01 23:23:26.419 2402 2402 I Dialer : LegacyVoicemailNotificationReceiver.onReceive - received legacy voicemail notification 10-01 23:23:26.419 1469 2390 I ActivityManager: START u0 {flg=0x10000000 cmp=com.android.settings/.sim.SimDialogActivity (has extras)} from uid 1000 10-01 23:23:26.422 2402 2402 I Dialer : LegacyVoicemailNotificationReceiver.onReceive - isRefresh: false 10-01 23:23:26.424 1469 1799 D AlarmManagerService: Setting time of day to sec=1538429007 10-01 23:23:27.005 2402 2402 I Dialer : LegacyVoicemailNotificationReceiver.onReceive - clearing notification 10-01 23:23:27.005 2402 2402 I Dialer : LegacyVoicemailNotifier.cancelNotification - enter 10-01 23:23:27.005 1469 1799 W AlarmManagerService: Unable to set rtc to 1538429007: Invalid argument 10-01 23:23:27.015 2402 2402 I Dialer : LegacyVoicemailNotificationReceiver.onReceive - received legacy voicemail notification 10-01 23:23:27.016 2402 2402 I Dialer : LegacyVoicemailNotificationReceiver.onReceive - isRefresh: true 10-01 23:23:27.016 2402 2402 I Dialer : LegacyVoicemailNotificationReceiver.onReceive - clearing notification 10-01 23:23:27.016 2402 2402 I Dialer : LegacyVoicemailNotifier.cancelNotification - enter 10-01 23:23:27.020 2402 2402 I Dialer : LegacyVoicemailNotificationReceiver.onReceive - received legacy voicemail notification 10-01 23:23:27.020 2402 2402 I Dialer : LegacyVoicemailNotificationReceiver.onReceive - isRefresh: true 10-01 23:23:27.020 2402 2402 I Dialer : LegacyVoicemailNotificationReceiver.onReceive - clearing notification 10-01 23:23:27.020 2402 2402 I Dialer : LegacyVoicemailNotifier.cancelNotification - enter 10-01 23:23:27.023 1469 1469 D DevicePolicyManager: updateSystemUpdateFreezePeriodsRecord 10-01 23:23:27.023 1469 1469 W SyncManager: Clock is valid now. 10-01 23:23:27.023 1469 1469 D ConditionProviders.SCP: onReceive android.intent.action.TIME_SET 10-01 23:23:27.025 1469 1469 D ConditionProviders.SCP: evaluateSubscriptionLocked cal=ScheduleCalendar[mDays={1, 2, 3, 4, 5, 6, 7}, mSchedule=ScheduleInfo{days=[1, 2, 3, 4, 5, 6, 7], startHour=22, startMinute=0, endHour=7, endMinute=0, exitAtAlarm=true, nextAlarm=Thu Jan 01 01:00:00 GMT+01:00 1970 (0)}], now=Mon Oct 01 23:23:27 GMT+02:00 2018 (1538429007023), nextUserAlarmTime=Thu Jan 01 01:00:00 GMT+01:00 1970 (0) 10-01 23:23:27.025 1469 1469 D ConditionProviders.SCP: notifyCondition condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=7.0&exitAtAlarm=true STATE_TRUE reason=meetsSchedule 10-01 23:23:27.026 1469 1469 D ConditionProviders.SCP: Scheduling evaluate for Tue Oct 02 07:00:00 GMT+02:00 2018 (1538456400000), in +7h36m32s977ms, now=Mon Oct 01 23:23:27 GMT+02:00 2018 (1538429007023) 10-01 23:23:27.027 1907 1907 W System : ClassLoader referenced unknown path: 10-01 23:23:27.014 1907 1907 I ndroid.systemui: type=1400 audit(0.0:860): avc: denied { getattr } for path="/data/user_de/0/com.android.settings" dev="mmcblk0p49" ino=114777 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:system_app_data_file:s0 tclass=dir permissive=1 10-01 23:23:27.030 1469 2021 D AlarmManagerService: Kernel timezone updated to -120 minutes west of GMT 10-01 23:23:27.037 2142 2142 D ServiceStateProvider: subId=1 10-01 23:23:27.038 2474 2474 I gle.android.gm: The ClassLoaderContext is a special shared library. 10-01 23:23:27.043 2142 2142 I VvmSimStateTracker: android.intent.action.SIM_STATE_CHANGED 10-01 23:23:27.053 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 0, DISCONNECTED) 10-01 23:23:27.078 2474 2474 W GmsApplication: Failed to invoke the SupplierSetterRegistry. 10-01 23:23:27.079 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:27.085 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:27.088 2162 2162 D SimSelectNotification: simstatus = LOADED 10-01 23:23:27.092 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:27.103 2162 2162 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startActivity:887 android.content.ContextWrapper.startActivity:379 android.content.ContextWrapper.startActivity:379 com.android.settings.sim.SimSelectNotification.onReceive:112 android.app.ActivityThread.handleReceiver:3379 10-01 23:23:27.104 2162 2162 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startActivity:899 android.app.ContextImpl.startActivity:888 android.content.ContextWrapper.startActivity:379 android.content.ContextWrapper.startActivity:379 com.android.settings.sim.SimSelectNotification.onReceive:112 10-01 23:23:27.105 1469 2185 I ActivityManager: START u0 {flg=0x10000000 cmp=com.android.settings/.sim.SimDialogActivity (has extras)} from uid 1000 10-01 23:23:27.119 2142 2142 I chatty : uid=1001(radio) com.android.phone identical 4 lines 10-01 23:23:27.124 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:27.125 2474 2474 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 287 native methods... 10-01 23:23:27.128 2162 2162 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-01 23:23:27.128 2162 2162 I chatty : uid=1000(system) com.android.settings identical 2 lines 10-01 23:23:27.128 2162 2162 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-01 23:23:27.132 2497 2497 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:27.132 2162 2162 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-01 23:23:27.135 1469 1588 I ActivityManager: Start proc 2497:com.android.cellbroadcastreceiver/u0a24 for broadcast com.android.cellbroadcastreceiver/.CellBroadcastReceiver 10-01 23:23:27.132 2162 2162 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-01 23:23:27.137 2497 2497 E oadcastreceive: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:27.124 1907 1907 I RenderThread: type=1400 audit(0.0:861): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=94a scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:27.144 2474 2474 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 10-01 23:23:27.147 2474 2474 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 10-01 23:23:27.156 1469 1604 W WindowManager: App freeze timeout expired. 10-01 23:23:27.179 1469 1511 I ActivityManager: Activity reported stop, but no longer stopping: ActivityRecord{c35b4ed u0 com.android.settings/.sim.SimDialogActivity t2} 10-01 23:23:27.174 1907 1907 I RenderThread: type=1400 audit(0.0:862): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:27.203 2474 2474 E GservicesValue: Gservices key not whitelisted for directboot access: gms:wh:enable_westinghouse_support 10-01 23:23:27.204 2474 2474 E WhAwareWrappers: Couldn't initialize instant apps metadata client! Disabling instant apps. 10-01 23:23:27.235 2474 2474 W Primes : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. 10-01 23:23:27.308 2497 2497 D CellBroadcastReceiver: onReceive Intent { act=android.telephony.action.CARRIER_CONFIG_CHANGED flg=0x5000010 cmp=com.android.cellbroadcastreceiver/.CellBroadcastReceiver (has extras) } 10-01 23:23:27.311 2497 2497 D CellBroadcastReceiver: Start Cell Broadcast configuration. 10-01 23:23:27.317 2497 2497 D CellBroadcastReceiver: Default interval 0 did not change. 10-01 23:23:27.318 2142 2142 D OtaspSimStateReceiver: Received intent: android.telephony.action.CARRIER_CONFIG_CHANGED 10-01 23:23:27.320 2142 2142 D OtaspSimStateReceiver: otasp activation not needed: no supported carrier 10-01 23:23:27.320 2497 2521 D CellBroadcastConfigService: Enable CellBroadcast on sub 1 10-01 23:23:27.321 2142 2142 I VvmSimStateTracker: android.telephony.action.CARRIER_CONFIG_CHANGED 10-01 23:23:27.325 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setGsmBroadcastConfig with 1 configurations 10-01 23:23:27.335 2523 2523 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:27.335 1469 1588 I ActivityManager: Start proc 2523:com.google.android.apps.wellbeing/u0a10 for broadcast com.google.android.apps.wellbeing/.winddown.impl.WindDownTimeChangedBroadcastReceiv er_Receiver 10-01 23:23:27.340 2523 2523 E .apps.wellbein: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:27.400 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Added GSM cell broadcast subscription for MID range 4370 to 4370 from client com.android.cellbroadcastreceiver 10-01 23:23:27.400 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true) 10-01 23:23:27.405 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCdmaBroadcastConfig with 1 configurations 10-01 23:23:27.407 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to add cdma broadcast subscription for MID range 4096 to 4096 from client com.android.cellbroadcastreceiver 10-01 23:23:27.409 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setGsmBroadcastConfig with 2 configurations 10-01 23:23:27.435 527 1057 D audio_hw_primary: adev_set_parameters: enter: A2dpSuspended=false 10-01 23:23:27.435 527 1057 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0 10-01 23:23:27.436 1469 1797 I AudioService: setBluetoothScoOnInt: false resetBluetoothSco 10-01 23:23:27.436 2523 2523 I MultiDex: VM with version 2.1.0 has multidex support 10-01 23:23:27.436 2523 2523 I MultiDex: install 10-01 23:23:27.436 2523 2523 I MultiDex: VM has multidex support, MultiDex support library is disabled. 10-01 23:23:27.436 527 1057 D audio_hw_primary: adev_set_parameters: enter: BT_SCO=off 10-01 23:23:27.436 527 1057 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0 10-01 23:23:27.460 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Added GSM cell broadcast subscription for MID range 4383 to 4383 from client com.android.cellbroadcastreceiver 10-01 23:23:27.460 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true) 10-01 23:23:27.464 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4371 to 4372 from client com.android.cellbroadcastreceiver 10-01 23:23:27.466 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove cdma broadcast subscription for MID range 4097 to 4097 from client com.android.cellbroadcastreceiver 10-01 23:23:27.468 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4384 to 4385 from client com.android.cellbroadcastreceiver 10-01 23:23:27.471 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4373 to 4378 from client com.android.cellbroadcastreceiver 10-01 23:23:27.473 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove cdma broadcast subscription for MID range 4098 to 4098 from client com.android.cellbroadcastreceiver 10-01 23:23:27.475 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4386 to 4391 from client com.android.cellbroadcastreceiver 10-01 23:23:27.477 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4379 to 4379 from client com.android.cellbroadcastreceiver 10-01 23:23:27.478 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove cdma broadcast subscription for MID range 4099 to 4099 from client com.android.cellbroadcastreceiver 10-01 23:23:27.480 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4392 to 4392 from client com.android.cellbroadcastreceiver 10-01 23:23:27.483 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4380 to 4380 from client com.android.cellbroadcastreceiver 10-01 23:23:27.488 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove cdma broadcast subscription for MID range 4100 to 4100 from client com.android.cellbroadcastreceiver 10-01 23:23:27.490 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4393 to 4393 from client com.android.cellbroadcastreceiver 10-01 23:23:27.492 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4381 to 4381 from client com.android.cellbroadcastreceiver 10-01 23:23:27.494 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4394 to 4394 from client com.android.cellbroadcastreceiver 10-01 23:23:27.496 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4382 to 4382 from client com.android.cellbroadcastreceiver 10-01 23:23:27.497 2523 2523 I dxw : SslGuard completed installation. 10-01 23:23:27.499 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4395 to 4395 from client com.android.cellbroadcastreceiver 10-01 23:23:27.501 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setGsmBroadcastConfig with 3 configurations 10-01 23:23:27.503 1873 1947 E bt_hci : command_timed_out: 1 commands pending response 10-01 23:23:27.503 1873 1947 E bt_hci : command_timed_out: Waited 2000 ms for a response to opcode: 0xc03 *matches timer* 10-01 23:23:27.503 1873 1947 E bt_hci : command_timed_out: Size 3 Hex 03 0c 00 10-01 23:23:27.503 1873 1947 E bt_hci : command_timed_out: requesting a firmware dump. 10-01 23:23:27.504 1873 1947 E bt_hci : command_timed_out: Setting a timer to restart. 10-01 23:23:27.530 2523 2523 W PrimesInit: Primes instant initialization 10-01 23:23:27.531 2523 2544 W Primes : background initialization 10-01 23:23:27.538 1469 2021 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } U=0: not found 10-01 23:23:27.539 1469 2185 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@ebcbefc 10-01 23:23:27.540 2523 2543 E GmsClient: unable to connect to service: com.google.android.gms.phenotype.service.START on com.google.android.gms 10-01 23:23:27.541 2523 2544 W Primes : Primes failed to initialized in the background 10-01 23:23:27.541 2523 2544 W Primes : java.lang.IllegalStateException: SharedPreferences in credential encrypted storage are not available until after user is unlocked 10-01 23:23:27.541 2523 2544 W Primes : at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:419) 10-01 23:23:27.541 2523 2544 W Primes : at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:404) 10-01 23:23:27.541 2523 2544 W Primes : at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:174) 10-01 23:23:27.541 2523 2544 W Primes : at dmf.a(PG:4) 10-01 23:23:27.541 2523 2544 W Primes : at dlx.a(PG:51) 10-01 23:23:27.541 2523 2544 W Primes : at dlz.run(PG:3) 10-01 23:23:27.541 2523 2544 W Primes : at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458) 10-01 23:23:27.541 2523 2544 W Primes : at java.util.concurrent.FutureTask.run(FutureTask.java:266) 10-01 23:23:27.541 2523 2544 W Primes : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:27.541 2523 2544 W Primes : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:27.541 2523 2544 W Primes : at dmu.run(PG:5) 10-01 23:23:27.541 2523 2544 W Primes : at java.lang.Thread.run(Thread.java:764) 10-01 23:23:27.563 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Added GSM cell broadcast subscription for MID range 4352 to 4354 from client com.android.cellbroadcastreceiver 10-01 23:23:27.563 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true) 10-01 23:23:27.565 2523 2547 E MendelPackageState: Failed to commit to config 10-01 23:23:27.565 2523 2547 E MendelPackageState: agc: byl{statusCode=API_UNAVAILABLE, resolution=null, message=null} 10-01 23:23:27.565 2523 2547 E MendelPackageState: at ekm.a(Unknown Source:3) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at dem.a(PG:2) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at ccb.a(PG:226) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at cbp.b(PG:118) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at cbp.d(PG:52) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at cbr.a(PG:14) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at ceh.a(PG:3) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at cdz.a(PG:11) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at cec.handleMessage(PG:57) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:27.565 2523 2547 E MendelPackageState: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:27.570 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setGsmBroadcastConfig with 4 configurations 10-01 23:23:27.608 2351 2363 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:4 and remote module com.google.android.gms.googlecertificates:4 10-01 23:23:27.608 2351 2363 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates 10-01 23:23:27.614 2523 2551 W DndManagerImpl: Notification policy access denied when removing rule 10-01 23:23:27.641 2560 2560 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:27.642 1469 1588 I ActivityManager: Start proc 2560:com.google.android.deskclock/u0a70 for broadcast com.google.android.deskclock/com.android.deskclock.AlarmInitReceiver 10-01 23:23:27.634 1010 1010 I BootAnimation: type=1400 audit(0.0:863): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=94a scontext=u:r:bootanim:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:27.647 2560 2560 E droid.deskcloc: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:27.658 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Added GSM cell broadcast subscription for MID range 4356 to 4356 from client com.android.cellbroadcastreceiver 10-01 23:23:27.658 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true) 10-01 23:23:27.654 740 740 I imsdatadaemon: type=1400 audit(0.0:864): avc: denied { read } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=socket permissive=1 10-01 23:23:27.654 740 740 I imsdatadaemon: type=1400 audit(0.0:865): avc: denied { write } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=socket permissive=1 10-01 23:23:27.654 1010 1010 I BootAnimation: type=1400 audit(0.0:866): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 scontext=u:r:bootanim:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:27.665 2142 2160 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4355 to 4355 from client com.android.cellbroadcastreceiver 10-01 23:23:27.695 1469 1602 I EthernetTracker: interfaceLinkStateChanged, iface: rmnet_data1, up: true 10-01 23:23:27.709 2523 2523 E ClientLoggingReceiver: Logging to Clearcut failed. 10-01 23:23:27.709 2523 2523 E ClientLoggingReceiver: agc: Status{statusCode=Log dropped in direct boot mode, resolution=null} 10-01 23:23:27.709 2523 2523 E ClientLoggingReceiver: at eko.a(Unknown Source:6) 10-01 23:23:27.709 2523 2523 E ClientLoggingReceiver: at deo.a(PG:4) 10-01 23:23:27.709 2523 2523 E ClientLoggingReceiver: at caz.handleMessage(PG:7) 10-01 23:23:27.709 2523 2523 E ClientLoggingReceiver: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:27.709 2523 2523 E ClientLoggingReceiver: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:27.709 2523 2523 E ClientLoggingReceiver: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:27.709 2523 2523 E ClientLoggingReceiver: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:27.709 2523 2523 E ClientLoggingReceiver: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:27.709 2523 2523 E ClientLoggingReceiver: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:27.721 2560 2560 E LoadedApk: Unable to instantiate appComponentFactory 10-01 23:23:27.721 2560 2560 E LoadedApk: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.app.CoreComponentFactory" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/system/app/PrebuiltDeskClockGoogle/PrebuiltDeskClockGoogle.apk"],nativeLibraryDir ectories=[/system/app/PrebuiltDeskClockGoogle/lib/arm64, /system/lib64, /vendor/lib64, /system/lib64, /vendor/lib64]] 10-01 23:23:27.721 2560 2560 E LoadedApk: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:134) 10-01 23:23:27.721 2560 2560 E LoadedApk: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 10-01 23:23:27.721 2560 2560 E LoadedApk: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 10-01 23:23:27.721 2560 2560 E LoadedApk: at android.app.LoadedApk.createAppFactory(LoadedApk.java:226) 10-01 23:23:27.721 2560 2560 E LoadedApk: at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:731) 10-01 23:23:27.721 2560 2560 E LoadedApk: at android.app.LoadedApk.getClassLoader(LoadedApk.java:810) 10-01 23:23:27.721 2560 2560 E LoadedApk: at android.app.LoadedApk.getResources(LoadedApk.java:1032) 10-01 23:23:27.721 2560 2560 E LoadedApk: at android.app.ContextImpl.createAppContext(ContextImpl.java:2345) 10-01 23:23:27.721 2560 2560 E LoadedApk: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5749) 10-01 23:23:27.721 2560 2560 E LoadedApk: at android.app.ActivityThread.access$1100(ActivityThread.java:199) 10-01 23:23:27.721 2560 2560 E LoadedApk: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650) 10-01 23:23:27.721 2560 2560 E LoadedApk: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:27.721 2560 2560 E LoadedApk: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:27.721 2560 2560 E LoadedApk: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:27.721 2560 2560 E LoadedApk: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:27.721 2560 2560 E LoadedApk: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:27.721 2560 2560 E LoadedApk: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:27.770 2560 2560 I GAv4 : Google Analytics 11.0.11 is starting up. To enable debug logging on a device run: 10-01 23:23:27.770 2560 2560 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG 10-01 23:23:27.770 2560 2560 I GAv4 : adb logcat -s GAv4 10-01 23:23:27.773 2560 2584 W Primes : Primes failed to initialized in the background 10-01 23:23:27.773 2560 2584 W Primes : java.lang.IllegalStateException: SharedPreferences in credential encrypted storage are not available until after user is unlocked 10-01 23:23:27.773 2560 2584 W Primes : at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:419) 10-01 23:23:27.773 2560 2584 W Primes : at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:404) 10-01 23:23:27.773 2560 2584 W Primes : at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:174) 10-01 23:23:27.773 2560 2584 W Primes : at cjc.a(PG:4) 10-01 23:23:27.773 2560 2584 W Primes : at ciw.run(PG:17) 10-01 23:23:27.773 2560 2584 W Primes : at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458) 10-01 23:23:27.773 2560 2584 W Primes : at java.util.concurrent.FutureTask.run(FutureTask.java:266) 10-01 23:23:27.773 2560 2584 W Primes : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:27.773 2560 2584 W Primes : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:27.773 2560 2584 W Primes : at cjr.run(PG:5) 10-01 23:23:27.773 2560 2584 W Primes : at java.lang.Thread.run(Thread.java:764) 10-01 23:23:27.780 2560 2560 I AlarmClock: AlarmInitReceiver android.intent.action.TIME_SET 10-01 23:23:27.797 2560 2587 I AlarmClock: Removing AlarmClockInfo 10-01 23:23:27.802 1469 1778 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:27.808 1469 1778 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:27.809 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:28.364 566 566 I cnd : type=1400 audit(0.0:905): avc: denied { call } for scontext=u:r:init:s0 tcontext=u:r:system_app:s0 tclass=binder permissive=1 10-01 23:23:28.374 2111 2196 I QCNEJ/CndHalServerCallback: <- RCV:RatRequestedEvent{rat=11, slot=1} 10-01 23:23:28.374 2111 2195 I QCNEJ : |CORE| handleRatRequest bringUp = truenet Type: 11 slotidx: 1 10-01 23:23:28.375 2111 2195 I QCNEJ : |CORE| handleRatRequest: subId = 1 10-01 23:23:28.375 2111 2195 I QCNEJ : |CORE| Bring up network: 11subId = 1 10-01 23:23:28.376 1469 2185 D ConnectivityService: requestNetwork for uid/pid:1000/2111 NetworkRequest [ REQUEST id=14, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted: Specifier: <1> Uid: 1000] ] 10-01 23:23:28.377 1469 1868 D Ethernet: got request NetworkRequest [ REQUEST id=14, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted: Specifier: <1> Uid: 1000] ] with score 0 10-01 23:23:28.377 2142 2142 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ REQUEST id=14, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted: Specifier: <1> Uid: 1000] ] with score 0 10-01 23:23:28.374 1253 1253 I imsrcsd : type=1400 audit(0.0:906): avc: denied { read } for laddr=fe80::2266:7d54:568:3c7f lport=38137 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=udp_socket permissive=1 10-01 23:23:28.374 1253 1253 I imsrcsd : type=1400 audit(0.0:907): avc: denied { write } for name="ims_qmid" dev="tmpfs" ino=14717 scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1 10-01 23:23:28.380 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:28.384 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 6 lines 10-01 23:23:28.384 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:28.374 2111 2111 I MainEventThread: type=1400 audit(0.0:908): avc: denied { call } for scontext=u:r:system_app:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:28.386 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 0, DISCONNECTED) 10-01 23:23:28.427 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED[SUB0] 10-01 23:23:28.428 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED[SUB1] 10-01 23:23:28.429 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:28.429 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:28.430 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 2 10-01 23:23:28.430 2142 2142 I QImsService: ImsServiceSubHandler : handleImsStateChanged 10-01 23:23:28.430 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:28.430 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:28.431 2142 2142 I QImsService: ImsSenderRxr : [0013]> REQUEST_QUERY_SERVICE_STATUS [SUB0] 10-01 23:23:28.431 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:28.431 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 2 lines 10-01 23:23:28.432 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:28.432 2142 2247 I QImsService: ImsRadioResponse : queryServiceStatus response received. 10-01 23:23:28.432 2142 2142 I QImsService: ImsServiceSub : sendBroadcastForDisconnected 10-01 23:23:28.432 2142 2247 I QImsService: Class : Num of SrvUpdates = 6 10-01 23:23:28.432 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:28.432 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 2 10-01 23:23:28.432 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:28.432 2142 2142 I QImsService: ImsServiceSubHandler : handleImsStateChanged 10-01 23:23:28.432 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:28.432 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:28.432 2142 2318 I MmTelFeatureConnection: onRegistering :: 10-01 23:23:28.432 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:28.432 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:28.432 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:28.432 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:28.432 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:28.432 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:28.432 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:28.432 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:28.432 2142 2247 I QImsService: ImsSenderRxr : [0013]< REQUEST_QUERY_SERVICE_STATUS [org.codeaurora.ims.ServiceStatus@a7ffa18, org.codeaurora.ims.ServiceStatus@d40fc71, org.codeaurora.ims.ServiceStatus@1fc1a56, org.codeaurora.ims.ServiceStatus@ce19ad7, org.codeaurora.ims.ServiceStatus@2869fc4, org.codeaurora.ims.ServiceStatus@d97eead][SUB0] 10-01 23:23:28.432 2142 2142 I QImsService: ImsSenderRxr : [0014]> REQUEST_QUERY_SERVICE_STATUS [SUB1] 10-01 23:23:28.433 2142 2142 I QImsService: ImsServiceSub : sendBroadcastForDisconnected 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 5 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSubHandler : Received event: EVENT_GET_STATUS_UPDATE 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : type = 5 status = 0 isValid = true 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : type = 0 status = 0 isValid = true 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : Call Type 0has num updates = 1 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:28.434 2142 2247 I QImsService: ImsRadioResponse : queryServiceStatus response received. 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : type = 3 status = 0 isValid = true 10-01 23:23:28.434 2142 2247 I QImsService: Class : Num of SrvUpdates = 6 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : Call Type 3has num updates = 1 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:28.434 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : type = 1 status = 0 isValid = true 10-01 23:23:28.434 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : Call Type 1has num updates = 1 10-01 23:23:28.434 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:28.434 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : type = 2 status = 0 isValid = true 10-01 23:23:28.434 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : Call Type 2has num updates = 1 10-01 23:23:28.434 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:28.434 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : type = 25 status = 0 isValid = true 10-01 23:23:28.434 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : Call Type 25has num updates = 1 10-01 23:23:28.434 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:28.434 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:28.434 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:28.434 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceClassTracker : updateFeatureCapabilities video false voice false 10-01 23:23:28.434 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : false isVoice : false phoneId: 0 show HD Icon: false 10-01 23:23:28.434 2142 2247 I QImsService: ImsSenderRxr : [0014]< REQUEST_QUERY_SERVICE_STATUS [org.codeaurora.ims.ServiceStatus@b3785e2, org.codeaurora.ims.ServiceStatus@3b0d73, org.codeaurora.ims.ServiceStatus@12ff430, org.codeaurora.ims.ServiceStatus@af1c8a9, org.codeaurora.ims.ServiceStatus@fcc1e2e, org.codeaurora.ims.ServiceStatus@af0dcf][SUB1] 10-01 23:23:28.436 2142 2142 I QImsService: ImsServiceStateReceiver : shallShowHDIcon config showHDIcon : false phoneId : 0 10-01 23:23:28.436 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 5 10-01 23:23:28.436 2142 2142 I QImsService: ImsServiceSubHandler : Received event: EVENT_GET_STATUS_UPDATE 10-01 23:23:28.436 2142 2142 I QImsService: ImsServiceSub : type = 5 status = 0 isValid = true 10-01 23:23:28.436 2142 2142 I QImsService: ImsServiceSub : type = 0 status = 0 isValid = true 10-01 23:23:28.436 2142 2142 I QImsService: ImsServiceSub : Call Type 0has num updates = 1 10-01 23:23:28.436 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:28.436 2142 2142 I QImsService: ImsServiceSub : type = 3 status = 0 isValid = true 10-01 23:23:28.436 2142 2142 I QImsService: ImsServiceSub : Call Type 3has num updates = 1 10-01 23:23:28.436 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:28.437 2142 2142 I QImsService: ImsServiceSub : type = 1 status = 0 isValid = true 10-01 23:23:28.437 2142 2142 I QImsService: ImsServiceSub : Call Type 1has num updates = 1 10-01 23:23:28.437 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:28.437 2142 2142 I QImsService: ImsServiceSub : type = 2 status = 0 isValid = true 10-01 23:23:28.437 2142 2142 I QImsService: ImsServiceSub : Call Type 2has num updates = 1 10-01 23:23:28.437 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:28.437 2142 2142 I QImsService: ImsServiceSub : type = 25 status = 0 isValid = true 10-01 23:23:28.437 2142 2142 I QImsService: ImsServiceSub : Call Type 25has num updates = 1 10-01 23:23:28.437 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:28.437 2142 2142 E QImsService: ImsServiceSub : handleSrvStatusUpdate :: tracker null; not updating global VT capability 10-01 23:23:28.437 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : false isVoice : false phoneId: 1 show HD Icon: false 10-01 23:23:28.437 2142 2142 D ImsMultiEndpointImpl: Message received: what = 2 10-01 23:23:28.437 2142 2142 D ImsMultiEndpointImpl: EVENT_CAPABILITIES_CHANGED 10-01 23:23:28.437 2142 2142 D ImsMultiEndpointImpl: updateCapabilities:: Video = false, Voice = false 10-01 23:23:28.437 2142 2142 D ImsViceParser: getCallPullInfo mDialogIds null 10-01 23:23:28.437 2142 2142 I ImsMultiEndpointImpl: Calling onImsExternalCallStateUpdate 10-01 23:23:28.437 2142 2142 D MultiEndpointImplBase: ims external call state update triggered. 10-01 23:23:28.437 2142 2142 D ImsExternalCallTracker: refreshExternalCallState 10-01 23:23:28.437 2142 2142 D ImsMultiEndpointImpl: Message received: what = 2 10-01 23:23:28.437 2142 2142 D ImsMultiEndpointImpl: EVENT_CAPABILITIES_CHANGED 10-01 23:23:28.437 2142 2142 D ImsMultiEndpointImpl: updateCapabilities:: Video = false, Voice = false 10-01 23:23:28.437 2142 2142 D ImsViceParser: getCallPullInfo mDialogIds null 10-01 23:23:28.437 2142 2142 I ImsMultiEndpointImpl: Calling onImsExternalCallStateUpdate 10-01 23:23:28.437 2142 2142 D MultiEndpointImplBase: ims external call state update triggered. 10-01 23:23:28.569 1907 1907 I vol.Events: writeEvent dismiss_dialog timeout 10-01 23:23:28.881 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:29.120 1469 1469 W FingerprintService: Client android failed to respond to cancel, starting client com.android.systemui 10-01 23:23:29.120 1469 1469 V FingerprintService: starting client AuthenticationClient(com.android.systemui), initiatedByClient = false 10-01 23:23:29.048 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 12 lines 10-01 23:23:29.048 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:29.114 1469 1469 I system_server: type=1400 audit(0.0:909): avc: denied { call } for scontext=u:r:system_server:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:29.120 1278 1335 D FingerGoodix: fpcode, fingerprint_authenticate(0x74dfc4b1c0, operation_id=0d, gid=0) 10-01 23:23:29.120 1278 1335 D FingerGoodix: fpcode, goodix sensor has already been inited! 10-01 23:23:29.120 1278 1335 D FingerGoodix: fingerprint_authenticate 10-01 23:23:29.120 1278 1335 D FingerGoodix: set_fpdb_to_ta,gFPExtDataFilePath:/data/system/users/0/fpdata/fpdb 10-01 23:23:29.125 1278 1335 D FingerGoodix: set_fpdb_path source path: /data/system/users/0/fpdata/fpdb 10-01 23:23:29.125 1278 1335 D FingerGoodix: set_fpdb_path /data/system/users/0/settings_fingerprint.xml 10-01 23:23:29.125 1278 1335 D FingerGoodix: load_all_fpdata 10-01 23:23:29.125 1278 1335 D FingerGoodix: Fp::gx_load_all_fpdata() 10-01 23:23:29.125 562 1314 D FingerGoodix: load_all_fpdata 10-01 23:23:29.125 562 1314 D FingerGoodix: prepare FpEnv, active client=0x79cfc84300 10-01 23:23:29.125 562 1314 D FingerGoodix: prepare to load_all_fpdata. 10-01 23:23:29.125 562 1314 D FingerGoodix: fnCa_load_all_fpdata 10-01 23:23:29.125 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 57 10-01 23:23:29.301 562 1314 D FingerGoodix: current_num:1 10-01 23:23:29.301 1278 1335 D FingerGoodix: client, load_all_fpdata OK! 10-01 23:23:29.301 1278 1335 D FingerGoodix: loadFingerPrintPlatformDataIfNeed-- >current_num:1 10-01 23:23:29.301 1278 1335 D FingerGoodix: loadFingerPrintPlatformDataIfNeed:75004774 10-01 23:23:29.301 1278 1335 D FingerGoodix: loadFingerPrintPlatformDataIfNeed:0 10-01 23:23:29.301 1278 1335 I chatty : uid=1000(system) HwBinder:1278_1 identical 2 lines 10-01 23:23:29.301 1278 1335 D FingerGoodix: loadFingerPrintPlatformDataIfNeed:0 10-01 23:23:29.302 1278 1335 D FingerGoodix: finger print client call gx_enableFingerScreenUnlock! 10-01 23:23:29.302 1278 1335 D FingerGoodix: client,enableFingerScreenUnlock 10-01 23:23:29.302 562 1314 D FingerGoodix: server,enableFingerScreenUnlock 10-01 23:23:29.302 562 1314 D FingerGoodix: Client::enableFingerScreenUnlock 10-01 23:23:29.302 562 1314 D FingerGoodix: Set ScreenOff Flag: 0, g_ff_flag = 0 10-01 23:23:29.302 562 1314 D FingerGoodix: enable_finger_screen_unlock run ok 10-01 23:23:29.302 1278 1335 D FingerGoodix: fpcode, g_fpdb_is_loaded = 1 ,load fpdata. 10-01 23:23:29.302 1278 1335 D FingerGoodix: gCheckFingerprintidsConsistence:0 10-01 23:23:29.302 1278 1335 D FingerGoodix: fpcode, fp cancel! 10-01 23:23:29.302 1278 1335 D FingerGoodix: fpcode, setListenerState(0x74dfc4b1c0, 3) 10-01 23:23:29.302 1278 1335 D FingerGoodix: fpcode, setListenerState(0x74dfc4b1c0, 2) 10-01 23:23:29.302 1278 1335 D FingerGoodix: fpcode, goodix_sensor_fp_match(), operation_id = 0d 10-01 23:23:29.302 1278 1335 D FingerGoodix: init, g_need_clean_fp_data=0 10-01 23:23:29.302 1278 1335 D FingerGoodix: finger print client call checkPasswd! 10-01 23:23:29.302 1278 1335 D FingerGoodix: client,check passwd 10-01 23:23:29.302 1278 2597 D FingerGoodix: deleteThreadForTA 10-01 23:23:29.302 1278 2597 D FingerGoodix: wait_for_boot_complete,0 10-01 23:23:29.302 562 1314 D FingerGoodix: server,check passwd 10-01 23:23:29.302 562 1314 D FingerGoodix: Client::checkPasswd : 10-01 23:23:29.302 562 1314 D FingerGoodix: prepare FpEnv, active client=0x79cfc84300 10-01 23:23:29.302 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 15 10-01 23:23:29.302 1278 2597 D FingerGoodix: wait_for_boot_complete,boot_complete_value:0 10-01 23:23:29.306 1278 1335 D FingerGoodix: finger print client call recognize! 10-01 23:23:29.306 1278 1335 D FingerGoodix: client,recognize 10-01 23:23:29.306 562 1314 D FingerGoodix: server,recognize 10-01 23:23:29.306 562 1314 D FingerGoodix: FpService::Client::recognize 10-01 23:23:29.306 562 1314 D FingerGoodix: prepare FpEnv, active client=0x79cfc84300 10-01 23:23:29.306 562 1314 D FingerGoodix: mCurStatus = 1 , nextStatus = 6 10-01 23:23:29.306 562 1314 D FingerGoodix: fnCa_GetSessionID 10-01 23:23:29.306 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 48 10-01 23:23:29.310 562 1314 D FingerGoodix: device_setMode ,mode = 0, g_mode = 1, ignore = 2 10-01 23:23:29.310 562 1314 D FingerGoodix: Set mode : 0, g_mode = 1 10-01 23:23:29.310 562 1314 D FingerGoodix: ############ reset before read statue 0x0 g_mode 1 10-01 23:23:29.310 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:29.316 562 1314 D FingerGoodix: delete timer 10-01 23:23:29.316 562 1314 D FingerGoodix: delete timer 10-01 23:23:29.316 562 1314 D FingerGoodix: gf_enable_irq 10-01 23:23:29.316 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 3 10-01 23:23:29.324 562 1314 D FingerGoodix: setCurNotifyClientID:0 10-01 23:23:29.324 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:29.324 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:29.324 562 1314 D FingerGoodix: trigger rawdata signal sem! 10-01 23:23:29.324 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:29.324 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:29.324 562 1314 D FingerGoodix: fingerprint clear wait finger command. 10-01 23:23:29.324 562 1314 D FingerGoodix: device_clear_waitfinger 10-01 23:23:29.324 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:29.324 562 1313 D FingerGoodix: RawDataProcessLoop got signal! 10-01 23:23:29.324 562 1313 D FingerGoodix: setChipMode = 0 10-01 23:23:29.324 562 1313 D FingerGoodix: fingerprint set mode. mode = 0x0 10-01 23:23:29.324 562 1313 D FingerGoodix: device_setMode ,mode = 0, g_mode = 0, ignore = 2 10-01 23:23:29.324 1469 1469 W FingerprintService: client com.android.systemui is authenticating... 10-01 23:23:29.325 1469 1469 W Looper : Slow dispatch took 205ms main h=com.android.server.fingerprint.FingerprintService$1 c=com.android.server.fingerprint.FingerprintService$4@30002d7 m=0 10-01 23:23:29.329 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:29.329 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 0 g_state 0 10-01 23:23:29.329 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:29.329 562 1276 D FingerGoodix: #### Invalid int. g_mode = 0 10-01 23:23:29.329 562 1313 D FingerGoodix: Set mode : 0, g_mode = 0 10-01 23:23:29.329 562 1313 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:29.329 562 1313 D FingerGoodix: has already in mode : 0 10-01 23:23:29.329 562 1313 D FingerGoodix: RawDataProcessLoop set to IMAGE mode 10-01 23:23:29.329 562 1313 D FingerGoodix: EventProcessThread wait hal_Up! status:6 10-01 23:23:29.329 562 1313 D FingerGoodix: fingerprint wait for finger up. 10-01 23:23:29.329 562 1313 D FingerGoodix: ===> Wait Finger Up. g_up_ignore = 2 10-01 23:23:29.329 562 1313 D FingerGoodix: device_waitForFingerUp UP 10-01 23:23:29.329 562 1313 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:29.329 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:29.335 562 1313 D FingerGoodix: gx_ta_send_command, cmd = 60 10-01 23:23:29.347 562 1313 D FingerGoodix: gf_enable_irq 10-01 23:23:29.347 562 1313 D FingerGoodix: device_waitForFingerUp 1139 10-01 23:23:29.347 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:29.347 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:29.347 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:29.347 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:29.347 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:29.351 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:29.351 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 0 g_state 3 10-01 23:23:29.351 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:29.351 562 1276 D FingerGoodix: #### Invalid int. g_mode = 0 10-01 23:23:29.360 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:29.364 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 8 lines 10-01 23:23:29.364 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:29.371 1873 1940 E AdapterState: BLE_TURNING_ON : BLE_START_TIMEOUT 10-01 23:23:29.372 1873 1940 I AdapterState: BLE_TURNING_OFF : entered 10-01 23:23:29.372 1873 1940 D AdapterProperties: Setting state to BLE_TURNING_OFF 10-01 23:23:29.372 1873 1940 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_TURNING_OFF to 1 receivers. 10-01 23:23:29.372 1469 1603 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_ON > BLE_TURNING_OFF 10-01 23:23:29.372 1469 1603 D BluetoothManagerService: Sending BLE State Change: BLE_TURNING_ON > BLE_TURNING_OFF 10-01 23:23:29.372 1873 1940 D AdapterProperties: onBleDisable 10-01 23:23:29.374 1873 1873 D BtGatt.DebugUtils: handleDebugAction() action=null 10-01 23:23:29.375 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:29.375 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:29.375 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED[SUB0] 10-01 23:23:29.376 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 2 10-01 23:23:29.376 2142 2142 I QImsService: ImsServiceSubHandler : handleImsStateChanged 10-01 23:23:29.377 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED[SUB1] 10-01 23:23:29.377 2142 2142 I QImsService: ImsSenderRxr : [0015]> REQUEST_QUERY_SERVICE_STATUS [SUB0] 10-01 23:23:29.377 1873 1873 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:29.377 1873 1873 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:29.377 1873 1873 D BluetoothAdapterService: handleMessage() - Message: 3 10-01 23:23:29.377 1873 1873 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_UNREGISTERED 10-01 23:23:29.377 2142 2142 I QImsService: ImsServiceSubHandler : VOLTE ims registered, WFC change to Not registered 10-01 23:23:29.377 1873 1873 W bt_stack: [WARNING:bta_gattc_api.cc(61)] GATTC Module not enabled/already disabled 10-01 23:23:29.377 1873 1940 I AdapterState: OFF : entered 10-01 23:23:29.377 1873 1940 D AdapterProperties: Setting state to OFF 10-01 23:23:29.377 1873 1940 D BluetoothAdapterService: updateAdapterState() - Broadcasting state OFF to 1 receivers. 10-01 23:23:29.377 1873 1873 W bt_stack: [WARNING:bta_gatts_api.cc(56)] GATTS Module not enabled/already disabled 10-01 23:23:29.378 1469 1603 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_OFF > OFF 10-01 23:23:29.378 1469 1603 D BluetoothManagerService: Bluetooth is complete send Service Down 10-01 23:23:29.378 1469 1603 D BluetoothManagerService: Broadcasting onBluetoothServiceDown() to 4 receivers. 10-01 23:23:29.378 1469 1603 D BluetoothManagerService: unbindAndFinish(): android.bluetooth.IBluetooth$Stub$Proxy@128e7c4 mBinding = false mUnbinding = false 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: exception when invoking removeOnUidImportanceListener 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: java.lang.IllegalArgumentException: Listener not registered: com.android.bluetooth.gatt.ScanManager$2@df933e8 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at android.app.ActivityManager.removeOnUidImportanceListener(ActivityManager.java:3552 ) 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at com.android.bluetooth.gatt.ScanManager.cleanup(ScanManager.java:157) 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at com.android.bluetooth.gatt.GattService.cleanup(GattService.java:244) 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at com.android.bluetooth.btservice.ProfileService.onDestroy(ProfileService.java:211) 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at android.app.ActivityThread.handleStopService(ActivityThread.java:3697) 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at android.app.ActivityThread.access$1700(ActivityThread.java:199) 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1686) 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:29.378 1873 1873 W BtGatt.ScanManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:29.378 2142 2247 I QImsService: ImsRadioResponse : queryServiceStatus response received. 10-01 23:23:29.378 2142 2247 I QImsService: Class : Num of SrvUpdates = 6 10-01 23:23:29.378 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.378 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.378 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.379 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.379 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.379 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.379 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.379 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.379 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.379 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.379 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.379 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.379 2142 2247 I QImsService: ImsSenderRxr : [0015]< REQUEST_QUERY_SERVICE_STATUS [org.codeaurora.ims.ServiceStatus@dd8235c, org.codeaurora.ims.ServiceStatus@4f54665, org.codeaurora.ims.ServiceStatus@effef3a, org.codeaurora.ims.ServiceStatus@eb8b7eb, org.codeaurora.ims.ServiceStatus@7721948, org.codeaurora.ims.ServiceStatus@4f8e3e1][SUB0] 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: exception when invoking unregisterReceiver(mLocationReceiver) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: java.lang.IllegalArgumentException: Receiver not registered: com.android.bluetooth.gatt.ScanManager$3@e5bfa01 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at android.app.LoadedApk.forgetReceiverDispatcher(LoadedApk.java:1271) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at android.app.ContextImpl.unregisterReceiver(ContextImpl.java:1504) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at android.content.ContextWrapper.unregisterReceiver(ContextWrapper.java:659) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at com.android.bluetooth.gatt.ScanManager.cleanup(ScanManager.java:178) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at com.android.bluetooth.gatt.GattService.cleanup(GattService.java:244) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at com.android.bluetooth.btservice.ProfileService.onDestroy(ProfileService.java:211) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at android.app.ActivityThread.handleStopService(ActivityThread.java:3697) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at android.app.ActivityThread.access$1700(ActivityThread.java:199) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1686) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:29.379 1873 1873 W BtGatt.ScanManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:29.379 2142 2142 I QImsService: ImsServiceSub : sendBroadcastForDisconnected 10-01 23:23:29.379 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 2 10-01 23:23:29.379 1873 1873 D BluetoothAdapterService: onUnbind() - calling cleanup 10-01 23:23:29.379 2142 2142 I QImsService: ImsServiceSubHandler : handleImsStateChanged 10-01 23:23:29.379 1873 1873 D BluetoothAdapterService: cleanup() 10-01 23:23:29.379 2142 2318 I MmTelFeatureConnection: onRegistered :: 10-01 23:23:29.380 2142 2142 I QImsService: ImsSenderRxr : [0016]> REQUEST_QUERY_SERVICE_STATUS [SUB1] 10-01 23:23:29.380 2142 2142 I QImsService: ImsServiceSubHandler : VOLTE ims registered, WFC change to Not registered 10-01 23:23:29.380 1469 1603 D BluetoothManagerService: Sending BLE State Change: BLE_TURNING_OFF > OFF 10-01 23:23:29.380 1469 1603 D BluetoothManagerService: Entering STATE_OFF but mEnabled is true; restarting. 10-01 23:23:29.380 1469 1603 E BluetoothManagerService: waitForOnOff time out 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : sendBroadcastForDisconnected 10-01 23:23:29.381 2142 2247 I QImsService: ImsRadioResponse : queryServiceStatus response received. 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 5 10-01 23:23:29.381 2142 2247 I QImsService: Class : Num of SrvUpdates = 6 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSubHandler : Received event: EVENT_GET_STATUS_UPDATE 10-01 23:23:29.381 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : type = 5 status = 0 isValid = true 10-01 23:23:29.381 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : type = 0 status = 0 isValid = true 10-01 23:23:29.381 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : Call Type 0has num updates = 1 10-01 23:23:29.381 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.381 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : type = 3 status = 0 isValid = true 10-01 23:23:29.381 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : Call Type 3has num updates = 1 10-01 23:23:29.381 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.381 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.381 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : type = 1 status = 0 isValid = true 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : Call Type 1has num updates = 1 10-01 23:23:29.381 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.381 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : type = 2 status = 0 isValid = true 10-01 23:23:29.381 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : Call Type 2has num updates = 1 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : type = 25 status = 0 isValid = true 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : Call Type 25has num updates = 1 10-01 23:23:29.381 2142 2247 I QImsService: ImsSenderRxr : [0016]< REQUEST_QUERY_SERVICE_STATUS [org.codeaurora.ims.ServiceStatus@46dc506, org.codeaurora.ims.ServiceStatus@d68e7c7, org.codeaurora.ims.ServiceStatus@73381f4, org.codeaurora.ims.ServiceStatus@93edd1d, org.codeaurora.ims.ServiceStatus@8912b92, org.codeaurora.ims.ServiceStatus@6023963][SUB1] 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceClassTracker : updateFeatureCapabilities video false voice false 10-01 23:23:29.381 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : false isVoice : false phoneId: 0 show HD Icon: false 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceStateReceiver : shallShowHDIcon config showHDIcon : false phoneId : 0 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 5 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSubHandler : Received event: EVENT_GET_STATUS_UPDATE 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : type = 5 status = 0 isValid = true 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : type = 0 status = 0 isValid = true 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : Call Type 0has num updates = 1 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : type = 3 status = 0 isValid = true 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : Call Type 3has num updates = 1 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : type = 1 status = 0 isValid = true 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : Call Type 1has num updates = 1 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : type = 2 status = 0 isValid = true 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : Call Type 2has num updates = 1 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : type = 25 status = 0 isValid = true 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : Call Type 25has num updates = 1 10-01 23:23:29.384 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.385 2142 2142 E QImsService: ImsServiceSub : handleSrvStatusUpdate :: tracker null; not updating global VT capability 10-01 23:23:29.385 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : false isVoice : false phoneId: 1 show HD Icon: false 10-01 23:23:29.385 2142 2142 D ImsMultiEndpointImpl: Message received: what = 2 10-01 23:23:29.385 2142 2142 D ImsMultiEndpointImpl: EVENT_CAPABILITIES_CHANGED 10-01 23:23:29.385 2142 2142 D ImsMultiEndpointImpl: updateCapabilities:: Video = false, Voice = false 10-01 23:23:29.385 2142 2142 D ImsViceParser: getCallPullInfo mDialogIds null 10-01 23:23:29.385 2142 2142 I ImsMultiEndpointImpl: Calling onImsExternalCallStateUpdate 10-01 23:23:29.385 2142 2142 D MultiEndpointImplBase: ims external call state update triggered. 10-01 23:23:29.385 2142 2142 D ImsExternalCallTracker: refreshExternalCallState 10-01 23:23:29.385 2142 2142 D ImsMultiEndpointImpl: Message received: what = 2 10-01 23:23:29.385 2142 2142 D ImsMultiEndpointImpl: EVENT_CAPABILITIES_CHANGED 10-01 23:23:29.385 2142 2142 D ImsMultiEndpointImpl: updateCapabilities:: Video = false, Voice = false 10-01 23:23:29.385 2142 2142 D ImsViceParser: getCallPullInfo mDialogIds null 10-01 23:23:29.385 2142 2142 I ImsMultiEndpointImpl: Calling onImsExternalCallStateUpdate 10-01 23:23:29.385 2142 2142 D MultiEndpointImplBase: ims external call state update triggered. 10-01 23:23:29.392 1873 1873 W BluetoothSdpJni: Cleaning up Bluetooth SDP Interface... 10-01 23:23:29.392 1873 1873 W BluetoothSdpJni: Cleaning up Bluetooth SDP object 10-01 23:23:29.392 1873 1873 D BluetoothAdapterService: cleanup() - Cleaning up adapter native 10-01 23:23:29.396 2142 2247 I QImsService: Class : Num of SrvUpdates = 6 10-01 23:23:29.396 2142 2247 I QImsService: Class : networkMode = 14 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.396 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.396 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.396 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.396 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.396 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.396 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.396 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.396 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.396 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.396 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.396 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.396 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_SRV_STATUS_UPDATE [org.codeaurora.ims.ServiceStatus@200c960, org.codeaurora.ims.ServiceStatus@7f12e19, org.codeaurora.ims.ServiceStatus@e126ede, org.codeaurora.ims.ServiceStatus@95508bf, org.codeaurora.ims.ServiceStatus@4991b8c, org.codeaurora.ims.ServiceStatus@5dd92d5][SUB1] 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 4 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSubHandler : Received event: EVENT_SRV_STATUS_UPDATE 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : type = 5 status = 0 isValid = true 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : type = 0 status = 0 isValid = true 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : Call Type 0has num updates = 1 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : type = 3 status = 0 isValid = true 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : Call Type 3has num updates = 1 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : type = 1 status = 0 isValid = true 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : Call Type 1has num updates = 1 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : type = 2 status = 0 isValid = true 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : Call Type 2has num updates = 1 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : type = 25 status = 0 isValid = true 10-01 23:23:29.397 2142 2247 I QImsService: Class : Num of SrvUpdates = 6 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : Call Type 25has num updates = 1 10-01 23:23:29.397 2142 2247 I QImsService: Class : networkMode = 14 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.397 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.397 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.397 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.397 2142 2142 E QImsService: ImsServiceSub : handleSrvStatusUpdate :: tracker null; not updating global VT capability 10-01 23:23:29.397 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.397 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : false isVoice : false phoneId: 1 show HD Icon: false 10-01 23:23:29.397 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.397 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.397 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.397 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.397 2142 2142 D ImsMultiEndpointImpl: Message received: what = 2 10-01 23:23:29.397 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.397 2142 2142 D ImsMultiEndpointImpl: EVENT_CAPABILITIES_CHANGED 10-01 23:23:29.397 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.397 2142 2142 D ImsMultiEndpointImpl: updateCapabilities:: Video = false, Voice = false 10-01 23:23:29.397 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.397 2142 2142 D ImsViceParser: getCallPullInfo mDialogIds null 10-01 23:23:29.397 2142 2142 I ImsMultiEndpointImpl: Calling onImsExternalCallStateUpdate 10-01 23:23:29.397 2142 2142 D MultiEndpointImplBase: ims external call state update triggered. 10-01 23:23:29.397 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_SRV_STATUS_UPDATE [org.codeaurora.ims.ServiceStatus@7d29aea, org.codeaurora.ims.ServiceStatus@adb71db, org.codeaurora.ims.ServiceStatus@6826478, org.codeaurora.ims.ServiceStatus@cf18751, org.codeaurora.ims.ServiceStatus@3b77bb6, org.codeaurora.ims.ServiceStatus@19550b7][SUB0] 10-01 23:23:29.398 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:29.398 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:29.398 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:29.398 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:29.398 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:29.398 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:29.384 562 562 I gx_fpd : type=1400 audit(0.0:914): avc: denied { ioctl } for path="/dev/qseecom" dev="tmpfs" ino=13589 ioctlcmd=9703 scontext=u:r:init:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:29.398 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 4 10-01 23:23:29.398 2142 2142 I QImsService: ImsServiceSubHandler : Received event: EVENT_SRV_STATUS_UPDATE 10-01 23:23:29.398 2142 2142 I QImsService: ImsServiceSub : type = 5 status = 0 isValid = true 10-01 23:23:29.398 2142 2142 I QImsService: ImsServiceSub : type = 0 status = 0 isValid = true 10-01 23:23:29.398 2142 2142 I QImsService: ImsServiceSub : Call Type 0has num updates = 1 10-01 23:23:29.398 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.398 2142 2142 I QImsService: ImsServiceSub : type = 3 status = 0 isValid = true 10-01 23:23:29.398 2142 2142 I QImsService: ImsServiceSub : Call Type 3has num updates = 1 10-01 23:23:29.398 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.398 2142 2142 I QImsService: ImsServiceSub : type = 1 status = 0 isValid = true 10-01 23:23:29.398 2142 2142 I QImsService: ImsServiceSub : Call Type 1has num updates = 1 10-01 23:23:29.399 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.399 2142 2142 I QImsService: ImsServiceSub : type = 2 status = 0 isValid = true 10-01 23:23:29.399 2142 2142 I QImsService: ImsServiceSub : Call Type 2has num updates = 1 10-01 23:23:29.399 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.399 2142 2142 I QImsService: ImsServiceSub : type = 25 status = 0 isValid = true 10-01 23:23:29.399 2142 2142 I QImsService: ImsServiceSub : Call Type 25has num updates = 1 10-01 23:23:29.399 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.399 2142 2142 I QImsService: ImsServiceClassTracker : updateFeatureCapabilities video false voice false 10-01 23:23:29.399 2142 2247 I QImsService: Class : Num of SrvUpdates = 6 10-01 23:23:29.399 2142 2247 I QImsService: Class : networkMode = 14 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.399 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : false isVoice : false phoneId: 0 show HD Icon: false 10-01 23:23:29.399 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.399 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.399 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.399 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.399 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.399 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.399 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.399 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.399 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.399 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.399 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.399 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_SRV_STATUS_UPDATE [org.codeaurora.ims.ServiceStatus@fb55024, org.codeaurora.ims.ServiceStatus@e76478d, org.codeaurora.ims.ServiceStatus@6379d42, org.codeaurora.ims.ServiceStatus@aa44153, org.codeaurora.ims.ServiceStatus@d094a90, org.codeaurora.ims.ServiceStatus@d0ccf89][SUB1] 10-01 23:23:29.400 2142 2247 I QImsService: Class : Num of SrvUpdates = 6 10-01 23:23:29.400 2142 2247 I QImsService: Class : networkMode = 14 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.400 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.400 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.400 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.400 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.400 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.400 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.400 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.400 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.400 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.400 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.400 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.400 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_SRV_STATUS_UPDATE [org.codeaurora.ims.ServiceStatus@2a64b8e, org.codeaurora.ims.ServiceStatus@9a79faf, org.codeaurora.ims.ServiceStatus@f607fbc, org.codeaurora.ims.ServiceStatus@a69db45, org.codeaurora.ims.ServiceStatus@c3f929a, org.codeaurora.ims.ServiceStatus@2d887cb][SUB0] 10-01 23:23:29.401 2142 2247 I QImsService: Class : Num of SrvUpdates = 6 10-01 23:23:29.401 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.401 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.401 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.401 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.401 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.401 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.401 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.401 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.401 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.401 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.401 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.401 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.401 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_SRV_STATUS_UPDATE [org.codeaurora.ims.ServiceStatus@193dba8, org.codeaurora.ims.ServiceStatus@4d1e6c1, org.codeaurora.ims.ServiceStatus@bf43e66, org.codeaurora.ims.ServiceStatus@ae5d5a7, org.codeaurora.ims.ServiceStatus@11f0a54, org.codeaurora.ims.ServiceStatus@552dfd][SUB1] 10-01 23:23:29.402 2142 2142 I QImsService: ImsServiceStateReceiver : shallShowHDIcon config showHDIcon : false phoneId : 0 10-01 23:23:29.402 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 4 10-01 23:23:29.402 2142 2142 I QImsService: ImsServiceSubHandler : Received event: EVENT_SRV_STATUS_UPDATE 10-01 23:23:29.402 2142 2142 I QImsService: ImsServiceSub : type = 5 status = 0 isValid = true 10-01 23:23:29.402 2142 2142 I QImsService: ImsServiceSub : type = 0 status = 0 isValid = true 10-01 23:23:29.402 2142 2142 I QImsService: ImsServiceSub : Call Type 0has num updates = 1 10-01 23:23:29.402 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.402 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 0 10-01 23:23:29.402 2142 2142 I QImsService: ImsServiceSub : type = 3 status = 0 isValid = true 10-01 23:23:29.402 2142 2142 I QImsService: ImsServiceSub : Call Type 3has num updates = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : type = 1 status = 0 isValid = true 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : Call Type 1has num updates = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : type = 2 status = 0 isValid = true 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : Call Type 2has num updates = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : type = 25 status = 0 isValid = true 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : Call Type 25has num updates = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.403 2142 2142 E QImsService: ImsServiceSub : handleSrvStatusUpdate :: tracker null; not updating global VT capability 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : true isVoice : true phoneId: 1 show HD Icon: false 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 4 10-01 23:23:29.403 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSubHandler : Received event: EVENT_SRV_STATUS_UPDATE 10-01 23:23:29.403 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x2 g_mode 0 g_state 3 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : type = 5 status = 0 isValid = true 10-01 23:23:29.403 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:29.403 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 19 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : type = 0 status = 0 isValid = true 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : Call Type 0has num updates = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 0 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : type = 3 status = 0 isValid = true 10-01 23:23:29.403 2142 2247 I QImsService: Class : Num of SrvUpdates = 6 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : Call Type 3has num updates = 1 10-01 23:23:29.403 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : type = 1 status = 0 isValid = true 10-01 23:23:29.403 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : Call Type 1has num updates = 1 10-01 23:23:29.403 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.403 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 1 10-01 23:23:29.403 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : type = 2 status = 0 isValid = true 10-01 23:23:29.403 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : Call Type 2has num updates = 1 10-01 23:23:29.403 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.403 2142 2247 I QImsService: Class : networkMode = 14 status = 2 restrictCause = 0 registered = 1 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 1 10-01 23:23:29.403 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : type = 25 status = 0 isValid = true 10-01 23:23:29.403 2142 2247 I QImsService: Class : networkMode = 0 status = 0 restrictCause = 0 registered = 2 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : Call Type 25has num updates = 1 10-01 23:23:29.403 2142 2247 I QImsService: Class : RTT: copySrvStatusList rtt mode = 0 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceClassTracker : updateFeatureCapabilities video true voice true 10-01 23:23:29.403 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_SRV_STATUS_UPDATE [org.codeaurora.ims.ServiceStatus@6f5daf2, org.codeaurora.ims.ServiceStatus@8902543, org.codeaurora.ims.ServiceStatus@58c77c0, org.codeaurora.ims.ServiceStatus@7cbacf9, org.codeaurora.ims.ServiceStatus@202b43e, org.codeaurora.ims.ServiceStatus@405d29f][SUB0] 10-01 23:23:29.403 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : true isVoice : true phoneId: 0 show HD Icon: false 10-01 23:23:29.405 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceStateReceiver : shallShowHDIcon config showHDIcon : false phoneId : 0 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 4 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSubHandler : Received event: EVENT_SRV_STATUS_UPDATE 10-01 23:23:29.406 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : type = 5 status = 0 isValid = true 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : type = 0 status = 0 isValid = true 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : Call Type 0has num updates = 1 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 0 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : type = 3 status = 0 isValid = true 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : Call Type 3has num updates = 1 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 1 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : type = 1 status = 0 isValid = true 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : Call Type 1has num updates = 1 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 1 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : type = 2 status = 0 isValid = true 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : Call Type 2has num updates = 1 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 1 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : type = 25 status = 0 isValid = true 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : Call Type 25has num updates = 1 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.406 2142 2142 E QImsService: ImsServiceSub : handleSrvStatusUpdate :: tracker null; not updating global VT capability 10-01 23:23:29.406 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : true isVoice : true phoneId: 1 show HD Icon: false 10-01 23:23:29.406 2142 2142 D ImsMultiEndpointImpl: Message received: what = 2 10-01 23:23:29.406 2142 2142 D ImsMultiEndpointImpl: EVENT_CAPABILITIES_CHANGED 10-01 23:23:29.406 2142 2142 D ImsMultiEndpointImpl: updateCapabilities:: Video = false, Voice = false 10-01 23:23:29.406 2142 2142 D ImsViceParser: getCallPullInfo mDialogIds null 10-01 23:23:29.406 2142 2142 I ImsMultiEndpointImpl: Calling onImsExternalCallStateUpdate 10-01 23:23:29.406 2142 2142 D MultiEndpointImplBase: ims external call state update triggered. 10-01 23:23:29.406 2142 2142 D ImsExternalCallTracker: refreshExternalCallState 10-01 23:23:29.408 562 1276 D FingerGoodix: IMAGE:key touch_status = 0x2, g_state = 3 10-01 23:23:29.408 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 63 10-01 23:23:29.408 2142 2142 D ImsMultiEndpointImpl: Message received: what = 2 10-01 23:23:29.408 2142 2142 D ImsMultiEndpointImpl: EVENT_CAPABILITIES_CHANGED 10-01 23:23:29.408 2142 2142 D ImsMultiEndpointImpl: updateCapabilities:: Video = true, Voice = true 10-01 23:23:29.408 2142 2142 D ImsViceParser: getCallPullInfo mDialogIds null 10-01 23:23:29.408 2142 2142 I ImsMultiEndpointImpl: Calling onImsExternalCallStateUpdate 10-01 23:23:29.408 2142 2142 D MultiEndpointImplBase: ims external call state update triggered. 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 4 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSubHandler : Received event: EVENT_SRV_STATUS_UPDATE 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : type = 5 status = 0 isValid = true 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : type = 0 status = 0 isValid = true 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : Call Type 0has num updates = 1 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 0 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : type = 3 status = 0 isValid = true 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : Call Type 3has num updates = 1 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 1 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : type = 1 status = 0 isValid = true 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : Call Type 1has num updates = 1 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 1 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : type = 2 status = 0 isValid = true 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : Call Type 2has num updates = 1 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 14 registered = 1 status = 2 restrictCause = 0 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : enabledFeature = 1 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : type = 25 status = 0 isValid = true 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : Call Type 25has num updates = 1 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceSub : StatusForAccessTech networkMode = 0 registered = 2 status = 0 restrictCause = 0 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceClassTracker : updateFeatureCapabilities video true voice true 10-01 23:23:29.409 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : true isVoice : true phoneId: 0 show HD Icon: false 10-01 23:23:29.412 2142 2142 I QImsService: ImsServiceStateReceiver : shallShowHDIcon config showHDIcon : false phoneId : 0 10-01 23:23:29.414 2142 2142 D ImsMultiEndpointImpl: Message received: what = 2 10-01 23:23:29.414 2142 2142 D ImsMultiEndpointImpl: EVENT_CAPABILITIES_CHANGED 10-01 23:23:29.414 2142 2142 D ImsMultiEndpointImpl: updateCapabilities:: Video = true, Voice = true 10-01 23:23:29.414 2142 2142 D ImsViceParser: getCallPullInfo mDialogIds null 10-01 23:23:29.414 2142 2142 I ImsMultiEndpointImpl: Calling onImsExternalCallStateUpdate 10-01 23:23:29.414 2142 2142 D MultiEndpointImplBase: ims external call state update triggered. 10-01 23:23:29.414 2142 2142 D ImsExternalCallTracker: refreshExternalCallState 10-01 23:23:29.414 2142 2142 D ImsMultiEndpointImpl: Message received: what = 2 10-01 23:23:29.414 2142 2142 D ImsMultiEndpointImpl: EVENT_CAPABILITIES_CHANGED 10-01 23:23:29.414 2142 2142 D ImsMultiEndpointImpl: updateCapabilities:: Video = true, Voice = true 10-01 23:23:29.414 2142 2142 D ImsViceParser: getCallPullInfo mDialogIds null 10-01 23:23:29.414 2142 2142 I ImsMultiEndpointImpl: Calling onImsExternalCallStateUpdate 10-01 23:23:29.414 2142 2142 D MultiEndpointImplBase: ims external call state update triggered. 10-01 23:23:29.414 2142 2142 I ImsExternalCallTracker: handleVideoCapabilitiesChanged : isVideoCapable = true 10-01 23:23:29.414 2142 2142 D ImsExternalCallTracker: refreshCallPullState 10-01 23:23:29.414 2142 2142 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - true 10-01 23:23:29.424 1469 2021 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnection Service}, ***, UserHandle{0}(cap: 1086 -> 1078)]: TSI.rPA@ADg 10-01 23:23:29.427 2142 2142 D ImsMultiEndpointImpl: Message received: what = 2 10-01 23:23:29.427 2142 2142 D ImsMultiEndpointImpl: EVENT_CAPABILITIES_CHANGED 10-01 23:23:29.427 2142 2142 D ImsMultiEndpointImpl: updateCapabilities:: Video = true, Voice = true 10-01 23:23:29.427 2142 2142 D ImsViceParser: getCallPullInfo mDialogIds null 10-01 23:23:29.427 2142 2142 I ImsMultiEndpointImpl: Calling onImsExternalCallStateUpdate 10-01 23:23:29.427 2142 2142 D MultiEndpointImplBase: ims external call state update triggered. 10-01 23:23:29.427 2142 2142 D ImsExternalCallTracker: refreshExternalCallState 10-01 23:23:29.436 2142 2142 D ServiceStateProvider: subId=1 10-01 23:23:29.444 560 560 I surfaceflinger: type=1400 audit(0.0:915): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=948 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:29.548 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:29.548 562 1313 D FingerGoodix: sem_timedwait() succeeded 10-01 23:23:29.548 562 1313 D FingerGoodix: got up================= 10-01 23:23:29.548 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:29.548 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:29.548 562 1313 D FingerGoodix: notifyClient,type:2,msg:0,ext:0,clientID:0 10-01 23:23:29.548 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:29.548 562 1313 D FingerGoodix: getChipMode = 0 10-01 23:23:29.548 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:29.548 562 1313 D FingerGoodix: handleGenericNotify,msgType:2, ext1:0, ext2:0 10-01 23:23:29.548 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:29.548 562 1313 D FingerGoodix: client notifyCallback 10-01 23:23:29.548 562 1313 D FingerGoodix: EventProcessThread wait hal_Down! status:6 10-01 23:23:29.548 562 1313 D FingerGoodix: fingerprint wait for finger . 10-01 23:23:29.548 562 1313 D FingerGoodix: ===> Waiting Finger Down. 10-01 23:23:29.548 1278 1278 D FingerGoodix: server,NOTIFY_CALLBACK 10-01 23:23:29.548 1278 1278 D FingerGoodix: fpcode, GxFpDevice::notify(), fingerid = 0 10-01 23:23:29.548 1278 1278 D FingerGoodix: fpcode, GxFpDevice::notify(), msgType=2, ext1=0, ext2=0 10-01 23:23:29.534 562 562 I gx_fpd : type=1400 audit(0.0:917): avc: denied { call } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:29.548 1278 1278 D FingerGoodix: fpcode, send_fp_untouch() 10-01 23:23:29.548 1278 1318 D FingerGoodix: fpcode, recv_fp_scan_data(), received 10-01 23:23:29.548 1278 1318 D FingerGoodix: fpcode, recv_fp_scan_data(), result: {action=2, msg_type=1, custom_fp_id=0, gx_fp_id=0, arg1=1103, arg2=0, data=0x0} 10-01 23:23:29.548 1278 1318 D FingerGoodix: notify acquired message:1103 10-01 23:23:29.548 1278 1318 D FingerGoodix: fpcode, recv_fp_scan_data(0x74dfad0410) 10-01 23:23:29.548 1278 1318 D FingerGoodix: fpcode, recv_fp_scan_data(), receiving 10-01 23:23:29.534 1278 1278 I [email protected]: type=1400 audit(0.0:918): avc: denied { call } for scontext=u:r:init:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1 10-01 23:23:29.550 1907 1907 W FingerprintManager: Invalid acquired message: 6, 103 10-01 23:23:29.552 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:29.552 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 0 g_state 1 10-01 23:23:29.552 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:29.552 562 1276 D FingerGoodix: #### Invalid int. g_mode = 0 10-01 23:23:29.552 562 1313 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:29.552 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:29.558 562 1313 D FingerGoodix: device_waitForFinger FDT DOWN. Sem_value: 0 10-01 23:23:29.558 562 1313 D FingerGoodix: gx_ta_send_command, cmd = 60 10-01 23:23:29.571 562 1313 D FingerGoodix: gf_enable_irq 10-01 23:23:29.571 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:29.571 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:29.571 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:29.571 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:29.571 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:29.575 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:29.575 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 0 g_state 1 10-01 23:23:29.575 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:29.575 562 1276 D FingerGoodix: #### Invalid int. g_mode = 0 10-01 23:23:29.575 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:29.575 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:29.575 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:29.575 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:29.575 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:29.575 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:29.578 1469 1604 I WindowManager: ******* TELLING SURFACE FLINGER WE ARE BOOTED! 10-01 23:23:29.579 560 1214 I SurfaceFlinger: Boot is finished (13830 ms) 10-01 23:23:29.579 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:29.579 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 0 g_state 1 10-01 23:23:29.579 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:29.579 562 1276 D FingerGoodix: #### Invalid int. g_mode = 0 10-01 23:23:29.583 1469 1604 I SystemServiceManager: Starting phase 1000 10-01 23:23:29.584 540 540 E QCOM PowerHAL: Failed to acquire lock. 10-01 23:23:29.586 1469 1604 D ColorDisplayService: setUp: currentUser=0 10-01 23:23:29.588 1469 1604 D ColorDisplayService: onAutoModeChanged: autoMode=1 10-01 23:23:29.589 1469 1604 I ColorDisplayService: Turning on night display 10-01 23:23:29.593 1469 1604 D ActivityManager: Finishing user boot 0 10-01 23:23:29.593 1469 1604 I ActivityManager: User 0 state changed from BOOTING to RUNNING_LOCKED 10-01 23:23:29.594 1469 1604 D ActivityManager: Started unlocking user 0 10-01 23:23:29.594 1469 1604 D ActivityManager: Unlocking user 0 progress 0 10-01 23:23:29.594 1469 1604 D ActivityManager: Unlocking user 0 progress 5 10-01 23:23:29.595 470 479 D vold : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 2 10-01 23:23:29.595 470 479 D vold : Preparing: /data/system_ce/0 10-01 23:23:29.595 470 479 D vold : Preparing: /data/misc_ce/0 10-01 23:23:29.595 470 479 D vold : Preparing: /data/vendor_ce/0 10-01 23:23:29.597 470 479 D vold : Preparing: /data/media/0 10-01 23:23:29.597 470 479 D vold : Preparing: /data/data 10-01 23:23:29.597 470 479 V vold : Starting restorecon of /data/system_ce/0 10-01 23:23:29.606 2523 2551 W DndManagerImpl: Notification policy access denied when removing rule 10-01 23:23:29.614 2606 2606 I bootstat: Service started: /system/bin/bootstat --set_system_boot_reason --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l 10-01 23:23:29.626 2560 2560 I AlarmClock: AlarmInitReceiver android.intent.action.LOCKED_BOOT_COMPLETED 10-01 23:23:29.633 2523 2523 E ClientLoggingReceiver: Logging to Clearcut failed. 10-01 23:23:29.633 2523 2523 E ClientLoggingReceiver: agc: Status{statusCode=Log dropped in direct boot mode, resolution=null} 10-01 23:23:29.633 2523 2523 E ClientLoggingReceiver: at eko.a(Unknown Source:6) 10-01 23:23:29.633 2523 2523 E ClientLoggingReceiver: at deo.a(PG:4) 10-01 23:23:29.633 2523 2523 E ClientLoggingReceiver: at caz.handleMessage(PG:7) 10-01 23:23:29.633 2523 2523 E ClientLoggingReceiver: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:29.633 2523 2523 E ClientLoggingReceiver: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:29.633 2523 2523 E ClientLoggingReceiver: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:29.633 2523 2523 E ClientLoggingReceiver: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:29.633 2523 2523 E ClientLoggingReceiver: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:29.633 2523 2523 E ClientLoggingReceiver: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:29.636 2560 2585 I AlarmClock: Removing AlarmClockInfo 10-01 23:23:29.639 2606 2606 I bootstat: Canonical boot reason: reboot,userrequested 10-01 23:23:29.653 1469 1588 I ActivityManager: Start proc 2613:com.qualcomm.qcrilmsgtunnel/1001 for broadcast com.qualcomm.qcrilmsgtunnel/.QcrilMsgTunnelAutoboot 10-01 23:23:29.664 2613 2613 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:29.664 2606 2606 E bootstat: Failed to read /data/misc/bootstat/post_decrypt_time_elapsed: No such file or directory 10-01 23:23:29.664 2606 2606 E bootstat: Failed to parse boot time record: /data/misc/bootstat/post_decrypt_time_elapsed 10-01 23:23:29.665 470 479 V vold : Finished restorecon of /data/system_ce/0 10-01 23:23:29.665 470 479 V vold : Starting restorecon of /data/misc_ce/0 10-01 23:23:29.669 2613 2613 E .qcrilmsgtunne: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:29.671 2474 2611 E GservicesValue: Gservices key not whitelisted for directboot access: gms:chimera:dev_module_blacklist 10-01 23:23:29.681 2474 2611 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:4 and remote module com.google.android.gms.googlecertificates:4 10-01 23:23:29.681 2474 2611 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates 10-01 23:23:29.720 470 479 V vold : Finished restorecon of /data/misc_ce/0 10-01 23:23:29.720 470 479 V vold : /system/bin/vold_prepare_subdirs 10-01 23:23:29.720 470 479 V vold : prepare 10-01 23:23:29.720 470 479 V vold : 10-01 23:23:29.720 470 479 V vold : 0 10-01 23:23:29.720 470 479 V vold : 2 10-01 23:23:29.721 2613 2613 W .qcrilmsgtunne: Failure to verify dex file '/system/framework/android.hidl.manager-V1.0-java.jar': Constructor 211(Landroid/os/HidlSupport$Mutable;.<init>) flagged inappropriately 21 10-01 23:23:29.741 470 479 I vold_prepare_subdirs: SELinux: Loaded file_contexts 10-01 23:23:29.743 2613 2613 D QcrilMsgTunnelAutoboot: ComponentInfo{com.qualcomm.qcrilmsgtunnel/com.qualcomm.qcrilmsgtunnel.QcrilMsgTunne lService} started successfully 10-01 23:23:29.744 2613 2613 D QcrilMsgTunnelService: onCreate method 10-01 23:23:29.744 2634 2634 D vold_prepare_subdirs: Setting up mode 700 uid 0 gid 0 context u:object_r:vold_data_file:s0 on path: /data/misc_ce/0/vold 10-01 23:23:29.745 2613 2613 D QcrilMsgTunnelIfaceManager: :Instantiated 10-01 23:23:29.745 2130 2130 D QtiTelephonyService BootReceiver: onReceive: Intent { act=android.intent.action.LOCKED_BOOT_COMPLETED flg=0x9000010 cmp=com.qualcomm.qti.telephonyservice/.BootReceiver (has extras) } 10-01 23:23:29.746 2613 2613 I QcrilOemhookMsgTunnel: [null]Starting QcrilOemhookMsgTunnel 10-01 23:23:29.747 2634 2634 D vold_prepare_subdirs: Setting up mode 700 uid 0 gid 0 context u:object_r:storaged_data_file:s0 on path: /data/misc_ce/0/storaged 10-01 23:23:29.748 2130 2130 D QtiTelephonyService BootReceiver: Successfully started service 10-01 23:23:29.748 2613 2613 I android_os_HwBinder: HwBinder: Starting thread pool for oemhook0::[email protected]::IQtiOemHook 10-01 23:23:29.749 2130 2130 I QtiTelephonyService: onCreate: 10-01 23:23:29.759 2613 2613 I QcrilOemhookMsgTunnel: [0]initOemHook:setCallback [email protected]::IQtiOemHookResponse@Stub [email protected]::IQtiOemHookIndication@Stub 10-01 23:23:29.760 1469 1602 V UserDataPreparer: Found /data/user/0 with serial number 0 10-01 23:23:29.761 1469 1602 V UserDataPreparer: Found /data/system_ce/0 with serial number 0 10-01 23:23:29.761 2613 2613 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IServiceManager 10-01 23:23:29.761 1469 1602 D UserDataPreparer: Setting property: sys.user.0.ce_available=true 10-01 23:23:29.762 1469 1602 V PackageManager: reconcileAppsData for null u0 0x2 migrateAppData=false 10-01 23:23:29.762 2613 2613 I QcrilOemhookMsgTunnel: [0]registerForServiceNotifications: ret=true 10-01 23:23:29.762 2613 2613 D QcrilMsgTunnelIfaceManager: Registered SUB0 for UNSOL OEM HOOK to deliver external apps 10-01 23:23:29.762 2613 2613 I QcrilOemhookMsgTunnel: [null]Starting QcrilOemhookMsgTunnel 10-01 23:23:29.764 2613 2613 I android_os_HwBinder: HwBinder: Starting thread pool for oemhook1::[email protected]::IQtiOemHook 10-01 23:23:29.765 2613 2613 I QcrilOemhookMsgTunnel: [1]initOemHook:setCallback [email protected]::IQtiOemHookResponse@Stub [email protected]::IQtiOemHookIndication@Stub 10-01 23:23:29.766 2613 2613 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IServiceManager 10-01 23:23:29.767 2613 2613 I QcrilOemhookMsgTunnel: [1]registerForServiceNotifications: ret=true 10-01 23:23:29.767 2613 2613 D QcrilMsgTunnelIfaceManager: Registered SUB1 for UNSOL OEM HOOK to deliver external apps 10-01 23:23:29.768 2613 2613 D QcrilMsgTunnelService: Returning mHookIface for QcrilMsgTunnelService binding. 10-01 23:23:29.770 2130 2130 D QtiTelephonyServiceImpl: Service created. Version=1 10-01 23:23:29.771 1469 1588 I ActivityManager: Start proc 2645:com.urbandroid.sleep/u0a170 for broadcast com.urbandroid.sleep/.alarmclock.lockedboot.LockedBootReceiver 10-01 23:23:29.771 2645 2645 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:29.774 2130 2130 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IServiceManager 10-01 23:23:29.775 2130 2651 D QcRilAudio: onRegistration: [email protected]::IQcRilAudio name=slot1 10-01 23:23:29.776 2645 2645 E rbandroid.slee: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:29.777 2130 2651 D QcRilAudio: initHal 10-01 23:23:29.778 2130 2130 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::IServiceManager 10-01 23:23:29.778 2130 2651 I android_os_HwBinder: HwBinder: Starting thread pool for slot1::[email protected]::IQcRilAudio 10-01 23:23:29.779 2130 2130 D QtiTelephonyService: Service started 10-01 23:23:29.781 1469 1603 D BluetoothManagerService: MESSAGE_RESTART_BLUETOOTH_SERVICE 10-01 23:23:29.781 2130 2651 D QcRilAudio: onRegistration: [email protected]::IQcRilAudio name=slot2 10-01 23:23:29.781 2130 2651 D QcRilAudio: initHal 10-01 23:23:29.783 2130 2651 I android_os_HwBinder: HwBinder: Starting thread pool for slot2::[email protected]::IQcRilAudio 10-01 23:23:29.816 582 630 W cutils : Expected path /data/data/com.google.android.apps.authenticator2 with mode 751 but found 700 10-01 23:23:29.818 1469 1511 W ActivityManager: Unable to start service Intent { act=android.intent.action.QUICKSTEP_SERVICE pkg=com.android.launcher3 } U=0: not found 10-01 23:23:29.818 1907 1907 W OverviewProxyService: Failed to connect on attempt 2 will try again in 10000ms 10-01 23:23:29.902 582 630 W cutils : Expected path /data/data/com.google.android.gms with mode 700 but found 711 10-01 23:23:29.912 767 815 I LOWI-8.5.0.3.a: [LOWIController] isWifiEnabled: Wifi is now enabled 10-01 23:23:29.911 546 546 I WifiHAL : Initializing wifi 10-01 23:23:29.913 767 815 I LOWI-8.5.0.3.a: [LOWI-ROME-RTT] RomeWipsOpen: libCld80211 found, load the symbols.. 10-01 23:23:29.913 546 546 E CLD80211: /vendor/bin/hw/[email protected]: Could not resolve cld80211 familty id 10-01 23:23:29.913 767 815 E CLD80211: lowi-server: Could not resolve cld80211 familty id 10-01 23:23:29.960 767 815 I LOWI-8.5.0.3.a: [LOWI-ROME-RTT] RomeWipsOpen: Init and Registration failed 10-01 23:23:29.960 767 815 I LOWI-8.5.0.3.a: [LOWIDiagLog] is Logging Enabled for LOWI log code? :0 10-01 23:23:29.960 546 546 E WifiHAL : acquire_driver_supported_features: requestResponse Error:-3 10-01 23:23:29.960 546 546 I WifiHAL : Failed to get vendor feature set : -1 10-01 23:23:29.960 546 546 E WifiHAL : get_firmware_bus_max_size_supported: requestResponse Error:-3 10-01 23:23:29.960 546 546 E WifiHAL : Failed to get supported bus size, error : -3 10-01 23:23:29.960 546 546 E WifiHAL : wifi_logger_ring_buffers_init: Ring buffer logging feature not supported 0 10-01 23:23:29.960 546 546 E WifiHAL : Wifi Logger Ring Initialization Failed 10-01 23:23:29.961 546 546 E WifiHAL : wifiParseCapabilities: QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_EPNO_NETS not found. Set to 0. 10-01 23:23:29.961 767 815 I LOWI-8.5.0.3.a: [LOWI-Scan] lowi_close_record:Scan completed in 1ms and Recieved 0 APs scan results 10-01 23:23:29.961 546 546 E WifiHAL : wifiParseCapabilities: QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_EPNO_NETS_BY_SSID not found. Set to 0. 10-01 23:23:29.961 767 815 I LOWI-8.5.0.3.a: [LOWI-Scan] No frequency specified. Can not trigger fresh scan, cached scan failed 10-01 23:23:29.961 546 546 E WifiHAL : wifiParseCapabilities: QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_WHITELISTED_SSID not found. Set to 0. 10-01 23:23:29.961 546 546 E WifiHAL : wifiParseCapabilities: QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_BLACKLIST_BSSID not found. Set to 0. 10-01 23:23:29.962 546 546 I [email protected]: Adding interface handle for wlan0 10-01 23:23:29.962 546 546 I [email protected]: Adding interface handle for p2p0 10-01 23:23:29.962 546 546 I [email protected]: Configured chip in mode 0 10-01 23:23:29.974 546 546 I WifiHAL : mpdu_size_threshold : 128, aggressive_statistics_gathering : 0 10-01 23:23:29.975 1469 1783 D WificondControl: Setting up interface for client mode 10-01 23:23:29.977 590 590 I wificond: create scanner for interface with index: 22 10-01 23:23:29.977 590 590 I wificond: subscribe scan result for interface with index: 22 10-01 23:23:29.978 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::IOffload/default in either framework or device manifest. 10-01 23:23:29.979 590 590 E wificond: No Offload Service available 10-01 23:23:29.979 590 590 I wificond: Offload HAL not supported 10-01 23:23:29.982 1469 1783 E SupplicantStaIfaceHal: Can't call setupIface, ISupplicantStaIface is null 10-01 23:23:29.983 1469 1783 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::ISupplicant 10-01 23:23:29.987 1469 1783 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::ISupplicant 10-01 23:23:29.988 1926 1926 D wpa_supplicant: Override interface parameter: ctrl_interface ('(null)' -> '/data/vendor/wifi/wpa/sockets') 10-01 23:23:29.988 1926 1926 D wpa_supplicant: Initializing interface 'wlan0' conf '/data/vendor/wifi/wpa/wpa_supplicant.conf' driver 'nl80211' ctrl_interface '/data/vendor/wifi/wpa/sockets' bridge 'N/A' 10-01 23:23:29.988 1926 1926 D wpa_supplicant: Configuration file '/data/vendor/wifi/wpa/wpa_supplicant.conf' -> '/data/vendor/wifi/wpa/wpa_supplicant.conf' 10-01 23:23:29.988 1926 1926 D wpa_supplicant: Reading configuration file '/data/vendor/wifi/wpa/wpa_supplicant.conf' 10-01 23:23:29.999 1469 1602 V PackageManager: reconcileAppsData finished 224 packages 10-01 23:23:29.999 1469 1602 I ActivityManager: User 0 state changed from RUNNING_LOCKED to RUNNING_UNLOCKING 10-01 23:23:29.999 1469 1602 D ActivityManager: Unlocking user 0 progress 20 10-01 23:23:29.999 1469 1586 I SystemServiceManager: Calling onUnlockUser u0 10-01 23:23:30.000 1469 1602 W Looper : Slow dispatch took 404ms android.fg h=android.os.Handler c=com.android.server.am.-$$Lambda$UserController$o6oQFjGYYIfx- I94cSakTLPLt6s@8d52953 m=0 10-01 23:23:30.000 1469 1602 W Looper : Slow delivery took 403ms android.fg h=com.android.server.AppStateTracker$MyHandler c=null m=11 10-01 23:23:30.000 1469 1586 D BluetoothManagerService: User 0 unlocked 10-01 23:23:30.000 1469 1603 D BluetoothManagerService: MESSAGE_USER_UNLOCKED 10-01 23:23:30.000 1469 1586 D StorageManagerService: onUnlockUser 0 10-01 23:23:30.000 2645 2645 I SleepAsAndroid: [23:23:29.999, main]: Loading first time 1490803419014 10-01 23:23:30.000 1926 1926 D wpa_supplicant: update_config=1 10-01 23:23:30.000 1926 1926 D wpa_supplicant: eapol_version=1 10-01 23:23:30.001 1926 1926 D wpa_supplicant: ap_scan=1 10-01 23:23:30.001 1926 1926 D wpa_supplicant: fast_reauth=1 10-01 23:23:30.001 1926 1926 D wpa_supplicant: pmf=1 10-01 23:23:30.001 1926 1926 D wpa_supplicant: p2p_add_cli_chan=1 10-01 23:23:30.001 1926 1926 D wpa_supplicant: Reading configuration file '/vendor/etc/wifi/wpa_supplicant_overlay.conf' 10-01 23:23:30.002 1926 1926 D wpa_supplicant: disable_scan_offload=1 10-01 23:23:30.002 1926 1926 D wpa_supplicant: p2p_disabled=1 10-01 23:23:30.002 1926 1926 D wpa_supplicant: tdls_external_control=1 10-01 23:23:30.003 1469 1868 I EthernetTracker: maybeTrackInterface wlan0 10-01 23:23:30.003 1469 1602 I EthernetTracker: interfaceLinkStateChanged, iface: wlan0, up: false 10-01 23:23:30.003 1926 1926 D wpa_supplicant: nl80211: Using driver-based roaming 10-01 23:23:30.003 1926 1926 D wpa_supplicant: nl80211: TDLS supported 10-01 23:23:30.003 1926 1926 D wpa_supplicant: nl80211: TDLS external setup 10-01 23:23:30.003 1926 1926 D wpa_supplicant: nl80211: Supported cipher 00-0f- ac:1 10-01 23:23:30.003 1926 1926 D wpa_supplicant: nl80211: Supported cipher 00-0f- ac:5 10-01 23:23:30.003 1926 1926 D wpa_supplicant: nl80211: Supported cipher 00-0f- ac:2 10-01 23:23:30.003 1926 1926 D wpa_supplicant: nl80211: Supported cipher 00-0f- ac:4 10-01 23:23:30.003 1926 1926 D wpa_supplicant: nl80211: Supported cipher 00-14- 72:1 10-01 23:23:30.003 1926 1926 D wpa_supplicant: nl80211: Supported cipher 00-0f- ac:6 10-01 23:23:30.003 1926 1926 D wpa_supplicant: nl80211: Supports Probe Response offload in AP mode 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Using driver-based off- channel TX 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=9 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=12 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=16 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=14 10-01 23:23:30.004 1469 1868 I EthernetTracker: maybeTrackInterface p2p0 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=15 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=20 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=21 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=22 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=23 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=24 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=29 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=30 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=34 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=35 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=36 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=38 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=40 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=39 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=42 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=63 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=105 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=62 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=61 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=77 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=80 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=79 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=101 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=74 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=52 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=149 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=150 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=121 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor command: vendor_id=0x1374 subcmd=76 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=10 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=14 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=15 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=16 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=17 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=18 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=19 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=20 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=21 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=23 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=24 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=25 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=26 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=27 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=28 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=29 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=30 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=37 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=12 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=61 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=80 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=41 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=150 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=157 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Supported vendor event: vendor_id=0x1374 subcmd=101 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Use separate P2P group interface (driver advertised support) 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Enable multi-channel concurrent (driver advertised support) 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: interface wlan0 in phy phy0 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Set mode ifindex 22 iftype 2 (STATION) 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Subscribe to mgmt frames with non-AP handle 0x718be31980 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=0104 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=040a 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=040b 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=040c 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=040d 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=090a 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=090b 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=090c 10-01 23:23:30.004 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=090d 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=0409506f9a09 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=7f506f9a09 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=0801 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=040e 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=06 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=0a07 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=0a11 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=0a1a 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=1101 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=1102 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=0505 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x718be31980 match=0500 10-01 23:23:30.005 1469 1602 I EthernetTracker: interfaceLinkStateChanged, iface: p2p0, up: false 10-01 23:23:30.005 1926 1926 I wpa_supplicant: rfkill: Cannot open RFKILL control device 10-01 23:23:30.005 1926 1926 D wpa_supplicant: nl80211: RFKILL status not available 10-01 23:23:30.005 1926 1926 D wpa_supplicant: netlink: Operstate: ifindex=22 linkmode=1 (userspace-control), operstate=5 (IF_OPER_DORMANT) 10-01 23:23:30.005 1469 1602 I EthernetTracker: interfaceLinkStateChanged, iface: wlan0, up: false 10-01 23:23:30.006 470 479 D vold : Linking /storage/emulated/0 to /mnt/user/0/primary 10-01 23:23:30.007 1926 1926 D wpa_supplicant: Add interface wlan0 to a new radio phy0 10-01 23:23:30.007 1926 1926 D wpa_supplicant: nl80211: Regulatory information - country=00 10-01 23:23:30.007 1926 1926 D wpa_supplicant: nl80211: 2402-2472 @ 40 MHz 20 mBm 10-01 23:23:30.007 1926 1926 D wpa_supplicant: nl80211: 2457-2482 @ 40 MHz 20 mBm (no IR) 10-01 23:23:30.007 1926 1926 D wpa_supplicant: nl80211: 2474-2494 @ 20 MHz 20 mBm (no OFDM) (no IR) 10-01 23:23:30.007 1926 1926 D wpa_supplicant: nl80211: 5170-5250 @ 80 MHz 20 mBm (no IR) 10-01 23:23:30.007 1926 1926 D wpa_supplicant: nl80211: 5250-5330 @ 80 MHz 20 mBm (no IR) 10-01 23:23:30.007 1926 1926 D wpa_supplicant: nl80211: 5490-5710 @ 80 MHz 20 mBm (no IR) 10-01 23:23:30.007 1926 1926 D wpa_supplicant: nl80211: 5735-5835 @ 80 MHz 20 mBm (no IR) 10-01 23:23:30.007 1926 1926 D wpa_supplicant: nl80211: 57240-63720 @ 2160 MHz 0 mBm 10-01 23:23:30.007 1926 1926 D wpa_supplicant: nl80211: Added 802.11b mode based on 802.11g information 10-01 23:23:30.008 1469 1602 I EthernetTracker: interfaceLinkStateChanged, iface: wlan0, up: false 10-01 23:23:30.008 1469 1602 W Looper : Drained 10-01 23:23:30.015 1469 1774 D StorageManagerService: Volume emulated broadcasting mounted to UserHandle{0} 10-01 23:23:30.017 2645 2645 I SleepAsAndroid: [23:23:30.017, main]: TrialFilter: Package: is release APK 10-01 23:23:30.033 2645 2645 D SleepAsAndroid: [23:23:30.033, main]: TrialFilter: T status: false 10-01 23:23:30.054 2645 2645 I SleepAsAndroid: [23:23:30.054, main]: Theme: sunset Mon Oct 01 18:49:00 GMT+02:00 2018 sunrise Mon Oct 01 07:10:00 GMT+02:00 2018 now Mon Oct 01 23:23:30 GMT+02:00 2018 after SR true before SS false 10-01 23:23:30.055 2645 2645 I SleepAsAndroid: [23:23:30.054, main]: Theme: mode 2 10-01 23:23:30.064 2645 2645 I SleepAsAndroidDB: DB: Locked boot receiver android.intent.action.LOCKED_BOOT_COMPLETED 10-01 23:23:30.064 2645 2645 I SleepAsAndroidDB: DB: Direct boot intent 10-01 23:23:30.064 2645 2645 I SleepAsAndroidDB: DB: is device protected 10-01 23:23:30.066 2645 2645 I SleepAsAndroidDB: DB: No next alarm 10-01 23:23:30.079 1469 1778 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:30.084 1469 1588 I ActivityManager: Start proc 2692:com.google.process.gservices/u0a13 for content provider com.google.android.gsf/.gservices.GservicesProvider 10-01 23:23:30.085 2692 2692 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:30.086 1469 1778 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:30.090 2692 2692 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:30.098 1469 1588 I ActivityManager: Start proc 2706:android.process.media/u0a15 for broadcast com.android.providers.downloads/.DownloadReceiver 10-01 23:23:30.098 2706 2706 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:30.103 2706 2706 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:30.109 1469 1584 W ProcessCpuTracker: Skipping unknown process pid 2691 10-01 23:23:30.110 1926 1926 D wpa_supplicant: wlan0: Own MAC address: 00:0a:f5:1b:65:84 10-01 23:23:30.110 1926 1926 D wpa_supplicant: wpa_driver_nl80211_set_key: ifindex=22 (wlan0) alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0 10-01 23:23:30.110 1926 1926 D wpa_supplicant: wpa_driver_nl80211_set_key: ifindex=22 (wlan0) alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0 10-01 23:23:30.110 1926 1926 D wpa_supplicant: wpa_driver_nl80211_set_key: ifindex=22 (wlan0) alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0 10-01 23:23:30.110 1926 1926 D wpa_supplicant: wpa_driver_nl80211_set_key: ifindex=22 (wlan0) alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0 10-01 23:23:30.110 1926 1926 D wpa_supplicant: wpa_driver_nl80211_set_key: ifindex=22 (wlan0) alg=0 addr=0x0 key_idx=4 set_tx=0 seq_len=0 key_len=0 10-01 23:23:30.110 1926 1926 D wpa_supplicant: wpa_driver_nl80211_set_key: ifindex=22 (wlan0) alg=0 addr=0x0 key_idx=5 set_tx=0 seq_len=0 key_len=0 10-01 23:23:30.110 1926 1926 D wpa_supplicant: wlan0: RSN: flushing PMKID list in the driver 10-01 23:23:30.110 1926 1926 D wpa_supplicant: nl80211: Flush PMKIDs 10-01 23:23:30.110 1926 1926 D wpa_supplicant: wlan0: State: DISCONNECTED -> INACTIVE 10-01 23:23:30.110 1926 1926 D wpa_supplicant: Notifying state change event to hidl control: 2 10-01 23:23:30.135 1469 1586 W SystemServiceManager: Service com.android.server.TextServicesManagerService$Lifecycle took 119 ms in onUnlockUser
10-01 23:23:30.135 1469 1586 V WallpaperManagerService:
bindWallpaperComponentLocked: componentName=ComponentInfo{com.google.android.apps.wallpaper/com.google.android.ap ps.wallpaper.module.NoBackupImageWallpaper} 10-01 23:23:30.179 1926 1926 D wpa_supplicant: TDLS: TDLS operation supported by driver 10-01 23:23:30.180 1926 1926 D wpa_supplicant: TDLS: Driver uses external link setup 10-01 23:23:30.180 1926 1926 D wpa_supplicant: TDLS: Driver does not support TDLS channel switching 10-01 23:23:30.180 1926 1926 D wpa_supplicant: wlan0: WPS: UUID based on MAC address: 8c3fca88-6af3-5cfd-90c8-71428765f4c7 10-01 23:23:30.180 2728 2728 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:30.180 1926 1926 D wpa_supplicant: EAPOL: SUPP_PAE entering state DISCONNECTED 10-01 23:23:30.180 1926 1926 D wpa_supplicant: EAPOL: Supplicant port status: Unauthorized 10-01 23:23:30.180 1926 1926 D wpa_supplicant: nl80211: Skip set_supp_port(unauthorized) while not associated 10-01 23:23:30.180 1926 1926 D wpa_supplicant: EAPOL: KEY_RX entering state NO_KEY_RECEIVE 10-01 23:23:30.180 1926 1926 D wpa_supplicant: EAPOL: SUPP_BE entering state INITIALIZE 10-01 23:23:30.180 1926 1926 D wpa_supplicant: EAP: EAP entering state DISABLED 10-01 23:23:30.180 1926 1926 D wpa_supplicant: Using existing control interface directory. 10-01 23:23:30.180 1926 1926 D wpa_supplicant: nl80211: Scan default IEs - hexdump(len=7): 7f 05 00 00 0a 02 01 10-01 23:23:30.181 1926 1926 E wpa_supplicant: nl80211: Set scan default IEs failed: ret=-524 (Unknown error 524) 10-01 23:23:30.181 1926 1926 D wpa_supplicant: Registering interface to hidl control: wlan0 10-01 23:23:30.181 1926 1926 D wpa_supplicant: wlan0: Added interface wlan0 10-01 23:23:30.181 1926 1926 D wpa_supplicant: wlan0: State: INACTIVE -> DISCONNECTED 10-01 23:23:30.181 1926 1926 D wpa_supplicant: nl80211: Set wlan0 operstate 0->0 (DORMANT) 10-01 23:23:30.181 1926 1926 D wpa_supplicant: netlink: Operstate: ifindex=22 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT) 10-01 23:23:30.181 1926 1926 D wpa_supplicant: Notifying state change event to hidl control: 0 10-01 23:23:30.181 1926 1926 D wpa_supplicant: RTM_NEWLINK: ifi_index=22 ifname=wlan0 operstate=2 linkmode=1 ifi_family=0 ifi_flags=0x1003 ([UP]) 10-01 23:23:30.182 1469 2726 V BackupManagerService: Starting with transport com.google.android.gms/.backup.BackupTransportService 10-01 23:23:30.183 1469 1469 W Looper : Slow dispatch took 183ms main h=android.os.Handler c=null m=5000 10-01 23:23:30.185 1469 1783 I android_os_HwBinder: HwBinder: Starting thread pool for default::[email protected]::ISupplicant 10-01 23:23:30.187 2728 2728 E :live_wallpape: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:30.189 1469 1588 I ActivityManager: Start proc 2728:com.google.android.apps.wallpaper:live_wallpaper/u0a125 for service com.google.android.apps.wallpaper/.module.NoBackupImageWallpaper 10-01 23:23:30.193 1469 1783 I WifiNative: Interface state changed on Iface: {Name=wlan0,Id=0,Type=STA}, isUp=true 10-01 23:23:30.194 517 748 D CommandListener: Clearing all IP addresses on wlan0 10-01 23:23:30.196 1469 1783 I WifiNative: Successfully setup Iface: {Name=wlan0,Id=0,Type=STA} 10-01 23:23:30.196 1469 1783 D WifiClientModeManager: sending scan available broadcast: false 10-01 23:23:30.198 1469 1783 D WifiClientModeManager: entering StartedState 10-01 23:23:30.199 1469 2726 I SELinux : SELinux: Loaded file_contexts 10-01 23:23:30.199 1469 1586 I ActivityManager: User 0 state changed from RUNNING_UNLOCKING to RUNNING_UNLOCKED 10-01 23:23:30.199 1469 1586 D SystemServerTiming: SystemUserUnlock took to complete: 605ms 10-01 23:23:30.199 1469 1783 D WifiClientModeManager: Wifi is ready to use for client mode 10-01 23:23:30.199 1469 1783 D WifiClientModeManager: sending scan available broadcast: true 10-01 23:23:30.201 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.appstate className=com.google.android.gms.appstate.provider.AppStateContentProvider} 10-01 23:23:30.201 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.auth.accountstate className=com.google.android.gms.auth.account.be.accountstate.AccountStateContentPr ovider} 10-01 23:23:30.201 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.auth.confirm className=com.google.android.gms.auth.account.be.accountstate.CredentialStateConten tProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.auth.accounts className=com.google.android.gms.auth.account.be.legacy.AccountContentProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.auth.api.credentials className=com.google.android.gms.auth.api.credentials.sync.CredentialContentProvide r} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.car.fileprovider className=com.google.android.gms.car.CarFileProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.chromesync className=com.google.android.gms.chromesync.sync.SyncContentProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.download className=com.google.android.gms.common.download.provider.DownloadsProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.common.stats.net.contentprovider className=com.google.android.gms.common.stats.net.contentprovider.NetworkUsageConte ntProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.drive.sync className=com.google.android.gms.drive.metadata.sync.syncadapter.StubContentProvide r} 10-01 23:23:30.202 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.fitness className=com.google.android.gms.fitness.sync.FitnessContentProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.fitness.fileprovider className=android.support.v4.content.FileProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.fonts className=com.google.android.gms.fonts.provider.FontsProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.games.background className=com.google.android.gms.games.chimera.GamesContentProviderProxy} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.games className=com.google.android.gms.games.provider.NotificationStubContentProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.icing.indexapi className=com.google.android.gms.icing.indexapi.IndexApiContentProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.icing.proxy.sms className=com.google.android.gms.icing.proxy.SmsContentProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.icing.proxy.apps className=com.google.android.gms.icing.proxy.AppsContentProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.icing.proxy className=com.google.android.gms.icing.proxy.InternalIcingCorporaProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.instantapps.provider.api className=com.google.android.gms.instantapps.routing.InstantAppsContentProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.location.internal className=com.google.android.location.internal.LocationContentProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.location.internal.server.fileprovider className=com.google.android.location.internal.server.HistorianFileProvider} 10-01 23:23:30.202 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.location.reporting className=com.google.android.location.reporting.service.utils.ReportingContentProvi der} 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.matchstick.dataprovider className=com.google.android.gms.matchstick.data.DatabaseProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.matchstick.appdataprovider className=com.google.android.gms.matchstick.data.AppDataProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.libraries.matchstick.provider.fileprovi der className=com.google.android.libraries.matchstick.provider.MatchstickFileProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.people className=com.google.android.gms.people.service.PeopleContentProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.people.gal.provider className=com.google.android.gms.people.service.PeopleGalProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.people.profile.fileprovider className=com.google.android.gms.people.profile.AvatarFileProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.photos.iu.EsGoogleIuProvider className=com.google.android.libraries.social.autobackup.AutoBackupProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.plus;com.google.android.gms.plus.ac tion className=com.google.android.gms.plus.provider.PlusProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.reminders className=com.google.android.gms.reminders.provider.RemindersProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.security.provider className=com.google.android.gms.security.provider.SecurityProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.subscribedfeeds className=com.google.android.gms.subscribedfeeds.GmsSubscribedFeedsProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.thunderbird.config className=com.google.android.gms.thunderbird.config.EmergencyConfigContentProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.trustagent.framework.model.be.provi der className=com.google.android.gms.trustagent.framework.model.be.ModelContentProvider } 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.wallet.fileprovider className=com.google.android.gms.wallet.provider.WalletFileProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.wallet className=com.google.android.gms.wallet.setupwizard.PaymentsSetupWizardSuggestionSt ateProvider} 10-01 23:23:30.203 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.lifecycle-trojan className=android.arch.lifecycle.ProcessLifecycleOwnerInitializer} 10-01 23:23:30.204 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.apps.wellbeing.api className=com.google.android.apps.wellbeing.api.impl.WellbeingSettingsProvider} 10-01 23:23:30.204 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.apps.wellbeing.autodnd.ui.provider className=com.google.android.apps.wellbeing.autodnd.ui.SettingsContentProvider} 10-01 23:23:30.205 2692 2692 I GservicesProvider: Gservices pushing to system: true; secure/global: true 10-01 23:23:30.208 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.apps.wellbeing className=com.google.android.apps.wellbeing.searchindexables.impl.WellbeingSearchIn dexablesProvider} 10-01 23:23:30.209 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.apps.wellbeing.slices className=com.google.android.apps.wellbeing.slices.impl.WellbeingSliceProvider} 10-01 23:23:30.209 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.android.dialer.files className=android.support.v4.content.FileProvider} 10-01 23:23:30.209 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.android.dialer.blocking.filterednumberprovider className=com.android.dialer.blocking.FilteredNumberProvider} 10-01 23:23:30.209 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.android.dialer.annotatedcalllog className=com.android.dialer.calllog.database.AnnotatedCallLogContentProvider} 10-01 23:23:30.210 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.android.dialer.phonelookuphistory className=com.android.dialer.phonelookup.database.PhoneLookupHistoryContentProvider } 10-01 23:23:30.210 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.android.dialer.preferredsimfallback className=com.android.dialer.preferredsim.impl.PreferredSimFallbackProvider} 10-01 23:23:30.210 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.appstate className=com.google.android.gms.appstate.provider.AppStateContentProvider} 10-01 23:23:30.211 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.auth.accountstate className=com.google.android.gms.auth.account.be.accountstate.AccountStateContentPr ovider} 10-01 23:23:30.211 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.auth.confirm className=com.google.android.gms.auth.account.be.accountstate.CredentialStateConten tProvider} 10-01 23:23:30.211 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.auth.accounts className=com.google.android.gms.auth.account.be.legacy.AccountContentProvider} 10-01 23:23:30.211 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.auth.api.credentials className=com.google.android.gms.auth.api.credentials.sync.CredentialContentProvide r} 10-01 23:23:30.211 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.car.fileprovider className=com.google.android.gms.car.CarFileProvider} 10-01 23:23:30.211 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.chromesync className=com.google.android.gms.chromesync.sync.SyncContentProvider} 10-01 23:23:30.211 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.download className=com.google.android.gms.common.download.provider.DownloadsProvider} 10-01 23:23:30.211 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.common.stats.net.contentprovider className=com.google.android.gms.common.stats.net.contentprovider.NetworkUsageConte ntProvider} 10-01 23:23:30.211 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.drive.sync className=com.google.android.gms.drive.metadata.sync.syncadapter.StubContentProvide r} 10-01 23:23:30.211 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.fitness className=com.google.android.gms.fitness.sync.FitnessContentProvider} 10-01 23:23:30.211 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.fitness.fileprovider className=android.support.v4.content.FileProvider} 10-01 23:23:30.211 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.fonts className=com.google.android.gms.fonts.provider.FontsProvider} 10-01 23:23:30.212 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.games.background className=com.google.android.gms.games.chimera.GamesContentProviderProxy} 10-01 23:23:30.212 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.games className=com.google.android.gms.games.provider.NotificationStubContentProvider} 10-01 23:23:30.212 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.icing.indexapi className=com.google.android.gms.icing.indexapi.IndexApiContentProvider} 10-01 23:23:30.212 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.icing.proxy.sms className=com.google.android.gms.icing.proxy.SmsContentProvider} 10-01 23:23:30.212 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.icing.proxy.apps className=com.google.android.gms.icing.proxy.AppsContentProvider} 10-01 23:23:30.212 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.icing.proxy className=com.google.android.gms.icing.proxy.InternalIcingCorporaProvider} 10-01 23:23:30.212 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.instantapps.provider.api className=com.google.android.gms.instantapps.routing.InstantAppsContentProvider} 10-01 23:23:30.212 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.location.internal className=com.google.android.location.internal.LocationContentProvider} 10-01 23:23:30.212 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.location.internal.server.fileprovider className=com.google.android.location.internal.server.HistorianFileProvider} 10-01 23:23:30.212 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.location.reporting className=com.google.android.location.reporting.service.utils.ReportingContentProvi der} 10-01 23:23:30.212 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.matchstick.dataprovider className=com.google.android.gms.matchstick.data.DatabaseProvider} 10-01 23:23:30.213 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.matchstick.appdataprovider className=com.google.android.gms.matchstick.data.AppDataProvider} 10-01 23:23:30.213 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.libraries.matchstick.provider.fileprovi der className=com.google.android.libraries.matchstick.provider.MatchstickFileProvider} 10-01 23:23:30.214 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.people className=com.google.android.gms.people.service.PeopleContentProvider} 10-01 23:23:30.214 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.people.gal.provider className=com.google.android.gms.people.service.PeopleGalProvider} 10-01 23:23:30.214 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.people.profile.fileprovider className=com.google.android.gms.people.profile.AvatarFileProvider} 10-01 23:23:30.214 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.photos.iu.EsGoogleIuProvider className=com.google.android.libraries.social.autobackup.AutoBackupProvider} 10-01 23:23:30.215 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.plus;com.google.android.gms.plus.ac tion className=com.google.android.gms.plus.provider.PlusProvider} 10-01 23:23:30.215 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.reminders className=com.google.android.gms.reminders.provider.RemindersProvider} 10-01 23:23:30.215 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.security.provider className=com.google.android.gms.security.provider.SecurityProvider} 10-01 23:23:30.215 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.subscribedfeeds className=com.google.android.gms.subscribedfeeds.GmsSubscribedFeedsProvider} 10-01 23:23:30.215 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.thunderbird.config className=com.google.android.gms.thunderbird.config.EmergencyConfigContentProvider} 10-01 23:23:30.215 1469 2726 E BackupPasswordManager: Unable to read backup pw version 10-01 23:23:30.215 1469 1586 V ActivityManager: Skipping ContentProviderInfo{name=com.google.android.gms.trustagent.framework.model.be.provi der className=com.google.android.gms.trustagent.framework.model.be.ModelContentProvider } 10-01 23:23:30.215 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.wallet.fileprovider className=com.google.android.gms.wallet.provider.WalletFileProvider} 10-01 23:23:30.215 1469 2726 E BackupPasswordManager: Unable to read saved backup pw hash 10-01 23:23:30.215 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.wallet className=com.google.android.gms.wallet.setupwizard.PaymentsSetupWizardSuggestionSt ateProvider} 10-01 23:23:30.216 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.google.android.gms.lifecycle-trojan className=android.arch.lifecycle.ProcessLifecycleOwnerInitializer} 10-01 23:23:30.217 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=contacts;com.android.contacts className=com.android.providers.contacts.ContactsProvider2} 10-01 23:23:30.217 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=call_log className=com.android.providers.contacts.CallLogProvider} 10-01 23:23:30.217 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.android.voicemail className=com.android.providers.contacts.VoicemailContentProvider} 10-01 23:23:30.217 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.android.contacts.metadata className=com.android.providers.contacts.ContactMetadataProvider} 10-01 23:23:30.217 1469 1586 V ActivityManager: Installing ContentProviderInfo{name=com.android.contacts.dumpfile className=com.android.providers.contacts.debug.DumpFileProvider} 10-01 23:23:30.218 1469 1586 I ActivityManager: Sending BOOT_COMPLETE user #0 10-01 23:23:30.229 1469 1588 I ActivityManager: Start proc 2748:com.google.android.googlequicksearchbox:interactor/u0a37 for service com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoic eInteractionService 10-01 23:23:30.230 2748 2748 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:30.235 1469 1783 D WifiStateMachinePrime: State changed from client mode. state = 3 10-01 23:23:30.235 1469 1783 D WifiStateMachinePrime: client mode active 10-01 23:23:30.236 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:30.238 2748 2748 E hbox:interacto: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:30.240 2142 2142 D CarrierSvcBindHelper: Received android.intent.action.USER_UNLOCKED 10-01 23:23:30.244 549 692 E ANDR-PERF-TARGET-INIT: Inside InitializeTarget 10-01 23:23:30.245 549 692 E ANDR-PERF-TARGET-INIT: Init msm8953 10-01 23:23:30.248 2162 2162 D FallbackHome: User unlocked and real home found; let's go! 10-01 23:23:30.249 549 692 E ANDR-PERF-OPTSDATA: Error: core_ctl_cpu is not initialized for this target 10-01 23:23:30.249 549 692 E ANDR-PERF-OPTSDATA: Error: Core ctl not present 10-01 23:23:30.249 549 692 E ANDR-PERF-OPTSDATA: Error: core_ctl not present or min/max cpu nodes initialization failed 10-01 23:23:30.249 549 549 E ANDR-PERF-MPCTL: Request not accepted, as target initialization is not complete. 10-01 23:23:30.249 540 540 E QCOM PowerHAL: Failed to acquire lock. 10-01 23:23:30.250 549 692 E ANDR-PERF-OPTSHANDLER: Error: Sched Frequency Aggregation support not present 10-01 23:23:30.250 549 2775 E ANDR-PERF-MPCTL: perflock: iobusy pfd initialized 10-01 23:23:30.251 549 2776 E ANDR-PERF-MPCTL: before pthread_cond_wait 1750, chk_core_online_poll 10-01 23:23:30.251 549 2775 E ANDR-PERF-MPCTL: perflock: mode pfd initialized 10-01 23:23:30.251 549 2775 E ANDR-PERF-MPCTL: perflock: Read file 0: 0 10-01 23:23:30.251 549 2775 E ANDR-PERF-MPCTL: perflock: Read file 1: 0 10-01 23:23:30.251 549 2775 E ANDR-PERF-MPCTL: perflock: Mode change 0 10-01 23:23:30.252 1469 1783 D WifiStateMachine: entering ConnectModeState: ifaceName = wlan0 10-01 23:23:30.252 1469 1783 D WifiStateMachine: setupClientMode() ifacename = wlan0 10-01 23:23:30.254 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 1, UNKNOWN) 10-01 23:23:30.257 1469 1786 I WifiScanningService: wifi driver unloaded 10-01 23:23:30.261 2142 2142 D CarrierSvcBindHelper: No carrier app for: 0 10-01 23:23:30.262 2142 2142 E PhoneInterfaceManager: [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC 10-01 23:23:30.262 2142 2142 D CarrierSvcBindHelper: No carrier app for: 1 10-01 23:23:30.262 1469 1469 V NotificationListeners: enabling notification listener for 0: ComponentInfo{cz.zdenekhorak.mibandtools/cz.zdenekhorak.mibandtools.service.MiBandN otificationService} 10-01 23:23:30.262 2142 2142 D IntentBroadcaster: Rebroadcasting intent android.intent.action.SIM_STATE_CHANGED LOADED for slotId 0 10-01 23:23:30.262 1469 1469 V NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=cz.zdenekhorak.mibandtools/.service.MiBandNotificationService (has extras) } 10-01 23:23:30.266 1469 1469 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.android.launcher3/com.android.launcher3.notification.Notification Listener} 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.apps.maps 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.urbandroid.sleep 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.keep 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + android 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.apps.messaging 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.android.cellbroadcastreceiver 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.googlequicksearchbox 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.android.providers.settings 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.android.calllogbackup 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.talk 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.android.vending 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.deskclock 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.android.chrome 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.apps.photos 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.apps.wallpaper 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.android.providers.blockednumber 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.android.documentsui 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.gm 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + net.osmand.plus 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.apps.docs 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + net.osmand 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.youtube 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.apps.authenticator2 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.android.providers.userdictionary 10-01 23:23:30.267 1469 2726 V ProcessedPackagesJournal: + com.google.android.calendar 10-01 23:23:30.275 2782 2782 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:30.276 517 748 D CommandListener: Clearing all IP addresses on wlan0 10-01 23:23:30.278 1469 1783 D WifiConfigManager: Legacy store files not found. No migration needed! 10-01 23:23:30.283 1469 1588 W ActivityManager: Slow operation: 83ms so far, now at startProcess: returned from zygote! 10-01 23:23:30.284 1469 1469 V NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=com.android.launcher3/.notification.NotificationListener (has extras) } 10-01 23:23:30.284 2142 2142 D IntentBroadcaster: Rebroadcasting intent android.intent.action.SIM_STATE_CHANGED ABSENT for slotId 1 10-01 23:23:30.285 1469 1469 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.xiaomi.hm.health/com.xiaomi.hm.health.ui.smartplay.NotificationAc cessService} 10-01 23:23:30.296 1469 1588 W ActivityManager: Slow operation: 96ms so far, now at startProcess: done updating battery stats 10-01 23:23:30.296 1469 1588 W ActivityManager: Slow operation: 96ms so far, now at startProcess: building log message 10-01 23:23:30.296 1469 1588 I ActivityManager: Start proc 2782:com.android.se/1068 for added application com.android.se 10-01 23:23:30.296 1469 1588 W ActivityManager: Slow operation: 97ms so far, now at startProcess: starting to update pids map 10-01 23:23:30.296 1469 1588 W ActivityManager: Slow operation: 97ms so far, now at startProcess: done updating pids map 10-01 23:23:30.297 2782 2782 E com.android.se: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:30.300 1469 1783 D WifiStateMachine: Setting OUI to DA-A1-19 10-01 23:23:30.300 1469 1469 V NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=com.xiaomi.hm.health/.ui.smartplay.NotificationAccessService (has extras) } 10-01 23:23:30.302 1278 2597 D FingerGoodix: wait_for_boot_complete,boot_complete_value:1 10-01 23:23:30.303 1278 2597 D FingerGoodix: wait_for_boot_complete OK 10-01 23:23:30.304 465 465 E SELinux : avc: denied { find } for service=fingerprint pid=1278 uid=1000 scontext=u:r:init:s0 tcontext=u:object_r:fingerprint_service:s0 tclass=service_manager permissive=1 10-01 23:23:30.305 1278 2597 D FingerGoodix: get FingerPrintService num,1,gFingerPrintMSBinder:1. 10-01 23:23:30.305 1278 2597 D FingerGoodix: Check finger print 10-01 23:23:30.305 560 1215 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{a26bfca token=Token{4c9bf35 ActivityRecord{5e2bd6c u0 com.android.settings/.FallbackHome t1}}}#0 10-01 23:23:30.305 1278 2597 D FingerGoodix: getFrameworkFingerID reply size: 52 10-01 23:23:30.305 1278 2597 D FingerGoodix: getFrameworkFingerID ret: 0 10-01 23:23:30.306 1278 2597 D FingerGoodix: final finger state: 0 10-01 23:23:30.306 1278 2597 D FingerGoodix: deleteThreadForTA:framework id:75004774 10-01 23:23:30.306 1278 2597 D FingerGoodix: deleteThreadForTA:framework id:0 10-01 23:23:30.306 1278 2597 I chatty : uid=1000(system) [email protected] identical 2 lines 10-01 23:23:30.306 1278 2597 D FingerGoodix: deleteThreadForTA:framework id:0 10-01 23:23:30.306 1278 2597 D FingerGoodix: checkFrameworkToHal,check_consistence-->current_num:1 10-01 23:23:30.306 1278 2597 D FingerGoodix: checkFrameworkToHal,check_consistence:75004774 10-01 23:23:30.306 1278 2597 D FingerGoodix: checkFrameworkToHal,is_consistence:1 10-01 23:23:30.306 1278 2597 D FingerGoodix: checkFrameworkToHal,check_consistence:0 10-01 23:23:30.306 1278 2597 D FingerGoodix: Check finger print 10-01 23:23:30.306 1278 2597 D FingerGoodix: getFrameworkFingerID reply size: 52 10-01 23:23:30.306 1278 2597 D FingerGoodix: getFrameworkFingerID ret: 0 10-01 23:23:30.306 1278 2597 D FingerGoodix: final finger state: 0 10-01 23:23:30.306 1278 2597 D FingerGoodix: checkHalToFramework,check_consistence-->current_num:1 10-01 23:23:30.306 1278 2597 D FingerGoodix: checkHalToFramework,check_consistence:75004774 10-01 23:23:30.306 1278 2597 D FingerGoodix: checkHalToFramework,check_consistence:0 10-01 23:23:30.306 1278 2597 I chatty : uid=1000(system) [email protected] identical 2 lines 10-01 23:23:30.306 1278 2597 D FingerGoodix: checkHalToFramework,check_consistence:0 10-01 23:23:30.306 1278 2597 D FingerGoodix: checkHalToFramework,check_consistence:75004774 10-01 23:23:30.306 1278 2597 D FingerGoodix: checkHalToFramework,is_consistence:1 10-01 23:23:30.306 1278 2597 D FingerGoodix: checkHalToFramework,check_consistence:0 10-01 23:23:30.306 1278 2597 I chatty : uid=1000(system) [email protected] identical 2 lines 10-01 23:23:30.306 1278 2597 D FingerGoodix: checkHalToFramework,check_consistence:0 10-01 23:23:30.306 1278 2597 D FingerGoodix: check_consistence:end 10-01 23:23:30.307 1469 1469 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.apps.nexuslauncher/com.android.launcher3.notificat ion.NotificationListener} 10-01 23:23:30.311 1469 1469 V NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=com.google.android.apps.nexuslauncher/com.android.launcher3.notification.Notifi cationListener (has extras) } 10-01 23:23:30.313 1469 1469 I AccountManagerService: User 0 is unlocked - opening CE database 10-01 23:23:30.314 2142 2142 I QImsService: ImsServiceStateReceiver : updateHDIcon isVideo : true isVoice : true phoneId: 0 show HD Icon: false 10-01 23:23:30.316 1469 2726 I BackupManagerService: Package org.softwareshack.roamingcallcontrol not installed; dropping from full backup 10-01 23:23:30.316 1469 2726 I BackupManagerService: Package dk.quan.roamingguard not installed; dropping from full backup 10-01 23:23:30.326 2416 2783 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true 10-01 23:23:30.330 2142 2142 I QImsService: ImsServiceStateReceiver : shallShowHDIcon config showHDIcon : false phoneId : 0 10-01 23:23:30.333 2802 2802 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:30.339 2416 2416 I ContactsPerf: VoicemailContentProvider.onCreate start 10-01 23:23:30.347 1469 2726 I BackupManagerService: Unlocking system user; mService=com.android.server.backup.BackupManagerService@ba89112 10-01 23:23:30.348 1469 2726 I BackupManagerService: Backup enabled => true 10-01 23:23:30.352 2802 2802 E droid.launcher: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:30.354 1469 2726 V BackupManagerConstants: getKeyValueBackupIntervalMilliseconds(...) returns 14400000 10-01 23:23:30.355 1469 2726 V BackupManagerConstants: getKeyValueBackupFuzzMilliseconds(...) returns 600000 10-01 23:23:30.355 1469 2726 V BackupManagerConstants: getKeyValueBackupRequiredNetworkType(...) returns 1 10-01 23:23:30.355 1469 2726 V BackupManagerConstants: getKeyValueBackupRequireCharging(...) returns true 10-01 23:23:30.355 1469 2726 V KeyValueBackupJob: Scheduling k/v pass in 241 minutes 10-01 23:23:30.355 1469 2726 V BackupManagerConstants: getFullBackupIntervalMilliseconds(...) returns 86400000 10-01 23:23:30.360 2416 2416 I ContactsPerf: VoicemailContentProvider.onCreate finish 10-01 23:23:30.364 1469 1510 W ActivityManager: Slow operation: 103ms so far, now at startProcess: done updating battery stats 10-01 23:23:30.364 1469 1510 W ActivityManager: Slow operation: 104ms so far, now at startProcess: building log message 10-01 23:23:30.364 1469 1510 I ActivityManager: Start proc 2802:com.android.launcher3/u0a29 for service com.android.launcher3/com.android.quickstep.TouchInteractionService 10-01 23:23:30.364 1469 1510 W ActivityManager: Slow operation: 104ms so far, now at startProcess: starting to update pids map 10-01 23:23:30.364 1469 1510 W ActivityManager: Slow operation: 104ms so far, now at startProcess: done updating pids map 10-01 23:23:30.387 1469 1588 W ActivityManager: Slow operation: 126ms so far, now at startProcess: returned from zygote! 10-01 23:23:30.387 1469 1588 W ActivityManager: Slow operation: 125ms so far, now at startProcess: asking zygote to start proc 10-01 23:23:30.420 2782 2782 I SecureElementService: main onCreate 10-01 23:23:30.423 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::ISecureElement/eSE1 in either framework or device manifest. 10-01 23:23:30.424 2782 2782 I SecureElementService: No HAL implementation for eSE1 10-01 23:23:30.426 466 466 W hwservicemanager: getTransport: Cannot find entry [email protected]::ISecureElement/SIM1 in either framework or device manifest. 10-01 23:23:30.427 2782 2782 I SecureElementService: No HAL implementation for SIM1 10-01 23:23:30.424 2605 2605 I init.qcom.post_: type=1400 audit(0.0:998): avc: denied { write } for name="select_image" dev="sysfs" ino=33629 scontext=u:r:init:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 10-01 23:23:30.436 1469 1588 W ActivityManager: Slow operation: 173ms so far, now at startProcess: returned from zygote! 10-01 23:23:30.436 1469 1588 W ActivityManager: Slow operation: 173ms so far, now at startProcess: done updating battery stats 10-01 23:23:30.442 2830 2830 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:30.434 536 536 I HwBinder:536_1: type=1400 audit(0.0:1000): avc: denied { write } for name="idle_time" dev="sysfs" ino=23645 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 10-01 23:23:30.450 2830 2830 E android.smspus: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:30.460 1469 1588 W ActivityManager: Slow operation: 197ms so far, now at startProcess: building log message 10-01 23:23:30.460 1469 1588 I ActivityManager: Start proc 2830:com.android.smspush/u0a113 for service com.android.smspush/.WapPushManager 10-01 23:23:30.460 1469 1588 W ActivityManager: Slow operation: 197ms so far, now at startProcess: starting to update pids map 10-01 23:23:30.460 1469 1588 W ActivityManager: Slow operation: 197ms so far, now at startProcess: done updating pids map 10-01 23:23:30.463 1469 1588 W ActivityManager: Slow operation: 197ms so far, now at startProcess: asking zygote to start proc 10-01 23:23:30.472 2416 2783 I ContactLocale: AddressBook Labels [[en_DE,de_DE]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, ,… , ת, ש, ר, ק, צ, פ, ע, ס, נ, מ, ל, כ, י, ט, ח, ז, ו, ה, ד, ג, ב,א , و, ه, ن, م, ل, ك, ق, ف, غ, ع, ظ, ط, ض, ص, ش, س, ز, ر, ذ, د, خ, ح, ج, ث, ت, ب,ا ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] 10-01 23:23:30.486 1469 1872 I SyncManager: Loaded persisted syncs: 29 periodic syncs, 0 oneshot syncs, 39 total system server jobs, JobStats: FirstLoad: 44/31/29 LastSave: -1/-1/-1 10-01 23:23:30.489 1469 1588 W ActivityManager: Slow operation: 223ms so far, now at startProcess: returned from zygote! 10-01 23:23:30.491 2846 2846 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:30.493 1469 1588 W ActivityManager: Slow operation: 227ms so far, now at startProcess: done updating battery stats 10-01 23:23:30.493 1469 1588 W ActivityManager: Slow operation: 227ms so far, now at startProcess: building log message 10-01 23:23:30.493 1469 1588 I ActivityManager: Start proc 2846:cz.zdenekhorak.mibandtools/u0a174 for service cz.zdenekhorak.mibandtools/.service.MiBandNotificationService 10-01 23:23:30.493 1469 1588 W ActivityManager: Slow operation: 227ms so far, now at startProcess: starting to update pids map 10-01 23:23:30.493 1469 1588 W ActivityManager: Slow operation: 227ms so far, now at startProcess: done updating pids map 10-01 23:23:30.493 1469 1588 W ActivityManager: Slow operation: 186ms so far, now at startProcess: asking zygote to start proc 10-01 23:23:30.507 1469 1588 W ActivityManager: Slow operation: 200ms so far, now at startProcess: returned from zygote! 10-01 23:23:30.507 1469 1588 W ActivityManager: Slow operation: 200ms so far, now at startProcess: done updating battery stats 10-01 23:23:30.507 1469 1588 W ActivityManager: Slow operation: 200ms so far, now at startProcess: building log message 10-01 23:23:30.507 1469 1588 I ActivityManager: Start proc 2854:com.xiaomi.hm.health/u0a150 for service com.xiaomi.hm.health/.ui.smartplay.NotificationAccessService 10-01 23:23:30.507 1469 1588 W ActivityManager: Slow operation: 200ms so far, now at startProcess: starting to update pids map 10-01 23:23:30.507 1469 1588 W ActivityManager: Slow operation: 200ms so far, now at startProcess: done updating pids map 10-01 23:23:30.507 1469 1588 W ActivityManager: Slow operation: 196ms so far, now at startProcess: asking zygote to start proc 10-01 23:23:30.508 2854 2854 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:30.511 2416 2783 D ContactsDatabaseHelper: WAL enabled for profile.db: false 10-01 23:23:30.515 2846 2846 E rak.mibandtool: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:30.515 1469 1602 W system_server: resources.arsc in APK '/data/app/com.alibaba.aliexpresshd-lPKeFmhGViquwlbxF7oJhw==/base.apk' is compressed. 10-01 23:23:30.521 1469 1469 W Looper : Slow dispatch took 208ms main h=android.app.ActivityThread$H c=android.app.-$ $Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@870a1e8 m=0 10-01 23:23:30.522 1469 1469 W Looper : Slow delivery took 272ms main h=com.android.server.power.Notifier$NotifierHandler c=null m=1 10-01 23:23:30.524 1469 1469 D WifiP2pService: Wifi enabled=true, P2P Interface availability=true, Number of clients=0 10-01 23:23:30.524 1469 1469 D WifiP2pService: Wifi enabled=true, P2P Interface availability=true 10-01 23:23:30.526 1469 1469 D WifiService: resetting networks because SIM was loaded 10-01 23:23:30.526 1469 1469 D WifiService: resetting networks because SIM was removed 10-01 23:23:30.536 1469 1588 W ActivityManager: Slow operation: 224ms so far, now at startProcess: returned from zygote! 10-01 23:23:30.537 2728 2728 D OpenGLRenderer: Skia GL Pipeline 10-01 23:23:30.538 1469 1588 W ActivityManager: Slow operation: 226ms so far, now at startProcess: done updating battery stats 10-01 23:23:30.538 1469 1588 W ActivityManager: Slow operation: 226ms so far, now at startProcess: building log message 10-01 23:23:30.538 1469 1588 I ActivityManager: Start proc 2870:com.google.android.apps.nexuslauncher/u0a199 for service com.google.android.apps.nexuslauncher/com.android.launcher3.notification.Notificati onListener 10-01 23:23:30.538 1469 1588 W ActivityManager: Slow operation: 226ms so far, now at startProcess: starting to update pids map 10-01 23:23:30.538 1469 1588 W ActivityManager: Slow operation: 226ms so far, now at startProcess: done updating pids map 10-01 23:23:30.546 2870 2870 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:30.546 2854 2854 E iaomi.hm.healt: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:30.549 2870 2870 I s.nexuslaunche: Late-enabling -Xcheck:jni 10-01 23:23:30.561 1469 1469 W Looper : Drained 10-01 23:23:30.563 2728 2728 I Adreno : QUALCOMM build : 2371bd1, I8ebe47d372 10-01 23:23:30.563 2728 2728 I Adreno : Build Date : 03/12/18 10-01 23:23:30.563 2728 2728 I Adreno : OpenGL ES Shader Compiler Version: EV031.22.00.01 10-01 23:23:30.563 2728 2728 I Adreno : Local Branch : 10-01 23:23:30.563 2728 2728 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.0.r36-rel 10-01 23:23:30.563 2728 2728 I Adreno : Remote Branch : NONE 10-01 23:23:30.563 2728 2728 I Adreno : Reconstruct Branch : NOTHING 10-01 23:23:30.568 2728 2728 I Adreno : PFP: 0x005ff087, ME: 0x005ff063 10-01 23:23:30.599 1469 2021 I ActivityManager: Loading recents for user 0 into memory. 10-01 23:23:30.600 1926 1926 I wpa_supplicant: wlan0: CTRL-EVENT-REGDOM-CHANGE init=USER type=COUNTRY alpha2=DE 10-01 23:23:30.602 1926 1926 I wpa_supplicant: wlan0: CTRL-EVENT-REGDOM-CHANGE init=USER type=COUNTRY alpha2=DE 10-01 23:23:30.602 1469 1783 D WifiCountryCode: Succeeded to set country code to: DE 10-01 23:23:30.602 590 590 I wificond: Regulatory domain changed to country: DE 10-01 23:23:30.603 1469 1783 I WifiVendorHal: Driver: 3.0.11.85 Firmware: CNSS- PR-4-0-00328 10-01 23:23:30.603 590 590 I wificond: 2.4Ghz frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 10-01 23:23:30.603 590 590 I wificond: 5Ghz non-DFS frequencies: 5180 5200 5220 5240 10-01 23:23:30.603 590 590 I wificond: 5Ghz DFS frequencies: 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 10-01 23:23:30.605 546 546 E WifiHAL : wifi_get_ring_buffers_status: Ring buffer logging feature not supported 0 10-01 23:23:30.605 2728 2728 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 10-01 23:23:30.606 2728 2728 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 10-01 23:23:30.606 1469 1783 E WifiVendorHal: getRingBufferStatus(l.2037) failed {.code = ERROR_NOT_SUPPORTED, .description = } 10-01 23:23:30.606 1469 1783 W WifiDiags: no ring buffers found 10-01 23:23:30.607 546 546 E WifiHAL : wifi_start_pkt_fate_monitoring: packet fate logging feature not supported 0 10-01 23:23:30.608 1469 1783 E WifiVendorHal: startPktFateMonitoring(l.2125) failed {.code = ERROR_NOT_SUPPORTED, .description = } 10-01 23:23:30.609 1469 1783 W WifiDiags: Failed to start packet fate monitoring 10-01 23:23:30.611 1469 1786 I WifiScanningService: wifi driver loaded with scan capabilities: max buckets=16 10-01 23:23:30.637 1469 1799 D AccountManagerService: Visibility was not initialized 10-01 23:23:30.637 2706 2706 D MediaScannerReceiver: action: android.intent.action.MEDIA_MOUNTED path: /storage/emulated/0 10-01 23:23:30.638 1469 1799 D AccountManagerService: Visibility was not initialized 10-01 23:23:30.640 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 1, DISCONNECTED) 10-01 23:23:30.644 1469 1783 D WakeupController: reset() 10-01 23:23:30.644 1469 1783 I WifiStateMachine: disconnectedstate enter 10-01 23:23:30.647 1469 2021 W WallpaperManagerService: Cannot extract colors because wallpaper could not be read. 10-01 23:23:30.656 1907 1907 D Tonal : Tonal Palette - index: 11. Main color: ffffffff 10-01 23:23:30.656 1907 1907 D Tonal : Colors: ff212121, ff292929, ff333333, ff404040, ff595959, ff737373, ff8c8c8c, ffababab, ffc4c4c4, ffdedede, fff7f7f7, ffffffff 10-01 23:23:30.656 1907 1907 D Tonal : Tonal Palette - index: 11. Main color: ffffffff 10-01 23:23:30.656 1907 1907 D Tonal : Colors: ff212121, ff292929, ff333333, ff404040, ff595959, ff737373, ff8c8c8c, ffababab, ffc4c4c4, ffdedede, fff7f7f7, ffffffff 10-01 23:23:30.660 711 711 I MSM-irqbalance: Discovered a new IRQ: 179 10-01 23:23:30.660 711 711 I MSM-irqbalance: Discovered a new IRQ: 192 10-01 23:23:30.662 2802 2802 D TouchInteractionService: Touch service connected 10-01 23:23:30.662 1469 1783 D WifiStateMachine: resetting EAP-SIM/AKA/AKA' networks since SIM was changed 10-01 23:23:30.662 1469 1783 D WifiStateMachine: resetting EAP-SIM/AKA/AKA' networks since SIM was changed 10-01 23:23:30.665 1469 1783 D WifiConfigStore: Reading from stores completed in 2 ms. 10-01 23:23:30.668 2903 2903 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:30.670 1469 1588 I ActivityManager: Start proc 2903:com.google.android.apps.photos/u0a107 for broadcast com.google.android.apps.photos/.sdcard.envcache.ExternalStorageStateChangeBroadcast Receiver 10-01 23:23:30.690 2903 2903 E oid.apps.photo: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:30.708 1469 1783 D WIFI : Registering NetworkFactory 10-01 23:23:30.708 1469 1783 D WIFI_UT : Registering NetworkFactory 10-01 23:23:30.709 1469 1788 D ConnectivityService: Got NetworkFactory Messenger for WIFI 10-01 23:23:30.709 1469 1478 I system_server: Background concurrent copying GC freed 139405(7MB) AllocSpace objects, 93(3MB) LOS objects, 42% free, 15MB/27MB, paused 275us total 299.977ms 10-01 23:23:30.709 1469 1788 D ConnectivityService: Got NetworkFactory Messenger for WIFI_UT 10-01 23:23:30.716 1469 1783 D WifiConfigStore: Reading from user store completed in 7 ms. 10-01 23:23:30.716 1469 1783 D WakeupConfigStoreData: WifiWake user data has been read 10-01 23:23:30.720 1469 1476 W FingerprintService: removing leaked reference: android.os.Binder@120d9d8 10-01 23:23:30.746 2613 2640 I QcrilOemhookMsgTunnel: [1]processOemHookIndication length=24 10-01 23:23:30.746 2613 2613 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 10-01 23:23:30.749 2142 2247 I QImsService: ImsSenderRxr : [UNSL]< UNSOL_RADIO_STATE_CHANGED 2[SUB1] 10-01 23:23:30.801 1469 1783 D WifiConfigStore: Writing to stores completed in 79 ms. 10-01 23:23:30.801 1469 1783 D WifiStateMachine: resetting EAP-SIM/AKA/AKA' networks since SIM was changed 10-01 23:23:30.801 1469 1783 D WifiStateMachine: resetting EAP-SIM/AKA/AKA' networks since SIM was changed 10-01 23:23:30.805 1469 1783 D WIFI : got request NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ] with score 0 10-01 23:23:30.808 1469 1783 D WifiConnectivityHelper: Firmware supported feature set: 1153f 10-01 23:23:30.808 1469 1783 D WifiConnectivityHelper: Firmware roaming is not supported 10-01 23:23:30.809 1469 1783 D WIFI : got request NetworkRequest [ REQUEST id=14, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted: Specifier: <1> Uid: 1000] ] with score 0 10-01 23:23:30.809 1469 1783 D WIFI : got request NetworkRequest [ TRACK_DEFAULT id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10033] ] with score 0 10-01 23:23:30.809 1469 1783 D WIFI : got request NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ] with score 0 10-01 23:23:30.809 1469 1783 D WIFI : got request NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 1000] ] with score 0 10-01 23:23:30.809 1469 1783 D WIFI : got request NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 1000] ] with score 0 10-01 23:23:30.809 1469 1783 D WIFI_UT : got request NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ] with score 0 10-01 23:23:30.809 1469 1783 D WIFI_UT : got request NetworkRequest [ REQUEST id=14, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted: Specifier: <1> Uid: 1000] ] with score 0 10-01 23:23:30.809 1469 1783 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10033] ] with score 0 10-01 23:23:30.809 1469 1783 D WIFI_UT : got request NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ] with score 0 10-01 23:23:30.810 1469 1783 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 1000] ] with score 0 10-01 23:23:30.810 1469 1783 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 1000] ] with score 0 10-01 23:23:30.810 1469 1787 E WifiP2pService: Unhandled message { when=0 what=131203 target=com.android.internal.util.StateMachine$SmHandler } 10-01 23:23:30.837 1469 1591 W KernelCpuProcReader: File not exist: /proc/uid_cpupower/time_in_state 10-01 23:23:30.837 1469 1591 W KernelCpuProcReader: File not exist: /proc/uid_cpupower/concurrent_active_time 10-01 23:23:30.837 1469 1591 W KernelCpuProcReader: File not exist: /proc/uid_cpupower/concurrent_policy_time 10-01 23:23:30.910 560 2799 W SurfaceFlinger: Attempting to set client state on removed layer: Surface(name=a0ad12e com.google.android.apps.wallpaper.module.NoBackupImageWallpaper)/@0x8dea042 - animation-leash#0 10-01 23:23:30.910 560 2799 W SurfaceFlinger: Attempting to destroy on removed layer: Surface(name=a0ad12e com.google.android.apps.wallpaper.module.NoBackupImageWallpaper)/@0x8dea042 - animation-leash#0 10-01 23:23:30.990 2748 2748 I InteractorInitializer: Initialized process com.google.android.googlequicksearchbox:interactor 10-01 23:23:31.024 2870 2870 V Launcher: LauncherAppState initiated 10-01 23:23:31.042 2854 2854 I MultiDex: VM with version 2.1.0 has multidex support 10-01 23:23:31.042 2854 2854 I MultiDex: Installing application 10-01 23:23:31.042 2854 2854 I MultiDex: VM has multidex support, MultiDex support library is disabled. 10-01 23:23:31.048 2870 2870 D OpenGLRenderer: Skia GL Pipeline 10-01 23:23:31.183 2854 2948 D NetworkSecurityConfig: No Network Security Config specified, using platform default 10-01 23:23:31.229 2854 2854 I BraceletApp: <BraceletApp:onCreate:145> onCreate 10-01 23:23:31.243 549 692 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only 10-01 23:23:31.243 549 692 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [4, 0] 10-01 23:23:31.243 549 692 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [2, 0] 10-01 23:23:31.267 2748 2748 I GsaVoiceInteractionSrv: Registering passthrough 10-01 23:23:31.286 1469 1588 I ActivityManager: Start proc 2969:com.google.android.googlequicksearchbox:search/u0a37 for service com.google.android.googlequicksearchbox/com.google.android.hotword.service.HotwordS ervice 10-01 23:23:31.287 2969 2969 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:31.293 1907 1907 I KeyguardSecurityView: Strong auth required, reason: 1 10-01 23:23:31.295 2969 2969 E earchbox:searc: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:31.318 1469 1602 I AppWidgetServiceImpl: Async processing of onUserUnlocked u0 took 1143 ms 10-01 23:23:31.318 1469 1780 W system_server: Long monitor contention with owner android.fg (1602) at long android.content.res.ApkAssets.nativeLoad(java.lang.String, boolean, boolean, boolean)(ApkAssets.java:-2) waiters=0 in boolean com.android.server.appwidget.AppWidgetServiceImpl.isBoundWidgetPackage(java.lang.St ring, int) for 1.059s 10-01 23:23:31.318 1469 1602 W Looper : Slow dispatch took 1144ms android.fg h=android.os.Handler c=com.android.server.appwidget.-$ $Lambda$AppWidgetService$HIwvoPMyKqEhLVIiysgUKH8QJg8@8f0e61 m=0 10-01 23:23:31.319 1469 1602 W Looper : Slow delivery took 1120ms android.fg h=android.os.Handler c=com.android.server.am.-$$Lambda$UserController$Eh5Od1- 6teHInq04bnfmHhMt3-E@350dd86 m=0 10-01 23:23:31.319 1469 1602 W Looper : Drained 10-01 23:23:31.321 1469 1779 W system_server: Long monitor contention with owner NetworkPolicy.uid (1780) at void com.android.server.net.NetworkPolicyManagerService.handleUidChanged(int, int, long) (NetworkPolicyManagerService.java:4428) waiters=0 in void com.android.server.net.NetworkPolicyManagerService$12.onReceive(android.content.Con text, android.content.Intent) for 614ms 10-01 23:23:31.330 1469 1588 I ActivityManager: Start proc 2985:com.touchtype.swiftkey/u0a145 for broadcast com.touchtype.swiftkey/com.touchtype_fluency.service.receiver.SDCardReceiver 10-01 23:23:31.331 2985 2985 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:31.337 2985 2985 E chtype.swiftke: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:31.409 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:31.410 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:31.422 2854 2854 E openSDK_LOG: com.xiaomi.hm.health SDK_VERSION:3.3.0.lite 10-01 23:23:31.423 2854 2854 I openSDK_LOG.Tencent: createInstance() -- start, appId = 1103177325 10-01 23:23:31.423 2854 2854 I openSDK_LOG.QQAuth: QQAuth -- createInstance() --start 10-01 23:23:31.424 1469 2766 D WificondControl: Scan result ready event 10-01 23:23:31.424 767 2677 I LOWI-8.5.0.3.a: [LOWI-Scan] lowi_close_record:Scan completed in 1464ms and Recieved 4 APs scan results 10-01 23:23:31.425 2854 2854 I openSDK_LOG.QQAuth: new QQAuth() --start 10-01 23:23:31.426 2854 2854 I openSDK_LOG.AuthAgent: is arm(default) architecture 10-01 23:23:31.427 2854 2854 W System.err: java.lang.ClassNotFoundException: com.tencent.stat.StatConfig 10-01 23:23:31.434 1469 1783 D WifiStateMachine: CMD_START_CONNECT sup state UninitializedState my state DisconnectedState nid=0 roam=false 10-01 23:23:31.436 1469 1783 I WifiStateMachine: Connecting with 00:0a:f5:1b:65:84 as the mac address 10-01 23:23:31.437 2854 2854 W System.err: at java.lang.Class.classForName(Native Method) 10-01 23:23:31.437 2854 2854 W System.err: at java.lang.Class.forName(Class.java:453) 10-01 23:23:31.437 590 590 W wificond: Scan is not started. Ignore abort request 10-01 23:23:31.437 2854 2854 W System.err: at java.lang.Class.forName(Class.java:378) 10-01 23:23:31.437 2854 2854 W System.err: at com.tencent.connect.a.a.c(ProGuard:58) 10-01 23:23:31.437 2854 2854 W System.err: at com.tencent.connect.auth.c.<init>(ProGuard:42) 10-01 23:23:31.437 2854 2854 W System.err: at com.tencent.connect.auth.c.a(ProGuard:77) 10-01 23:23:31.437 2854 2854 W System.err: at com.tencent.tauth.Tencent.<init>(ProGuard:59) 10-01 23:23:31.437 2854 2854 W System.err: at com.tencent.tauth.Tencent.createInstance(ProGuard:67) 10-01 23:23:31.437 2854 2854 W System.err: at com.xiaomi.hm.health.thirdbind.c.a.<init>(QQLogin.java:65) 10-01 23:23:31.437 2854 2854 W System.err: at com.xiaomi.hm.health.thirdbind.c.a.a(QQLogin.java:73) 10-01 23:23:31.437 2854 2854 W System.err: at com.xiaomi.hm.health.BraceletApp.onCreate(BraceletApp.java:182) 10-01 23:23:31.437 2854 2854 W System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1154) 10-01 23:23:31.437 2854 2854 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5871) 10-01 23:23:31.438 2854 2854 W System.err: at android.app.ActivityThread.access$1100(ActivityThread.java:199) 10-01 23:23:31.438 1469 1783 D SupplicantStaIfaceHal: connectToNetwork "nsa_van_04"WPA_PSK 10-01 23:23:31.438 2854 2854 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650) 10-01 23:23:31.438 2854 2854 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:31.438 2854 2854 W System.err: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:31.438 2854 2854 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:31.438 2854 2854 W System.err: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:31.438 2854 2854 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:31.438 2854 2854 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:31.439 1469 1783 I SupplicantStaIfaceHal: addSupplicantStaNetwork via HIDL 10-01 23:23:31.440 2854 2854 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.tencent.stat.StatConfig" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.441 2854 2854 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:134) 10-01 23:23:31.441 2854 2854 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 10-01 23:23:31.441 2854 2854 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 10-01 23:23:31.441 2854 2854 W System.err: ... 21 more 10-01 23:23:31.441 2854 2854 I openSDK_LOG.QQAuth: new QQAuth() --end 10-01 23:23:31.442 2854 2854 I openSDK_LOG.QQAuth: QQAuth -- createInstance() --end 10-01 23:23:31.446 2854 2854 I openSDK_LOG.Tencent: createInstance() -- end 10-01 23:23:31.447 2854 3008 W System.err: com.tencent.open.utils.HttpUtils$NetworkUnavailableException: network unavailable 10-01 23:23:31.448 2854 3008 W System.err: at com.tencent.open.utils.HttpUtils.openUrl2(ProGuard:493) 10-01 23:23:31.448 2854 3008 W System.err: at com.tencent.open.utils.f$1.run(ProGuard:197) 10-01 23:23:31.485 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.486 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.487 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.488 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.489 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.490 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.491 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.492 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.492 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.492 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.492 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.492 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.492 2854 3010 D Event : No subscribers registered for event class com.xiaomi.hm.health.w.d.f 10-01 23:23:31.492 2854 3010 D Event : No subscribers registered for event class b.a.a.g 10-01 23:23:31.492 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.492 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.492 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.492 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.492 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.492 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.492 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.493 2854 3010 D Event : No subscribers registered for event class com.xiaomi.hm.health.w.b.b 10-01 23:23:31.493 2854 3010 D Event : No subscribers registered for event class b.a.a.g 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.493 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.494 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.495 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.495 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.495 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.495 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.495 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.495 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.495 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.495 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.496 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.497 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.498 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.499 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: Rejecting re-init on previously- failed class java.lang.Class<org.b.a.d.b$a>: java.lang.NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteOpenHelper; 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: Caused by: java.lang.ClassNotFoundException: Didn't find class "net.sqlcipher.database.SQLiteOpenHelper" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.xiaomi.hm.health- _qe1r8cIddQ8phVZQeC2IQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.xiaomi. hm.health-_qe1r8cIddQ8phVZQeC2IQ==/lib/arm, /system/fake-libs, /data/app/com.xiaomi.hm.health-_qe1r8cIddQ8phVZQeC2IQ==/base.apk!/lib/armeabi- v7a, /system/lib, /vendor/lib]] 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.<init>(android.content.Context, java.lang.String) (HMDaoManager.java:84) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.databases.b.a(android.content.Context, java.lang.String) (HMDaoManager.java:80) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.a(android.content.Context, java.lang.String, java.lang.String) (BraceletApp.java:374) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void com.xiaomi.hm.health.BraceletApp.onCreate() (BraceletApp.java:195) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBind Data) (ActivityThread.java:5871) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:199) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.os.Looper.loop() (Looper.java:193) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:495) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858) 10-01 23:23:31.500 2854 2854 I iaomi.hm.healt: 10-01 23:23:31.573 1907 1907 D StatusBar: disable<e i a s b H R c s > disable2<q i n > 10-01 23:23:31.573 1907 1907 I chatty : uid=10033(com.android.systemui) identical 1 line 10-01 23:23:31.578 1907 1907 D StatusBar: disable<e i a s b H R c s > disable2<q i n > 10-01 23:23:31.602 2854 2854 I MI_STAT : Initializing SDK: com.xiaomi.hm.health, 2882303761517163841, play, false 10-01 23:23:31.607 2854 2854 I MI_STAT : The initialization consumes 6 ms. 10-01 23:23:31.608 2854 2854 D MI_STAT : enableStatistics: false 10-01 23:23:31.611 2854 2854 D MI_STAT : enableStatistics: true 10-01 23:23:31.630 1926 1926 I wpa_supplicant: wlan0: Trying to associate with SSID 'nsa_van_04' 10-01 23:23:31.633 2111 2195 E QCNEJ : |CORE| update link properties given null lp 10-01 23:23:31.624 2111 2111 I MainEventThread: type=1400 audit(0.0:1040): avc: denied { call } for scontext=u:r:system_app:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:31.633 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 1, CONNECTING) 10-01 23:23:31.648 2854 2854 D Event : No subscribers registered for event class com.xiaomi.hm.health.traininglib.c.b 10-01 23:23:31.648 2854 2854 D Event : No subscribers registered for event class b.a.a.g 10-01 23:23:31.665 1469 2773 W ActivityManager: Background start not allowed: service Intent { cmp=com.touchtype.swiftkey/com.touchtype.telemetry.TelemetryService (has extras) } to com.touchtype.swiftkey/com.touchtype.telemetry.TelemetryService from pid=2985 uid=10145 pkg=com.touchtype.swiftkey startFg?=false 10-01 23:23:31.667 2903 2909 I oid.apps.photo: Method exceeds compiler instruction limit: 19484 in void gen_binder.root.RootModule$Generated.a(android.content.Context, java.lang.Class, java.lang.Object, agvr) 10-01 23:23:31.688 3036 3036 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:31.688 1469 1588 I ActivityManager: Start proc 3036:com.whatsapp/u0a179 for broadcast com.whatsapp/.ExternalMediaManager$ExternalMediaStateReceiver 10-01 23:23:31.695 2854 2854 D Event : No subscribers registered for event class com.xiaomi.hm.health.k.aj 10-01 23:23:31.695 2854 2854 D Event : No subscribers registered for event class b.a.a.g 10-01 23:23:31.700 3036 3036 E com.whatsapp: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:31.720 2969 2969 I SearchServiceCore: Event Bus thread is disabled; marking main thread as EventBus 10-01 23:23:31.722 2969 2969 I SearchServiceCore: We were killed and are starting back! 10-01 23:23:31.724 767 767 I lowi-server: type=1400 audit(0.0:1041): avc: denied { read } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netlink_route_socket permissive=1 10-01 23:23:31.732 1469 1602 I EthernetTracker: interfaceLinkStateChanged, iface: wlan0, up: false 10-01 23:23:31.735 1469 1602 I chatty : uid=1000(system) android.fg identical 1 line 10-01 23:23:31.737 1469 1602 I EthernetTracker: interfaceLinkStateChanged, iface: wlan0, up: false 10-01 23:23:31.739 2854 2854 I DeviceCenter: init 10-01 23:23:31.740 1469 1602 I EthernetTracker: interfaceLinkStateChanged, iface: wlan0, up: true 10-01 23:23:31.743 2854 2854 W JobInfo : Requested interval +10m0s0ms for job 272 is too small; raising to +15m0s0ms 10-01 23:23:31.743 2969 3029 I HotwordHelper: hasHotwordEverywhere-true 10-01 23:23:31.748 2969 3046 I ModelDownloadListener: Schdedule model download 10-01 23:23:31.753 2748 2748 I HwDetectorWithState: #performNextHotwordAction action: 3 10-01 23:23:31.758 2748 2748 W KeyphraseEnrollmentInfo: No enrollment application supports the given keyphrase/locale: 'X Google'/en_DE 10-01 23:23:31.758 2748 2748 I GsaVoiceInteractionSrv: Creating AOHD: Keyphrase - X Google, Locale - en-DE/en-GB 10-01 23:23:31.758 2748 2748 W KeyphraseEnrollmentInfo: No enrollment application supports the given keyphrase/locale: 'X Google'/en_GB 10-01 23:23:31.768 2854 3059 W System.err: java.net.UnknownHostException: Unable to resolve host "api-mifit.huami.com": No address associated with hostname 10-01 23:23:31.770 1469 1586 W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.google.android.systemui.OPA_ENABLED flg=0x10000010 (has extras) } to com.google.android.apps.nexuslauncher/.qsb.OPAStatusReceiver 10-01 23:23:31.773 2854 3059 W System.err: at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:157) 10-01 23:23:31.773 2854 3059 W System.err: at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:105) 10-01 23:23:31.773 2854 3059 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:1154) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.Dns$1.lookup(Dns.java:39) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:175) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:141) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:83) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:174) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:126) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 5) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:461) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:127) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp sURLConnection.java:89) 10-01 23:23:31.773 2854 3059 W System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm pl.java:26) 10-01 23:23:31.773 2854 3059 W System.err: at com.huami.discovery.bridge.jsbridge.e.b(JsBridgeUtil.java:104) 10-01 23:23:31.773 2854 3059 W System.err: at com.huami.discovery.bridge.jsbridge.e.c(JsBridgeUtil.java:89) 10-01 23:23:31.773 2854 3059 W System.err: at com.huami.discovery.bridge.jsbridge.f.run(Unknown Source:4) 10-01 23:23:31.773 2854 3059 W System.err: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:31.774 2854 3059 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 10-01 23:23:31.774 2854 3059 W System.err: at libcore.io.Linux.android_getaddrinfo(Native Method) 10-01 23:23:31.774 2854 3059 W System.err: at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:172) 10-01 23:23:31.774 2854 3059 W System.err: at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:137) 10-01 23:23:31.774 2854 3059 W System.err: ... 19 more 10-01 23:23:31.776 2748 2748 W KeyphraseEnrollmentInfo: No enrollment application supports the given keyphrase/locale: 'X Google'/en_DE 10-01 23:23:31.776 2748 2748 W KeyphraseEnrollmentInfo: No enrollment application supports the given keyphrase/locale: 'X Google'/en_GB 10-01 23:23:31.776 2969 3046 I OpaEligibilityChecker: send OpaEligibilityChange broadcast to CommonBroadcastReceiver 10-01 23:23:31.783 2854 2948 W System.err: java.util.MissingFormatArgumentException: Format specifier '%3A' 10-01 23:23:31.784 2854 2948 W System.err: at java.util.Formatter.format(Formatter.java:2522) 10-01 23:23:31.784 2854 2948 W System.err: at java.util.Formatter.format(Formatter.java:2458) 10-01 23:23:31.784 2854 2948 W System.err: at java.lang.String.format(String.java:2883) 10-01 23:23:31.784 2854 2948 W System.err: at com.huami.passport.i.e(PanLog.java:75) 10-01 23:23:31.784 2854 2948 W System.err: at com.huami.passport.i.c(PanLog.java:64) 10-01 23:23:31.784 2854 2948 W System.err: at com.huami.passport.g.c$2.run(Utils.java:470) 10-01 23:23:31.784 2854 2948 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:31.784 2854 2948 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:31.784 2854 2948 W System.err: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:31.784 2854 2948 E PanLog : NoConnectionError uri:https://account- us.huami.com/v1/client/app_tokens? os_version=v0.5.5.alpha&dn=account.huami.com&login_token=AQVBQFJyQktGHlp6QkpbRl5LRl 5qek4uXAQEBAAAAABE8gGGDzMS0LzmooKkyd0EAVYPJebpC-hj98gACgTM5rbHt5-faiaIX- x4wL5eVo8PzCGVb1IqDpq2-GJTpqyTBhU8klD4Y3JZEKOkVOli79BHw0Skqq1xogZhq- JixmracPgZ63vxFx404NZS5sO0s2XVFL8XnCxYS4U8XYWpl&source=com.xiaomi.hm.health %3A3.5.0%3A3302×tamp=1538429011727& 10-01 23:23:31.787 2854 2948 W System.err: java.net.UnknownHostException: Unable to resolve host "https://account-us.huami.com/v1/client/app_tokens? os_version=v0.5.5.alpha&dn=account.huami.com&login_token=AQVBQFJyQktGHlp6QkpbRl5LRl 5qek4uXAQEBAAAAABE8gGGDzMS0LzmooKkyd0EAVYPJebpC-hj98gACgTM5rbHt5-faiaIX- x4wL5eVo8PzCGVb1IqDpq2-GJTpqyTBhU8klD4Y3JZEKOkVOli79BHw0Skqq1xogZhq- JixmracPgZ63vxFx404NZS5sO0s2XVFL8XnCxYS4U8XYWpl&source=com.xiaomi.hm.health %3A3.5.0%3A3302×tamp=1538429011727&": No address associated with hostname 10-01 23:23:31.787 2854 2948 W System.err: at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:157) 10-01 23:23:31.787 2854 2948 W System.err: at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:105) 10-01 23:23:31.787 2854 2948 W System.err: at java.net.InetAddress.getByName(InetAddress.java:1108) 10-01 23:23:31.787 2854 2948 W System.err: at com.huami.passport.g.c$2.run(Utils.java:486) 10-01 23:23:31.787 2854 2948 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:31.787 2854 2948 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:31.787 2854 2948 W System.err: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:31.787 2854 2948 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 10-01 23:23:31.787 2854 2948 W System.err: at libcore.io.Linux.android_getaddrinfo(Native Method) 10-01 23:23:31.787 2854 2948 W System.err: at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:172) 10-01 23:23:31.787 2854 2948 W System.err: at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:137) 10-01 23:23:31.787 2854 2948 W System.err: ... 6 more 10-01 23:23:31.790 1926 1926 I wpa_supplicant: wlan0: Associated with c8:0e:14:af:8a:a2 10-01 23:23:31.790 1926 1926 I wpa_supplicant: wlan0: CTRL-EVENT-SUBNET-STATUS- UPDATE status=0 10-01 23:23:31.790 1926 1926 I wpa_supplicant: wlan0: WPA: RX message 1 of 4-Way Handshake from c8:0e:14:af:8a:a2 (ver=2) 10-01 23:23:31.791 1926 1926 I wpa_supplicant: wlan0: WPA: Sending EAPOL-Key 2/4 10-01 23:23:31.793 2142 2399 E DatabaseUtils: Writing exception to parcel 10-01 23:23:31.793 2142 2399 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading com.android.providers.telephony.SmsProvider uri content://sms/inbox from pid=2854, uid=10150 requires android.permission.READ_SMS, or grantUriPermission() 10-01 23:23:31.793 2142 2399 E DatabaseUtils: at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:632 ) 10-01 23:23:31.793 2142 2399 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.jav a:501) 10-01 23:23:31.793 2142 2399 E DatabaseUtils: at android.content.ContentProvider$Transport.query(ContentProvider.java:213) 10-01 23:23:31.793 2142 2399 E DatabaseUtils: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:102) 10-01 23:23:31.793 2142 2399 E DatabaseUtils: at android.os.Binder.execTransact(Binder.java:731) 10-01 23:23:31.794 2111 2195 E QCNEJ : |CORE| update link properties given null lp 10-01 23:23:31.794 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 1, CONNECTING) 10-01 23:23:31.784 1907 1907 I RenderThread: type=1400 audit(0.0:1042): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=945 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:31.807 1926 1926 I wpa_supplicant: wlan0: WPA: RX message 3 of 4-Way Handshake from c8:0e:14:af:8a:a2 (ver=2) 10-01 23:23:31.807 1926 1926 I wpa_supplicant: wlan0: WPA: Sending EAPOL-Key 4/4 10-01 23:23:31.811 1926 1926 I wpa_supplicant: wlan0: WPA: Key negotiation completed with c8:0e:14:af:8a:a2 [PTK=CCMP GTK=CCMP] 10-01 23:23:31.811 1926 1926 I wpa_supplicant: wlan0: CTRL-EVENT-CONNECTED - Connection to c8:0e:14:af:8a:a2 completed [id=0 id_str=%7B%22configKey%22%3A%22%5C %22nsa_van_04%5C%22WPA_PSK%22%2C%22creatorUid%22%3A%2210041%22%7D] 10-01 23:23:31.812 1469 1602 I EthernetTracker: interfaceLinkStateChanged, iface: wlan0, up: true 10-01 23:23:31.812 767 2677 I LOWI-8.5.0.3.a: [LOWI-Scan] get_intf_mode: WLAN interface type 2, err 0 10-01 23:23:31.814 2111 2195 E QCNEJ : |CORE| update link properties given null lp 10-01 23:23:31.815 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 1, CONNECTING) 10-01 23:23:31.815 2111 2195 E QCNEJ : |CORE| update link properties given null lp 10-01 23:23:31.815 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 1, CONNECTING) 10-01 23:23:31.818 1469 1783 D ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTING/CONNECTING, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false]} network{100} nethandle{432902426637} lp{{LinkAddresses: [] Routes: [] DnsAddresses: [] UsePrivateDns: false PrivateDnsServerName: null Domains: null MTU: 0}} nc{[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONG ESTED&NOT_SUSPENDED Unwanted: LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SSID: "nsa_van_04"]} Score{20} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} clat{null} } 10-01 23:23:31.819 1469 1788 D ConnectivityService: NetworkAgentInfo [WIFI () - 100] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING 10-01 23:23:31.822 2111 2195 E QCNEJ : |CORE| update link properties given null lp 10-01 23:23:31.823 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 1, CONNECTING) 10-01 23:23:31.824 546 546 E WifiHAL : wifi_get_packet_filter_capabilities: requestResponse() error: -3 10-01 23:23:31.824 546 546 I WifiHAL : Packet filtering is not supprted 10-01 23:23:31.829 2969 3029 I HotwordHelper: hasHotwordEverywhere-true 10-01 23:23:31.832 3083 3083 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:31.832 1469 1588 I ActivityManager: Start proc 3083:com.google.android.partnersetup/u0a12 for content provider com.google.android.partnersetup/.RlzAppProvider 10-01 23:23:31.832 2969 2969 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS. 10-01 23:23:31.835 2748 2748 I HwDetectorWithState: #performNextHotwordAction action: 3 10-01 23:23:31.840 2969 2969 W SessionLifecycleManager: Client : AttachedClient[13059338520479388, ClientConfig[mFlags=[default, headless, launch_external_voice_search_ui, support_transparent_background, legacy_leave_behind_dirty_session_fixme] mSuggestFlags=[0] mClientId=HOTWORD_SERVICE mSessionType=search publicSearchServiceCallerUid=-1]] has no associated SessionController 10-01 23:23:31.843 3083 3083 E id.partnersetu: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:31.845 2854 3082 I Pinger : Ping response: `ping ok`, pinged? true 10-01 23:23:31.845 2854 2854 I HttpProxyCacheServer: Proxy cache server started. Is it alive? true 10-01 23:23:31.897 2969 2969 I MicroDetectionWorker: Initializing MicroDataManager InitializeType-1, isForced-false, isActivePhoneEnrollment-false isActiveGoogleHomeEnrollment-false 10-01 23:23:31.899 2854 2854 I DeviceCenter: onServiceConnected 10-01 23:23:31.899 2854 2854 I DeviceCenter: onServiceConnected....out 10-01 23:23:31.901 2854 2951 E PanLog : [30] a.a: C020001 10-01 23:23:31.901 2969 2969 W SearchServiceCore: Abort, client detached. 10-01 23:23:31.904 2854 2951 E PanLog : [30] 9.a: getToken onError force:falsetokenToken [provider=null, uid=null, accessToken=null, errorCode=C020001] 10-01 23:23:31.904 2854 2951 E PanLog : [30] d.a: getProfile error--appToken is null 10-01 23:23:31.904 2969 3060 I ModelDownloadController: requestHotwordModelUpdate modelType-OK_HEY_GOOGLE 10-01 23:23:31.922 2985 3022 F Adjust : PRODUCTION: Adjust is running in Production mode. Use this setting only for the build that you want to publish. Set the environment to `sandbox` if you want to test your app! 10-01 23:23:31.934 2985 3022 D TokenSharingManager_v1.4.4: Library works in release mode 10-01 23:23:31.986 3036 3036 I MultiDex: VM with version 2.1.0 has multidex support 10-01 23:23:31.986 3036 3036 I MultiDex: Installing application 10-01 23:23:31.986 3036 3036 I MultiDex: VM has multidex support, MultiDex support library is disabled. 10-01 23:23:32.033 1469 3114 D DhcpClient: Receive thread started 10-01 23:23:32.036 1469 1788 D ConnectivityService: NetworkAgentInfo [WIFI () - 100] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTING 10-01 23:23:32.024 2111 2111 I MainEventThread: type=1400 audit(0.0:1044): avc: denied { call } for scontext=u:r:system_app:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:32.038 1469 1783 E WifiVendorHal: configureNeighborDiscoveryOffload(l.2491) failed {.code = ERROR_NOT_SUPPORTED, .description = } 10-01 23:23:32.057 1469 2780 D DhcpClient: Broadcasting DHCPDISCOVER 10-01 23:23:32.064 1469 3114 D DhcpClient: Received packet: 00:0a:f5:1b:65:84 OFFER, ip /10.0.0.50, mask /255.255.255.0, DNS servers: /10.0.0.1 , gateways [/10.0.0.1] lease time 864000, domain fritz.box 10-01 23:23:32.065 1469 2780 D DhcpClient: Got pending lease: IP address 10.0.0.50/24 Gateway 10.0.0.1 DNS servers: [ 10.0.0.1 ] Domains fritz.box DHCP server /10.0.0.1 Vendor info null lease 864000 seconds 10-01 23:23:32.066 1469 2780 D DhcpClient: Broadcasting DHCPREQUEST ciaddr=0.0.0.0 request=10.0.0.50 serverid=10.0.0.1 10-01 23:23:32.073 1469 3114 D DhcpClient: Received packet: 00:0a:f5:1b:65:84 ACK: your new IP /10.0.0.50, netmask /255.255.255.0, gateways [/10.0.0.1] DNS servers: /10.0.0.1 , lease time 864000 10-01 23:23:32.073 1469 2780 D DhcpClient: Confirmed lease: IP address 10.0.0.50/24 Gateway 10.0.0.1 DNS servers: [ 10.0.0.1 ] Domains fritz.box DHCP server /10.0.0.1 Vendor info null lease 864000 seconds 10-01 23:23:32.076 517 748 D CommandListener: Setting iface cfg 10-01 23:23:32.085 3036 3036 D ActivityThread: Loading provider com.whatsapp.provider.contact: com.whatsapp.contact.ContactProvider 10-01 23:23:32.096 2111 2195 E QCNEJ : |CORE| update link properties given null lp 10-01 23:23:32.097 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 1, CONNECTING) 10-01 23:23:32.101 1469 1788 D ConnectivityService: NetworkAgentInfo [WIFI () - 100] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED 10-01 23:23:32.103 517 748 D TcpSocketMonitor: resuming tcpinfo polling (interval=30000ms) 10-01 23:23:32.104 2111 2195 E QCNEJ : |CORE| update link properties given null lp 10-01 23:23:32.104 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 1, CONNECTED) 10-01 23:23:32.105 2111 2195 E QCNEJ : |CORE| update link properties given null lp 10-01 23:23:32.105 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 1, CONNECTED) 10-01 23:23:32.105 1469 1788 W DnsManager: updatePrivateDns(100, PrivateDnsConfig{true:/[]}) 10-01 23:23:32.106 1469 1788 D ConnectivityService: Setting DNS servers for network 100 to [/10.0.0.1] 10-01 23:23:32.107 1469 1788 D DnsManager: setDnsConfigurationForNetwork(100, [10.0.0.1], [fritz.box], [1800, 25, 8, 64], , [10.0.0.1]) 10-01 23:23:32.108 1469 2780 D DhcpClient: Scheduling renewal in 431999s 10-01 23:23:32.109 1469 2780 D DhcpClient: Scheduling rebind in 755999s 10-01 23:23:32.109 1469 2780 D DhcpClient: Scheduling expiry in 863999s 10-01 23:23:32.112 1469 1788 D ConnectivityService: Adding iface wlan0 to network 100 10-01 23:23:32.185 1469 1788 D ConnectivityService: Setting DNS servers for network 100 to [/10.0.0.1] 10-01 23:23:32.185 1469 1788 D DnsManager: setDnsConfigurationForNetwork(100, [10.0.0.1], [fritz.box], [1800, 25, 8, 64], , [10.0.0.1]) 10-01 23:23:32.189 1469 1788 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:32.199 2854 3041 D Event : No subscribers registered for event class com.xiaomi.hm.health.k.s 10-01 23:23:32.199 2854 3041 D Event : No subscribers registered for event class b.a.a.g 10-01 23:23:32.199 1469 1788 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:32.201 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:32.206 1469 1788 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:32.206 3036 3036 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization. 10-01 23:23:32.212 3036 3036 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization. 10-01 23:23:32.214 2854 3041 D util_class: PersonInfo==={gender:1,height:191,weight:73,goals:8000} 10-01 23:23:32.214 2854 3041 D util_class: yDataSize = 4320,tDataSize = 4320, nDataSize = 4320 , 10-01 23:23:32.216 1469 1788 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:32.217 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:32.218 1469 1783 D WifiNetworkAgent: NetworkAgent: Received signal strength thresholds: [] 10-01 23:23:32.221 1469 1783 E WifiVendorHal: stopRssiMonitoring(l.2404) failed {.code = ERROR_NOT_AVAILABLE, .description = } 10-01 23:23:32.224 1469 1788 D ConnectivityService: Switching to new default network: NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false]} network{100} nethandle{432902426637} lp{{InterfaceName: wlan0 LinkAddresses: [fe80::20a:f5ff:fe1b:6584/64,10.0.0.50/24,] Routes: [fe80::/64 -> :: wlan0,10.0.0.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 10.0.0.1 wlan0,] DnsAddresses: [10.0.0.1,] UsePrivateDns: false PrivateDnsServerName: null Domains: fritz.box MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONG ESTED&NOT_SUSPENDED Unwanted: LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -76 SSID: "nsa_van_04"]} Score{19} everValidated{false} lastValidated{false} created{true} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} clat{null} } 10-01 23:23:32.224 2854 3041 D util_class: 10-01 23:23:32.224 2854 3041 D util_class: ==========sleepSectionNum:1========== 10-01 23:23:32.224 2854 3041 D util_class: sleepSection start:1464, stop:1857 10-01 23:23:32.224 2854 3041 D util_class: ==========awakemins = 0========== 10-01 23:23:32.225 2854 3041 D util_class: ==========sleepLength = 394========== 10-01 23:23:32.225 2854 3041 D util_class: result.start:1464, result.stop:1857 10-01 23:23:32.225 2854 3041 D util_class: step_data_process done 10-01 23:23:32.226 517 722 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'INTERFACE' not found 10-01 23:23:32.226 517 722 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'STATE' not found 10-01 23:23:32.226 517 722 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found 10-01 23:23:32.226 517 722 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found 10-01 23:23:32.229 2854 3041 D util_class: Band_ActiveItem==={start:459,stop:474,mode:7,steps:279,distance:201,cal:7} 10-01 23:23:32.229 2854 3041 D util_class: Band_ActiveItem==={start:542,stop:546,mode:1,steps:293,distance:232,cal:8} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:560,stop:566,mode:1,steps:390,distance:287,cal:9} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:845,stop:862,mode:7,steps:596,distance:447,cal:16} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:929,stop:934,mode:1,steps:265,distance:191,cal:6} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:945,stop:949,mode:1,steps:90,distance:64,cal:2} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:1,stop:458,mode:0,steps:208,distance:150,cal:5} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:459,stop:474,mode:7,steps:279,distance:201,cal:7} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:475,stop:541,mode:0,steps:206,distance:148,cal:6} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:542,stop:546,mode:1,steps:293,distance:232,cal:8} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:547,stop:559,mode:0,steps:0,distance:0,cal:0} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:560,stop:566,mode:1,steps:390,distance:287,cal:9} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:567,stop:844,mode:0,steps:818,distance:609,cal:22} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:845,stop:862,mode:7,steps:596,distance:447,cal:16} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:863,stop:928,mode:0,steps:207,distance:166,cal:8} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:929,stop:934,mode:1,steps:265,distance:191,cal:6} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:935,stop:944,mode:0,steps:34,distance:24,cal:1} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:945,stop:949,mode:1,steps:90,distance:64,cal:2} 10-01 23:23:32.230 2854 3041 D util_class: Band_ActiveItem==={start:950,stop:1185,mode:0,steps:377,distance:273,cal:9} 10-01 23:23:32.230 2854 3041 D util_class: Band_Steps_Info==={3763,2798,104,52,1,53} 10-01 23:23:32.233 3036 3036 I FirebaseInitProvider: FirebaseApp initialization successful 10-01 23:23:32.236 2854 3041 D Event : No subscribers registered for event class com.xiaomi.hm.health.k.af 10-01 23:23:32.236 2854 3041 D Event : No subscribers registered for event class b.a.a.g 10-01 23:23:32.236 2854 3041 D Event : No subscribers registered for event class com.xiaomi.hm.health.k.i 10-01 23:23:32.236 2854 3041 D Event : No subscribers registered for event class b.a.a.g 10-01 23:23:32.236 1469 1788 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:32.244 1469 1788 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:32.246 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:32.247 2111 2193 W QCNEJ : |CORE| network available: 100 10-01 23:23:32.251 1469 2054 D NetworkTimeUpdateService: New default network 100; checking time. 10-01 23:23:32.252 3036 3137 I FA : Collection disabled with firebase_analytics_collection_deactivated=1 10-01 23:23:32.253 3036 3137 I FA : App measurement is starting up, version: 11910 10-01 23:23:32.253 3036 3137 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-01 23:23:32.254 1469 1788 D ConnectivityService: Sending CONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 100] isDefaultNetwork=true 10-01 23:23:32.255 2111 2193 W QCNEJ : |CORE| onAvailable: bind the process to WIFI 10-01 23:23:32.256 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:32.256 2111 2193 I QCNEJ/CndHalConnector: -> SND notifyWifiAvailable(v4Connected = truev6Connected = , true, isAndroidValidated = false) 10-01 23:23:32.258 3036 3137 I FA : To enable faster debug mode event logging run: 10-01 23:23:32.258 3036 3137 I FA : adb shell setprop debug.firebase.analytics.app com.whatsapp 10-01 23:23:32.259 2111 2193 I QCNEJ/CndHalConnector: -> SND notifyDefaultNetworkChanged(1) 10-01 23:23:32.264 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:32.265 1469 3134 D NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: PROBE_DNS connectivitycheck.gstatic.com 38ms OK 172.217.22.35 10-01 23:23:32.269 1469 3133 D NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: PROBE_DNS www.google.com 43ms OK 216.58.205.36 10-01 23:23:32.271 1469 1779 W BestClock: java.time.DateTimeException: Missing NTP fix 10-01 23:23:32.302 3036 3149 D NetworkSecurityConfig: No Network Security Config specified, using platform default 10-01 23:23:32.317 1469 2054 D SntpClient: round trip: 35ms, clock offset: 634ms 10-01 23:23:32.321 1469 3134 D NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: PROBE_HTTP http://connectivitycheck.gstatic.com/generate_204 time=53ms ret=204 request={User-Agent=[Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36]} headers={null=[HTTP/1.1 204 No Content], Content-Length=[0], Date=[Mon, 01 Oct 2018 21:23:32 GMT], X-Android- Received-Millis=[1538429012320], X-Android-Response-Source=[NETWORK 204], X- Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1538429012299]} 10-01 23:23:32.326 1469 1588 I ActivityManager: Start proc 3154:com.android.printspooler/u0a63 for service com.android.printspooler/.model.PrintSpoolerService 10-01 23:23:32.327 3154 3154 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:32.335 3154 3154 E id.printspoole: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:32.354 3036 3170 I WhatsAppJni: EnsureThreadAttached: attached current thread to JVM 10-01 23:23:32.359 3036 3171 I WhatsAppJni: EnsureThreadAttached: attached current thread to JVM 10-01 23:23:32.438 1469 3133 D NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: PROBE_HTTPS https://www.google.com/generate_204 time=167ms ret=204 request={User- Agent=[Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36]} headers={null=[HTTP/1.1 204 No Content], Alt- Svc=[quic=":443"; ma=2592000; v="44,43,39,35"], Content-Length=[0], Date=[Mon, 01 Oct 2018 21:23:33 GMT], X-Android-Received-Millis=[1538429012437], X-Android- Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android- Sent-Millis=[1538429012388]} 10-01 23:23:32.439 1469 1788 D ConnectivityService: NetworkAgentInfo [WIFI () - 100] validation passed 10-01 23:23:32.442 1469 1806 I GnssLocationProvider: WakeLock acquired by sendMessage(UPDATE_NETWORK_STATE, 0, 100) 10-01 23:23:32.466 3197 3197 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:32.466 1469 1588 I ActivityManager: Start proc 3197:com.android.keychain/1000 for service com.android.keychain/.KeyChainService 10-01 23:23:32.472 3197 3197 E ndroid.keychai: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:32.503 1873 1947 E bt_hci : hci_timeout_abort restarting the Bluetooth process. 10-01 23:23:32.537 1469 2766 I ActivityManager: Process com.android.bluetooth (pid 1873) has died: psvc PER 10-01 23:23:32.537 1469 2766 W ActivityManager: Scheduling restart of crashed service com.android.bluetooth/.btservice.AdapterService in 1000ms 10-01 23:23:32.537 1469 1589 W libprocessgroup: kill(-1873, 9) failed: No such process 10-01 23:23:32.538 528 2245 E [email protected]: BluetoothDeathRecipient::serviceDied - Bluetooth service died 10-01 23:23:32.538 528 2245 I [email protected]: BluetoothHci::close() 10-01 23:23:32.538 528 2245 I [email protected]: Skipping unlink call, service died. 10-01 23:23:32.538 528 2245 I bt_vendor: __op: property_get: persist.service.bdroid.lpmcfg: all 10-01 23:23:32.538 528 2245 D [email protected]: low_power_mode_cb result: 0 10-01 23:23:32.538 528 2245 I bt_vendor: bt-vendor : BT_VND_OP_USERIAL_CLOSE soc_type: 0 10-01 23:23:32.539 518 518 I Zygote : Process 1873 exited cleanly (0) 10-01 23:23:32.551 1469 1469 I FusedLocation: engine stopped (com.android.location.fused) 10-01 23:23:32.579 1469 1589 W libprocessgroup: kill(-1873, 9) failed: No such process 10-01 23:23:32.580 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 1002 pid 1873 in 42ms 10-01 23:23:32.593 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:32.594 548 548 I chatty : uid=1021(gps) [email protected] identical 6 lines 10-01 23:23:32.594 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:32.595 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:32.601 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:32.607 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:32.612 548 548 I chatty : uid=1021(gps) [email protected] identical 5 lines 10-01 23:23:32.613 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:32.613 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:32.613 548 548 I LocSvc_GnssInterface: ===> updateConfiguration line 140 10-01 23:23:32.614 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_SET_ENGINE_LOCK_REQ_V02 10-01 23:23:32.640 548 548 I LocSvc__AGnssRilInterface: ===> updateNetworkState line 52 10-01 23:23:32.642 1469 1584 E GnssLocationProvider: updateNetworkAvailability failed 10-01 23:23:32.642 1469 1584 I GnssLocationProvider: WakeLock released by handleMessage(UPDATE_NETWORK_STATE, 0, 100) 10-01 23:23:32.642 548 548 I LocSvc_GnssInterface: ===> injectTime line 244 10-01 23:23:32.642 548 2051 I LocSvc_api_v02: ---> locClientSendReq line 2102 QMI_LOC_INJECT_UTC_TIME_REQ_V02 10-01 23:23:32.634 548 548 I Loc_hal : type=1400 audit(0.0:1059): avc: denied { write } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=socket permissive=1 10-01 23:23:32.645 548 2053 I LocSvc_ApiV02: <--- globalRespCb line 141 QMI_LOC_INJECT_UTC_TIME_REQ_V02 10-01 23:23:32.647 1469 1584 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY 10-01 23:23:32.647 1469 1584 W Binder : java.lang.Throwable 10-01 23:23:32.647 1469 1584 W Binder : at android.os.BinderProxy.transact(Binder.java:1114) 10-01 23:23:32.647 1469 1584 W Binder : at com.android.internal.location.ILocationProvider$Stub$Proxy.getProperties(ILocationP rovider.java:236) 10-01 23:23:32.647 1469 1584 W Binder : at com.android.server.location.LocationProviderProxy$1$1.run(LocationProviderProxy.jav a:117) 10-01 23:23:32.647 1469 1584 W Binder : at com.android.server.ServiceWatcher.runOnBinder(ServiceWatcher.java:425) 10-01 23:23:32.647 1469 1584 W Binder : at com.android.server.location.LocationProviderProxy$1.run(LocationProviderProxy.java: 111) 10-01 23:23:32.647 1469 1584 W Binder : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:32.647 1469 1584 W Binder : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:32.647 1469 1584 W Binder : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:32.647 1469 1584 W Binder : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:32.648 1469 1584 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY 10-01 23:23:32.648 1469 1584 W Binder : java.lang.Throwable 10-01 23:23:32.648 1469 1584 W Binder : at android.os.BinderProxy.transact(Binder.java:1114) 10-01 23:23:32.648 1469 1584 W Binder : at com.android.internal.location.ILocationProvider$Stub$Proxy.getProperties(ILocationP rovider.java:236) 10-01 23:23:32.648 1469 1584 W Binder : at com.android.server.location.LocationProviderProxy$1$1.run(LocationProviderProxy.jav a:117) 10-01 23:23:32.648 1469 1584 W Binder : at com.android.server.ServiceWatcher.runOnBinder(ServiceWatcher.java:425) 10-01 23:23:32.648 1469 1584 W Binder : at com.android.server.location.LocationProviderProxy$1.run(LocationProviderProxy.java: 111) 10-01 23:23:32.648 1469 1584 W Binder : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:32.648 1469 1584 W Binder : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:32.648 1469 1584 W Binder : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:32.648 1469 1584 W Binder : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:32.745 1469 2762 D ContextHubService: Added callback, total callbacks 1 10-01 23:23:32.748 2351 2351 W ChreGmsCore: Unable to construct RealContextHub. 10-01 23:23:32.748 2351 2351 W ChreGmsCore: java.lang.IllegalStateException: No ContextHubs were found in the platform. 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at blru.<init>(:com.google.android.gms@[email protected] (100400-213742215):9) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at blru.b(:com.google.android.gms@[email protected] (100400-213742215):13) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at blru.a(:com.google.android.gms@[email protected] (100400-213742215):2) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at blrd.a(:com.google.android.gms@[email protected] (100400-213742215):3) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at azyo.<init>(:com.google.android.gms@[email protected] (100400-213742215):16) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at azyo.<init>(:com.google.android.gms@[email protected] (100400-213742215):1) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at azyz.<init>(:com.google.android.gms@[email protected] (100400-213742215):1) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at azyz.<init>(:com.google.android.gms@[email protected] (100400-213742215):2) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at com.google.android.location.geofencer.service.GeofencerStateMachine.<init>(:com.goo gle.android.gms@[email protected] (100400-213742215):5) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at com.google.android.location.geofencer.service.GeofencerStateMachine.<init>(:com.goo gle.android.gms@[email protected] (100400-213742215):4) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at com.google.android.location.geofencer.service.GeofencerStateMachine.a(:com.google.a ndroid.gms@[email protected] (100400-213742215):4) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at azyy.<init>(Unknown Source:6) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at baal.<init>(:com.google.android.gms@[email protected] (100400-213742215):1) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at com.google.android.location.internal.GoogleLocationManagerChimeraService.onCreate(: com.google.android.gms@[email protected] (100400-213742215):4) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at dmt.onCreate(:com.google.android.gms@[email protected] (100400-213742215):1) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at ofx.onCreate(:com.google.android.gms@[email protected] (100400-213742215):4) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at android.app.ActivityThread.handleCreateService(ActivityThread.java:3532) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at android.app.ActivityThread.access$1300(ActivityThread.java:199) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1666) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:32.748 2351 2351 W ChreGmsCore: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:32.763 2854 2879 I iaomi.hm.healt: Background concurrent copying GC freed 96988(4MB) AllocSpace objects, 17(4MB) LOS objects, 67% free, 5MB/17MB, paused 112us total 109.737ms 10-01 23:23:32.781 1469 1603 E BluetoothManagerService: MESSAGE_TIMEOUT_BIND 10-01 23:23:32.796 2474 3229 I FA-SVC : App measurement is starting up, version: 14366 10-01 23:23:32.887 2474 3229 I FA-SVC : This instance being marked as an uploader 10-01 23:23:32.890 1469 2726 V BackupManagerConstants: getFullBackupRequiredNetworkType(...) returns 2 10-01 23:23:32.890 1469 2726 V BackupManagerConstants: getFullBackupRequireCharging(...) returns true 10-01 23:23:32.909 2351 2351 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 10-01 23:23:32.926 2351 3217 W GCoreFlp: No location to return for getLastLocation() 10-01 23:23:32.931 2351 2351 I GeofencerStateMachine: sendWifiConnectivityChanged: connectivity=true 10-01 23:23:32.932 2523 2554 W DndManagerImpl: Notification policy access denied when removing rule 10-01 23:23:32.939 1469 2233 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system_de/0/spblob/59bc58dc0a8734c0.weaver: open failed: ENOENT (No such file or directory) 10-01 23:23:32.941 598 598 D PermissionCache: checking android.permission.ACCESS_KEYGUARD_SECURE_STORAGE for uid=1000 => granted (761 us) 10-01 23:23:32.934 534 534 I [email protected]: type=1400 audit(0.0:1061): avc: denied { ioctl } for path="/dev/qseecom" dev="tmpfs" ino=13589 ioctlcmd=9717 scontext=u:r:hal_gatekeeper_default:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:32.948 3244 3244 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:32.948 2351 3228 I GeofencerStateMachine: Network location disabled. 10-01 23:23:32.944 693 693 I qseecomd: type=1400 audit(0.0:1062): avc: denied { ioctl } for path="/dev/qseecom" dev="tmpfs" ino=13589 ioctlcmd=9706 scontext=u:r:init:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:32.953 693 703 E rpmb_emmc: ----------------------------rpmb_emmc_read----------------------------- 10-01 23:23:32.954 1469 1588 I ActivityManager: Start proc 3244:com.google.process.gapps/u0a13 for content provider com.google.android.gsf/.settings.GoogleSettingsProvider 10-01 23:23:32.955 3244 3244 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:32.983 583 583 D keystore: AddAuthenticationToken: timestamp = 31541, time_received = 27 10-01 23:23:32.984 536 536 I HWC_UeventThrea: type=1400 audit(0.0:1063): avc: denied { read } for scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:r:hal_graphics_composer_default:s0 tclass=netlink_kobject_uevent_socket permissive=1 10-01 23:23:32.990 528 2245 I bt_vendor: bt-vendor : BT_VND_OP_POWER_CTRL: Off 10-01 23:23:32.990 528 2245 I bt_vendor: bluetooth status is on 10-01 23:23:32.990 528 2245 I bt_vendor: bt-vendor : resetting BT status 10-01 23:23:32.990 528 2245 W bt_vendor: Hw_config: nState = 0 10-01 23:23:32.990 528 2245 W bt_vendor: Hw_config: nState = 0 10-01 23:23:32.990 528 2245 I bt_vendor: cleanup 10-01 23:23:32.993 2402 2402 I Dialer : CountryDetector.registerForLocationUpdates - registering for location updates 10-01 23:23:33.001 693 703 E rpmb_emmc: ----------------------------rpmb_emmc_read----------------------------- 10-01 23:23:33.006 2402 2402 I Dialer : DialerExecutorModule.newThread - creating low priority thread 10-01 23:23:33.009 2402 3260 I Dialer : VisualVoicemailUpdateTask.updateNotification - enter 10-01 23:23:33.010 693 703 E rpmb_emmc: ----------------------------rpmb_emmc_read----------------------------- 10-01 23:23:33.014 1469 3259 I RecoverySystem: No recovery log file 10-01 23:23:33.014 469 469 W /vendor/bin/hw/[email protected] service: Not performing software digesting for symmetric cipher keys 10-01 23:23:33.027 1469 3259 I BootReceiver: Copying /sys/fs/pstore/console- ramoops to DropBox (SYSTEM_LAST_KMSG) 10-01 23:23:33.017 469 469 I chatty : uid=1000(system) [email protected] identical 1 line 10-01 23:23:33.019 469 469 W /vendor/bin/hw/[email protected] service: Not performing software digesting for symmetric cipher keys 10-01 23:23:33.052 583 583 D keystore: AddAuthenticationToken: timestamp = 31609, time_received = 28 10-01 23:23:33.064 3244 3244 I GoogleHttpClient: GMS http client unavailable, use old client 10-01 23:23:33.072 583 583 D keystore: AddAuthenticationToken: timestamp = 31629, time_received = 28 10-01 23:23:33.084 1469 2233 I LockSettingsService: Unlocking user 0 with secret only, length 64 10-01 23:23:33.085 1469 2233 D LockSettingsService: unlockUser finished 10-01 23:23:33.087 1469 3259 I BootReceiver: Copying audit failures to DropBox 10-01 23:23:33.089 1469 2233 I LockSettingsService: Disabling escrow token on user 0 10-01 23:23:33.090 1469 2233 I LockSettingsService: Caching SP for user 0 10-01 23:23:33.091 1469 3259 I BootReceiver: Copied 3822 worth of audits to DropBox 10-01 23:23:33.102 2402 3260 I Dialer : VisualVoicemailUpdateTask.updateNotification - no voicemails to notify about 10-01 23:23:33.102 2402 3260 I Dialer : VisualVoicemailNotifier.cancelAllVoicemailNotifications - enter 10-01 23:23:33.103 1469 1469 I LockSettingsService: Removing SP from cache for user 0 10-01 23:23:33.109 1469 3259 I BootReceiver: boot_fs_shutdown,6538,2 10-01 23:23:33.110 1469 3259 I BootReceiver: Checking for fsck errors 10-01 23:23:33.111 1469 3259 I BootReceiver: fs_stat, partition:userdata stat:0x9 10-01 23:23:33.116 1469 2772 W ActivityManager: Background start not allowed: service Intent { act=com.whatsapp.messaging.MessageService.START cmp=com.whatsapp/.messaging.MessageService } to com.whatsapp/.messaging.MessageService from pid=3036 uid=10179 pkg=com.whatsapp startFg?=false 10-01 23:23:33.127 517 748 E Netd : Error adding route ::/0 -> fe80::ca0e:14ff:feaf:8aa0 wlan0 to table 1022: File exists 10-01 23:23:33.128 1469 3259 I BootReceiver: fs_stat, partition:cache stat:0x1 10-01 23:23:33.128 1469 3259 I BootReceiver: fs_stat, partition:persist stat:0x3 10-01 23:23:33.129 1469 3259 I BootReceiver: fs_stat, partition:dsp stat:0x3 10-01 23:23:33.129 517 748 E Netd : Error adding route 2a02:8071:a5cf:a900::/56 -> fe80::ca0e:14ff:feaf:8aa0 wlan0 to table 1022: File exists 10-01 23:23:33.130 2402 3260 I Dialer : VoicemailNotificationJobService.scheduleJob - job canceled 10-01 23:23:33.131 1469 1788 D ConnectivityService: Setting DNS servers for network 100 to [/fd00::ca0e:14ff:feaf:8aa0, /10.0.0.1] 10-01 23:23:33.131 1469 1788 D DnsManager: setDnsConfigurationForNetwork(100, [fd00::ca0e:14ff:feaf:8aa0, 10.0.0.1], [fritz.box], [1800, 25, 8, 64], , [fd00::ca0e:14ff:feaf:8aa0, 10.0.0.1]) 10-01 23:23:33.132 2402 2402 I Dialer : VisualVoicemailUpdateTask.scheduleTask - update successful 10-01 23:23:33.133 1469 3269 D KeySyncTask: Key sync not needed. 10-01 23:23:33.135 2854 3041 D Event : No subscribers registered for event class com.xiaomi.hm.health.k.ag 10-01 23:23:33.135 2854 3041 D Event : No subscribers registered for event class b.a.a.g 10-01 23:23:33.142 1469 3259 I BootReceiver: Copying /data/tombstones/tombstone_14 to DropBox (SYSTEM_TOMBSTONE) 10-01 23:23:33.156 2111 2195 I QCNEJ : |CORE| registerSettingsObserver: getSubId for phone 1 returned Invalid sub 10-01 23:23:33.157 2854 3041 D util_class: PersonInfo==={gender:1,height:191,weight:73,goals:8000} 10-01 23:23:33.157 2854 3041 D util_class: yDataSize = 4320,tDataSize = 4320, nDataSize = 4320 , 10-01 23:23:33.165 2854 3041 D util_class: 10-01 23:23:33.165 2854 3041 D util_class: ==========sleepSectionNum:1========== 10-01 23:23:33.166 2854 3041 D util_class: sleepSection start:1464, stop:1857 10-01 23:23:33.166 2854 3041 D util_class: ==========awakemins = 0========== 10-01 23:23:33.166 2854 3041 D util_class: ==========sleepLength = 394========== 10-01 23:23:33.166 2854 3041 D util_class: result.start:1464, result.stop:1857 10-01 23:23:33.166 2854 3041 D util_class: step_data_process done 10-01 23:23:33.167 2854 3041 D util_class: Band_ActiveItem==={start:459,stop:474,mode:7,steps:279,distance:201,cal:7} 10-01 23:23:33.167 2854 3041 D util_class: Band_ActiveItem==={start:542,stop:546,mode:1,steps:293,distance:232,cal:8} 10-01 23:23:33.167 2854 3041 D util_class: Band_ActiveItem==={start:560,stop:566,mode:1,steps:390,distance:287,cal:9} 10-01 23:23:33.167 2854 3041 D util_class: Band_ActiveItem==={start:845,stop:862,mode:7,steps:596,distance:447,cal:16} 10-01 23:23:33.167 2854 3041 D util_class: Band_ActiveItem==={start:929,stop:934,mode:1,steps:265,distance:191,cal:6} 10-01 23:23:33.168 2854 3041 D util_class: Band_ActiveItem==={start:945,stop:949,mode:1,steps:90,distance:64,cal:2} 10-01 23:23:33.168 2854 3041 D util_class: Band_ActiveItem==={start:1,stop:458,mode:0,steps:208,distance:150,cal:5} 10-01 23:23:33.168 2854 3041 D util_class: Band_ActiveItem==={start:459,stop:474,mode:7,steps:279,distance:201,cal:7} 10-01 23:23:33.168 2854 3041 D util_class: Band_ActiveItem==={start:475,stop:541,mode:0,steps:206,distance:148,cal:6} 10-01 23:23:33.168 2854 3041 D util_class: Band_ActiveItem==={start:542,stop:546,mode:1,steps:293,distance:232,cal:8} 10-01 23:23:33.168 2854 3041 D util_class: Band_ActiveItem==={start:547,stop:559,mode:0,steps:0,distance:0,cal:0} 10-01 23:23:33.168 2854 3041 D util_class: Band_ActiveItem==={start:560,stop:566,mode:1,steps:390,distance:287,cal:9} 10-01 23:23:33.168 2854 3041 D util_class: Band_ActiveItem==={start:567,stop:844,mode:0,steps:818,distance:609,cal:22} 10-01 23:23:33.168 2854 3041 D util_class: Band_ActiveItem==={start:845,stop:862,mode:7,steps:596,distance:447,cal:16} 10-01 23:23:33.168 2854 3041 D util_class: Band_ActiveItem==={start:863,stop:928,mode:0,steps:207,distance:166,cal:8} 10-01 23:23:33.168 2854 3041 D util_class: Band_ActiveItem==={start:929,stop:934,mode:1,steps:265,distance:191,cal:6} 10-01 23:23:33.168 2854 3041 D util_class: Band_ActiveItem==={start:935,stop:944,mode:0,steps:34,distance:24,cal:1} 10-01 23:23:33.169 2854 3041 D util_class: Band_ActiveItem==={start:945,stop:949,mode:1,steps:90,distance:64,cal:2} 10-01 23:23:33.169 2854 3041 D util_class: Band_ActiveItem==={start:950,stop:1185,mode:0,steps:377,distance:273,cal:9} 10-01 23:23:33.169 2854 3041 D util_class: Band_Steps_Info==={3763,2798,104,52,1,53} 10-01 23:23:33.172 2111 2193 I QCNEJ/CndHalConnector: -> SND notifyWifiAvailable(v4Connected = truev6Connected = , true, isAndroidValidated = true) 10-01 23:23:33.176 2111 2195 W QCNEJ : |CORE| Phone id invalid or Service State available 10-01 23:23:33.176 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(false) 10-01 23:23:33.180 1469 1469 I Telecom : DefaultDialerCache: Refreshing default dialer for user 0: now com.android.dialer: DDC.oR@ADw 10-01 23:23:33.181 2854 3041 D Event : No subscribers registered for event class com.xiaomi.hm.health.k.af 10-01 23:23:33.181 2854 3041 D Event : No subscribers registered for event class b.a.a.g 10-01 23:23:33.181 2854 3041 D Event : No subscribers registered for event class com.xiaomi.hm.health.k.aa 10-01 23:23:33.181 2854 3041 D Event : No subscribers registered for event class b.a.a.g 10-01 23:23:33.183 1469 1469 I Telecom : MissedCallNotifierImpl: reloadAfterBootComplete: user=0: TSBCR.oR@AD0 10-01 23:23:33.186 2142 2142 D CarrierConfigLoader: mHandler: 13 phoneId: 0 10-01 23:23:33.186 2142 2142 D CarrierConfigLoader: mHandler: 7 phoneId: 0 10-01 23:23:33.188 2142 2142 D CarrierConfigLoader: Loaded config from XML. package=com.android.carrierconfig phoneId=0 10-01 23:23:33.188 2142 2142 D CarrierConfigLoader: mHandler: 5 phoneId: 0 10-01 23:23:33.189 2854 3041 D util_class: PersonInfo==={gender:1,height:191,weight:73,goals:8000} 10-01 23:23:33.190 2854 3041 D util_class: yDataSize = 4320,tDataSize = 4320, nDataSize = 4320 , 10-01 23:23:33.198 2854 3041 D util_class: 10-01 23:23:33.198 2854 3041 D util_class: ==========sleepSectionNum:1========== 10-01 23:23:33.198 2854 3041 D util_class: sleepSection start:1464, stop:1857 10-01 23:23:33.198 2854 3041 D util_class: ==========awakemins = 0========== 10-01 23:23:33.198 2854 3041 D util_class: ==========sleepLength = 394========== 10-01 23:23:33.198 2854 3041 D util_class: result.start:1464, result.stop:1857 10-01 23:23:33.199 2854 3041 D util_class: step_data_process done 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:459,stop:474,mode:7,steps:279,distance:201,cal:7} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:542,stop:546,mode:1,steps:293,distance:232,cal:8} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:560,stop:566,mode:1,steps:390,distance:287,cal:9} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:845,stop:862,mode:7,steps:596,distance:447,cal:16} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:929,stop:934,mode:1,steps:265,distance:191,cal:6} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:945,stop:949,mode:1,steps:90,distance:64,cal:2} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:1,stop:458,mode:0,steps:208,distance:150,cal:5} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:459,stop:474,mode:7,steps:279,distance:201,cal:7} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:475,stop:541,mode:0,steps:206,distance:148,cal:6} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:542,stop:546,mode:1,steps:293,distance:232,cal:8} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:547,stop:559,mode:0,steps:0,distance:0,cal:0} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:560,stop:566,mode:1,steps:390,distance:287,cal:9} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:567,stop:844,mode:0,steps:818,distance:609,cal:22} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:845,stop:862,mode:7,steps:596,distance:447,cal:16} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:863,stop:928,mode:0,steps:207,distance:166,cal:8} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:929,stop:934,mode:1,steps:265,distance:191,cal:6} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:935,stop:944,mode:0,steps:34,distance:24,cal:1} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:945,stop:949,mode:1,steps:90,distance:64,cal:2} 10-01 23:23:33.200 2854 3041 D util_class: Band_ActiveItem==={start:950,stop:1185,mode:0,steps:377,distance:273,cal:9} 10-01 23:23:33.200 2854 3041 D util_class: Band_Steps_Info==={3763,2798,104,52,1,53} 10-01 23:23:33.205 2854 3041 D Event : No subscribers registered for event class com.xiaomi.hm.health.k.af 10-01 23:23:33.205 2854 3041 D Event : No subscribers registered for event class b.a.a.g 10-01 23:23:33.205 2854 3041 D Event : No subscribers registered for event class com.xiaomi.hm.health.k.aa 10-01 23:23:33.205 2854 3041 D Event : No subscribers registered for event class b.a.a.g 10-01 23:23:33.216 2142 2160 I CarrierInfoManager: using values for mnc, mcc: 07,262 10-01 23:23:33.216 2142 2160 D CarrierInfoManager: No rows found for keyType: 2 10-01 23:23:33.223 517 3274 W DnsTlsSocket: SSL_connect error 5, errno=111 10-01 23:23:33.231 2142 2142 I ImsResolver: Received Carrier Config Changed for SlotId: 0 10-01 23:23:33.231 2142 2142 D CarrierKeyDownloadManager: Carrier Config changed: android.telephony.action.CARRIER_CONFIG_CHANGED 10-01 23:23:33.232 2142 2142 D CarrierKeyDownloadManager: Carrier not enabled or invalid values 10-01 23:23:33.233 2142 2142 D CarrierKeyDownloadManager: Cleaning up existing renewal alarms 10-01 23:23:33.237 1469 1469 I Telecom : PhoneAccountRegistrar: SimCallManager queried, returning: null: TSI.gSCMFU@AD4 10-01 23:23:33.238 2162 2232 I Adreno : QUALCOMM build : 2371bd1, I8ebe47d372 10-01 23:23:33.238 2162 2232 I Adreno : Build Date : 03/12/18 10-01 23:23:33.238 2162 2232 I Adreno : OpenGL ES Shader Compiler Version: EV031.22.00.01 10-01 23:23:33.238 2162 2232 I Adreno : Local Branch : 10-01 23:23:33.238 2162 2232 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.0.r36-rel 10-01 23:23:33.238 2162 2232 I Adreno : Remote Branch : NONE 10-01 23:23:33.238 2162 2232 I Adreno : Reconstruct Branch : NOTHING 10-01 23:23:33.244 2162 2232 I Adreno : PFP: 0x005ff087, ME: 0x005ff063 10-01 23:23:33.251 2162 2232 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 10-01 23:23:33.251 2162 2232 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 10-01 23:23:33.252 2162 2232 I OpenGLRenderer: Initialized EGL, version 1.4 10-01 23:23:33.252 2162 2232 D OpenGLRenderer: Swap behavior 2 10-01 23:23:33.255 1469 1588 I ActivityManager: Start proc 3287:com.spotify.music/u0a173 for broadcast com.spotify.music/.spotlets.localnotification.receiver.LocalNotificationReceiver 10-01 23:23:33.258 1469 1469 V FingerprintService: stop client com.android.systemui 10-01 23:23:33.259 1278 1335 D FingerGoodix: fpcode, fingerprint_cancel() 10-01 23:23:33.259 1278 1335 D FingerGoodix: fingerprint_cancel 10-01 23:23:33.259 1278 1335 D FingerGoodix: fpcode, fp cancel! 10-01 23:23:33.259 1278 1335 D FingerGoodix: finger print client call cancelRecognize! 10-01 23:23:33.259 1278 1335 D FingerGoodix: client,cancel recognize 10-01 23:23:33.259 562 1314 D FingerGoodix: server,cancel recognize 10-01 23:23:33.259 562 1314 D FingerGoodix: Client::cancelRecognize 6 10-01 23:23:33.259 562 1314 D FingerGoodix: Cancel status:6 10-01 23:23:33.259 562 1314 D FingerGoodix: mCurStatus = 6 , nextStatus = 8 10-01 23:23:33.259 562 1314 D FingerGoodix: fingerprint cancel wait finger command. 10-01 23:23:33.259 562 1314 D FingerGoodix: device_cancel_waitfinger. g_state:1 10-01 23:23:33.275 1469 1478 I system_server: Background concurrent copying GC freed 160502(7MB) AllocSpace objects, 152(5MB) LOS objects, 42% free, 21MB/38MB, paused 491us total 248.601ms 10-01 23:23:33.275 3287 3287 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:33.277 2142 2142 W PhoneGlobals: Can't get phone with sub id = -1 10-01 23:23:33.279 2142 2142 D QtiCarrierConfigHelper: Reload carrier configs on sub Id: 1 10-01 23:23:33.280 2142 2142 D QtiCarrierConfigHelper: Load carrier configs on sub Id: 1 slot Id: 0 10-01 23:23:33.282 1469 1588 I ActivityManager: Start proc 3294:com.google.android.play.games.ui/u0a13 for content provider com.google.android.gms/.games.provider.NotificationStubContentProvider 10-01 23:23:33.283 562 1313 D FingerGoodix: Wait for finger down canceled. 10-01 23:23:33.283 562 1313 D FingerGoodix: Wait for finger down canceled, g_state = GF_HAL_IDLE 00. 10-01 23:23:33.286 3294 3294 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:33.294 3294 3294 E d.play.games.u: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:33.295 3287 3287 E m.spotify.musi: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:33.299 562 1314 D FingerGoodix: device_cancel_waitfinger out. i = 2 10-01 23:23:33.299 562 1314 D FingerGoodix: mCurStatus = 8 , nextStatus = 1 10-01 23:23:33.299 1278 1335 D FingerGoodix: fpcode, setListenerState(0x74dfc4b1c0, 3) 10-01 23:23:33.300 1469 1469 W FingerprintService: client com.android.systemui is no longer authenticating 10-01 23:23:33.303 2142 2142 I QImsService: ImsConfigImpl : SetServiceStatus = 0 13 2 10-01 23:23:33.304 562 1313 D FingerGoodix: Wait for finger down canceled, g_state = GF_HAL_IDLE 20. 10-01 23:23:33.304 562 1313 D FingerGoodix: gf_enable_irq 10-01 23:23:33.304 562 1313 D FingerGoodix: EventProcessThread cancel hal_Down goto waitting! 10-01 23:23:33.304 562 1313 D FingerGoodix: RawDataProcessLoop waiting signal! 10-01 23:23:33.304 562 1313 D FingerGoodix: getChipMode = 0 10-01 23:23:33.304 562 1313 D FingerGoodix: setChipMode = 1 10-01 23:23:33.304 562 1313 D FingerGoodix: fingerprint set mode. mode = 0x1 10-01 23:23:33.304 562 1313 D FingerGoodix: device_setMode ,mode = 1, g_mode = 0, ignore = 2 10-01 23:23:33.304 562 1313 D FingerGoodix: Set mode : 1, g_mode = 0 10-01 23:23:33.304 562 1313 D FingerGoodix: Enable clock. 10-01 23:23:33.304 562 1313 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.304 562 1313 D FingerGoodix: ############ reset before read statue 0x0 g_mode 0 10-01 23:23:33.304 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:33.304 2142 2142 I QImsService: ImsSenderRxr : [0017]> REQUEST_SET_SERVICE_STATUS [SUB0] 10-01 23:23:33.305 2142 2142 I QImsService: ImsSenderRxr : REQUEST_SET_SERVICE_STATUS to ImsRadio: token -17 SrvType:0 Network:14 enabled:2 RestrictCause:0 10-01 23:23:33.309 2142 2247 I QImsService: ImsRadioResponse : SetServiceStatus response received. 10-01 23:23:33.309 2142 2247 I QImsService: ImsSenderRxr : [0017]< REQUEST_SET_SERVICE_STATUS [SUB0] 10-01 23:23:33.310 2142 2319 I QImsService: ImsConfigImplHandler : Message received: what = 2 10-01 23:23:33.310 562 1313 D FingerGoodix: delete timer 10-01 23:23:33.310 562 1313 D FingerGoodix: delete timer 10-01 23:23:33.310 562 1313 D FingerGoodix: gf_enable_irq 10-01 23:23:33.310 562 1313 D FingerGoodix: gx_ta_send_command, cmd = 3 10-01 23:23:33.310 1469 1469 V FingerprintService: Done with client: com.android.systemui 10-01 23:23:33.310 1469 1469 V FingerprintService: handleError(client=com.android.systemui, error = 5) 10-01 23:23:33.310 1469 1469 V FingerprintService: start pending client com.android.systemui 10-01 23:23:33.310 1469 1469 V FingerprintService: starting client AuthenticationClient(com.android.systemui), initiatedByClient = false 10-01 23:23:33.311 1278 1335 D FingerGoodix: fpcode, fingerprint_authenticate(0x74dfc4b1c0, operation_id=0d, gid=0) 10-01 23:23:33.311 1278 1335 D FingerGoodix: fpcode, goodix sensor has already been inited! 10-01 23:23:33.311 1278 1335 D FingerGoodix: fingerprint_authenticate 10-01 23:23:33.311 1278 1335 D FingerGoodix: set_fpdb_to_ta,gFPExtDataFilePath:/data/system/users/0/fpdata/fpdb 10-01 23:23:33.311 1278 1335 D FingerGoodix: set_fpdb_path source path: /data/system/users/0/fpdata/fpdb 10-01 23:23:33.311 1278 1335 D FingerGoodix: set_fpdb_path /data/system/users/0/settings_fingerprint.xml 10-01 23:23:33.311 1278 1335 D FingerGoodix: fpcode, g_fpdb_is_loaded = 1 ,fpdata has already been loaded. 10-01 23:23:33.311 1278 1335 D FingerGoodix: gCheckFingerprintidsConsistence:1 10-01 23:23:33.311 1278 1335 D FingerGoodix: fpcode, fp cancel! 10-01 23:23:33.311 1278 1335 D FingerGoodix: fpcode, setListenerState(0x74dfc4b1c0, 3) 10-01 23:23:33.311 1278 1335 D FingerGoodix: fpcode, setListenerState(0x74dfc4b1c0, 2) 10-01 23:23:33.311 1278 1335 D FingerGoodix: fpcode, goodix_sensor_fp_match(), operation_id = 0d 10-01 23:23:33.311 1278 1335 D FingerGoodix: init, g_need_clean_fp_data=0 10-01 23:23:33.311 1278 1335 D FingerGoodix: finger print client call checkPasswd! 10-01 23:23:33.311 1278 1335 D FingerGoodix: client,check passwd 10-01 23:23:33.311 562 1314 D FingerGoodix: server,check passwd 10-01 23:23:33.311 562 1314 D FingerGoodix: Client::checkPasswd : 10-01 23:23:33.311 562 1314 D FingerGoodix: prepare FpEnv, active client=0x79cfc84300 10-01 23:23:33.319 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 15 10-01 23:23:33.324 1278 1335 D FingerGoodix: finger print client call recognize! 10-01 23:23:33.324 1278 1335 D FingerGoodix: client,recognize 10-01 23:23:33.324 562 1313 D FingerGoodix: ### download fdt get down cfg g_state 1 10-01 23:23:33.324 562 1314 D FingerGoodix: server,recognize 10-01 23:23:33.324 562 1314 D FingerGoodix: FpService::Client::recognize 10-01 23:23:33.324 562 1314 D FingerGoodix: prepare FpEnv, active client=0x79cfc84300 10-01 23:23:33.324 562 1314 D FingerGoodix: mCurStatus = 1 , nextStatus = 6 10-01 23:23:33.324 562 1314 D FingerGoodix: fnCa_GetSessionID 10-01 23:23:33.324 562 1313 D FingerGoodix: gx_ta_send_command, cmd = 60 10-01 23:23:33.331 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.332 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.332 560 560 D SurfaceFlinger: duplicate layer name: changing com.android.settings/com.android.settings.sim.SimDialogActivity to com.android.settings/com.android.settings.sim.SimDialogActivity#1 10-01 23:23:33.335 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.336 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 2 lines 10-01 23:23:33.337 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.342 2142 2142 I QImsService: ImsConfigImpl : SetServiceStatus = 0 18 0 10-01 23:23:33.344 2142 2142 I QImsService: ImsSenderRxr : [0018]> REQUEST_SET_SERVICE_STATUS [SUB0] 10-01 23:23:33.344 2142 2142 I QImsService: ImsSenderRxr : REQUEST_SET_SERVICE_STATUS to ImsRadio: token -18 SrvType:0 Network:19 enabled:0 RestrictCause:0 10-01 23:23:33.346 562 1313 D FingerGoodix: RawDataProcessLoop set to default mode 10-01 23:23:33.346 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 48 10-01 23:23:33.347 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:33.349 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.349 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:33.349 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:33.352 562 1314 D FingerGoodix: device_setMode ,mode = 0, g_mode = 1, ignore = 2 10-01 23:23:33.352 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:33.356 2142 2247 I QImsService: ImsRadioResponse : SetServiceStatus response received. 10-01 23:23:33.356 2142 2247 I QImsService: ImsSenderRxr : [0018]< REQUEST_SET_SERVICE_STATUS [SUB0] 10-01 23:23:33.357 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:33.357 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 1 g_state 1 10-01 23:23:33.357 562 1276 D FingerGoodix: g_mode = 1 10-01 23:23:33.357 562 1276 D FingerGoodix: #### Invalid int. g_mode = 1 10-01 23:23:33.357 562 1314 D FingerGoodix: Set mode : 0, g_mode = 1 10-01 23:23:33.357 562 1314 D FingerGoodix: ############ reset before read statue 0x0 g_mode 1 10-01 23:23:33.358 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.360 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 4 lines 10-01 23:23:33.361 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.363 2142 2319 I QImsService: ImsConfigImplHandler : Message received: what = 2 10-01 23:23:33.365 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:33.363 562 1314 D FingerGoodix: delete timer 10-01 23:23:33.365 562 1314 D FingerGoodix: delete timer 10-01 23:23:33.365 562 1314 D FingerGoodix: gf_enable_irq 10-01 23:23:33.365 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 3 10-01 23:23:33.368 2142 3327 I QImsService: ImsSenderRxr : [0019]> REQUEST_SET_IMS_CONFIG [SUB0] 10-01 23:23:33.369 2142 3327 I QImsService: ImsSenderRxr : REQUEST_SET_IMS_CONFIG request to ImsRadio: token 19 item:28 boolValue:false intValue:0 strValue:null errorCause:0 10-01 23:23:33.370 2351 2351 W native : commandlineflags.cc:949 Ignoring RegisterValidateFunction() for flag pointer 0x770b630e68: no flag found at that address 10-01 23:23:33.374 2142 2247 I QImsService: ImsRadioResponse : Set config response received. 10-01 23:23:33.374 2142 2247 I QImsService: ImsSenderRxr : [0019]< REQUEST_SET_IMS_CONFIG [SUB0] 10-01 23:23:33.375 2142 2319 I QImsService: ImsConfigImplHandler : Message received: what = 1 10-01 23:23:33.375 2142 2319 I QImsService: ImsConfigImpl : Notifyall 10-01 23:23:33.376 562 1314 D FingerGoodix: setCurNotifyClientID:0 10-01 23:23:33.376 562 1314 D FingerGoodix: trigger rawdata signal sem! 10-01 23:23:33.376 562 1314 D FingerGoodix: fingerprint clear wait finger command. 10-01 23:23:33.376 562 1314 D FingerGoodix: device_clear_waitfinger 10-01 23:23:33.376 562 1313 D FingerGoodix: RawDataProcessLoop got signal! 10-01 23:23:33.376 562 1313 D FingerGoodix: setChipMode = 0 10-01 23:23:33.376 562 1313 D FingerGoodix: fingerprint set mode. mode = 0x0 10-01 23:23:33.376 562 1313 D FingerGoodix: device_setMode ,mode = 0, g_mode = 0, ignore = 2 10-01 23:23:33.376 562 1313 D FingerGoodix: Set mode : 0, g_mode = 0 10-01 23:23:33.376 562 1313 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.376 562 1313 D FingerGoodix: has already in mode : 0 10-01 23:23:33.376 562 1313 D FingerGoodix: RawDataProcessLoop set to IMAGE mode 10-01 23:23:33.376 2142 3326 I QImsService: ImsSenderRxr : [0020]> REQUEST_SET_IMS_CONFIG [SUB0] 10-01 23:23:33.376 2142 3326 I QImsService: ImsSenderRxr : REQUEST_SET_IMS_CONFIG request to ImsRadio: token 20 item:29 boolValue:false intValue:1 strValue:null errorCause:0 10-01 23:23:33.377 1469 1469 W FingerprintService: client com.android.systemui is authenticating... 10-01 23:23:33.377 1469 1469 V FingerprintService: Done with client: com.android.systemui 10-01 23:23:33.377 1469 1469 V FingerprintService: handleError(client=com.android.systemui, error = 5) 10-01 23:23:33.377 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:33.377 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.377 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:33.377 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:33.377 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:33.382 562 1313 D FingerGoodix: EventProcessThread wait hal_Up! status:6 10-01 23:23:33.382 562 1313 D FingerGoodix: fingerprint wait for finger up. 10-01 23:23:33.382 562 1313 D FingerGoodix: ===> Wait Finger Up. g_up_ignore = 2 10-01 23:23:33.383 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:33.383 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 0 g_state 3 10-01 23:23:33.383 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:33.383 562 1276 D FingerGoodix: #### Invalid int. g_mode = 0 10-01 23:23:33.385 2142 2142 I QImsService: ImsConfigImpl : SetServiceStatus = 3 13 2 10-01 23:23:33.386 562 1313 D FingerGoodix: device_waitForFingerUp UP 10-01 23:23:33.386 562 1313 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.386 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:33.387 2142 2142 I QImsService: ImsSenderRxr : [0021]> REQUEST_SET_SERVICE_STATUS [SUB0] 10-01 23:23:33.387 2142 2142 I QImsService: ImsSenderRxr : REQUEST_SET_SERVICE_STATUS to ImsRadio: token -21 SrvType:3 Network:14 enabled:2 RestrictCause:0 10-01 23:23:33.387 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.388 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.392 1907 1907 D StatusBar: disable<e i a s b H R c s > disable2<q i n > 10-01 23:23:33.393 2142 2247 I QImsService: ImsRadioResponse : Set config response received. 10-01 23:23:33.393 2142 2247 I QImsService: ImsSenderRxr : [0020]< REQUEST_SET_IMS_CONFIG [SUB0] 10-01 23:23:33.393 2142 2319 I QImsService: ImsConfigImplHandler : Message received: what = 1 10-01 23:23:33.393 2142 2319 I QImsService: ImsConfigImpl : Notifyall 10-01 23:23:33.395 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.395 2142 2142 I QImsService: ImsService : enableIms :: slotId=0 10-01 23:23:33.395 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.395 2142 2142 I QImsService: ImsSenderRxr : [0022]> REQUEST_IMS_REG_STATE_CHANGE [SUB0] 10-01 23:23:33.395 2142 2142 I QImsService: ImsSenderRxr : REQUEST_IMS_REG_STATE_CHANGE request to ImsRadio - token:22 RegState1 10-01 23:23:33.396 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.397 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.399 562 1313 D FingerGoodix: gx_ta_send_command, cmd = 60 10-01 23:23:33.401 1907 1907 D StatusBar: disable<e i a s b h!r!c s > disable2<q i n > 10-01 23:23:33.402 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.407 2142 2247 I QImsService: ImsRadioResponse : SetServiceStatus response received. 10-01 23:23:33.407 2142 2247 I QImsService: ImsSenderRxr : [0021]< REQUEST_SET_SERVICE_STATUS [SUB0] 10-01 23:23:33.408 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.408 2142 2319 I QImsService: ImsConfigImplHandler : Message received: what = 2 10-01 23:23:33.409 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.409 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.409 1907 1907 D StatusBar: disable<e i a s b h r c s > disable2<q i n > 10-01 23:23:33.410 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.410 1469 2773 W UsageStatsService: Event reported without a package name 10-01 23:23:33.412 470 479 V vold : /system/bin/sgdisk 10-01 23:23:33.412 470 479 V vold : --android-dump 10-01 23:23:33.412 470 479 V vold : /dev/block/vold/disk:179,64 10-01 23:23:33.410 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.414 2142 2247 I QImsService: ImsRadioResponse : Got registration change response from ImsRadio. 10-01 23:23:33.414 2142 2247 I QImsService: ImsSenderRxr : [0022]< REQUEST_IMS_REG_STATE_CHANGE [SUB0] 10-01 23:23:33.417 1469 1469 I TransportClient: LocalTransportService#0: Notifying [TransportManager.registerTransport()] transport = IBackupTransport 10-01 23:23:33.420 1469 2726 D BackupTransportManager: Transport android/com.android.internal.backup.LocalTransportService registered 10-01 23:23:33.420 1469 2726 D BackupManagerService: Transport android/com.android.internal.backup.LocalTransport registered 3073ms after first request (delay = 3000ms) 10-01 23:23:33.422 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.422 1278 1335 D FingerGoodix: fpcode, fingerprint_get_auth_id(0x74dfc4b1c0) = 7443393958243792665 10-01 23:23:33.423 1469 1469 V FingerprintService: startAuthentication(com.android.systemui) 10-01 23:23:33.423 1469 1469 V FingerprintService: starting client AuthenticationClient(com.android.systemui), initiatedByClient = true 10-01 23:23:33.423 1278 1335 D FingerGoodix: fpcode, fingerprint_authenticate(0x74dfc4b1c0, operation_id=0d, gid=0) 10-01 23:23:33.423 1278 1335 D FingerGoodix: fpcode, goodix sensor has already been inited! 10-01 23:23:33.423 1278 1335 D FingerGoodix: fingerprint_authenticate 10-01 23:23:33.423 1278 1335 D FingerGoodix: set_fpdb_to_ta,gFPExtDataFilePath:/data/system/users/0/fpdata/fpdb 10-01 23:23:33.423 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.423 1278 1335 D FingerGoodix: set_fpdb_path source path: /data/system/users/0/fpdata/fpdb 10-01 23:23:33.423 1278 1335 D FingerGoodix: set_fpdb_path /data/system/users/0/settings_fingerprint.xml 10-01 23:23:33.423 1278 1335 D FingerGoodix: fpcode, g_fpdb_is_loaded = 1 ,fpdata has already been loaded. 10-01 23:23:33.423 1278 1335 D FingerGoodix: gCheckFingerprintidsConsistence:1 10-01 23:23:33.423 1278 1335 D FingerGoodix: fpcode, fp cancel! 10-01 23:23:33.423 1278 1335 D FingerGoodix: finger print client call cancelRecognize! 10-01 23:23:33.423 1278 1335 D FingerGoodix: client,cancel recognize 10-01 23:23:33.424 562 1314 D FingerGoodix: server,cancel recognize 10-01 23:23:33.424 562 1314 D FingerGoodix: Client::cancelRecognize 6 10-01 23:23:33.424 562 1314 D FingerGoodix: Cancel status:6 10-01 23:23:33.424 562 1314 D FingerGoodix: mCurStatus = 6 , nextStatus = 8 10-01 23:23:33.424 562 1314 D FingerGoodix: fingerprint cancel wait finger command. 10-01 23:23:33.424 562 1314 D FingerGoodix: device_cancel_waitfinger. g_state:3 10-01 23:23:33.424 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.427 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 2 lines 10-01 23:23:33.427 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.441 3294 3294 I d.play.games.u: The ClassLoaderContext is a special shared library. 10-01 23:23:33.443 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.446 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 4 lines 10-01 23:23:33.447 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.450 562 1313 D FingerGoodix: gf_enable_irq 10-01 23:23:33.450 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:33.450 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.450 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:33.450 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:33.450 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:33.452 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.453 1253 1841 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd identical 2 lines 10-01 23:23:33.453 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.454 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:33.454 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 0 g_state 3 10-01 23:23:33.454 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:33.454 562 1276 D FingerGoodix: #### Invalid int. g_mode = 0 10-01 23:23:33.454 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:33.454 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:33.454 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.454 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:33.454 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:33.454 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:33.454 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.455 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:33.455 2142 3335 D SIP : [SipPreferences] isReceivingCallsEnabled, option not set; use default value, exception: android.provider.Settings$SettingNotFoundException: sip_receive_calls 10-01 23:23:33.458 2142 2159 I m.android.phon: Background concurrent copying GC freed 117186(10MB) AllocSpace objects, 91(1896KB) LOS objects, 84% free, 2MB/14MB, paused 150us total 117.882ms 10-01 23:23:33.458 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:33.458 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 0 g_state 3 10-01 23:23:33.458 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:33.458 562 1276 D FingerGoodix: #### Invalid int. g_mode = 0 10-01 23:23:33.459 2142 2157 W System : A resource failed to call close. 10-01 23:23:33.460 562 1313 D FingerGoodix: device_waitForFingerUp 1139 10-01 23:23:33.475 1907 1907 D StatusBar: disable<e i a s b h r c s > disable2<q i n > 10-01 23:23:33.479 2142 2142 I QImsService: ImsServiceSubHandler : Message received: what = 9 10-01 23:23:33.480 1469 1584 E PackageManager: Optimistic bind failed. 10-01 23:23:33.480 1469 1584 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! 10-01 23:23:33.480 1469 1584 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppReso lverConnection.java:160) 10-01 23:23:33.480 1469 1584 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnectio n.java:225) 10-01 23:23:33.480 1469 1584 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0(InstantA ppResolverConnection.java:255) 10-01 23:23:33.480 1469 1584 E PackageManager: at com.android.server.pm.-$ $Lambda$InstantAppResolverConnection$D-JKXi4qrYjnPQMOwj8UtfZenps.run(Unknown Source:2) 10-01 23:23:33.480 1469 1584 E PackageManager: at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:33.480 1469 1584 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:33.480 1469 1584 E PackageManager: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:33.480 1469 1584 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:33.502 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:33.502 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:33.503 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.503 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:33.503 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:33.503 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:33.507 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:33.507 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x2 g_mode 0 g_state 3 10-01 23:23:33.507 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:33.508 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 19 10-01 23:23:33.511 3294 3294 W GmsApplication: Failed to invoke the SupplierSetterRegistry. 10-01 23:23:33.511 562 1276 D FingerGoodix: IMAGE:key touch_status = 0x2, g_state = 3 10-01 23:23:33.511 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 63 10-01 23:23:33.511 562 1313 D FingerGoodix: Wait for finger up canceled. 10-01 23:23:33.512 562 1313 D FingerGoodix: gf_enable_irq 10-01 23:23:33.512 562 1313 D FingerGoodix: EventProcessThread cancel hal_UP go to waitting! 10-01 23:23:33.512 562 1313 D FingerGoodix: RawDataProcessLoop waiting signal! 10-01 23:23:33.512 562 1313 D FingerGoodix: getChipMode = 0 10-01 23:23:33.512 562 1313 D FingerGoodix: setChipMode = 1 10-01 23:23:33.512 562 1313 D FingerGoodix: fingerprint set mode. mode = 0x1 10-01 23:23:33.512 562 1313 D FingerGoodix: device_setMode ,mode = 1, g_mode = 0, ignore = 2 10-01 23:23:33.516 562 1313 D FingerGoodix: Set mode : 1, g_mode = 0 10-01 23:23:33.516 562 1313 D FingerGoodix: Enable clock. 10-01 23:23:33.516 562 1313 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.516 562 1313 D FingerGoodix: ############ reset before read statue 0x0 g_mode 0 10-01 23:23:33.517 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:33.522 562 1313 D FingerGoodix: delete timer 10-01 23:23:33.522 562 1313 D FingerGoodix: delete timer 10-01 23:23:33.522 562 1313 D FingerGoodix: gf_enable_irq 10-01 23:23:33.522 562 1313 D FingerGoodix: gx_ta_send_command, cmd = 3 10-01 23:23:33.525 562 1314 D FingerGoodix: device_cancel_waitfinger out. i = 5 10-01 23:23:33.525 562 1314 D FingerGoodix: mCurStatus = 8 , nextStatus = 1 10-01 23:23:33.525 1278 1335 D FingerGoodix: fpcode, setListenerState(0x74dfc4b1c0, 3) 10-01 23:23:33.526 1278 1335 D FingerGoodix: fpcode, setListenerState(0x74dfc4b1c0, 2) 10-01 23:23:33.526 1278 1335 D FingerGoodix: fpcode, goodix_sensor_fp_match(), operation_id = 0d 10-01 23:23:33.526 1278 1335 D FingerGoodix: init, g_need_clean_fp_data=0 10-01 23:23:33.526 1278 1335 D FingerGoodix: finger print client call checkPasswd! 10-01 23:23:33.526 1278 1335 D FingerGoodix: client,check passwd 10-01 23:23:33.526 562 1314 D FingerGoodix: server,check passwd 10-01 23:23:33.526 562 1314 D FingerGoodix: Client::checkPasswd : 10-01 23:23:33.526 562 1314 D FingerGoodix: prepare FpEnv, active client=0x79cfc84300 10-01 23:23:33.535 562 1313 D FingerGoodix: ### download fdt get down cfg g_state 1 10-01 23:23:33.535 562 1313 D FingerGoodix: gx_ta_send_command, cmd = 60 10-01 23:23:33.548 562 1314 D FingerGoodix: gx_ta_send_command, cmd = 15 10-01 23:23:33.548 562 1313 D FingerGoodix: RawDataProcessLoop set to default mode 10-01 23:23:33.548 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:33.548 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.548 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:33.548 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:33.553 1278 1335 D FingerGoodix: finger print client call recognize! 10-01 23:23:33.553 1278 1335 D FingerGoodix: client,recognize 10-01 23:23:33.553 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:33.553 562 562 D FingerGoodix: server,recognize 10-01 23:23:33.554 562 562 D FingerGoodix: FpService::Client::recognize 10-01 23:23:33.554 562 562 D FingerGoodix: prepare FpEnv, active client=0x79cfc84300 10-01 23:23:33.554 562 562 D FingerGoodix: mCurStatus = 1 , nextStatus = 6 10-01 23:23:33.554 562 562 D FingerGoodix: fnCa_GetSessionID 10-01 23:23:33.557 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:33.558 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 1 g_state 1 10-01 23:23:33.558 562 1276 D FingerGoodix: g_mode = 1 10-01 23:23:33.558 562 1276 D FingerGoodix: #### Invalid int. g_mode = 1 10-01 23:23:33.558 562 562 D FingerGoodix: gx_ta_send_command, cmd = 48 10-01 23:23:33.559 2351 2351 W ChimeraUtils: Non Chimera context 10-01 23:23:33.559 2351 2351 W ChimeraUtils: Non Chimera context 10-01 23:23:33.562 562 562 D FingerGoodix: device_setMode ,mode = 0, g_mode = 1, ignore = 2 10-01 23:23:33.562 562 562 D FingerGoodix: Set mode : 0, g_mode = 1 10-01 23:23:33.562 562 562 D FingerGoodix: ############ reset before read statue 0x0 g_mode 1 10-01 23:23:33.562 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:33.568 562 562 D FingerGoodix: delete timer 10-01 23:23:33.568 562 562 D FingerGoodix: delete timer 10-01 23:23:33.568 562 562 D FingerGoodix: gf_enable_irq 10-01 23:23:33.568 562 562 D FingerGoodix: gx_ta_send_command, cmd = 3 10-01 23:23:33.577 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:33.577 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.577 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:33.577 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:33.577 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:33.577 3294 3294 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 287 native methods... 10-01 23:23:33.585 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:33.585 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 0 g_state 0 10-01 23:23:33.585 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:33.585 562 1276 D FingerGoodix: #### Invalid int. g_mode = 0 10-01 23:23:33.585 562 562 D FingerGoodix: setCurNotifyClientID:0 10-01 23:23:33.585 562 562 D FingerGoodix: trigger rawdata signal sem! 10-01 23:23:33.585 562 562 D FingerGoodix: fingerprint clear wait finger command. 10-01 23:23:33.585 562 562 D FingerGoodix: device_clear_waitfinger 10-01 23:23:33.585 562 1313 D FingerGoodix: RawDataProcessLoop got signal! 10-01 23:23:33.586 562 1313 D FingerGoodix: setChipMode = 0 10-01 23:23:33.586 562 1313 D FingerGoodix: fingerprint set mode. mode = 0x0 10-01 23:23:33.586 562 1313 D FingerGoodix: device_setMode ,mode = 0, g_mode = 0, ignore = 2 10-01 23:23:33.586 562 1313 D FingerGoodix: Set mode : 0, g_mode = 0 10-01 23:23:33.586 562 1313 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.586 562 1313 D FingerGoodix: has already in mode : 0 10-01 23:23:33.586 562 1313 D FingerGoodix: RawDataProcessLoop set to IMAGE mode 10-01 23:23:33.586 562 1313 D FingerGoodix: EventProcessThread wait hal_Up! status:6 10-01 23:23:33.586 562 1313 D FingerGoodix: fingerprint wait for finger up. 10-01 23:23:33.586 562 1313 D FingerGoodix: ===> Wait Finger Up. g_up_ignore = 2 10-01 23:23:33.586 562 1313 D FingerGoodix: device_waitForFingerUp UP 10-01 23:23:33.586 562 1313 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.586 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:33.589 2351 2351 V NFC : this device does not have NFC support 10-01 23:23:33.592 562 1313 D FingerGoodix: gx_ta_send_command, cmd = 60 10-01 23:23:33.599 3294 3294 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 10-01 23:23:33.606 562 1313 D FingerGoodix: gf_enable_irq 10-01 23:23:33.606 3294 3294 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 10-01 23:23:33.606 562 1313 D FingerGoodix: device_waitForFingerUp 1139 10-01 23:23:33.606 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:33.606 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.606 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:33.606 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:33.606 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:33.607 1469 1469 W FingerprintService: client com.android.systemui is authenticating... 10-01 23:23:33.607 1469 1469 W Looper : Slow dispatch took 185ms main h=com.android.server.fingerprint.FingerprintService$1 c=com.android.server.fingerprint.FingerprintService$FingerprintServiceWrapper$3@5d0 281e m=0 10-01 23:23:33.608 1469 1469 V FingerprintService: stop client com.android.systemui 10-01 23:23:33.608 1278 1335 D FingerGoodix: fpcode, fingerprint_cancel() 10-01 23:23:33.608 1278 1335 D FingerGoodix: fingerprint_cancel 10-01 23:23:33.608 1278 1335 D FingerGoodix: fpcode, fp cancel! 10-01 23:23:33.608 1278 1335 D FingerGoodix: finger print client call cancelRecognize! 10-01 23:23:33.608 1278 1335 D FingerGoodix: client,cancel recognize 10-01 23:23:33.608 562 562 D FingerGoodix: server,cancel recognize 10-01 23:23:33.608 562 562 D FingerGoodix: Client::cancelRecognize 6 10-01 23:23:33.608 562 562 D FingerGoodix: Cancel status:6 10-01 23:23:33.608 562 562 D FingerGoodix: mCurStatus = 6 , nextStatus = 8 10-01 23:23:33.608 562 562 D FingerGoodix: fingerprint cancel wait finger command. 10-01 23:23:33.608 562 562 D FingerGoodix: device_cancel_waitfinger. g_state:3 10-01 23:23:33.611 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:33.612 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 0 g_state 3 10-01 23:23:33.612 562 1276 D FingerGoodix: g_mode = 0 10-01 23:23:33.612 562 1276 D FingerGoodix: #### Invalid int. g_mode = 0 10-01 23:23:33.641 2474 3285 W DriveInitializer: Awaiting to be initialized 10-01 23:23:33.645 2351 2351 I Coffee-OnbodyLure: start lure 10-01 23:23:33.657 562 1313 D FingerGoodix: Wait for finger up canceled. 10-01 23:23:33.657 562 1313 D FingerGoodix: gf_enable_irq 10-01 23:23:33.657 562 1313 D FingerGoodix: EventProcessThread cancel hal_UP go to waitting! 10-01 23:23:33.657 562 1313 D FingerGoodix: RawDataProcessLoop waiting signal! 10-01 23:23:33.657 562 1313 D FingerGoodix: getChipMode = 0 10-01 23:23:33.657 562 1313 D FingerGoodix: setChipMode = 1 10-01 23:23:33.657 562 1313 D FingerGoodix: fingerprint set mode. mode = 0x1 10-01 23:23:33.657 562 1313 D FingerGoodix: device_setMode ,mode = 1, g_mode = 0, ignore = 2 10-01 23:23:33.657 562 1313 D FingerGoodix: Set mode : 1, g_mode = 0 10-01 23:23:33.657 562 1313 D FingerGoodix: Enable clock. 10-01 23:23:33.657 562 1313 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.657 562 1313 D FingerGoodix: ############ reset before read statue 0x0 g_mode 0 10-01 23:23:33.657 562 1276 D FingerGoodix: Received message: 0. gIRQFlag:1 10-01 23:23:33.658 2351 2351 I TrustAgent: [PlaceTrustletChimeraService] Trusted Places isSupported: true 10-01 23:23:33.663 562 1313 D FingerGoodix: delete timer 10-01 23:23:33.663 562 1313 D FingerGoodix: delete timer 10-01 23:23:33.663 562 1313 D FingerGoodix: gf_enable_irq 10-01 23:23:33.663 562 1313 D FingerGoodix: gx_ta_send_command, cmd = 3 10-01 23:23:33.669 562 562 D FingerGoodix: device_cancel_waitfinger out. i = 3 10-01 23:23:33.669 562 562 D FingerGoodix: mCurStatus = 8 , nextStatus = 1 10-01 23:23:33.669 1278 1335 D FingerGoodix: fpcode, setListenerState(0x74dfc4b1c0, 3) 10-01 23:23:33.669 1469 1469 W FingerprintService: client com.android.systemui is no longer authenticating 10-01 23:23:33.670 1469 1469 W Looper : Slow delivery took 209ms main h=android.app.ActivityThread$H c=null m=122 10-01 23:23:33.672 1469 1469 I TransportClient: D2dTransportService#1: Notifying [TransportManager.registerTransport()] transport = IBackupTransport 10-01 23:23:33.672 562 1313 D FingerGoodix: ### download fdt get down cfg g_state 1 10-01 23:23:33.672 562 1313 D FingerGoodix: gx_ta_send_command, cmd = 60 10-01 23:23:33.676 1469 1469 V FingerprintService: Done with client: com.android.systemui 10-01 23:23:33.676 1469 1469 V FingerprintService: handleError(client=com.android.systemui, error = 5) 10-01 23:23:33.676 1469 1469 V FingerprintService: handleError(client=null, error = 5) 10-01 23:23:33.677 1469 1469 W Looper : Drained 10-01 23:23:33.680 1469 2726 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY 10-01 23:23:33.680 1469 2726 W Binder : java.lang.Throwable 10-01 23:23:33.680 1469 2726 W Binder : at android.os.BinderProxy.transact(Binder.java:1114) 10-01 23:23:33.680 1469 2726 W Binder : at com.android.internal.backup.IBackupTransport$Stub$Proxy.name(IBackupTransport.java: 381) 10-01 23:23:33.680 1469 2726 W Binder : at com.android.server.backup.TransportManager.registerTransport(TransportManager.java: 612) 10-01 23:23:33.680 1469 2726 W Binder : at com.android.server.backup.TransportManager.registerTransportsForIntent(TransportMan ager.java:550) 10-01 23:23:33.680 1469 2726 W Binder : at com.android.server.backup.TransportManager.registerTransports(TransportManager.java :520) 10-01 23:23:33.680 1469 2726 W Binder : at com.android.server.backup.-$ $Lambda$pM_c5tVAGDtxjxLF_ONtACWWq6Q.run(Unknown Source:2) 10-01 23:23:33.680 1469 2726 W Binder : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:33.680 1469 2726 W Binder : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:33.680 1469 2726 W Binder : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:33.680 1469 2726 W Binder : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:33.681 2351 2351 I TrustAgent: [VoiceUnlockTrustletChimeraService] #isSupported true 10-01 23:23:33.682 1469 2726 D BackupTransportManager: Transport com.google.android.gms/.backup.component.D2dTransportService registered 10-01 23:23:33.682 1469 2726 D BackupManagerService: Transport com.google.android.gms/.backup.migrate.service.D2dTransport registered 3335ms after first request (delay = 3000ms) 10-01 23:23:33.687 562 1276 D FingerGoodix: gf_netlink_event, event:0 10-01 23:23:33.687 562 1313 D FingerGoodix: RawDataProcessLoop set to default mode 10-01 23:23:33.687 562 1276 D FingerGoodix: gf_ready_spiclk. g_spi_clk = 1 10-01 23:23:33.687 562 1276 D FingerGoodix: fnCa_GetStatus() 10-01 23:23:33.687 562 1276 D FingerGoodix: fnCa_GetStatus(), in 10-01 23:23:33.687 562 1276 D FingerGoodix: gx_ta_send_command, cmd = 18 10-01 23:23:33.691 562 1276 D FingerGoodix: fnCa_GetStatus(), out 10-01 23:23:33.691 562 1276 D FingerGoodix: gf_netlink_event 440 status 0x0 g_mode 1 g_state 1 10-01 23:23:33.691 562 1276 D FingerGoodix: g_mode = 1 10-01 23:23:33.691 562 1276 D FingerGoodix: #### Invalid int. g_mode = 1 10-01 23:23:33.727 2474 3358 I ContentMaintenance: Internal cache bytes used: 0; limit: 100000000; download size: 0 10-01 23:23:33.730 470 479 V vold : DISK mbr 10-01 23:23:33.730 470 479 V vold : 10-01 23:23:33.730 470 479 V vold : PART 1 c 10-01 23:23:33.730 470 479 V vold : 10-01 23:23:33.724 2111 2111 I MainEventThread: type=1400 audit(0.0:1087): avc: denied { call } for scontext=u:r:system_app:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:33.733 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(true) 10-01 23:23:33.733 2748 2748 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } 10-01 23:23:33.733 470 479 V vold : /system/bin/blkid 10-01 23:23:33.733 470 479 V vold : -c 10-01 23:23:33.733 470 479 V vold : /dev/null 10-01 23:23:33.733 470 479 V vold : -s 10-01 23:23:33.733 470 479 V vold : TYPE 10-01 23:23:33.733 470 479 V vold : -s 10-01 23:23:33.733 470 479 V vold : UUID 10-01 23:23:33.733 470 479 V vold : -s 10-01 23:23:33.733 470 479 V vold : LABEL 10-01 23:23:33.733 470 479 V vold : /dev/block/vold/public:179,65 10-01 23:23:33.736 1469 2772 W Binder : Binder call failed. 10-01 23:23:33.736 1469 2772 W Binder : java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.replace(java.lang.CharSequence, java.lang.CharSequence)' on a null object reference 10-01 23:23:33.736 1469 2772 W Binder : at android.os.storage.VolumeInfo.getInternalPathForUser(VolumeInfo.java:317) 10-01 23:23:33.736 1469 2772 W Binder : at android.os.storage.VolumeInfo.buildStorageVolume(VolumeInfo.java:336) 10-01 23:23:33.736 1469 2772 W Binder : at com.android.server.StorageManagerService.onVolumeStateChangedLocked(StorageManagerS ervice.java:1268) 10-01 23:23:33.736 1469 2772 W Binder : at com.android.server.StorageManagerService.access$2700(StorageManagerService.java:171 ) 10-01 23:23:33.736 1469 2772 W Binder : at com.android.server.StorageManagerService$3.onVolumeStateChanged(StorageManagerServi ce.java:1073) 10-01 23:23:33.736 1469 2772 W Binder : at android.os.IVoldListener$Stub.onTransact(IVoldListener.java:108) 10-01 23:23:33.736 1469 2772 W Binder : at android.os.Binder.execTransact(Binder.java:731) 10-01 23:23:33.739 1907 1907 D StorageNotification: Notifying about public volume: VolumeInfo{public:179,65}: 10-01 23:23:33.739 1907 1907 D StorageNotification: type=PUBLIC diskId=disk:179,64 partGuid= mountFlags=VISIBLE mountUserId=0 10-01 23:23:33.739 1907 1907 D StorageNotification: state=UNMOUNTED 10-01 23:23:33.739 1907 1907 D StorageNotification: fsType=null fsUuid=null fsLabel=null 10-01 23:23:33.739 1907 1907 D StorageNotification: path=null internalPath=null 10-01 23:23:33.740 1907 1907 D StorageNotification: Notifying about public volume: VolumeInfo{public:179,65}: 10-01 23:23:33.740 1907 1907 D StorageNotification: type=PUBLIC diskId=disk:179,64 partGuid= mountFlags=VISIBLE mountUserId=0 10-01 23:23:33.740 1907 1907 D StorageNotification: state=CHECKING 10-01 23:23:33.740 1907 1907 D StorageNotification: fsType=null fsUuid=null fsLabel=null 10-01 23:23:33.740 1907 1907 D StorageNotification: path=null internalPath=null --------- beginning of crash 10-01 23:23:33.741 2474 3358 E AndroidRuntime: FATAL EXCEPTION: lowpool[1] 10-01 23:23:33.741 2474 3358 E AndroidRuntime: Process: com.google.android.gms, PID: 2474 10-01 23:23:33.741 2474 3358 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.replace(java.lang.CharSequence, java.lang.CharSequence)' on a null object reference 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:1948) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at android.os.storage.IStorageManager$Stub$Proxy.getVolumeList(IStorageManager.java:89 5) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at android.os.storage.StorageManager.getVolumeList(StorageManager.java:1169) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at android.os.Environment$UserEnvironment.getExternalDirs(Environment.java:91) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at android.os.Environment.isExternalStorageEmulated(Environment.java:974) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at tci.d(:com.google.android.gms@[email protected] (100400-213742215):2) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at rmm.run(Unknown Source:8) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at tct.run(:com.google.android.gms@[email protected] (100400-213742215):3) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at qfl.run(:com.google.android.gms@[email protected] (100400-213742215):35) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at qlf.run(Unknown Source:7) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: Caused by: android.os.RemoteException: Remote stack trace: 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at android.os.storage.VolumeInfo.getInternalPathForUser(VolumeInfo.java:317) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at android.os.storage.VolumeInfo.buildStorageVolume(VolumeInfo.java:336) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at com.android.server.StorageManagerService.getVolumeList(StorageManagerService.java:2 777) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at android.os.storage.IStorageManager$Stub.onTransact(IStorageManager.java:176) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: at android.os.Binder.execTransact(Binder.java:731) 10-01 23:23:33.741 2474 3358 E AndroidRuntime: 10-01 23:23:33.756 1469 1588 I ActivityManager: Start proc 3387:com.android.bluetooth/1002 for service com.android.bluetooth/.btservice.AdapterService 10-01 23:23:33.759 2474 3358 I GCore-Chimera-Crash: ChwKDmNvbnRhaW5lci1vbmx5EMLXVxhAILCXpcI1IAA= 10-01 23:23:33.759 2474 3358 I GCore-Chimera-Crash: GCore-Chimera-Crash 10-01 23:23:33.734 541 541 I HwBinder:541_1: type=1400 audit(0.0:1088): avc: denied { read } for scontext=u:r:hal_sensors_default:s0 tcontext=u:r:hal_sensors_default:s0 tclass=socket permissive=1 10-01 23:23:33.770 3387 3387 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:33.772 3287 3363 D NetworkSecurityConfig: No Network Security Config specified, using platform default 10-01 23:23:33.777 2474 3358 I DeviceDrDatabaseHelper: Cleaning stale data from database! 10-01 23:23:33.780 2351 2351 I TrustAgent: [TrustletManager] registerTrustlet: Bluetooth 10-01 23:23:33.781 2351 2351 I TrustAgent: [TrustletManager] registerTrustlet: Connectionless-BLE 10-01 23:23:33.787 3387 3387 E droid.bluetoot: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:33.795 1469 1469 I TransportClient: BackupTransportService#2: Notifying [TransportManager.registerTransport()] transport = IBackupTransport 10-01 23:23:33.796 2351 2351 I TrustAgent: [TrustletManager] registerTrustlet: NFC 10-01 23:23:33.796 1469 2726 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY 10-01 23:23:33.796 1469 2726 W Binder : java.lang.Throwable 10-01 23:23:33.796 1469 2726 W Binder : at android.os.BinderProxy.transact(Binder.java:1114) 10-01 23:23:33.796 1469 2726 W Binder : at com.android.internal.backup.IBackupTransport$Stub$Proxy.name(IBackupTransport.java: 381) 10-01 23:23:33.796 1469 2726 W Binder : at com.android.server.backup.TransportManager.registerTransport(TransportManager.java: 612) 10-01 23:23:33.796 1469 2726 W Binder : at com.android.server.backup.TransportManager.registerTransportsForIntent(TransportMan ager.java:550) 10-01 23:23:33.796 1469 2726 W Binder : at com.android.server.backup.TransportManager.registerTransports(TransportManager.java :520) 10-01 23:23:33.796 1469 2726 W Binder : at com.android.server.backup.-$ $Lambda$pM_c5tVAGDtxjxLF_ONtACWWq6Q.run(Unknown Source:2) 10-01 23:23:33.796 1469 2726 W Binder : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:33.796 1469 2726 W Binder : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:33.796 1469 2726 W Binder : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:33.796 1469 2726 W Binder : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:33.796 2474 3393 I PinnedContentDownloader: Finished downloading pinned content. 10-01 23:23:33.801 2351 2351 I TrustAgent: [TrustletManager] registerTrustlet: PhonePosition 10-01 23:23:33.805 2351 2351 I TrustAgent: [PlaceTrustletChimeraService] Trusted Places isSupported: true 10-01 23:23:33.810 470 479 V vold : /dev/block/vold/public:179,65: UUID="D89D-9833" TYPE="vfat" 10-01 23:23:33.810 470 479 V vold : 10-01 23:23:33.812 470 479 V vold : /system/bin/fsck_msdos 10-01 23:23:33.812 470 479 V vold : -p 10-01 23:23:33.812 470 479 V vold : -f 10-01 23:23:33.812 470 479 V vold : /dev/block/vold/public:179,65 10-01 23:23:33.808 2351 2351 I TrustAgent: [PlaceTrustletChimeraService] Trusted Places isSupported: true 10-01 23:23:33.815 2351 2351 I TrustAgent: [TrustletManager] registerTrustlet: Place 10-01 23:23:33.817 2351 2351 I TrustAgent: [VoiceUnlockTrustletChimeraService] #isSupported true 10-01 23:23:33.818 2351 2351 I TrustAgent: [VoiceUnlockTrustletChimeraService] #isSupported true 10-01 23:23:33.818 2474 3358 W DeviceDoctorHandler: Crash Hash: fc2387b3f0913e05cb34e34f85c6cc46a0d7876b 10-01 23:23:33.819 2351 2351 I TrustAgent: [VoiceUnlockTrustletChimeraService] VoiceUnlockTrustlerChimeraService initializeTrustlet() 10-01 23:23:33.820 2351 2351 I TrustAgent: [VoiceUnlockTrustletChimeraService] validateCanUnlock false 10-01 23:23:33.820 2351 2351 I TrustAgent: [TrustletManager] registerTrustlet: Voiceunlock 10-01 23:23:33.842 2351 2351 I TrustAgent: [TrustletManager] registerTrustlet: Face 10-01 23:23:33.845 1469 2726 D BackupTransportManager: Transport com.google.android.gms/.backup.BackupTransportService registered 10-01 23:23:33.845 1469 2726 D BackupManagerService: Transport com.google.android.gms/.backup.BackupTransportService registered 3498ms after first request (delay = 3000ms) 10-01 23:23:33.857 470 479 I fsck_msdos: ** /dev/block/vold/public:179,65 10-01 23:23:33.861 470 479 I fsck_msdos: ** Phase 1 - Read FAT (compare skipped) 10-01 23:23:33.861 470 479 I fsck_msdos: Attempting to allocate 7588 KB for FAT 10-01 23:23:33.873 3287 3287 D libcrashlytics: Initializing libcrashlytics version 2.0.0 10-01 23:23:33.873 3287 3287 D libcrashlytics: Initializing native crash handling successful. 10-01 23:23:33.882 3387 3387 D BluetoothOppFileProvider: Initialized 10-01 23:23:33.890 1469 2726 I BackupManagerService: Found stale backup journal, scheduling 10-01 23:23:33.898 3387 3387 D AndroidRuntime: Shutting down VM 10-01 23:23:33.902 3387 3387 E AndroidRuntime: FATAL EXCEPTION: main 10-01 23:23:33.902 3387 3387 E AndroidRuntime: Process: com.android.bluetooth, PID: 3387 10-01 23:23:33.902 3387 3387 E AndroidRuntime: java.lang.RuntimeException: Unable to get provider com.android.bluetooth.opp.BluetoothOppFileProvider: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.replace(java.lang.CharSequence, java.lang.CharSequence)' on a null object reference 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:6396) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.app.ActivityThread.installContentProviders(ActivityThread.java:5938) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5853) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.app.ActivityThread.access$1100(ActivityThread.java:199) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.replace(java.lang.CharSequence, java.lang.CharSequence)' on a null object reference 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:1948) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.os.storage.IStorageManager$Stub$Proxy.getVolumeList(IStorageManager.java:89 5) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.os.storage.StorageManager.getVolumeList(StorageManager.java:1169) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.os.Environment$UserEnvironment.getExternalDirs(Environment.java:91) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.os.Environment.getExternalStorageDirectory(Environment.java:481) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.support.v4.content.FileProvider.parsePathStrategy(FileProvider.java:628) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.support.v4.content.FileProvider.getPathStrategy(FileProvider.java:579) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.support.v4.content.FileProvider.attachInfo(FileProvider.java:392) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at com.android.bluetooth.opp.BluetoothOppFileProvider.attachInfo(BluetoothOppFileProvi der.java:80) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:6391) 10-01 23:23:33.902 3387 3387 E AndroidRuntime: ... 10 more 10-01 23:23:33.909 1907 1907 D StatusBar: disable<e i a s b h r c s > disable2<q i n > 10-01 23:23:33.912 3387 3387 I Process : Sending signal. PID: 3387 SIG: 9 10-01 23:23:33.915 2351 2351 W Auth : [DeviceSignalsService,LockScreenSignalsProvider] Missed a boot event? 10-01 23:23:33.933 1469 2726 I chatty : uid=1000(system) backup identical 207 lines 10-01 23:23:33.933 1469 2726 I BackupManagerService: Found stale backup journal, scheduling 10-01 23:23:33.934 1469 2768 I ActivityManager: Process com.android.bluetooth (pid 3387) has died: psvc PER 10-01 23:23:33.934 1469 2768 W ActivityManager: Scheduling restart of crashed service com.android.bluetooth/.btservice.AdapterService in 4000ms 10-01 23:23:33.934 518 518 I Zygote : Process 3387 exited due to signal (9) 10-01 23:23:33.933 1469 2726 I BackupManagerService: Found stale backup journal, scheduling 10-01 23:23:33.937 1469 1589 W libprocessgroup: kill(-3387, 9) failed: No such process 10-01 23:23:33.937 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 1002 pid 3387 in 0ms 10-01 23:23:33.951 3294 3294 W Primes : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. 10-01 23:23:33.954 1907 1907 I RenderThread: type=1400 audit(0.0:1089): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=94a scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:33.980 2474 3271 W MDM : [90] admr.c: enableNfc 10-01 23:23:33.974 1907 1907 I RenderThread: type=1400 audit(0.0:1090): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:33.992 2474 3271 W MDM : [90] admr.c: EnableNfc flag is true 10-01 23:23:33.994 2351 3263 E AndroidRuntime: FATAL EXCEPTION: [dme] processing com.google.android.gms.tapandpay.keyguard.KeyguardDismissedIntentOperation for action android.intent.action.USER_PRESENT 10-01 23:23:33.994 2351 3263 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 2351 10-01 23:23:33.994 2351 3263 E AndroidRuntime: java.lang.ExceptionInInitializerError 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at com.google.android.gms.tapandpay.keyguard.KeyguardDismissedIntentOperation.onHandle Intent(:com.google.android.gms@[email protected] (100400-213742215):4) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@1 [email protected] (100400-213742215):2) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at dmc.a(:com.google.android.gms@[email protected] (100400-213742215):7) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at ofv.a(:com.google.android.gms@[email protected] (100400-213742215):10) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at dmh.run(:com.google.android.gms@[email protected] (100400-213742215):11) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at dme.run(:com.google.android.gms@[email protected] (100400-213742215):9) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.replace(java.lang.CharSequence, java.lang.CharSequence)' on a null object reference 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:1948) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at android.os.storage.IStorageManager$Stub$Proxy.getVolumeList(IStorageManager.java:89 5) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at android.os.storage.StorageManager.getVolumeList(StorageManager.java:1169) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at android.os.Environment$UserEnvironment.getExternalDirs(Environment.java:91) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at android.os.Environment$UserEnvironment.buildExternalStoragePublicDirs(Environment.j ava:111) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at android.os.Environment.getExternalStoragePublicDirectory(Environment.java:738) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: at apbq.<clinit>(:com.google.android.gms@[email protected] (100400-213742215):1) 10-01 23:23:33.994 2351 3263 E AndroidRuntime: ... 9 more 10-01 23:23:33.999 2474 3271 V NFC : this device does not have NFC support 10-01 23:23:34.006 2474 3358 W DeviceDoctorHandler: Shushing crash. 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: FATAL EXCEPTION: lowpool[1] 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: Process: com.google.android.gms, PID: 2474 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.replace(java.lang.CharSequence, java.lang.CharSequence)' on a null object reference 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at android.os.Parcel.createException(Parcel.java:1948) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at android.os.storage.IStorageManager$Stub$Proxy.getVolumeList(IStorageManager.java:89 5) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at android.os.storage.StorageManager.getVolumeList(StorageManager.java:1169) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at android.os.Environment$UserEnvironment.getExternalDirs(Environment.java:91) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at android.os.Environment.isExternalStorageEmulated(Environment.java:974) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at tci.d(:com.google.android.gms@[email protected] (100400-213742215):2) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at rmm.run(Unknown Source:8) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at tct.run(:com.google.android.gms@[email protected] (100400-213742215):3) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at qfl.run(:com.google.android.gms@[email protected] (100400-213742215):35) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at qlf.run(Unknown Source:7) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: Caused by: android.os.RemoteException: Remote stack trace: 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at android.os.storage.VolumeInfo.getInternalPathForUser(VolumeInfo.java:317) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at android.os.storage.VolumeInfo.buildStorageVolume(VolumeInfo.java:336) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at com.android.server.StorageManagerService.getVolumeList(StorageManagerService.java:2 777) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at android.os.storage.IStorageManager$Stub.onTransact(IStorageManager.java:176) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: at android.os.Binder.execTransact(Binder.java:731) 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: 10-01 23:23:34.006 2474 3358 E DeviceDoctorHandler: 10-01 23:23:34.011 2351 3263 I GCore-Chimera-Crash: ChwKDmNvbnRhaW5lci1vbmx5EMLXVxhAILCXpcI1IAA= 10-01 23:23:34.011 2351 3263 I GCore-Chimera-Crash: GCore-Chimera-Crash 10-01 23:23:34.023 2351 3263 I Process : Sending signal. PID: 2351 SIG: 9 10-01 23:23:34.028 2474 3358 I Process : Sending signal. PID: 2474 SIG: 9 10-01 23:23:33.944 1469 2726 I chatty : uid=1000(system) backup identical 49 lines 10-01 23:23:33.944 1469 2726 I BackupManagerService: Found stale backup journal, scheduling 10-01 23:23:34.029 1469 1586 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{cdb5b8b u0 android.intent.action.DROPBOX_ENTRY_ADDED} to ReceiverList{c5b7e0 2351 com.google.android.gms.persistent/10013/u0 remote:b23d1e3}: process gone or crashing 10-01 23:23:34.034 1469 1586 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{7cc8468 u0 android.intent.action.DROPBOX_ENTRY_ADDED} to ReceiverList{c5b7e0 2351 com.google.android.gms.persistent/10013/u0 remote:b23d1e3}: process gone or crashing 10-01 23:23:34.043 3287 3287 D AndroidRuntime: Shutting down VM 10-01 23:23:34.044 3287 3287 E AndroidRuntime: FATAL EXCEPTION: main 10-01 23:23:34.044 3287 3287 E AndroidRuntime: Process: com.spotify.music, PID: 3287 10-01 23:23:34.044 3287 3287 E AndroidRuntime: java.lang.ExceptionInInitializerError 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at azl.a(SourceFile:32) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at azj.<init>(SourceFile:31) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at azn.a(SourceFile:94) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at ayy.a(SourceFile:37) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at com.bmwgroup.connected.car.contentprovider.AssetsProvider.<clinit>(SourceFile:40) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at java.lang.Class.newInstance(Native Method) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.app.AppComponentFactory.instantiateProvider(AppComponentFactory.java:121) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:6380) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.app.ActivityThread.installContentProviders(ActivityThread.java:5938) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5853) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.app.ActivityThread.access$1100(ActivityThread.java:199) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.replace(java.lang.CharSequence, java.lang.CharSequence)' on a null object reference 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:1948) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.os.storage.IStorageManager$Stub$Proxy.getVolumeList(IStorageManager.java:89 5) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.os.storage.StorageManager.getVolumeList(StorageManager.java:1169) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.os.Environment$UserEnvironment.getExternalDirs(Environment.java:91) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at android.os.Environment.getExternalStorageDirectory(Environment.java:481) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: at azk.<clinit>(SourceFile:32) 10-01 23:23:34.044 3287 3287 E AndroidRuntime: ... 18 more 10-01 23:23:34.063 1469 1888 I ActivityManager: Process com.google.android.gms.persistent (pid 2351) has died: fore BFGS 10-01 23:23:34.064 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 13870ms 10-01 23:23:34.064 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.setup.devicesignals.LockScreenService in 23870ms 10-01 23:23:34.064 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 33870ms 10-01 23:23:34.064 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 43870ms 10-01 23:23:34.064 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.trustagent.GoogleTrustAgent in 53870ms 10-01 23:23:34.064 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProvid erService in 63870ms 10-01 23:23:34.064 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.reporting.service.ReportingAndro idService in 73870ms 10-01 23:23:34.064 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.geofencer.service.GeofenceProvid erService in 83870ms 10-01 23:23:34.064 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationSe rvice in 93870ms 10-01 23:23:34.064 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.geocode.GeocodeService in 103870ms 10-01 23:23:34.064 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 113870ms 10-01 23:23:34.064 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 123870ms 10-01 23:23:34.065 1469 1589 W libprocessgroup: kill(-2351, 9) failed: No such process 10-01 23:23:34.066 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.lockbox.service.LockboxBrokerService in 133869ms 10-01 23:23:34.066 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentIntentOperationService in 143868ms 10-01 23:23:34.066 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.usagereporting.service.UsageReportingService in 153868ms 10-01 23:23:34.066 1469 1888 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerSe rvice in 163868ms 10-01 23:23:34.066 3294 3437 W GmsClient: IGmsServiceBroker.getService failed 10-01 23:23:34.066 3294 3437 W GmsClient: android.os.DeadObjectException 10-01 23:23:34.066 3294 3437 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) 10-01 23:23:34.066 3294 3437 W GmsClient: at android.os.BinderProxy.transact(Binder.java:1127) 10-01 23:23:34.066 3294 3437 W GmsClient: at psd.a(:com.google.android.gms@[email protected] (100400-213742215):4) 10-01 23:23:34.066 3294 3437 W GmsClient: at ppn.a(:com.google.android.gms@[email protected] (100400-213742215):102) 10-01 23:23:34.066 3294 3437 W GmsClient: at pdv.run(:com.google.android.gms@[email protected] (100400-213742215):7) 10-01 23:23:34.066 3294 3437 W GmsClient: at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:34.066 3294 3437 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:34.066 3294 3437 W GmsClient: at absu.dispatchMessage(:com.google.android.gms@[email protected] (100400-213742215):2) 10-01 23:23:34.066 3294 3437 W GmsClient: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:34.066 3294 3437 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:34.067 3294 3294 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@22dc93e 10-01 23:23:34.068 518 518 I Zygote : Process 2351 exited due to signal (9) 10-01 23:23:34.075 1469 2768 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=15, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: Uid: 10013] ], android.os.BinderProxy@621b103) 10-01 23:23:34.076 1469 2773 I ActivityManager: Process com.google.android.gms (pid 2474) has died: fore TRNB 10-01 23:23:34.076 1469 2773 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.ads.identifier.service.AdvertisingIdService in 173858ms 10-01 23:23:34.076 1469 2773 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.games.chimera.GamesSyncServiceNotificationProxy in 183858ms 10-01 23:23:34.076 1469 2773 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.measurement.service.MeasurementBrokerService in 193858ms 10-01 23:23:34.076 1469 2773 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 203858ms 10-01 23:23:34.076 1469 2773 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.drive.metadata.sync.syncadapter.SyncAdapterService in 213858ms 10-01 23:23:34.076 1469 2773 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.stats.service.DropBoxEntryAddedService in 223858ms 10-01 23:23:34.076 1469 2773 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.games.chimera.GamesSyncServiceMainProxy in 233858ms 10-01 23:23:34.077 518 518 I Zygote : Process 2474 exited due to signal (9) 10-01 23:23:34.094 1469 1588 I ActivityManager: Start proc 3463:com.google.android.gms/u0a13 for service com.google.android.gms/.ads.identifier.service.AdvertisingIdService 10-01 23:23:34.095 3463 3463 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:34.100 3463 3463 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:34.109 1469 1589 W libprocessgroup: kill(-2351, 9) failed: No such process 10-01 23:23:34.110 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10013 pid 2351 in 45ms 10-01 23:23:34.111 1469 1589 W libprocessgroup: kill(-2474, 9) failed: No such process 10-01 23:23:34.111 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10013 pid 2474 in 1ms 10-01 23:23:34.113 3287 3287 W Java7Support: Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added 10-01 23:23:34.114 568 568 I netmgrd : type=1400 audit(0.0:1091): avc: denied { read } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netlink_route_socket permissive=1 10-01 23:23:34.174 470 479 I fsck_msdos: ** Phase 2 - Check Cluster Chains 10-01 23:23:34.191 3463 3463 I gle.android.gm: The ClassLoaderContext is a special shared library. 10-01 23:23:34.227 3463 3463 W GmsApplication: Failed to invoke the SupplierSetterRegistry. 10-01 23:23:34.237 470 479 I fsck_msdos: ** Phase 3 - Checking Directories 10-01 23:23:34.284 3463 3463 D AndroidRuntime: Shutting down VM 10-01 23:23:34.285 3463 3463 E AndroidRuntime: FATAL EXCEPTION: main 10-01 23:23:34.285 3463 3463 E AndroidRuntime: Process: com.google.android.gms, PID: 3463 10-01 23:23:34.285 3463 3463 E AndroidRuntime: java.lang.RuntimeException: Unable to get provider com.google.android.libraries.matchstick.provider.MatchstickFileProvider: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.replace(java.lang.CharSequence, java.lang.CharSequence)' on a null object reference 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:6396) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.app.ActivityThread.installContentProviders(ActivityThread.java:5938) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5853) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.app.ActivityThread.access$1100(ActivityThread.java:199) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.replace(java.lang.CharSequence, java.lang.CharSequence)' on a null object reference 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:1948) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.os.storage.IStorageManager$Stub$Proxy.getVolumeList(IStorageManager.java:89 5) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.os.storage.StorageManager.getVolumeList(StorageManager.java:1169) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.os.Environment$UserEnvironment.getExternalDirs(Environment.java:91) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.os.Environment.getExternalStorageDirectory(Environment.java:481) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.support.v4.content.FileProvider.a(:com.google.android.gms@[email protected] (100400-213742215):24) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.support.v4.content.FileProvider.attachInfo(:com.google.android.gms@14366037 @14.3.66 (100400-213742215):4) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:6391) 10-01 23:23:34.285 3463 3463 E AndroidRuntime: ... 10 more 10-01 23:23:34.335 3463 3463 I GCore-Chimera-Crash: ChwKDmNvbnRhaW5lci1vbmx5EMLXVxhAILCXpcI1IAA= 10-01 23:23:34.335 3463 3463 I GCore-Chimera-Crash: GCore-Chimera-Crash 10-01 23:23:34.354 3463 3463 I DeviceDrDatabaseHelper: Cleaning stale data from database! 10-01 23:23:34.366 3463 3463 W DeviceDoctorHandler: Crash Hash: 91dcd7e9cdaf25f6ee3bfc3b1c41b735141608fd 10-01 23:23:34.372 470 479 I fsck_msdos: ** Phase 4 - Checking for Lost Files 10-01 23:23:34.388 470 479 I fsck_msdos: 219 files, 3463096 free (432887 clusters) 10-01 23:23:34.397 3463 3463 W DeviceDoctorHandler: Shushing crash. 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: FATAL EXCEPTION: main 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: Process: com.google.android.gms, PID: 3463 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: java.lang.RuntimeException: Unable to get provider com.google.android.libraries.matchstick.provider.MatchstickFileProvider: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.replace(java.lang.CharSequence, java.lang.CharSequence)' on a null object reference 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.app.ActivityThread.installProvider(ActivityThread.java:6396) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.app.ActivityThread.installContentProviders(ActivityThread.java:5938) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5853) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.app.ActivityThread.access$1100(ActivityThread.java:199) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.replace(java.lang.CharSequence, java.lang.CharSequence)' on a null object reference 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.os.Parcel.createException(Parcel.java:1948) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.os.storage.IStorageManager$Stub$Proxy.getVolumeList(IStorageManager.java:89 5) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.os.storage.StorageManager.getVolumeList(StorageManager.java:1169) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.os.Environment$UserEnvironment.getExternalDirs(Environment.java:91) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.os.Environment.getExternalStorageDirectory(Environment.java:481) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.support.v4.content.FileProvider.a(:com.google.android.gms@[email protected] (100400-213742215):24) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.support.v4.content.FileProvider.attachInfo(:com.google.android.gms@14366037 @14.3.66 (100400-213742215):4) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: at android.app.ActivityThread.installProvider(ActivityThread.java:6391) 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: ... 10 more 10-01 23:23:34.397 3463 3463 E DeviceDoctorHandler: 10-01 23:23:34.400 1469 1584 E PackageManager: Optimistic bind failed. 10-01 23:23:34.400 1469 1584 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! 10-01 23:23:34.400 1469 1584 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppReso lverConnection.java:160) 10-01 23:23:34.400 1469 1584 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnectio n.java:225) 10-01 23:23:34.400 1469 1584 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0(InstantA ppResolverConnection.java:255) 10-01 23:23:34.400 1469 1584 E PackageManager: at com.android.server.pm.-$ $Lambda$InstantAppResolverConnection$D-JKXi4qrYjnPQMOwj8UtfZenps.run(Unknown Source:2) 10-01 23:23:34.400 1469 1584 E PackageManager: at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:34.400 1469 1584 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:34.400 1469 1584 E PackageManager: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:34.400 1469 1584 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:34.401 470 479 I vold : Filesystem check completed OK 10-01 23:23:34.409 470 479 V vold : Waiting for FUSE to spin up... 10-01 23:23:34.420 3486 3486 W sdcard : Device explicitly enabled sdcardfs 10-01 23:23:34.430 3463 3463 I Process : Sending signal. PID: 3463 SIG: 9 10-01 23:23:34.454 1469 1589 W libprocessgroup: kill(-3463, 9) failed: No such process 10-01 23:23:34.454 1469 1510 I ActivityManager: Process com.google.android.gms (pid 3463) has died: fore TRNB 10-01 23:23:34.454 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10013 pid 3463 in 0ms 10-01 23:23:34.455 1469 1510 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.ads.identifier.service.AdvertisingIdService in 173479ms 10-01 23:23:34.455 1469 1510 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.games.chimera.GamesSyncServiceNotificationProxy in 735432ms 10-01 23:23:34.455 1469 1510 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.measurement.service.MeasurementBrokerService in 183479ms 10-01 23:23:34.455 1469 1510 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 815432ms 10-01 23:23:34.455 518 518 I Zygote : Process 3463 exited due to signal (9) 10-01 23:23:34.455 1469 1510 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.drive.metadata.sync.syncadapter.SyncAdapterService in 855432ms 10-01 23:23:34.455 1469 1510 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.stats.service.DropBoxEntryAddedService in 895432ms 10-01 23:23:34.455 1469 1510 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.games.chimera.GamesSyncServiceMainProxy in 935432ms 10-01 23:23:34.516 1469 1774 D StorageManagerService: Volume public:179,65 broadcasting mounted to UserHandle{0} 10-01 23:23:34.516 1907 1907 D StorageNotification: Notifying about public volume: VolumeInfo{public:179,65}: 10-01 23:23:34.516 1907 1907 D StorageNotification: type=PUBLIC diskId=disk:179,64 partGuid= mountFlags=VISIBLE mountUserId=0 10-01 23:23:34.516 1907 1907 D StorageNotification: state=MOUNTED 10-01 23:23:34.516 1907 1907 D StorageNotification: fsType=vfat fsUuid=D89D- 9833 fsLabel= 10-01 23:23:34.516 1907 1907 D StorageNotification: path=/storage/D89D-9833 internalPath=/mnt/media_rw/D89D-9833 10-01 23:23:34.789 3287 3287 I Process : Sending signal. PID: 3287 SIG: 9 10-01 23:23:34.824 2162 2162 I RenderThread: type=1400 audit(0.0:1095): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=94a scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:34.834 2645 2656 W System : A resource failed to call close. 10-01 23:23:34.854 1469 2768 I ActivityManager: Process com.spotify.music (pid 3287) has died: fore SVC 10-01 23:23:34.855 1469 1589 W libprocessgroup: kill(-3287, 9) failed: No such process 10-01 23:23:34.855 1469 2768 W ActivityManager: Scheduling restart of crashed service com.spotify.music/com.spotify.mobile.android.service.SpotifyService in 193079ms 10-01 23:23:34.856 519 519 I Zygote : Process 3287 exited due to signal (9) 10-01 23:23:34.860 1469 1589 W libprocessgroup: kill(-3287, 9) failed: No such process 10-01 23:23:34.860 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10173 pid 3287 in 5ms 10-01 23:23:34.871 1469 1588 I ActivityManager: Start proc 3490:code.name.monkey.retromusic/u0a87 for broadcast code.name.monkey.retromusic/.appwidgets.BootReceiver 10-01 23:23:34.871 3490 3490 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:34.876 3490 3490 E nkey.retromusi: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:34.884 1469 1469 I InputDispatcher: type=1400 audit(0.0:1097): avc: denied { call } for scontext=u:r:system_server:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:34.884 540 540 I [email protected]: type=1400 audit(0.0:1098): avc: denied { call } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:35.019 3490 3490 I MultiDex: VM with version 2.1.0 has multidex support 10-01 23:23:35.019 3490 3490 I MultiDex: Installing application 10-01 23:23:35.019 3490 3490 I MultiDex: VM has multidex support, MultiDex support library is disabled. 10-01 23:23:35.024 1469 1469 V SettingsProvider: Notifying for 0: content://settings/global/multi_sim_data_call 10-01 23:23:35.031 2111 2195 W QCNEJ : |CORE| Phone id invalid or Service State available 10-01 23:23:35.031 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(false) 10-01 23:23:35.024 2111 2111 I MainEventThread: type=1400 audit(0.0:1099): avc: denied { call } for scontext=u:r:system_app:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:35.035 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13) 10-01 23:23:35.040 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:35.044 2111 2195 W QCNEJ : |CORE| Phone id invalid or Service State available 10-01 23:23:35.044 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(false) 10-01 23:23:35.048 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13) 10-01 23:23:35.052 2111 2195 W QCNEJ : |CORE| Phone id invalid or Service State available 10-01 23:23:35.052 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(false) 10-01 23:23:35.057 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13) 10-01 23:23:35.061 2162 2232 D OpenGLRenderer: endAllActiveAnimators on 0x77271d2a00 (RippleDrawable) with handle 0x7714ef27e0 10-01 23:23:35.068 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 0, DISCONNECTED) 10-01 23:23:35.076 1469 2185 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.google.android.apps.nexuslauncher/.NexusLauncherActivity} from uid 0 10-01 23:23:35.090 2870 2870 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@29c3ae7 10-01 23:23:35.095 1469 1726 W System : ClassLoader referenced unknown path: 10-01 23:23:35.111 3510 3510 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:35.112 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:35.112 1469 1588 I ActivityManager: Start proc 3510:com.android.vending/u0a43 for service com.android.vending/com.google.android.finsky.billing.iab.InAppBillingService 10-01 23:23:35.118 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:35.118 2497 2497 D CellBroadcastReceiver: onReceive Intent { act=android.intent.action.BOOT_COMPLETED flg=0x9000010 cmp=com.android.cellbroadcastreceiver/.CellBroadcastReceiver (has extras) } 10-01 23:23:35.118 2497 2497 D CellBroadcastReceiver: Start Cell Broadcast configuration. 10-01 23:23:35.122 3510 3510 E android.vendin: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:35.126 2497 2497 D CellBroadcastReceiver: Default interval 0 did not change. 10-01 23:23:35.126 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:35.132 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:35.138 2497 3523 D CellBroadcastConfigService: Enable CellBroadcast on sub 1 10-01 23:23:35.141 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:35.144 1469 1602 I EthernetTracker: interfaceLinkStateChanged, iface: rmnet_data2, up: true 10-01 23:23:35.146 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Added GSM cell broadcast subscription for MID range 4370 to 4370 from client com.android.cellbroadcastreceiver 10-01 23:23:35.146 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true) 10-01 23:23:35.148 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:35.154 1469 1588 I ActivityManager: Start proc 3530:com.android.contacts/u0a36 for broadcast com.android.contacts/.interactions.OnBootOrUpgradeReceiver 10-01 23:23:35.155 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:35.160 560 750 D PermissionCache: checking android.permission.READ_FRAME_BUFFER for uid=1000 => granted (1027 us) 10-01 23:23:35.162 3530 3530 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:35.169 3530 3530 E ndroid.contact: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:35.180 560 750 W SurfaceFlinger: Attempting to set client state on removed layer: com.android.settings/com.android.settings.sim.SimDialogActivity#0 10-01 23:23:35.181 560 750 W SurfaceFlinger: Attempting to destroy on removed layer: com.android.settings/com.android.settings.sim.SimDialogActivity#0 10-01 23:23:35.184 560 750 W SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - Task=2#0 10-01 23:23:35.185 560 750 W SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - Task=2#0 10-01 23:23:35.191 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:35.201 2142 2142 D TelephonyProvider: subIdString = 1 subId = 1 10-01 23:23:35.219 2802 2894 D OpenGLRenderer: Skia GL Pipeline 10-01 23:23:35.230 2802 2802 V Launcher: LauncherAppState initiated 10-01 23:23:35.272 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCdmaBroadcastConfig with 1 configurations 10-01 23:23:35.275 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to add cdma broadcast subscription for MID range 4096 to 4096 from client com.android.cellbroadcastreceiver 10-01 23:23:35.282 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Added GSM cell broadcast subscription for MID range 4383 to 4383 from client com.android.cellbroadcastreceiver 10-01 23:23:35.282 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true) 10-01 23:23:35.294 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4371 to 4372 from client com.android.cellbroadcastreceiver 10-01 23:23:35.299 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove cdma broadcast subscription for MID range 4097 to 4097 from client com.android.cellbroadcastreceiver 10-01 23:23:35.305 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4384 to 4385 from client com.android.cellbroadcastreceiver 10-01 23:23:35.313 1907 1923 I ndroid.systemu: NativeAlloc concurrent copying GC freed 120059(6MB) AllocSpace objects, 31(620KB) LOS objects, 72% free, 4MB/16MB, paused 147us total 114.157ms 10-01 23:23:35.316 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4373 to 4378 from client com.android.cellbroadcastreceiver 10-01 23:23:35.317 1469 2185 W WallpaperManagerService: Cannot extract colors because wallpaper could not be read. 10-01 23:23:35.319 2870 2870 D Tonal : Tonal Palette - index: 11. Main color: ffffffff 10-01 23:23:35.319 2870 2870 D Tonal : Colors: ff212121, ff292929, ff333333, ff404040, ff595959, ff737373, ff8c8c8c, ffababab, ffc4c4c4, ffdedede, fff7f7f7, ffffffff 10-01 23:23:35.319 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/WallpaperColors;->getColorHints()I (light greylist, linking) 10-01 23:23:35.322 2402 2402 I Dialer : VoicemailModule.provideVoicemailClient - providing VoicemailClientImpl 10-01 23:23:35.323 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove cdma broadcast subscription for MID range 4098 to 4098 from client com.android.cellbroadcastreceiver 10-01 23:23:35.324 2402 2402 I Dialer : VvmOmtpService - onBoot 10-01 23:23:35.329 1469 3460 D ActivityManager: Raise procstate to external provider: ProcessRecord{a9af735 2416:android.process.acore/u0a4} 10-01 23:23:35.330 1469 3460 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY 10-01 23:23:35.330 1469 3460 W Binder : java.lang.Throwable 10-01 23:23:35.330 1469 3460 W Binder : at android.os.BinderProxy.transact(Binder.java:1114) 10-01 23:23:35.330 1469 3460 W Binder : at android.content.ContentProviderProxy.getType(ContentProviderNative.java:451) 10-01 23:23:35.330 1469 3460 W Binder : at com.android.server.am.ActivityManagerService.getProviderMimeType(ActivityManagerSer vice.java:12990) 10-01 23:23:35.330 1469 3460 W Binder : at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:1416) 10-01 23:23:35.330 1469 3460 W Binder : at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java :3288) 10-01 23:23:35.330 1469 3460 W Binder : at android.os.Binder.execTransact(Binder.java:731) 10-01 23:23:35.332 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4386 to 4391 from client com.android.cellbroadcastreceiver 10-01 23:23:35.347 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4379 to 4379 from client com.android.cellbroadcastreceiver 10-01 23:23:35.351 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove cdma broadcast subscription for MID range 4099 to 4099 from client com.android.cellbroadcastreceiver 10-01 23:23:35.353 1890 1890 I SystemBroadcastReceiver: Boot has been completed 10-01 23:23:35.353 1890 1890 I SystemBroadcastReceiver: toggleAppIcon() : FLAG_SYSTEM = true 10-01 23:23:35.355 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4392 to 4392 from client com.android.cellbroadcastreceiver 10-01 23:23:35.361 1469 3553 I Adreno : QUALCOMM build : 2371bd1, I8ebe47d372 10-01 23:23:35.361 1469 3553 I Adreno : Build Date : 03/12/18 10-01 23:23:35.361 1469 3553 I Adreno : OpenGL ES Shader Compiler Version: EV031.22.00.01 10-01 23:23:35.361 1469 3553 I Adreno : Local Branch : 10-01 23:23:35.361 1469 3553 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.0.r36-rel 10-01 23:23:35.361 1469 3553 I Adreno : Remote Branch : NONE 10-01 23:23:35.361 1469 3553 I Adreno : Reconstruct Branch : NOTHING 10-01 23:23:35.362 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4380 to 4380 from client com.android.cellbroadcastreceiver 10-01 23:23:35.363 1890 1890 I SystemBroadcastReceiver: Killing my process: pid=1890 10-01 23:23:35.363 1890 1890 I Process : Sending signal. PID: 1890 SIG: 9 10-01 23:23:35.365 1469 3553 I Adreno : PFP: 0x005ff087, ME: 0x005ff063 10-01 23:23:35.366 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove cdma broadcast subscription for MID range 4100 to 4100 from client com.android.cellbroadcastreceiver 10-01 23:23:35.371 1469 3553 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 10-01 23:23:35.371 1469 3553 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 10-01 23:23:35.372 1469 3553 I OpenGLRenderer: Initialized EGL, version 1.4 10-01 23:23:35.372 1469 3553 D OpenGLRenderer: Swap behavior 2 10-01 23:23:35.374 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4393 to 4393 from client com.android.cellbroadcastreceiver 10-01 23:23:35.378 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4381 to 4381 from client com.android.cellbroadcastreceiver 10-01 23:23:35.382 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4394 to 4394 from client com.android.cellbroadcastreceiver 10-01 23:23:35.392 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4382 to 4382 from client com.android.cellbroadcastreceiver 10-01 23:23:35.397 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4395 to 4395 from client com.android.cellbroadcastreceiver 10-01 23:23:35.400 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/AppGlobals;->getInitialApplication()Landroid/app/Application; (light greylist, linking) 10-01 23:23:35.402 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Added GSM cell broadcast subscription for MID range 4352 to 4354 from client com.android.cellbroadcastreceiver 10-01 23:23:35.402 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true) 10-01 23:23:35.406 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/os/UserHandle;-><init>(I)V (light greylist, linking) 10-01 23:23:35.406 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/ActivityManager;->getService()Landroid/app/IActivityManager; (light greylist, linking) 10-01 23:23:35.406 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/IActivityManager;->cancelRecentsAnimation(Z)V (light greylist, linking) 10-01 23:23:35.406 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/IActivityManager;->cancelTaskWindowTransition(I)V (light greylist, linking) 10-01 23:23:35.407 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/IActivityManager;->getCurrentUser()Landroid/content/pm/UserInfo; (light greylist, linking) 10-01 23:23:35.407 2870 2870 W s.nexuslaunche: Accessing hidden field Landroid/content/pm/UserInfo;->id:I (light greylist, linking) 10-01 23:23:35.407 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/os/RemoteException;->rethrowFromSystemServer()Ljava/lang/RuntimeException; (light greylist, linking) 10-01 23:23:35.407 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/IActivityManager;- >getRecentTasks(III)Landroid/content/pm/ParceledListSlice; (light greylist, linking) 10-01 23:23:35.407 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/IActivityManager;->getFilteredTasks(III)Ljava/util/List; (light greylist, linking) 10-01 23:23:35.407 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/IActivityManager;- >getTaskSnapshot(IZ)Landroid/app/ActivityManager$TaskSnapshot; (light greylist, linking) 10-01 23:23:35.407 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/IActivityManager;->getLockTaskModeState()I (light greylist, linking) 10-01 23:23:35.407 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/os/ServiceManager;->getService(Ljava/lang/String;)Landroid/os/IBinder; (light greylist, linking) 10-01 23:23:35.408 2870 2870 W s.nexuslaunche: Accessing hidden method Lcom/android/internal/app/IVoiceInteractionManagerService$Stub;- >asInterface(Landroid/os/IBinder;)Lcom/android/internal/app/IVoiceInteractionManage rService; (light greylist, linking) 10-01 23:23:35.408 2870 2870 W s.nexuslaunche: Accessing hidden method Lcom/android/internal/app/IVoiceInteractionManagerService;- >showSessionFromSession(Landroid/os/IBinder;Landroid/os/Bundle;I)Z (dark greylist, linking) 10-01 23:23:35.408 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/IActivityManager;->startActivityFromRecents(ILandroid/os/Bundle;)I (light greylist, linking) 10-01 23:23:35.408 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/IActivityManager;- >startRecentsActivity(Landroid/content/Intent;Landroid/app/IAssistDataReceiver;Land roid/view/IRecentsAnimationRunner;)V (light greylist, linking) 10-01 23:23:35.409 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/app/TaskStackListener;-><init>()V (light greylist, linking) 10-01 23:23:35.410 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Added GSM cell broadcast subscription for MID range 4356 to 4356 from client com.android.cellbroadcastreceiver 10-01 23:23:35.410 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true) 10-01 23:23:35.414 1469 2773 I ActivityManager: Process com.android.inputmethod.latin (pid 1890) has died: fore IMPB 10-01 23:23:35.414 1469 1589 W libprocessgroup: kill(-1890, 9) failed: No such process 10-01 23:23:35.414 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10111 pid 1890 in 0ms 10-01 23:23:35.414 1469 2773 W ActivityManager: Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 202519ms 10-01 23:23:35.415 518 518 I Zygote : Process 1890 exited due to signal (9) 10-01 23:23:35.420 2142 2368 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Failed to remove GSM cell broadcast subscription for MID range 4355 to 4355 from client com.android.cellbroadcastreceiver 10-01 23:23:35.424 2870 3560 W s.nexuslaunche: Accessing hidden method Landroid/app/ActivityManager;->getMaxRecentTasksStatic()I (light greylist, linking) 10-01 23:23:35.440 3562 3562 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:35.441 1469 1588 I ActivityManager: Start proc 3562:com.android.managedprovisioning/u0a28 for broadcast com.android.managedprovisioning/.preprovisioning.BootReminder 10-01 23:23:35.445 3562 3562 E gedprovisionin: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:35.458 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:35.511 1469 3454 D ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: MOBILE[LTE], state: CONNECTED/CONNECTED, reason: connected, extra: internet, failover: false, available: true, roaming: false]} network{101} nethandle{437197393933} lp{{InterfaceName: rmnet_data2 LinkAddresses: [10.180.183.81/30,] Routes: [0.0.0.0/0 -> 10.180.183.82 rmnet_data2,10.180.183.80/30 -> 0.0.0.0 rmnet_data2,] DnsAddresses: [62.109.121.17,62.109.121.18,] UsePrivateDns: false PrivateDnsServerName: null Domains: null MTU: 1500 TcpBufferSizes: 2097152,4194304,8388608,262144,524288,1048576}} nc{[ Transports: CELLULAR Capabilities: MMS&SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONGEST ED&NOT_SUSPENDED Unwanted: LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]} Score{10} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} clat{null} } 10-01 23:23:35.512 1469 1788 D ConnectivityService: NetworkAgentInfo [MOBILE (LTE) - 101] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTED 10-01 23:23:35.458 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:35.512 517 748 D TcpSocketMonitor: resuming tcpinfo polling (interval=30000ms) 10-01 23:23:35.513 1469 1788 W DnsManager: updatePrivateDns(101, PrivateDnsConfig{true:/[]}) 10-01 23:23:35.513 1469 1788 D ConnectivityService: Setting DNS servers for network 101 to [/62.109.121.17, /62.109.121.18] 10-01 23:23:35.514 1469 1788 D DnsManager: setDnsConfigurationForNetwork(101, [62.109.121.17, 62.109.121.18], [], [1800, 25, 8, 64], , [62.109.121.17, 62.109.121.18]) 10-01 23:23:35.515 1469 1788 D ConnectivityService: Adding iface rmnet_data2 to network 101 10-01 23:23:35.525 1469 1788 D ConnectivityService: Setting DNS servers for network 101 to [/62.109.121.17, /62.109.121.18] 10-01 23:23:35.525 1469 1788 D DnsManager: setDnsConfigurationForNetwork(101, [62.109.121.17, 62.109.121.18], [], [1800, 25, 8, 64], , [62.109.121.17, 62.109.121.18]) 10-01 23:23:35.537 2111 2195 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 0, CONNECTED) 10-01 23:23:35.576 3588 3588 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:35.579 1469 1588 I ActivityManager: Start proc 3588:com.android.messaging/u0a79 for broadcast com.android.messaging/.receiver.BootAndPackageReplacedReceiver 10-01 23:23:35.587 3588 3588 E droid.messagin: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:35.618 1469 3584 D NetworkMonitor/NetworkAgentInfo [MOBILE (LTE) - 101]: PROBE_DNS connectivitycheck.gstatic.com 65ms OK 216.58.214.35 10-01 23:23:35.630 1469 3583 D NetworkMonitor/NetworkAgentInfo [MOBILE (LTE) - 101]: PROBE_DNS www.google.com 75ms OK 216.58.209.68 10-01 23:23:35.660 711 711 I MSM-irqbalance: Discovered a new IRQ: 174 10-01 23:23:35.661 711 711 I MSM-irqbalance: Discovered a new IRQ: 191 10-01 23:23:35.738 1469 3584 D NetworkMonitor/NetworkAgentInfo [MOBILE (LTE) - 101]: PROBE_HTTP http://connectivitycheck.gstatic.com/generate_204 time=118ms ret=204 request={User-Agent=[Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36]} headers={null=[HTTP/1.1 204 No Content], Content-Length=[0], Date=[Mon, 01 Oct 2018 21:23:36 GMT], X-Android- Received-Millis=[1538429015737], X-Android-Response-Source=[NETWORK 204], X- Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1538429015680]} 10-01 23:23:35.837 3510 3605 I Finsky : [41] com.google.android.finsky.dv.a.j.a(5): Started reading experiment flags from file [SKocQA9EQQFTb-1gQsc5WsjVhGA]. 10-01 23:23:35.840 3510 3605 I Finsky : [41] com.google.android.finsky.dv.a.j.a(16): Finished reading experiment flags from file [SKocQA9EQQFTb-1gQsc5WsjVhGA]. 10-01 23:23:35.851 2969 3046 I GsaConfigFlagsSyncer: Flags already sync'ed. 10-01 23:23:35.855 2969 3046 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. 10-01 23:23:35.864 3510 3605 I Finsky : [41] com.google.android.finsky.dv.a.j.a(5): Started reading experiment flags from file [cEbOvziTpz5veLdmwosiUjQLeXs]. 10-01 23:23:35.866 3510 3605 I Finsky : [41] com.google.android.finsky.dv.a.j.a(16): Finished reading experiment flags from file [cEbOvziTpz5veLdmwosiUjQLeXs]. 10-01 23:23:35.870 3510 3605 I Finsky : [41] com.google.android.finsky.dv.a.j.a(5): Started reading experiment flags from file [aFiR45gL6ydqQzz6OyBpEmvi0L8]. 10-01 23:23:35.874 1469 1588 I ActivityManager: Start proc 3623:com.google.android.gms.persistent/u0a13 for content provider com.google.android.gms/.chimera.container.GmsModuleProvider 10-01 23:23:35.875 3623 3623 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:35.878 3510 3605 I Finsky : [41] com.google.android.finsky.dv.a.j.a(16): Finished reading experiment flags from file [aFiR45gL6ydqQzz6OyBpEmvi0L8]. 10-01 23:23:35.881 3623 3623 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:35.906 3588 3621 I MessagingAppDataModel: Fixup: Send failed - 0 Download failed - 0 10-01 23:23:35.911 3588 3588 I MessagingApp: Carrier config changed. Reloading MMS config. 10-01 23:23:35.912 3637 3637 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:35.919 1469 1588 W ActivityManager: Slow operation: 57ms so far, now at startProcess: returned from zygote! 10-01 23:23:35.914 555 555 I sensors.qcom: type=1400 audit(0.0:1170): avc: denied { ioctl } for path="/dev/sensors" dev="tmpfs" ino=1324 ioctlcmd=6403 scontext=u:r:init:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:35.914 555 555 I sensors.qcom: type=1400 audit(0.0:1171): avc: denied { write } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=socket permissive=1 10-01 23:23:35.922 1469 1588 W ActivityManager: Slow operation: 60ms so far, now at startProcess: done updating battery stats 10-01 23:23:35.922 1469 1588 W ActivityManager: Slow operation: 60ms so far, now at startProcess: building log message 10-01 23:23:35.922 1469 1588 I ActivityManager: Start proc 3637:com.android.onetimeinitializer/u0a30 for broadcast com.android.onetimeinitializer/.OneTimeInitializerReceiver 10-01 23:23:35.922 1469 1588 W ActivityManager: Slow operation: 60ms so far, now at startProcess: starting to update pids map 10-01 23:23:35.922 1469 1588 W ActivityManager: Slow operation: 60ms so far, now at startProcess: done updating pids map 10-01 23:23:35.930 3637 3637 E timeinitialize: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:35.940 2969 3053 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored 10-01 23:23:35.944 1469 3583 D NetworkMonitor/NetworkAgentInfo [MOBILE (LTE) - 101]: PROBE_HTTPS https://www.google.com/generate_204 time=309ms ret=204 request={User-Agent=[Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36]} headers={null=[HTTP/1.1 204 No Content], Alt-Svc=[quic=":443"; ma=2592000; v="44,43,39,35"], Content-Length=[0], Date=[Mon, 01 Oct 2018 21:23:36 GMT], X-Android-Received-Millis=[1538429015943], X- Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X- Android-Sent-Millis=[1538429015781]} 10-01 23:23:35.945 1469 1788 D ConnectivityService: NetworkAgentInfo [MOBILE (LTE) - 101] validation passed 10-01 23:23:35.946 1469 1806 I GnssLocationProvider: WakeLock acquired by sendMessage(UPDATE_NETWORK_STATE, 0, 101) 10-01 23:23:35.972 3623 3623 I .gms.persisten: The ClassLoaderContext is a special shared library. 10-01 23:23:35.980 2969 2969 E OverlaySController: Calling with an invalid UID, the interface will not work 10-01 23:23:35.986 2870 2945 D LoaderTask: loadWorkspace: loading default favorites 10-01 23:23:35.995 2870 3643 D ProtoStore: no cached data 10-01 23:23:35.994 1907 1907 I RenderThread: type=1400 audit(0.0:1172): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=94a scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:36.005 3623 3623 W GmsApplication: Failed to invoke the SupplierSetterRegistry. 10-01 23:23:36.016 2969 2969 I BgTaskExecutorImpl: Starting NONEXCLUSIVE background task SMARTSPACE_UPDATE. 10-01 23:23:36.004 560 560 I surfaceflinger: type=1400 audit(0.0:1173): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=933 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:36.022 3588 3620 W MessagingApp: canonicalizeMccMnc: invalid mccmnc:null ,null 10-01 23:23:36.014 1469 1469 I android.bg: type=1400 audit(0.0:1174): avc: denied { call } for scontext=u:r:system_server:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:36.027 1469 2766 D MmsServiceBroker: getCarrierConfigValues() by com.android.messaging 10-01 23:23:36.027 1469 2766 W MmsServiceBroker: MmsService not connected. Try connecting... 10-01 23:23:36.027 548 548 I LocSvc__AGnssRilInterface: ===> updateNetworkState line 52 10-01 23:23:36.027 1469 1469 I MmsServiceBroker: Connecting to MmsService 10-01 23:23:36.028 1469 1469 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1611 com.android.server.MmsServiceBroker.tryConnecting:241 com.android.server.MmsServiceBroker.access$000:53 com.android.server.MmsServiceBroker$1.handleMessage:83 android.os.Handler.dispatchMessage:106 10-01 23:23:36.030 1469 1584 E GnssLocationProvider: updateNetworkAvailability failed 10-01 23:23:36.030 1469 1584 I GnssLocationProvider: WakeLock released by handleMessage(UPDATE_NETWORK_STATE, 0, 101) 10-01 23:23:36.037 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.037 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.037 3510 3597 D StrictMode: at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) 10-01 23:23:36.037 3510 3597 D StrictMode: at java.io.File.exists(File.java:815) 10-01 23:23:36.037 3510 3597 D StrictMode: at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:605) 10-01 23:23:36.037 3510 3597 D StrictMode: at android.app.ContextImpl.ensurePrivateCacheDirExists(ContextImpl.java:601) 10-01 23:23:36.037 3510 3597 D StrictMode: at android.app.ContextImpl.getCacheDir(ContextImpl.java:694) 10-01 23:23:36.037 3510 3597 D StrictMode: at android.content.ContextWrapper.getCacheDir(ContextWrapper.java:269) 10-01 23:23:36.037 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:18) 10-01 23:23:36.037 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.037 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.037 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.037 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.037 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.037 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.037 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.037 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.037 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.037 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.037 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.037 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.037 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.037 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.037 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.039 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.039 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.039 3510 3597 D StrictMode: at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) 10-01 23:23:36.039 3510 3597 D StrictMode: at java.io.File.exists(File.java:815) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.android.play.b.e.<init>(SourceFile:6) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:21) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.039 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.039 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.039 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.039 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.039 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.039 1469 1588 I ActivityManager: Start proc 3663:com.android.providers.calendar/u0a7 for content provider com.android.providers.calendar/.CalendarProvider2 10-01 23:23:36.045 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.045 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.045 3510 3597 D StrictMode: at java.io.FileInputStream.<init>(FileInputStream.java:163) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.android.play.b.e.a(SourceFile:47) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.android.play.b.e.<init>(SourceFile:10) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:21) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.045 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.045 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.045 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.045 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.045 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.047 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.047 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.047 3510 3597 D StrictMode: at java.io.UnixFileSystem.getLength(UnixFileSystem.java:265) 10-01 23:23:36.047 3510 3597 D StrictMode: at java.io.File.length(File.java:970) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.android.play.b.e.a(SourceFile:48) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.android.play.b.e.<init>(SourceFile:10) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:21) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.047 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.047 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.047 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.047 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.047 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.048 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.048 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.048 3510 3597 D StrictMode: at libcore.io.BlockGuardOs.read(BlockGuardOs.java:253) 10-01 23:23:36.048 3510 3597 D StrictMode: at libcore.io.IoBridge.read(IoBridge.java:501) 10-01 23:23:36.048 3510 3597 D StrictMode: at java.io.FileInputStream.read(FileInputStream.java:307) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.android.play.b.e.a(SourceFile:50) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.android.play.b.e.<init>(SourceFile:10) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:21) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.048 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.048 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.048 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.048 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.048 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.054 2969 3660 I EngineIdGenerator: Refusing EXCLUSIVE task SMARTSPACE_UPDATE, it is already pending. Try again in 3071 seconds. 10-01 23:23:36.062 3663 3663 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:36.064 2142 2142 D MmsService: onCreate 10-01 23:23:36.065 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.065 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.065 3510 3597 D StrictMode: at java.io.FileInputStream.<init>(FileInputStream.java:163) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.android.play.b.e.a(SourceFile:47) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.android.play.b.e.<init>(SourceFile:12) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:21) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.065 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.065 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.065 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.065 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.065 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.066 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.066 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.066 3510 3597 D StrictMode: at java.io.UnixFileSystem.getLength(UnixFileSystem.java:265) 10-01 23:23:36.066 3510 3597 D StrictMode: at java.io.File.length(File.java:970) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.android.play.b.e.a(SourceFile:48) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.android.play.b.e.<init>(SourceFile:12) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:21) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.066 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.066 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.066 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.066 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.066 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.069 2142 2142 I MmsService: MmsConfigManager receiver action: android.intent.action.SIM_STATE_CHANGED 10-01 23:23:36.069 1469 1469 I MmsServiceBroker: MmsService connected 10-01 23:23:36.069 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.069 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.069 3510 3597 D StrictMode: at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) 10-01 23:23:36.069 3510 3597 D StrictMode: at java.io.File.exists(File.java:815) 10-01 23:23:36.069 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:76) 10-01 23:23:36.069 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.069 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.069 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.069 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.069 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.069 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.069 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.069 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.069 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.069 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.069 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.069 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.069 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.069 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.069 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.070 2142 2331 D MmsService: getCarrierConfigValues 10-01 23:23:36.070 2142 2331 I MmsService: mms config for sub 1: null 10-01 23:23:36.071 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.071 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.071 3510 3597 D StrictMode: at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) 10-01 23:23:36.071 3510 3597 D StrictMode: at java.io.File.exists(File.java:815) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.play.b.s.b(SourceFile:51) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.play.b.s.<init>(SourceFile:18) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:80) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.071 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.071 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.071 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.071 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.071 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.071 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.071 3510 3597 D StrictMode: at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:241) 10-01 23:23:36.071 3510 3597 D StrictMode: at java.io.File.createTempFile(File.java:2016) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.play.b.s.b(SourceFile:54) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.play.b.s.<init>(SourceFile:18) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:80) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.071 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.071 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.071 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.071 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.071 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.073 1469 1478 I system_server: NativeAlloc concurrent copying GC freed 192817(9MB) AllocSpace objects, 126(7MB) LOS objects, 44% free, 15MB/27MB, paused 221us total 204.154ms 10-01 23:23:36.074 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskWriteViolation 10-01 23:23:36.074 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onWriteToDisk(StrictMode.java:1460) 10-01 23:23:36.074 3510 3597 D StrictMode: at java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:280) 10-01 23:23:36.074 3510 3597 D StrictMode: at java.io.File.createTempFile(File.java:2018) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.android.play.b.s.b(SourceFile:54) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.android.play.b.s.<init>(SourceFile:18) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:80) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.074 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.074 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.074 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.074 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.074 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.075 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskWriteViolation 10-01 23:23:36.075 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onWriteToDisk(StrictMode.java:1460) 10-01 23:23:36.075 3510 3597 D StrictMode: at java.io.FileOutputStream.<init>(FileOutputStream.java:236) 10-01 23:23:36.075 3510 3597 D StrictMode: at java.io.FileOutputStream.<init>(FileOutputStream.java:180) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.android.play.b.s.b(SourceFile:55) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.android.play.b.s.<init>(SourceFile:18) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:80) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.075 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.075 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.075 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.075 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.075 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.076 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.076 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.076 3510 3597 D StrictMode: at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) 10-01 23:23:36.076 3510 3597 D StrictMode: at java.io.File.exists(File.java:815) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.android.play.b.s.<init>(SourceFile:23) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:80) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.076 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.076 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.076 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.076 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.076 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.077 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.077 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.077 3510 3597 D StrictMode: at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) 10-01 23:23:36.077 3510 3597 D StrictMode: at java.io.File.exists(File.java:815) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.android.play.b.s.<init>(SourceFile:33) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:80) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.077 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.077 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.077 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.077 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.077 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.078 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.078 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.078 3510 3597 D StrictMode: at java.io.UnixFileSystem.list(UnixFileSystem.java:302) 10-01 23:23:36.078 3510 3597 D StrictMode: at java.io.File.list(File.java:1131) 10-01 23:23:36.078 3510 3597 D StrictMode: at java.io.File.listFiles(File.java:1216) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.android.play.b.s.<init>(SourceFile:34) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:80) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.078 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.078 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.078 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.078 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.078 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.079 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.079 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.079 3510 3597 D StrictMode: at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:241) 10-01 23:23:36.079 3510 3597 D StrictMode: at java.io.File.isFile(File.java:878) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.android.play.b.s.<init>(SourceFile:36) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:80) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.079 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.079 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.079 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.079 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.079 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.080 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.080 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.080 3510 3597 D StrictMode: at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:241) 10-01 23:23:36.080 3510 3597 D StrictMode: at java.io.File.isFile(File.java:878) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.android.play.b.s.<init>(SourceFile:36) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:80) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.080 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.080 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.080 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.080 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.080 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.081 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.081 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.081 3510 3597 D StrictMode: at java.io.UnixFileSystem.getLength(UnixFileSystem.java:265) 10-01 23:23:36.081 3510 3597 D StrictMode: at java.io.File.length(File.java:970) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.android.play.b.s.<init>(SourceFile:37) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:80) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.081 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.081 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.081 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.081 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.081 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.082 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.082 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.082 3510 3597 D StrictMode: at java.io.UnixFileSystem.getLength(UnixFileSystem.java:265) 10-01 23:23:36.082 3510 3597 D StrictMode: at java.io.File.length(File.java:970) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.android.play.b.s.c(SourceFile:65) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.android.play.b.s.<init>(SourceFile:41) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:80) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.082 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.082 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.082 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.082 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.082 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.083 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.083 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.083 3510 3597 D StrictMode: at java.io.UnixFileSystem.getLength(UnixFileSystem.java:265) 10-01 23:23:36.083 3510 3597 D StrictMode: at java.io.File.length(File.java:970) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.android.play.b.s.c(SourceFile:67) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.android.play.b.s.<init>(SourceFile:41) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:80) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.android.play.b.g.<init>(SourceFile:4) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:94) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.083 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.083 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.083 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.083 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.083 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.084 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.084 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.084 3510 3597 D StrictMode: at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) 10-01 23:23:36.084 3510 3597 D StrictMode: at java.io.File.exists(File.java:815) 10-01 23:23:36.084 3510 3597 D StrictMode: at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:605) 10-01 23:23:36.084 3510 3597 D StrictMode: at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:596) 10-01 23:23:36.084 3510 3597 D StrictMode: at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:552) 10-01 23:23:36.084 3510 3597 D StrictMode: at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:747) 10-01 23:23:36.084 3510 3597 D StrictMode: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:400) 10-01 23:23:36.084 3510 3597 D StrictMode: at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:174) 10-01 23:23:36.084 3510 3597 D StrictMode: at com.google.android.finsky.e.j.<init>(SourceFile:20) 10-01 23:23:36.084 3510 3597 D StrictMode: at com.google.android.finsky.e.j.a(SourceFile:17) 10-01 23:23:36.084 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:35) 10-01 23:23:36.084 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.084 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.084 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.084 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.084 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.084 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.084 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.084 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.084 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.084 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.084 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.084 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.084 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.086 3637 3637 V OneTimeInitializerReceiver: OneTimeInitializerReceiver.onReceive 10-01 23:23:36.086 2142 2142 I MmsService: MmsConfigManager receiver action: android.telephony.action.CARRIER_CONFIG_CHANGED 10-01 23:23:36.086 3588 3620 I MessagingApp: Carrier configs loaded: Bundle[{maxImageHeight=1944, maxMessageSize=614400, maxImageWidth=2592}] from resources+system for subId=1 10-01 23:23:36.089 2142 3671 I MmsService: MmsConfigManager loads in background mcc/mnc: 262/7 10-01 23:23:36.090 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.090 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.090 3510 3597 D StrictMode: at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:256) 10-01 23:23:36.090 3510 3597 D StrictMode: at android.app.SharedPreferencesImpl.getLong(SharedPreferencesImpl.java:309) 10-01 23:23:36.090 3510 3597 D StrictMode: at com.google.android.finsky.e.j.<init>(SourceFile:23) 10-01 23:23:36.090 3510 3597 D StrictMode: at com.google.android.finsky.e.j.a(SourceFile:17) 10-01 23:23:36.090 3510 3597 D StrictMode: at com.google.android.finsky.e.w.<init>(SourceFile:35) 10-01 23:23:36.090 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.a(SourceFile:1297) 10-01 23:23:36.090 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cD(SourceFile:1304) 10-01 23:23:36.090 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:198) 10-01 23:23:36.090 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.090 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.090 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.090 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.090 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.090 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.090 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.090 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.090 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.090 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.094 2142 3674 I MmsService: MmsConfigManager loads in background mcc/mnc: 262/7 10-01 23:23:36.098 3663 3663 E viders.calenda: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:36.101 2142 2142 I VvmSimStateTracker: android.intent.action.BOOT_COMPLETED 10-01 23:23:36.101 3588 3641 W MessagingApp: canonicalizeMccMnc: invalid mccmnc:null ,null 10-01 23:23:36.105 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/view/WindowManagerGlobal;- >getWindowManagerService()Landroid/view/IWindowManager; (light greylist, linking) 10-01 23:23:36.105 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/view/IWindowManager;->getNavBarPosition()I (dark greylist, linking) 10-01 23:23:36.105 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/view/IWindowManager;->getStableInsets(ILandroid/graphics/Rect;)V (light greylist, linking) 10-01 23:23:36.105 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/view/IWindowManager;- >overridePendingAppTransitionMultiThumbFuture(Landroid/view/IAppTransitionAnimation SpecsFuture;Landroid/os/IRemoteCallback;Z)V (light greylist, linking) 10-01 23:23:36.106 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/view/IWindowManager;- >overridePendingAppTransitionRemote(Landroid/view/RemoteAnimationAdapter;)V (light greylist, linking) 10-01 23:23:36.106 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/view/IWindowManager;->setNavBarVirtualKeyHapticFeedbackEnabled(Z)V (light greylist, linking) 10-01 23:23:36.106 2870 2870 W s.nexuslaunche: Accessing hidden method Landroid/view/IWindowManager;->setRecentsVisibility(Z)V (dark greylist, linking) 10-01 23:23:36.109 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.109 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.109 3510 3597 D StrictMode: at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) 10-01 23:23:36.109 3510 3597 D StrictMode: at java.io.File.exists(File.java:815) 10-01 23:23:36.109 3510 3597 D StrictMode: at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:605) 10-01 23:23:36.109 3510 3597 D StrictMode: at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:596) 10-01 23:23:36.109 3510 3597 D StrictMode: at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:552) 10-01 23:23:36.109 3510 3597 D StrictMode: at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:747) 10-01 23:23:36.109 3510 3597 D StrictMode: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:400) 10-01 23:23:36.109 3510 3597 D StrictMode: at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:174) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.android.finsky.ai.f.a(SourceFile:5) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.android.finsky.ai.q.a(SourceFile:5) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.android.finsky.e.af.a(SourceFile:30) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.android.finsky.e.af.a(SourceFile:12) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.android.finsky.e.af.a(SourceFile:11) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.android.finsky.e.af.a(SourceFile:9) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:201) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.109 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.109 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.109 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.109 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.109 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.110 1469 1799 D MmsServiceBroker: getCarrierConfigValues() by com.android.messaging 10-01 23:23:36.110 3588 3684 I MessagingAppDataModel: SyncMessagesAction: Starting batch for messages from 1538428793366 to 1538429015841 (message update limit = 80, message scan limit = 4000) 10-01 23:23:36.110 2142 2331 D MmsService: getCarrierConfigValues 10-01 23:23:36.110 2142 2331 I MmsService: mms config for sub 1: Bundle[{httpSocketTimeout=60000, aliasMinChars=2, smsToMmsTextThreshold=-1, enableSMSDeliveryReports=true, maxMessageTextSize=-1, supportMmsContentDisposition=true, enabledTransID=false, aliasEnabled=false, supportHttpCharsetHeader=false, allowAttachAudio=true, smsToMmsTextLengthThreshold=-1, recipientLimit=2147483647, uaProfTagName=x-wap- profile, aliasMaxChars=48, maxImageHeight=1944, enableMMSDeliveryReports=false, userAgent=, mmsCloseConnection=false, config_cellBroadcastAppLinks=true, maxSubjectLength=40, httpParams=, enableGroupMms=true, emailGatewayNumber=, maxMessageSize=614400, naiSuffix=, enableMMSReadReports=false, maxImageWidth=2592, uaProfUrl=, enabledMMS=true, enabledNotifyWapMMSC=false, sendMultipartSmsAsSeparateMessages=false, enableMultipartSMS=true}] 10-01 23:23:36.113 3588 3641 I MessagingApp: Carrier configs loaded: Bundle[{httpSocketTimeout=60000, aliasMinChars=2, smsToMmsTextThreshold=-1, enableSMSDeliveryReports=true, maxMessageTextSize=-1, supportMmsContentDisposition=true, enabledTransID=false, aliasEnabled=false, supportHttpCharsetHeader=false, allowAttachAudio=true, smsToMmsTextLengthThreshold=-1, recipientLimit=2147483647, uaProfTagName=x-wap- profile, aliasMaxChars=48, maxImageHeight=1944, enableMMSDeliveryReports=false, userAgent=, mmsCloseConnection=false, config_cellBroadcastAppLinks=true, maxSubjectLength=40, httpParams=, enableGroupMms=true, emailGatewayNumber=, maxMessageSize=614400, naiSuffix=, enableMMSReadReports=false, maxImageWidth=2592, uaProfUrl=, enabledMMS=true, enabledNotifyWapMMSC=false, sendMultipartSmsAsSeparateMessages=false, enableMultipartSMS=true}] from resources+system for subId=1 10-01 23:23:36.114 2142 3676 I MmsService: MmsConfigManager loads in background mcc/mnc: 262/7 10-01 23:23:36.114 2142 2142 I VvmSimStateTracker: Service connected on ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} 10-01 23:23:36.115 3510 3597 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.115 3510 3597 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.115 3510 3597 D StrictMode: at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:256) 10-01 23:23:36.115 3510 3597 D StrictMode: at android.app.SharedPreferencesImpl.contains(SharedPreferencesImpl.java:334) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.android.finsky.ai.k.a(SourceFile:5) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.android.finsky.ai.q.a(SourceFile:5) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.android.finsky.e.af.a(SourceFile:30) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.android.finsky.e.af.a(SourceFile:12) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.android.finsky.e.af.a(SourceFile:11) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.android.finsky.e.af.a(SourceFile:9) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.c.cG(SourceFile:201) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.android.finsky.application.impl.bj.a_(SourceFile:12) 10-01 23:23:36.115 3510 3597 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.115 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.115 3510 3597 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.115 3510 3597 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.115 3510 3597 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.143 3588 3639 W MessagingApp: canonicalizeMccMnc: invalid mccmnc:null ,null 10-01 23:23:36.146 1469 1511 D MmsServiceBroker: getCarrierConfigValues() by com.android.messaging 10-01 23:23:36.146 2142 2367 D MmsService: getCarrierConfigValues 10-01 23:23:36.146 2142 2367 I MmsService: mms config for sub 1: Bundle[{httpSocketTimeout=60000, aliasMinChars=2, smsToMmsTextThreshold=-1, enableSMSDeliveryReports=true, maxMessageTextSize=-1, supportMmsContentDisposition=true, enabledTransID=false, aliasEnabled=false, supportHttpCharsetHeader=false, allowAttachAudio=true, smsToMmsTextLengthThreshold=-1, recipientLimit=2147483647, uaProfTagName=x-wap- profile, aliasMaxChars=48, maxImageHeight=1944, enableMMSDeliveryReports=false, userAgent=, mmsCloseConnection=false, config_cellBroadcastAppLinks=true, maxSubjectLength=40, httpParams=, enableGroupMms=true, emailGatewayNumber=, maxMessageSize=614400, naiSuffix=, enableMMSReadReports=false, maxImageWidth=2592, uaProfUrl=, enabledMMS=true, enabledNotifyWapMMSC=false, sendMultipartSmsAsSeparateMessages=false, enableMultipartSMS=true}] 10-01 23:23:36.147 3510 3602 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. 10-01 23:23:36.147 3588 3639 I MessagingApp: Carrier configs loaded: Bundle[{httpSocketTimeout=60000, aliasMinChars=2, smsToMmsTextThreshold=-1, enableSMSDeliveryReports=true, maxMessageTextSize=-1, supportMmsContentDisposition=true, enabledTransID=false, aliasEnabled=false, supportHttpCharsetHeader=false, allowAttachAudio=true, smsToMmsTextLengthThreshold=-1, recipientLimit=2147483647, uaProfTagName=x-wap- profile, aliasMaxChars=48, maxImageHeight=1944, enableMMSDeliveryReports=false, userAgent=, mmsCloseConnection=false, config_cellBroadcastAppLinks=true, maxSubjectLength=40, httpParams=, enableGroupMms=true, emailGatewayNumber=, maxMessageSize=614400, naiSuffix=, enableMMSReadReports=false, maxImageWidth=2592, uaProfUrl=, enabledMMS=true, enabledNotifyWapMMSC=false, sendMultipartSmsAsSeparateMessages=false, enableMultipartSMS=true}] from resources+system for subId=1 10-01 23:23:36.148 3510 3602 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. 10-01 23:23:36.154 3510 3597 I Finsky : [36] com.google.android.finsky.wear.br.a(11): Component class com.google.android.finsky.wear.WearSupportService enabled via PackageManager. 10-01 23:23:36.156 3510 3597 I Finsky : [36] com.google.android.finsky.wear.br.a(11): Component class com.google.android.finsky.wear.WearChangeListenerService enabled via PackageManager. 10-01 23:23:36.157 3510 3602 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.157 3510 3602 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.157 3510 3602 D StrictMode: at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) 10-01 23:23:36.157 3510 3602 D StrictMode: at java.io.File.exists(File.java:815) 10-01 23:23:36.157 3510 3602 D StrictMode: at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:605) 10-01 23:23:36.157 3510 3602 D StrictMode: at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:596) 10-01 23:23:36.157 3510 3602 D StrictMode: at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:552) 10-01 23:23:36.157 3510 3602 D StrictMode: at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:747) 10-01 23:23:36.157 3510 3602 D StrictMode: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:400) 10-01 23:23:36.157 3510 3602 D StrictMode: at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:174) 10-01 23:23:36.157 3510 3602 D StrictMode: at com.google.android.finsky.ai.f.a(SourceFile:5) 10-01 23:23:36.157 3510 3602 D StrictMode: at com.google.android.finsky.ai.q.a(SourceFile:5) 10-01 23:23:36.157 3510 3602 D StrictMode: at com.google.android.finsky.hygiene.impl.i.a(SourceFile:2) 10-01 23:23:36.157 3510 3602 D StrictMode: at com.google.android.finsky.hygiene.impl.e.d(SourceFile:20) 10-01 23:23:36.157 3510 3602 D StrictMode: at com.google.android.finsky.application.impl.c.cM(SourceFile:278) 10-01 23:23:36.157 3510 3602 D StrictMode: at com.google.android.finsky.application.impl.bk.a_(SourceFile:16) 10-01 23:23:36.157 3510 3602 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.157 3510 3602 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.157 3510 3602 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.157 3510 3602 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.157 3510 3602 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.157 3510 3602 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.157 3510 3602 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.157 3510 3602 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.157 3510 3602 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.158 3510 3602 D StrictMode: StrictMode policy violation: android.os.strictmode.DiskReadViolation 10-01 23:23:36.158 3510 3602 D StrictMode: at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) 10-01 23:23:36.158 3510 3602 D StrictMode: at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:256) 10-01 23:23:36.158 3510 3602 D StrictMode: at android.app.SharedPreferencesImpl.contains(SharedPreferencesImpl.java:334) 10-01 23:23:36.158 3510 3602 D StrictMode: at com.google.android.finsky.ai.j.a(SourceFile:5) 10-01 23:23:36.158 3510 3602 D StrictMode: at com.google.android.finsky.ai.q.a(SourceFile:5) 10-01 23:23:36.158 3510 3602 D StrictMode: at com.google.android.finsky.hygiene.impl.i.a(SourceFile:2) 10-01 23:23:36.158 3510 3602 D StrictMode: at com.google.android.finsky.hygiene.impl.e.d(SourceFile:20) 10-01 23:23:36.158 3510 3602 D StrictMode: at com.google.android.finsky.application.impl.c.cM(SourceFile:278) 10-01 23:23:36.158 3510 3602 D StrictMode: at com.google.android.finsky.application.impl.bk.a_(SourceFile:16) 10-01 23:23:36.158 3510 3602 D StrictMode: at b.b.a.b.a(SourceFile:11) 10-01 23:23:36.158 3510 3602 D StrictMode: at com.google.common.util.concurrent.s.a(SourceFile:5) 10-01 23:23:36.158 3510 3602 D StrictMode: at com.google.common.util.concurrent.r.run(SourceFile:17) 10-01 23:23:36.158 3510 3602 D StrictMode: at com.google.common.util.concurrent.bi.run(SourceFile:3) 10-01 23:23:36.158 3510 3602 D StrictMode: at com.google.android.apps.gsa.a.f.a.i.run(SourceFile:7) 10-01 23:23:36.158 3510 3602 D StrictMode: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:36.158 3510 3602 D StrictMode: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:36.158 3510 3602 D StrictMode: at com.google.android.finsky.bq.q.run(Unknown Source:5) 10-01 23:23:36.158 3510 3602 D StrictMode: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:36.160 2870 3688 I Adreno : QUALCOMM build : 2371bd1, I8ebe47d372 10-01 23:23:36.160 2870 3688 I Adreno : Build Date : 03/12/18 10-01 23:23:36.160 2870 3688 I Adreno : OpenGL ES Shader Compiler Version: EV031.22.00.01 10-01 23:23:36.160 2870 3688 I Adreno : Local Branch : 10-01 23:23:36.160 2870 3688 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.0.r36-rel 10-01 23:23:36.160 2870 3688 I Adreno : Remote Branch : NONE 10-01 23:23:36.160 2870 3688 I Adreno : Reconstruct Branch : NOTHING 10-01 23:23:36.163 2142 2142 I RemoteVvmTaskManager: Binding to ComponentInfo{com.android.dialer/com.android.voicemail.impl.OmtpService} 10-01 23:23:36.166 3623 3623 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:4 and remote module com.google.android.gms.googlecertificates:4 10-01 23:23:36.166 3623 3623 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates 10-01 23:23:36.167 2870 3688 I Adreno : PFP: 0x005ff087, ME: 0x005ff063 10-01 23:23:36.172 2402 2402 I Dialer : VvmOmtpService - onCellServiceConnected 10-01 23:23:36.176 2870 3688 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 10-01 23:23:36.176 2870 3688 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 10-01 23:23:36.180 2870 3688 I OpenGLRenderer: Initialized EGL, version 1.4 10-01 23:23:36.180 2870 3688 D OpenGLRenderer: Swap behavior 2 10-01 23:23:36.180 3510 3510 I Finsky : [2] com.google.android.finsky.application.impl.c.cO(517): Not a unicorn device 10-01 23:23:36.212 1907 1907 D StatusBar: disable<e i a s b h r c s > disable2<q i n > 10-01 23:23:36.221 3663 3663 I CalendarProvider2: Created com.android.providers.calendar.CalendarAlarmManager@9df5746(com.android.providers.c alendar.CalendarProvider2@6d3ad07) 10-01 23:23:36.240 2402 2402 I Dialer : VvmOmtpService - VVM not supported on ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionS ervice}, ***, UserHandle{0} 10-01 23:23:36.247 2402 2402 I Dialer : VvmOmtpService - disabling SMS filter 10-01 23:23:36.256 3623 3623 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 287 native methods... 10-01 23:23:36.262 1907 1907 D StatusBar: disable<e i a s b h r c s > disable2<q i n > 10-01 23:23:36.283 3510 3510 I cr_CronetLibraryLoader: Cronet version: 70.0.3538.15, arch: armv8l 10-01 23:23:36.297 3623 3623 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 10-01 23:23:36.312 2969 3046 W earchbox:searc: Unsupported class loader 10-01 23:23:36.316 2969 3046 W earchbox:searc: Skipping duplicate class check due to unsupported classloader 10-01 23:23:36.316 3623 3623 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 10-01 23:23:36.319 2969 3046 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:4 10-01 23:23:36.319 2969 3046 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 4 10-01 23:23:36.324 3588 3699 I MessagingAppDataModel: SyncMessagesAction: All messages now in sync 10-01 23:23:36.364 3623 3623 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. 10-01 23:23:36.372 2969 3046 W earchbox:searc: Unsupported class loader 10-01 23:23:36.375 2969 3046 W earchbox:searc: Skipping duplicate class check due to unsupported classloader 10-01 23:23:36.379 3510 3737 I Finsky : [70] com.google.android.finsky.library.a.f.j(52): Loaded library for account: [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:36.391 2870 2870 W ActionsController: content provider not found 10-01 23:23:36.391 2870 2870 W ActionsController: java.lang.SecurityException: Failed to find provider com.google.android.as.allapps.actionsuggestprovider for user 0; expected to find a valid ContentProvider for this authority 10-01 23:23:36.391 2870 2870 W ActionsController: at android.os.Parcel.createException(Parcel.java:1942) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.content.IContentService$Stub$Proxy.registerContentObserver(IContentService. java:779) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1972) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1961) 10-01 23:23:36.391 2870 2870 W ActionsController: at com.google.android.apps.nexuslauncher.allapps.d.cY(SourceFile:193) 10-01 23:23:36.391 2870 2870 W ActionsController: at com.google.android.apps.nexuslauncher.allapps.d.<init>(SourceFile:156) 10-01 23:23:36.391 2870 2870 W ActionsController: at com.google.android.apps.nexuslauncher.allapps.d.c(SourceFile:116) 10-01 23:23:36.391 2870 2870 W ActionsController: at com.google.android.apps.nexuslauncher.allapps.ActionsRowView.onAttachedToWindow(Sou rceFile:162) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.View.dispatchAttachedToWindow(View.java:18347) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3397) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3404) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3404) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3404) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3404) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3404) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3404) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3404) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1762) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1460) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7184) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:949) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.Choreographer.doCallbacks(Choreographer.java:761) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.Choreographer.doFrame(Choreographer.java:696) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:935) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:36.391 2870 2870 W ActionsController: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:36.391 2870 2870 W ActionsController: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:36.391 2870 2870 W ActionsController: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:36.391 2870 2870 W ActionsController: Caused by: android.os.RemoteException: Remote stack trace: 10-01 23:23:36.391 2870 2870 W ActionsController: at com.android.server.content.ContentService.registerContentObserver(ContentService.ja va:340) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.content.IContentService$Stub.onTransact(IContentService.java:76) 10-01 23:23:36.391 2870 2870 W ActionsController: at com.android.server.content.ContentService.onTransact(ContentService.java:262) 10-01 23:23:36.391 2870 2870 W ActionsController: at android.os.Binder.execTransact(Binder.java:731) 10-01 23:23:36.391 2870 2870 W ActionsController: 10-01 23:23:36.396 2969 3046 D GoogleCertificatesRslt: not whitelisted: pkg=com.google.android.apps.nexuslauncher, sha1=7b479085a9cfa6897cfbf4ea847b825f33b28104, atk=false, ver=12662009.false 10-01 23:23:36.407 2969 3046 D GoogleCertificatesRslt: not whitelisted: pkg=com.google.android.apps.nexuslauncher, sha1=7b479085a9cfa6897cfbf4ea847b825f33b28104, atk=false, ver=12662009.false 10-01 23:23:36.408 2870 3617 W QsbUiManager: Doodle is not valid. 10-01 23:23:36.408 2870 3617 W QsbUiManager: Doodle bitmap is not valid. 10-01 23:23:36.409 3623 3623 I GmsReceiverSupport: Registered Receiver for 26 IntentFilters 10-01 23:23:36.416 2969 3046 D GoogleCertificatesRslt: not whitelisted: pkg=com.google.android.apps.nexuslauncher, sha1=7b479085a9cfa6897cfbf4ea847b825f33b28104, atk=false, ver=12662009.false 10-01 23:23:36.427 2969 3060 D GoogleCertificatesRslt: not whitelisted: pkg=com.google.android.apps.nexuslauncher, sha1=7b479085a9cfa6897cfbf4ea847b825f33b28104, atk=false, ver=12662009.false 10-01 23:23:36.436 2969 3060 D GoogleCertificatesRslt: not whitelisted: pkg=com.google.android.apps.nexuslauncher, sha1=7b479085a9cfa6897cfbf4ea847b825f33b28104, atk=false, ver=12662009.false 10-01 23:23:36.440 3510 3510 I Finsky : [2] com.google.android.finsky.verifier.impl.dq.b(106): Setup app restrictions monitor 10-01 23:23:36.443 3510 3510 I Finsky : [2] com.google.android.finsky.verifier.impl.ey.a(16): Device wide unknown source restriction is changed. 10-01 23:23:36.453 3510 3510 I Finsky : [2] com.google.android.finsky.db.c.onTrimMemory(4): Memory trim requested to level 5 10-01 23:23:36.456 2969 3060 D GoogleCertificatesRslt: not whitelisted: pkg=com.google.android.apps.nexuslauncher, sha1=7b479085a9cfa6897cfbf4ea847b825f33b28104, atk=false, ver=12662009.false 10-01 23:23:36.464 1469 3454 D ActivityManager: Raise procstate to external provider: ProcessRecord{b08bd2d 3663:com.android.providers.calendar/u0a7} 10-01 23:23:36.465 1469 1510 D ActivityManager: Raise procstate to external provider: ProcessRecord{b08bd2d 3663:com.android.providers.calendar/u0a7} 10-01 23:23:36.465 1469 3454 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY 10-01 23:23:36.465 1469 3454 W Binder : java.lang.Throwable 10-01 23:23:36.465 1469 3454 W Binder : at android.os.BinderProxy.transact(Binder.java:1114) 10-01 23:23:36.465 1469 3454 W Binder : at android.content.ContentProviderProxy.getType(ContentProviderNative.java:451) 10-01 23:23:36.465 1469 3454 W Binder : at com.android.server.am.ActivityManagerService.getProviderMimeType(ActivityManagerSer vice.java:12990) 10-01 23:23:36.465 1469 3454 W Binder : at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:1416) 10-01 23:23:36.465 1469 3454 W Binder : at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java :3288) 10-01 23:23:36.465 1469 3454 W Binder : at android.os.Binder.execTransact(Binder.java:731) 10-01 23:23:36.465 2985 3009 I chtype.swiftke: Waiting for a blocking GC ProfileSaver 10-01 23:23:36.466 3623 3623 W Primes : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. 10-01 23:23:36.476 2969 3060 D GoogleCertificatesRslt: not whitelisted: pkg=com.google.android.apps.nexuslauncher, sha1=7b479085a9cfa6897cfbf4ea847b825f33b28104, atk=false, ver=12662009.false 10-01 23:23:36.480 3510 3510 I Finsky : [2] com.google.android.finsky.installer.a.s.<init>(15): Not checking if recovering from paused session because experiment is off 10-01 23:23:36.484 3510 3510 I Finsky : [2] com.google.android.finsky.installer.a.aj.a(504): Installer kick - no action, not running yet 10-01 23:23:36.485 3510 3510 I Finsky : [2] com.google.android.finsky.installer.a.aj.a(504): Installer kick - no action, not running yet 10-01 23:23:36.487 2969 3046 D GoogleCertificatesRslt: not whitelisted: pkg=com.google.android.apps.nexuslauncher, sha1=7b479085a9cfa6897cfbf4ea847b825f33b28104, atk=false, ver=12662009.false 10-01 23:23:36.533 1469 1584 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY 10-01 23:23:36.533 1469 1584 W Binder : java.lang.Throwable 10-01 23:23:36.533 1469 1584 W Binder : at android.os.BinderProxy.transact(Binder.java:1114) 10-01 23:23:36.533 1469 1584 W Binder : at com.android.internal.location.ILocationProvider$Stub$Proxy.getProperties(ILocationP rovider.java:236) 10-01 23:23:36.533 1469 1584 W Binder : at com.android.server.location.LocationProviderProxy$1$1.run(LocationProviderProxy.jav a:117) 10-01 23:23:36.533 1469 1584 W Binder : at com.android.server.ServiceWatcher.runOnBinder(ServiceWatcher.java:425) 10-01 23:23:36.533 1469 1584 W Binder : at com.android.server.location.LocationProviderProxy$1.run(LocationProviderProxy.java: 111) 10-01 23:23:36.533 1469 1584 W Binder : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:36.533 1469 1584 W Binder : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:36.533 1469 1584 W Binder : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:36.533 1469 1584 W Binder : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:36.543 3510 3737 I Finsky : [70] com.google.android.finsky.library.a.f.j(52): Loaded library for account: [1SliTPT_gXjXnFEGootMsb4FEaI] 10-01 23:23:36.548 1469 1584 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY 10-01 23:23:36.548 1469 1584 W Binder : java.lang.Throwable 10-01 23:23:36.548 1469 1584 W Binder : at android.os.BinderProxy.transact(Binder.java:1114) 10-01 23:23:36.548 1469 1584 W Binder : at com.android.internal.location.ILocationProvider$Stub$Proxy.getProperties(ILocationP rovider.java:236) 10-01 23:23:36.548 1469 1584 W Binder : at com.android.server.location.LocationProviderProxy$1$1.run(LocationProviderProxy.jav a:117) 10-01 23:23:36.548 1469 1584 W Binder : at com.android.server.ServiceWatcher.runOnBinder(ServiceWatcher.java:425) 10-01 23:23:36.548 1469 1584 W Binder : at com.android.server.location.LocationProviderProxy$1.run(LocationProviderProxy.java: 111) 10-01 23:23:36.548 1469 1584 W Binder : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:36.548 1469 1584 W Binder : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:36.548 1469 1584 W Binder : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:36.548 1469 1584 W Binder : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:36.574 1469 1588 I ActivityManager: Start proc 3758:com.android.traceur/u0a71 for broadcast com.android.traceur/.Receiver 10-01 23:23:36.577 3758 3758 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:36.596 3758 3758 E android.traceu: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:36.622 3510 3737 I Finsky : [70] com.google.android.finsky.library.a.f.j(76): Finished loading 2 libraries. 10-01 23:23:36.635 1469 1604 I ActivityManager: Displayed com.google.android.apps.nexuslauncher/.NexusLauncherActivity: +1s544ms (total +11s657ms) 10-01 23:23:36.638 3510 3510 I Finsky : [2] com.google.android.finsky.splitinstallservice.dh.a(10): Connecting InstallListener to SplitInstallService broadcaster... 10-01 23:23:36.670 2969 2969 D OpenGLRenderer: Skia GL Pipeline 10-01 23:23:36.703 1469 3454 D ContextHubService: Added callback, total callbacks 1 10-01 23:23:36.712 3623 3623 W ChreGmsCore: Unable to construct RealContextHub. 10-01 23:23:36.712 3623 3623 W ChreGmsCore: java.lang.IllegalStateException: No ContextHubs were found in the platform. 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at blru.<init>(:com.google.android.gms@[email protected] (100400-213742215):9) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at blru.b(:com.google.android.gms@[email protected] (100400-213742215):13) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at blru.a(:com.google.android.gms@[email protected] (100400-213742215):2) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at blrd.a(:com.google.android.gms@[email protected] (100400-213742215):3) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at com.google.android.location.internal.server.GoogleLocationChimeraService.onCreate(: com.google.android.gms@[email protected] (100400-213742215):12) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at dmt.onCreate(:com.google.android.gms@[email protected] (100400-213742215):1) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at ofx.onCreate(:com.google.android.gms@[email protected] (100400-213742215):4) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at android.app.ActivityThread.handleCreateService(ActivityThread.java:3532) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at android.app.ActivityThread.access$1300(ActivityThread.java:199) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1666) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:36.712 3623 3623 W ChreGmsCore: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:36.718 560 560 D SurfaceFlinger: duplicate layer name: changing com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLa uncherActivity to com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLa uncherActivity#1 10-01 23:23:36.724 2969 3777 I Adreno : QUALCOMM build : 2371bd1, I8ebe47d372 10-01 23:23:36.724 2969 3777 I Adreno : Build Date : 03/12/18 10-01 23:23:36.724 2969 3777 I Adreno : OpenGL ES Shader Compiler Version: EV031.22.00.01 10-01 23:23:36.724 2969 3777 I Adreno : Local Branch : 10-01 23:23:36.724 2969 3777 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.0.r36-rel 10-01 23:23:36.724 2969 3777 I Adreno : Remote Branch : NONE 10-01 23:23:36.724 2969 3777 I Adreno : Reconstruct Branch : NOTHING 10-01 23:23:36.740 2969 3777 I Adreno : PFP: 0x005ff087, ME: 0x005ff063 10-01 23:23:36.750 2969 3777 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 10-01 23:23:36.750 2969 3777 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 10-01 23:23:36.751 2969 3777 I OpenGLRenderer: Initialized EGL, version 1.4 10-01 23:23:36.752 2969 3777 D OpenGLRenderer: Swap behavior 2 10-01 23:23:36.818 2969 2969 W SessionLifecycleManager: Handover failed. Creating new session controller. 10-01 23:23:36.819 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.bp.<init>(19): Resetting scheduler db 10-01 23:23:36.821 3510 3510 I Finsky : [2] com.google.android.finsky.passivestate.impl.b.a(21): passiveState: onBoot 10-01 23:23:36.825 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.ae.a(29): Scheduling fallback job with id: 9034, and delay: 43200000 ms 10-01 23:23:36.829 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.ae.a(39): Scheduling fallback in 64799998 (absolute: 64831796) 10-01 23:23:36.854 3623 3623 W native : commandlineflags.cc:949 Ignoring RegisterValidateFunction() for flag pointer 0x770be44e68: no flag found at that address 10-01 23:23:36.904 3510 3510 I Finsky : [2] com.google.android.finsky.deviceconfig.ab.a(8): Scheduling UploadDynamicConfig. 10-01 23:23:36.912 2969 3060 E NotificationStore: Error reading notifications from disk 10-01 23:23:36.934 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:36.934 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:36.939 2969 3060 I EngineIdGenerator: Refusing EXCLUSIVE task NOW_UPDATE_GCM_REGISTRATION, it is already pending. Try again in 7498 seconds. 10-01 23:23:36.942 1469 1588 I ActivityManager: Start proc 3801:com.google.android.apps.maps/u0a106 for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.navigation.service.detecti on.StartDetectionReceiver 10-01 23:23:36.948 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(18): Scheduling immediate wakeup job with id: 9000 10-01 23:23:36.949 3801 3801 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:36.952 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.bp.a(66): Jobs in database: 1-1337 21-333333333
10-01 23:23:36.955 3510 3510 I Finsky : [2]
com.google.android.finsky.scheduler.l.a(68): ConstraintMapping: 1-1337, 21- 333333333, -> L: 0ms, D: 51824553ms, C: false, I: false, N: 1 10-01 23:23:36.961 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(98): Cancelling existing job with id: 9000 10-01 23:23:36.968 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(47): Scheduling job Id: 9001, L: 0, D: 51824553, C: false, I: false, N: 1 10-01 23:23:36.975 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobServi ce.onStartJob(7): onJobSchedulerWakeup with jobId 9001 10-01 23:23:36.977 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.ae.a(29): Scheduling fallback job with id: 9034, and delay: 43200000 ms 10-01 23:23:36.980 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.ae.a(39): Scheduling fallback in 64799998 (absolute: 64831948) 10-01 23:23:36.993 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.bp.a(66): Jobs in database: 1-1337 21-333333333
10-01 23:23:36.994 3510 3510 I Finsky : [2]
com.google.android.finsky.scheduler.ci.run(10): JobExecutor already running, not rescheduling 10-01 23:23:36.984 2870 2870 I RenderThread: type=1400 audit(0.0:1196): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=945 scontext=u:r:untrusted_app:s0:c199,c256,c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:36.995 2969 3046 I cr_CronetLibraryLoader: Cronet version: 70.0.3538.15, arch: aarch64 10-01 23:23:36.984 2870 2870 I RenderThread: type=1400 audit(0.0:1197): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 scontext=u:r:untrusted_app:s0:c199,c256,c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:37.001 3801 3801 E droid.apps.map: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:37.009 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.am.handleMessage(16): DeviceState: DeviceState{currentTime=1538429016994, isCharging=true, isIdle=false, netAny=true, netNotRoaming=true, netUnmetered=true} 10-01 23:23:37.014 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.bp.a(66): Jobs in database: 1-1337 21-333333333
10-01 23:23:37.016 3510 3510 I Finsky : [2]
com.google.android.finsky.scheduler.ah.a(59): Running job: 1-1337 10-01 23:23:37.029 3510 3510 I Finsky : [2] com.google.android.finsky.hygiene.impl.p.a(49): Beginning daily hygiene, foreground = false, reason = 6 10-01 23:23:37.034 560 560 I surfaceflinger: type=1400 audit(0.0:1198): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=94a scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:37.088 3510 3510 I Finsky : [2] com.google.android.finsky.cf.a.b(56): Probe [xrm7tR3eV3HzAnl86j7UA_V7edY] for hygiene pass 10-01 23:23:37.100 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.ah.a(100): RunningQueue size: 1, PendingQueue size: 0 10-01 23:23:37.101 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.ah.a(109): Running queue: 1-1337 10-01 23:23:37.123 2969 2969 I BgTaskExecutorImpl: Starting EXCLUSIVE background task WEAR_STATUS_SYNCER_UPDATE_OPT_IN_STATUS_IF_CHANGED. 10-01 23:23:37.136 2969 3660 I EventLogSendingHelper: Sending log events. 10-01 23:23:37.141 2870 3756 D reflection: recency_event_predictor 10-01 23:23:37.141 2870 3756 D reflection: Rule_Based_Predictor 10-01 23:23:37.185 2870 2898 I s.nexuslaunche: Background concurrent copying GC freed 7420(301KB) AllocSpace objects, 16(17MB) LOS objects, 57% free, 8MB/20MB, paused 673us total 141.411ms 10-01 23:23:37.253 2969 2969 I StreamController: registerScope: nowcards-7ddf- db49 10-01 23:23:37.306 2870 2870 W System : ClassLoader referenced unknown path: 10-01 23:23:37.368 2969 2969 W TemplatedStringEvaluato: Got templated string with no display string 10-01 23:23:37.381 3623 3623 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 10-01 23:23:37.383 2969 3669 W ComponentDiscovery: Application info not found. 10-01 23:23:37.383 2969 3669 W ComponentDiscovery: Could not retrieve metadata, returning empty list of registrars. 10-01 23:23:37.386 2870 2891 I s.nexuslaunche: Compiler allocated 4MB to compile void android.widget.TextView.<init>(android.content.Context, android.util.AttributeSet, int, int) 10-01 23:23:37.386 2969 2969 I StreamRenderer: maybeRegisterNowCardsScope(nowcards-7ddf-db49, com.google.android.sidekick.shared.remoteapi.CardRenderingContext@4477640) 10-01 23:23:37.417 2969 3669 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization. 10-01 23:23:37.424 1469 1588 I ActivityManager: Start proc 3852:com.google.android.gms/u0a13 for service com.google.android.gms/.chimera.GmsIntentOperationService 10-01 23:23:37.426 3852 3852 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:37.429 3623 3753 W GCoreFlp: No location to return for getLastLocation() 10-01 23:23:37.446 2969 3669 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization. 10-01 23:23:37.447 3852 3852 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:37.460 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:37.462 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:37.466 2969 3848 I FA : App measurement is starting up, version: 12662 10-01 23:23:37.466 2969 3848 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-01 23:23:37.466 2969 3848 I FA : To enable faster debug mode event logging run: 10-01 23:23:37.466 2969 3848 I FA : adb shell setprop debug.firebase.analytics.app com.google.android.googlequicksearchbox 10-01 23:23:37.472 3623 3623 V NFC : this device does not have NFC support 10-01 23:23:37.513 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:3 lineCount:3 10-01 23:23:37.513 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-01 23:23:37.515 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:3 lineCount:3 10-01 23:23:37.516 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-01 23:23:37.518 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:3 lineCount:3 10-01 23:23:37.519 3623 3623 I Coffee-OnbodyLure: start lure 10-01 23:23:37.519 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-01 23:23:37.521 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:3 lineCount:3 10-01 23:23:37.522 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-01 23:23:37.550 3623 3623 I TrustAgent: [PlaceTrustletChimeraService] Trusted Places isSupported: true 10-01 23:23:37.561 2870 3756 D reflection: shortcut_neural_predictor 10-01 23:23:37.563 2969 3848 I FA : Tag Manager is not found and thus will not be used 10-01 23:23:37.565 3623 3623 I TrustAgent: [VoiceUnlockTrustletChimeraService] #isSupported true 10-01 23:23:37.576 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:3 lineCount:3 10-01 23:23:37.577 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-01 23:23:37.579 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:3 lineCount:3 10-01 23:23:37.580 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-01 23:23:37.582 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:3 lineCount:3 10-01 23:23:37.582 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-01 23:23:37.585 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:3 lineCount:3 10-01 23:23:37.585 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-01 23:23:37.592 3852 3852 I gle.android.gm: The ClassLoaderContext is a special shared library. 10-01 23:23:37.630 3852 3852 W GmsApplication: Failed to invoke the SupplierSetterRegistry. 10-01 23:23:37.658 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:3 lineCount:3 10-01 23:23:37.658 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 10-01 23:23:37.659 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:3 lineCount:3 10-01 23:23:37.660 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 10-01 23:23:37.688 3623 3623 E BaseAppContext: Tried to stop global GMSCore RequestQueue. This is likely unintended, so ignoring. 10-01 23:23:37.692 2870 3756 D reflection: neural_predictor 10-01 23:23:37.693 2870 3756 D reflection: recency_event_predictor 10-01 23:23:37.693 2870 3756 D reflection: Rule_Based_Predictor 10-01 23:23:37.701 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:3 lineCount:3 10-01 23:23:37.702 2969 2980 I earchbox:searc: Background concurrent copying GC freed 152300(8MB) AllocSpace objects, 21(548KB) LOS objects, 63% free, 6MB/18MB, paused 5.496ms total 312.648ms 10-01 23:23:37.706 2969 2969 W StaticLayout: maxLineHeight should not be -1. maxLines:3 lineCount:3 10-01 23:23:37.723 3623 3623 I GeofencerStateMachine: sendWifiConnectivityChanged: connectivity=true 10-01 23:23:37.727 3623 3831 I GeofencerStateMachine: Network location disabled. 10-01 23:23:37.742 3852 3852 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 287 native methods... 10-01 23:23:37.758 3852 3852 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 10-01 23:23:37.760 3852 3852 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 10-01 23:23:37.776 3623 3623 I Wear_Controller: Wear requires a companion app to be installed. 10-01 23:23:37.776 3623 3623 I WearableService: onCreate: Wearable Services not starting. Wear is not available on this device. 10-01 23:23:37.797 2870 3756 D reflection: shortcut_neural_predictor 10-01 23:23:37.797 2969 3905 I WebViewFactory: Loading com.android.webview version 66.0.3359.158 (code 336015855) 10-01 23:23:37.853 3623 3623 I TrustAgent: [TrustletManager] registerTrustlet: Bluetooth 10-01 23:23:37.854 3623 3623 I TrustAgent: [TrustletManager] registerTrustlet: Connectionless-BLE 10-01 23:23:37.855 3623 3623 I TrustAgent: [TrustletManager] registerTrustlet: NFC 10-01 23:23:37.855 3623 3623 I TrustAgent: [TrustletManager] registerTrustlet: PhonePosition 10-01 23:23:37.859 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:37.859 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:37.873 3623 3623 I TrustAgent: [PlaceTrustletChimeraService] Trusted Places isSupported: true 10-01 23:23:37.874 3623 3623 I TrustAgent: [PlaceTrustletChimeraService] Trusted Places isSupported: true 10-01 23:23:37.879 3852 3852 W Primes : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. 10-01 23:23:37.884 3801 3884 W droid.apps.map: Unsupported class loader 10-01 23:23:37.886 3623 3623 I TrustAgent: [TrustletManager] registerTrustlet: Place 10-01 23:23:37.888 3623 3623 I TrustAgent: [VoiceUnlockTrustletChimeraService] #isSupported true 10-01 23:23:37.890 3623 3623 I TrustAgent: [VoiceUnlockTrustletChimeraService] #isSupported true 10-01 23:23:37.891 3623 3623 I TrustAgent: [VoiceUnlockTrustletChimeraService] VoiceUnlockTrustlerChimeraService initializeTrustlet() 10-01 23:23:37.892 3623 3623 I TrustAgent: [VoiceUnlockTrustletChimeraService] validateCanUnlock false 10-01 23:23:37.892 3623 3623 I TrustAgent: [TrustletManager] registerTrustlet: Voiceunlock 10-01 23:23:37.896 2870 3756 D reflection: neural_predictor 10-01 23:23:37.910 3623 3623 I TrustAgent: [TrustletManager] registerTrustlet: Face 10-01 23:23:37.913 3623 3733 W WearableService: onGetService: Wear is not available on this device. 10-01 23:23:37.924 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:37.924 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: Error while sending opt-in status or deleting now cards. 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: com.google.android.apps.gsa.shared.m.c: Failed to connect: 16 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.apps.gsa.shared.m.a.c(SourceFile:41) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.apps.gsa.staticplugins.z.c.bsi(SourceFile:12) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.apps.gsa.clockwork.b.perform(Unknown Source:2) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.apps.gsa.staticplugins.s.b.a.a(SourceFile:2) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.apps.gsa.staticplugins.s.b.d.call(Unknown Source:2) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.libraries.gsa.runner.a.a.c(SourceFile:16) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.libraries.gsa.runner.a.e.bhd(Unknown Source:4) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.apps.gsa.shared.logger.e.a.a.a.a(SourceFile:46) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.apps.gsa.shared.logger.e.a.a.g.bhd(Unknown Source:4) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.common.util.concurrent.cs.eOW(SourceFile:9) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.common.util.concurrent.bp.run(SourceFile:5) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.common.util.concurrent.cr.run(SourceFile:9) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.apps.gsa.shared.util.concurrent.b.g.run(Unknown Source:4) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.apps.gsa.shared.util.concurrent.b.bk.run(SourceFile:3) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.apps.gsa.shared.util.concurrent.b.bk.run(SourceFile:3) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:37.927 2969 3812 W WearStatusSyncerImpl: at com.google.android.apps.gsa.shared.util.concurrent.b.m.run(SourceFile:6) 10-01 23:23:37.932 3801 3884 W droid.apps.map: Skipping duplicate class check due to unsupported classloader 10-01 23:23:37.956 3923 3923 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:37.966 1469 1588 I ActivityManager: Start proc 3923:com.android.bluetooth/1002 for service com.android.bluetooth/.btservice.AdapterService 10-01 23:23:37.995 3923 3923 E droid.bluetoot: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:38.004 2969 3905 I cr_LibraryLoader: Time to load native libraries: 6 ms (timestamps 2968-2974) 10-01 23:23:38.025 3852 3934 W MDM : [221] admr.c: enableNfc 10-01 23:23:38.036 3852 3934 W MDM : [221] admr.c: EnableNfc flag is true 10-01 23:23:38.036 3852 3934 V NFC : this device does not have NFC support 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: getInstantApps failed. Launcher may not be the default home app. 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: java.lang.SecurityException: getEphemeralApplications: Neither user 10199 nor current process has android.permission.ACCESS_INSTANT_APPS. 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at android.os.Parcel.createException(Parcel.java:1942) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at android.content.pm.IPackageManager$Stub$Proxy.getInstantApps(IPackageManager.java:6 459) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at android.app.ApplicationPackageManager.getInstantApps(ApplicationPackageManager.java :836) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at com.android.quickstep.InstantAppResolverImpl.getInstantApps(SourceFile:63) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.reflection.b.b.ej(SourceFile:91) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.reflection.b.b.a(SourceFile:77) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.reflection.n.b(SourceFile:226) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.reflection.j.handleMessage(SourceFile:158) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at android.os.Handler.dispatchMessage(Handler.java:102) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: Caused by: android.os.RemoteException: Remote stack trace: 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at android.app.ContextImpl.enforce(ContextImpl.java:1812) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at android.app.ContextImpl.enforceCallingOrSelfPermission(ContextImpl.java:1840) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at com.android.server.pm.PackageManagerService.getInstantApps(PackageManagerService.ja va:8126) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:2463) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:3 896) 10-01 23:23:38.043 2870 3756 W InstantAppResolverImpl: 10-01 23:23:38.044 2969 3905 I chromium: [INFO:library_loader_hooks.cc(36)] Chromium logging enabled: level = 0, default verbosity = 0 10-01 23:23:38.044 2969 3905 I cr_LibraryLoader: Expected native library version number "66.0.3359.158", actual native library version number "66.0.3359.158" 10-01 23:23:38.066 3801 3884 W droid.apps.map: Unsupported class loader 10-01 23:23:38.069 3801 3884 W droid.apps.map: Skipping duplicate class check due to unsupported classloader 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: getInstantApps failed. Launcher may not be the default home app. 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: java.lang.SecurityException: getEphemeralApplications: Neither user 10199 nor current process has android.permission.ACCESS_INSTANT_APPS. 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: at android.os.Parcel.createException(Parcel.java:1942) 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: at android.content.pm.IPackageManager$Stub$Proxy.getInstantApps(IPackageManager.java:6 459) 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: at android.app.ApplicationPackageManager.getInstantApps(ApplicationPackageManager.java :836) 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: at com.android.quickstep.InstantAppResolverImpl.getInstantApps(SourceFile:63) 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.d.b.i(SourceFile:119) 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.reflection.n.b(SourceFile:226) 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.reflection.j.handleMessage(SourceFile:158) 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: at android.os.Handler.dispatchMessage(Handler.java:102) 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:38.072 2870 3756 W InstantAppResolverImpl: at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:38.079 2870 3643 D ProtoStore: deleting smartspace_current 10-01 23:23:38.129 2870 3643 D ProtoStore: no cached data 10-01 23:23:38.132 3801 3949 W droid.apps.map: Class com.google.android.apps.gmm.tutorial.c failed lock verification and will run slower. 10-01 23:23:38.132 3801 3949 W droid.apps.map: Common causes for lock verification issues are non-optimized dex code 10-01 23:23:38.132 3801 3949 W droid.apps.map: and incorrect proguard optimizations. 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: getInstantApps failed. Launcher may not be the default home app. 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: java.lang.SecurityException: getEphemeralApplications: Neither user 10199 nor current process has android.permission.ACCESS_INSTANT_APPS. 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at android.os.Parcel.createException(Parcel.java:1942) 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at android.content.pm.IPackageManager$Stub$Proxy.getInstantApps(IPackageManager.java:6 459) 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at android.app.ApplicationPackageManager.getInstantApps(ApplicationPackageManager.java :836) 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at com.android.quickstep.InstantAppResolverImpl.getInstantApps(SourceFile:63) 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.reflection.b.b.ej(SourceFile:91) 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.reflection.b.b.a(SourceFile:77) 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.reflection.n.b(SourceFile:226) 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.reflection.j.handleMessage(SourceFile:158) 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at android.os.Handler.dispatchMessage(Handler.java:102) 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:38.146 2870 3756 W InstantAppResolverImpl: at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: getInstantApps failed. Launcher may not be the default home app. 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: java.lang.SecurityException: getEphemeralApplications: Neither user 10199 nor current process has android.permission.ACCESS_INSTANT_APPS. 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: at android.os.Parcel.createException(Parcel.java:1942) 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: at android.content.pm.IPackageManager$Stub$Proxy.getInstantApps(IPackageManager.java:6 459) 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: at android.app.ApplicationPackageManager.getInstantApps(ApplicationPackageManager.java :836) 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: at com.android.quickstep.InstantAppResolverImpl.getInstantApps(SourceFile:63) 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.d.b.i(SourceFile:119) 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.reflection.n.b(SourceFile:226) 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: at com.google.android.apps.nexuslauncher.reflection.j.handleMessage(SourceFile:158) 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: at android.os.Handler.dispatchMessage(Handler.java:102) 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:38.152 2870 3756 W InstantAppResolverImpl: at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:38.160 3923 3923 D BluetoothOppFileProvider: Initialized 10-01 23:23:38.180 3923 3923 V AdapterServiceConfig: Adding HeadsetService 10-01 23:23:38.181 3923 3923 V AdapterServiceConfig: Adding A2dpService 10-01 23:23:38.181 3923 3923 V AdapterServiceConfig: Adding HidHostService 10-01 23:23:38.181 3923 3923 V AdapterServiceConfig: Adding HealthService 10-01 23:23:38.181 3923 3923 V AdapterServiceConfig: Adding PanService 10-01 23:23:38.181 3923 3923 V AdapterServiceConfig: Adding GattService 10-01 23:23:38.181 3923 3923 V AdapterServiceConfig: Adding BluetoothMapService 10-01 23:23:38.181 3923 3923 V AdapterServiceConfig: Adding HeadsetClientService 10-01 23:23:38.181 3923 3923 V AdapterServiceConfig: Adding AvrcpTargetService 10-01 23:23:38.181 3923 3923 V AdapterServiceConfig: Adding HidDeviceService 10-01 23:23:38.181 3923 3923 V AdapterServiceConfig: Adding BluetoothOppService 10-01 23:23:38.181 3923 3923 V AdapterServiceConfig: Adding BluetoothPbapService 10-01 23:23:38.189 3623 3775 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 10-01 23:23:38.194 3923 3923 I : [1001/232338.194139:INFO:com_android_bluetooth_btservice_AdapterService.cpp(630)] hal_util_load_bt_library loaded HAL: btinterface=0x77178a5f60, handle=0xdafc485b45ed823f 10-01 23:23:38.195 3923 3923 D BluetoothAdapterService: onCreate() 10-01 23:23:38.206 3923 3923 D AdapterState: make() - Creating AdapterState 10-01 23:23:38.208 3923 3923 I bt_btif : init 10-01 23:23:38.208 3923 3923 D bt_osi_allocation_tracker: canary initialized 10-01 23:23:38.209 3923 3964 I AdapterState: OFF : entered 10-01 23:23:38.210 3923 3964 D AdapterProperties: Setting state to OFF 10-01 23:23:38.212 3923 3965 I bt_osi_thread: run_thread: thread id 3965, thread name stack_manager started 10-01 23:23:38.212 3923 3965 I bt_stack_manager: event_init_stack is initializing the stack 10-01 23:23:38.214 3923 3968 I bt_osi_thread: run_thread: thread id 3968, thread name alarm_default_ca started 10-01 23:23:38.214 3923 3969 I bt_osi_thread: run_thread: thread id 3969, thread name alarm_dispatcher started 10-01 23:23:38.215 3923 3965 I bt_btif_core: btif_init_bluetooth entered 10-01 23:23:38.215 3923 3965 I bt_stack_config: init attempt to load stack conf from /etc/bluetooth/bt_stack.conf 10-01 23:23:38.216 3923 3970 I bt_osi_thread: run_thread: thread id 3970, thread name bt_jni_workqueue started 10-01 23:23:38.216 3923 3965 I bt_btif_core: btif_init_bluetooth finished 10-01 23:23:38.216 3923 3965 I bt_stack_manager: event_init_stack finished 10-01 23:23:38.216 3923 3923 I bt_osi_wakelock: wakelock_set_os_callouts set to non-native 10-01 23:23:38.216 3923 3970 I bt_btif_core: run_message_loop entered 10-01 23:23:38.216 3923 3923 I bt_btif : get_profile_interface: id = socket 10-01 23:23:38.216 3923 3923 W bt_btif : do_in_jni_thread: Dropped message, message_loop not initialized yet! 10-01 23:23:38.216 3923 3923 I chatty : uid=1002(bluetooth) com.android.bluetooth identical 1 line 10-01 23:23:38.216 3923 3923 W bt_btif : do_in_jni_thread: Dropped message, message_loop not initialized yet! 10-01 23:23:38.217 3923 3923 I bt_btif : get_profile_interface: id = sdp 10-01 23:23:38.219 2969 3827 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 10-01 23:23:38.220 3923 3923 I BluetoothAdapterService: Phone policy enabled 10-01 23:23:38.227 3923 3923 D BluetoothActiveDeviceManager: start() 10-01 23:23:38.244 3923 3923 D BluetoothAdapterService: setAdapterService() - trying to set service to com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.244 3923 3971 D BluetoothActiveDeviceManager: onAudioDevicesAdded 10-01 23:23:38.244 3923 3971 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 1 10-01 23:23:38.244 3923 3971 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 2 10-01 23:23:38.244 3923 3971 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 18 10-01 23:23:38.244 3923 3971 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 15 10-01 23:23:38.244 3923 3971 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 15 10-01 23:23:38.244 3923 3971 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 16 10-01 23:23:38.244 3923 3971 D BluetoothActiveDeviceManager: Audio device added: Redmi Note 4 type: 18 10-01 23:23:38.251 3852 3976 I CastDatabase: Opening the database 10-01 23:23:38.251 3923 3923 D BluetoothAdapterService: onBind() 10-01 23:23:38.252 1469 1469 D BluetoothManagerService: BluetoothServiceConnection: com.android.bluetooth.btservice.AdapterService 10-01 23:23:38.252 1469 1603 D BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 1 10-01 23:23:38.253 1469 1603 D BluetoothManagerService: Broadcasting onBluetoothServiceUp() to 7 receivers. 10-01 23:23:38.258 3923 3942 D BluetoothAdapterService: enable() - Enable called with quiet mode status = false 10-01 23:23:38.260 3923 3964 I AdapterState: BLE_TURNING_ON : entered 10-01 23:23:38.260 3923 3964 D AdapterProperties: Setting state to BLE_TURNING_ON 10-01 23:23:38.261 3923 3964 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_TURNING_ON to 1 receivers. 10-01 23:23:38.261 3923 3964 D BluetoothAdapterService: bleOnProcessStart() 10-01 23:23:38.261 1469 1603 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: OFF > BLE_TURNING_ON 10-01 23:23:38.261 1469 1603 D BluetoothManagerService: Sending BLE State Change: OFF > BLE_TURNING_ON 10-01 23:23:38.261 3923 3964 I AdapterProperties: init(), maxConnectedAudioDevices, default=5, propertyOverlayed=5, finalValue=5 10-01 23:23:38.270 3923 3964 D BluetoothAdapterService: bleOnProcessStart() - Make Bond State Machine 10-01 23:23:38.271 3923 3964 D BluetoothBondStateMachine: make 10-01 23:23:38.278 3923 3981 I BluetoothBondStateMachine: StableState(): Entering Off State 10-01 23:23:38.282 3852 3957 I FA-SVC : App measurement is starting up, version: 14366 10-01 23:23:38.274 541 541 I HwBinder:541_1: type=1400 audit(0.0:1206): avc: denied { write } for scontext=u:r:hal_sensors_default:s0 tcontext=u:r:hal_sensors_default:s0 tclass=socket permissive=1 10-01 23:23:38.274 555 555 I sensors.qcom: type=1400 audit(0.0:1207): avc: denied { read } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=socket permissive=1 10-01 23:23:38.274 555 555 I sensors.qcom: type=1400 audit(0.0:1208): avc: denied { write } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=socket permissive=1 10-01 23:23:38.283 3923 3923 I BtGatt.JNI: classInitNative(L875): classInitNative: Success! 10-01 23:23:38.283 3923 3923 D BtGatt.DebugUtils: handleDebugAction() action=null 10-01 23:23:38.284 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.285 3923 3923 I bt_btif : get_profile_interface: id = gatt 10-01 23:23:38.285 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.293 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.295 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:38.295 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:38.295 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:38.295 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:38.295 3923 3923 I bt_btif : enable: start restricted = 0 10-01 23:23:38.296 3923 3965 I bt_stack_manager: event_start_up_stack is bringing up the stack 10-01 23:23:38.296 3923 3965 I bt_core_module: module_start_up Starting module "btif_config_module" 10-01 23:23:38.296 3923 3965 I bt_core_module: module_start_up Started module "btif_config_module" 10-01 23:23:38.296 3923 3965 I bt_core_module: module_start_up Starting module "btsnoop_module" 10-01 23:23:38.296 3923 3965 I bt_core_module: module_start_up Started module "btsnoop_module" 10-01 23:23:38.296 3923 3965 I bt_core_module: module_start_up Starting module "hci_module" 10-01 23:23:38.296 3923 3965 I bt_hci : hci_module_start_up 10-01 23:23:38.297 3923 3986 I bt_osi_thread: run_thread: thread id 3986, thread name hci_thread started 10-01 23:23:38.297 3923 3965 D bt_hci : hci_module_start_up starting async portion 10-01 23:23:38.297 3923 3986 I bt_hci : hci_initialize 10-01 23:23:38.300 3923 3986 I bt_hci : hci_initialize: IBluetoothHci::getService() returned 0x772a61cb20 (remote) 10-01 23:23:38.300 528 2245 I [email protected]: BluetoothHci::initialize() 10-01 23:23:38.301 528 2245 I bt_vendor: ++init 10-01 23:23:38.301 528 2245 I bt_vendor: bt-vendor : get_bt_soc_type 10-01 23:23:38.301 528 2245 I bt_vendor: qcom.bluetooth.soc set to smd 10-01 23:23:38.301 528 2245 I bt_vendor: qcom.bluetooth.soc not set, so using default. 10-01 23:23:38.301 528 2245 I bt_vendor: BD Address: 00:00:00:00:00:00 10-01 23:23:38.302 528 2245 D [email protected]: Open vendor library loaded 10-01 23:23:38.302 528 2245 I bt_vendor: bt-vendor : BT_VND_OP_POWER_CTRL: On 10-01 23:23:38.302 528 2245 I bt_vendor: bluetooth status is on 10-01 23:23:38.302 528 2245 I bt_vendor: bt-vendor : resetting BT status 10-01 23:23:38.302 528 2245 W bt_vendor: Hw_config: nState = 0 10-01 23:23:38.302 528 2245 W bt_vendor: Hw_config: nState = 1 10-01 23:23:38.302 528 2245 I bt_vendor: bluetooth status is on 10-01 23:23:38.302 528 2245 I bt_vendor: bt-vendor : BT_VND_OP_USERIAL_OPEN 10-01 23:23:38.294 528 528 I HwBinder:528_1: type=1400 audit(0.0:1209): avc: denied { read write } for name="smd3" dev="tmpfs" ino=5688 scontext=u:r:hal_bluetooth_default:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:38.294 528 528 I HwBinder:528_1: type=1400 audit(0.0:1210): avc: denied { open } for path="/dev/smd3" dev="tmpfs" ino=5688 scontext=u:r:hal_bluetooth_default:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:38.303 528 2245 I bt_vendor: Done intiailizing UART 10-01 23:23:38.305 528 2245 I bt_vendor: Done intiailizing UART 10-01 23:23:38.305 528 2245 I bt_vendor: Bluetooth FW and transport layer are initialized 10-01 23:23:38.305 528 2245 D [email protected]: OnFirmwareConfigured result: 0 10-01 23:23:38.305 528 2245 I [email protected]: Firmware configured in 0.000s 10-01 23:23:38.305 528 2245 I [email protected]: OnFirmwareConfigured: lpm_timeout_ms 1000 10-01 23:23:38.305 528 2245 I bt_vendor: __op: property_get: persist.service.bdroid.lpmcfg: all 10-01 23:23:38.305 528 2245 D [email protected]: low_power_mode_cb result: 0 10-01 23:23:38.305 528 2245 D [email protected]: OnFirmwareConfigured Calling StartLowPowerWatchdog() 10-01 23:23:38.306 3923 3986 I bt_hci : event_finish_startup 10-01 23:23:38.306 3923 3965 I bt_core_module: module_start_up Started module "hci_module" 10-01 23:23:38.306 3923 3990 I bt_osi_thread: run_thread: thread id 3990, thread name bt_workqueue started 10-01 23:23:38.307 3923 3990 I : [1001/232338.307024:INFO:btu_task.cc(107)] Bluetooth chip preload is complete 10-01 23:23:38.307 3923 3990 I : [1001/232338.307479:INFO:gatt_api.cc(948)] GATT_Register 81818181-8181-8181-8181- 818181818181 10-01 23:23:38.307 3923 3990 I : [1001/232338.307537:INFO:gatt_api.cc(968)] allocated gatt_if=1 10-01 23:23:38.307 3923 3990 I : [1001/232338.307574:INFO:gatt_api.cc(161)] GATTS_AddService 10-01 23:23:38.307 3923 3990 I : [1001/232338.307609:INFO:gatt_api.cc(265)] GATTS_AddService: service parsed correctly, now starting 10-01 23:23:38.307 3923 3990 I : [1001/232338.307749:INFO:gatt_api.cc(948)] GATT_Register 82828282-8282-8282-8282- 828282828282 10-01 23:23:38.307 3923 3990 I : [1001/232338.307780:INFO:gatt_api.cc(968)] allocated gatt_if=2 10-01 23:23:38.307 3923 3990 I : [1001/232338.307806:INFO:gatt_api.cc(161)] GATTS_AddService 10-01 23:23:38.307 3923 3990 I : [1001/232338.307830:INFO:gatt_api.cc(265)] GATTS_AddService: service parsed correctly, now starting 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_HCI : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_L2CAP : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_RFCOMM : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_AVDT : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_AVRC : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_A2D : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_BNEP : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_BTM : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_HID_HOST : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_PAN : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_SDP : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_SMP : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_HID_DEV : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_BTAPP : Level 2 10-01 23:23:38.308 3923 3990 I bt_bte : BTE_InitTraceLevels -- TRC_BTIF : Level 2 10-01 23:23:38.308 3923 3991 I bt_osi_thread: run_thread: thread id 3991, thread name btu message loop started 10-01 23:23:38.310 3923 3992 I bt_osi_thread: run_thread: thread id 3992, thread name module_wrapper started 10-01 23:23:38.310 3923 3992 I bt_core_module: module_start_up Starting module "controller_module" 10-01 23:23:38.315 3852 3976 I SQLiteCastStore: 0 CastNetworkInfo instances loaded, 0 CastDeviceInfo instances loaded, 0 paired guest mode devices loaded. 10-01 23:23:38.330 3852 3957 I FA-SVC : This instance being marked as an uploader 10-01 23:23:38.377 3801 3884 I cr_CronetLibraryLoader: Cronet version: 68.0.3440.70, arch: aarch64 10-01 23:23:38.394 2870 2945 W s.nexuslaunche: resources.arsc in APK '/data/app/com.alibaba.aliexpresshd-lPKeFmhGViquwlbxF7oJhw==/base.apk' is compressed. 10-01 23:23:38.431 3923 3992 I bt_core_module: module_start_up Started module "controller_module" 10-01 23:23:38.432 3923 3992 W bt_osi_thread: run_thread: thread id 3992, thread name module_wrapper exited 10-01 23:23:38.432 3923 3990 W bt_btm : btm_decode_ext_features_page: feature page 1 ignored 10-01 23:23:38.432 3923 3990 W bt_btm : btm_decode_ext_features_page: feature page 2 ignored 10-01 23:23:38.432 3923 3991 I bt_btm_sec: BTM_SecRegister p_cb_info- >p_le_callback == 0x0x77177735d0 10-01 23:23:38.432 3923 3991 I bt_btm_sec: BTM_SecRegister btm_cb.api.p_le_callback = 0x0x77177735d0 10-01 23:23:38.434 3923 3991 I bt_stack: [INFO:gatt_api.cc(948)] GATT_Register 69fb3074-8196-14c4-8a06-6ee71345cd9a 10-01 23:23:38.434 3923 3991 I bt_stack: [INFO:gatt_api.cc(968)] allocated gatt_if=3 10-01 23:23:38.442 3923 3991 I bt_stack: [INFO:ble_advertiser_hci_interface.cc(732)] VSC advertising will be in use 10-01 23:23:38.442 3923 3991 I bt_stack: [INFO:ble_advertiser_hci_interface.cc(259)] QuirkAdvertiserZeroHandle in use 10-01 23:23:38.443 3923 3970 D AdapterProperties: BT_PROPERTY_LOCAL_LE_FEATURES: update from BT controller mNumOfAdvertisementInstancesSupported = 10 mRpaOffloadSupported = true mNumOfOffloadedIrkSupported = 8 mNumOfOffloadedScanFilterSupported = 16 mOffloadedScanResultStorageBytes= 10240 mIsActivityAndEnergyReporting = true mVersSupported = 96 mTotNumOfTrackableAdv = 32 mIsExtendedScanSupported = true mIsDebugLogSupported = true mIsLe2MPhySupported = false mIsLeCodedPhySupported = false mIsLeExtendedAdvertisingSupported = false mIsLePeriodicAdvertisingSupported = false mLeMaximumAdvertisingDataLength = 31 10-01 23:23:38.444 3923 3970 E bt_btif_storage: btif_storage_get_adapter_property: Controller ready! 10-01 23:23:38.444 3923 3970 I bt_btif_storage: btif_storage_get_adapter_property service_mask:0x20000000 10-01 23:23:38.446 3923 3970 D AdapterProperties: Address is:C4:0B:CB:3E:91:54 10-01 23:23:38.447 1469 1469 D BluetoothManagerService: Bluetooth Adapter address changed to C4:0B:CB:3E:91:54 10-01 23:23:38.447 1469 1469 D BluetoothManagerService: Stored Bluetoothaddress: C4:0B:CB:3E:91:54 10-01 23:23:38.449 3923 3970 D AdapterProperties: Name is: Redmi Note 4 10-01 23:23:38.449 1469 1469 D BluetoothManagerService: Bluetooth Adapter name changed to Redmi Note 4 10-01 23:23:38.449 1469 1469 D BluetoothManagerService: Stored Bluetooth name: Redmi Note 4 10-01 23:23:38.450 3923 3970 D AdapterProperties: Scan Mode:20 10-01 23:23:38.450 3923 3970 D AdapterProperties: Discoverable Timeout:120 10-01 23:23:38.450 3923 3970 I bt_btif_core: btif_enable_bluetooth_evt entered: status 0 10-01 23:23:38.451 3923 4005 I bt_osi_thread: run_thread: thread id 4005, thread name btif_sock started 10-01 23:23:38.452 3923 3970 D bt_bte_conf: Device ID record 1 : primary 10-01 23:23:38.452 3923 3970 D bt_bte_conf: vendorId = 00e0 10-01 23:23:38.452 3923 3970 D bt_bte_conf: vendorIdSource = 0001 10-01 23:23:38.452 3923 3970 D bt_bte_conf: product = 1200 10-01 23:23:38.452 3923 3970 D bt_bte_conf: version = 1436 10-01 23:23:38.452 3923 3970 D bt_bte_conf: clientExecutableURL = 10-01 23:23:38.452 3923 3970 D bt_bte_conf: serviceDescription = 10-01 23:23:38.452 3923 3970 D bt_bte_conf: documentationURL = 10-01 23:23:38.452 3923 3970 D bt_bte_conf: bte_load_did_conf no section named DID2. 10-01 23:23:38.452 3923 3970 I bt_btif_core: btif_enable_bluetooth_evt finished 10-01 23:23:38.452 3923 3965 I bt_stack_manager: event_start_up_stack finished 10-01 23:23:38.454 3923 3964 I AdapterState: BLE_ON : entered 10-01 23:23:38.454 3923 3964 D AdapterProperties: Setting state to BLE_ON 10-01 23:23:38.454 3923 3964 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_ON to 1 receivers. 10-01 23:23:38.454 1469 1603 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_ON > BLE_ON 10-01 23:23:38.454 1469 1603 D BluetoothManagerService: Bluetooth is in LE only mode 10-01 23:23:38.454 1469 1603 D BluetoothManagerService: Binding Bluetooth GATT service 10-01 23:23:38.455 1469 1603 D BluetoothManagerService: Sending BLE State Change: BLE_TURNING_ON > BLE_ON 10-01 23:23:38.456 1469 1469 D BluetoothManagerService: BluetoothServiceConnection: com.android.bluetooth.gatt.GattService 10-01 23:23:38.456 1469 1603 D BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 2 10-01 23:23:38.456 1469 1603 D BluetoothManagerService: continueFromBleOnState() 10-01 23:23:38.457 3923 3964 I AdapterState: TURNING_ON : entered 10-01 23:23:38.457 1469 1603 D BluetoothManagerService: Persisting Bluetooth Setting: 1 10-01 23:23:38.457 3923 3964 D AdapterProperties: Setting state to TURNING_ON 10-01 23:23:38.457 3923 3964 D BluetoothAdapterService: updateAdapterState() - Broadcasting state TURNING_ON to 1 receivers. 10-01 23:23:38.457 3923 3964 D BluetoothAdapterService: startCoreServices() 10-01 23:23:38.458 1469 1603 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_ON > TURNING_ON 10-01 23:23:38.458 1469 1603 D BluetoothManagerService: Sending BLE State Change: BLE_ON > TURNING_ON 10-01 23:23:38.461 3923 3923 I HeadsetService: create() 10-01 23:23:38.464 2748 2748 I GsaVoiceInteractionSrv: O received Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 (has extras) } 10-01 23:23:38.472 1469 1469 D BluetoothHeadset: Proxy object connected 10-01 23:23:38.472 1469 1469 I chatty : uid=1000 system_server identical 1 line 10-01 23:23:38.472 1469 1469 D BluetoothHeadset: Proxy object connected 10-01 23:23:38.472 2142 2367 D BluetoothHeadset: Proxy object connected 10-01 23:23:38.473 1469 1469 I AudioService: setBtScoActiveDevice: null -> null 10-01 23:23:38.474 1469 1469 I Telecom : : - Got BluetoothHeadset: com.android.server.telecom.BluetoothHeadsetProxy@f23ce7e: BMSL.oSC@AEw 10-01 23:23:38.475 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.480 3923 3923 I HeadsetService: start() 10-01 23:23:38.480 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.483 3923 4010 I HeadsetPhoneState: stopListenForPhoneState(), no listener indicates nothing is listening 10-01 23:23:38.483 3923 4010 W HeadsetPhoneState: startListenForPhoneState, no event to listen 10-01 23:23:38.487 3923 3923 I BluetoothHeadsetServiceJni: classInitNative: succeeds 10-01 23:23:38.492 3923 3923 I bt_btif : get_profile_interface: id = handsfree 10-01 23:23:38.492 3923 3923 I bt_stack: [INFO:btif_hf.cc(1393)] GetInterface 10-01 23:23:38.494 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=2, is_server=1, mtu=256, uuid=0x1112, dlci=4, signal_state=0x0b, p_port=0x77179af210 10-01 23:23:38.494 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=3, is_server=1, mtu=256, uuid=0x111f, dlci=6, signal_state=0x0b, p_port=0x77179af2c8 10-01 23:23:38.494 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=2, is_server=1, mtu=256, uuid=0x1112, dlci=4, signal_state=0x0b, p_port=0x77179af380 10-01 23:23:38.494 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=3, is_server=1, mtu=256, uuid=0x111f, dlci=6, signal_state=0x0b, p_port=0x77179af438 10-01 23:23:38.494 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=2, is_server=1, mtu=256, uuid=0x1112, dlci=4, signal_state=0x0b, p_port=0x77179af4f0 10-01 23:23:38.494 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=3, is_server=1, mtu=256, uuid=0x111f, dlci=6, signal_state=0x0b, p_port=0x77179af5a8 10-01 23:23:38.494 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=2, is_server=1, mtu=256, uuid=0x1112, dlci=4, signal_state=0x0b, p_port=0x77179af660 10-01 23:23:38.494 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=3, is_server=1, mtu=256, uuid=0x111f, dlci=6, signal_state=0x0b, p_port=0x77179af718 10-01 23:23:38.494 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=2, is_server=1, mtu=256, uuid=0x1112, dlci=4, signal_state=0x0b, p_port=0x77179af7d0 10-01 23:23:38.495 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=3, is_server=1, mtu=256, uuid=0x111f, dlci=6, signal_state=0x0b, p_port=0x77179af888 10-01 23:23:38.495 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=2, is_server=1, mtu=256, uuid=0x1112, dlci=4, signal_state=0x0b, p_port=0x77179af940 10-01 23:23:38.495 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=3, is_server=1, mtu=256, uuid=0x111f, dlci=6, signal_state=0x0b, p_port=0x77179af9f8 10-01 23:23:38.495 3923 3970 I bt_btif_storage: btif_storage_get_adapter_property service_mask:0x20000040 10-01 23:23:38.496 3923 3970 I bt_stack: [INFO:btif_hf.cc(300)] btif_hf_upstreams_evt: AG enable/disable event 0 10-01 23:23:38.497 3923 3971 D BluetoothActiveDeviceManager: handleMessage(MESSAGE_ADAPTER_ACTION_STATE_CHANGED): newState=11 10-01 23:23:38.497 3923 3923 I A2dpService: create() 10-01 23:23:38.500 1469 1469 D BluetoothA2dp: Proxy object connected 10-01 23:23:38.500 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.502 3923 3923 I A2dpService: start() 10-01 23:23:38.502 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.502 3923 3923 I BluetoothA2dpServiceJni: classInitNative: succeeds 10-01 23:23:38.503 3923 3923 I A2dpService: Max connected audio devices set to 5 10-01 23:23:38.503 3923 3923 I BluetoothAvrcpServiceJni: classInitNative: succeeds 10-01 23:23:38.503 3923 3923 I bt_btif : get_profile_interface: id = avrcp 10-01 23:23:38.516 1469 1511 D MediaSessionService: The callback android.media.session.ICallback$Stub$Proxy@24af61d is set by com.android.bluetooth 10-01 23:23:38.518 3923 3923 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:38.518 3923 3923 E bt_btif : register_notification_rsp: Avrcp device is not connected, handle: 0x0 10-01 23:23:38.537 1469 1469 I ActivityManager: Killing 2560:com.google.android.deskclock/u0a70 (adj 906): empty #17 10-01 23:23:38.518 3923 3923 I chatty : uid=1002(bluetooth) com.android.bluetooth identical 4 lines 10-01 23:23:38.518 3923 3923 E bt_btif : register_notification_rsp: Avrcp device is not connected, handle: 0x0 10-01 23:23:38.537 1469 1589 W libprocessgroup: kill(-2560, 9) failed: No such process 10-01 23:23:38.539 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:38.539 1469 1510 W NotificationService: Toast already killed. pkg=com.android.settings callback=android.app.ITransientNotification$Stub$Proxy@5fc63de 10-01 23:23:38.539 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:38.552 3510 3742 D NetworkSecurityConfig: No Network Security Config specified, using platform default 10-01 23:23:38.563 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:38.563 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:38.569 3923 3923 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:38.571 3923 3923 I bt_btif : get_profile_interface: id = a2dp 10-01 23:23:38.571 3923 3923 I btif_av : bt_status_t BtifAvSource::Init(btav_source_callbacks_t *, int, const std::vector<btav_a2dp_codec_config_t> &): max_connected_audio_devices=5 10-01 23:23:38.572 3923 3923 D a2dp_codec: init 10-01 23:23:38.572 3923 3923 D a2dp_codec: createCodec: codec SBC 10-01 23:23:38.572 3923 3923 I a2dp_codec: init: updated SBC codec priority to 1001 10-01 23:23:38.572 3923 3923 D a2dp_codec: createCodec: codec AAC 10-01 23:23:38.572 3923 3923 I a2dp_codec: init: updated AAC codec priority to 2001 10-01 23:23:38.572 3923 3923 D a2dp_codec: createCodec: codec aptX 10-01 23:23:38.573 3923 3923 E a2dp_vendor_aptx_encoder: A2DP_VendorLoadEncoderAptx: cannot open aptX encoder library libaptX_encoder.so: dlopen failed: library "libaptX_encoder.so" not found 10-01 23:23:38.573 3923 3923 E a2dp_vendor_aptx: init: cannot load the encoder 10-01 23:23:38.573 3923 3923 D a2dp_codec: createCodec: codec aptX-HD 10-01 23:23:38.576 3923 3923 E a2dp_vendor_aptx_hd_encoder: A2DP_VendorLoadEncoderAptxHd: cannot open aptX-HD encoder library libaptXHD_encoder.so: dlopen failed: library "libaptXHD_encoder.so" not found 10-01 23:23:38.576 1469 1589 W libprocessgroup: kill(-2560, 9) failed: No such process 10-01 23:23:38.576 3923 3923 E a2dp_vendor_aptx_hd: init: cannot load the encoder 10-01 23:23:38.576 3923 3923 D a2dp_codec: createCodec: codec LDAC 10-01 23:23:38.588 3923 3923 I a2dp_codec: init: updated LDAC codec priority to 5001 10-01 23:23:38.588 3923 3923 D a2dp_codec: createCodec: codec SBC SINK 10-01 23:23:38.588 3923 3923 D a2dp_codec: createCodec: codec AAC SINK 10-01 23:23:38.588 3923 3923 I a2dp_codec: init: initialized Source codec LDAC 10-01 23:23:38.588 3923 3923 I a2dp_codec: init: initialized Source codec AAC 10-01 23:23:38.588 3923 3923 I a2dp_codec: init: initialized Source codec SBC 10-01 23:23:38.588 3923 3923 I a2dp_codec: init: initialized Sink codec AAC SINK 10-01 23:23:38.588 3923 3923 I a2dp_codec: init: initialized Sink codec SBC(Sink) 10-01 23:23:38.588 3923 3923 D a2dp_codec: init 10-01 23:23:38.588 3923 3923 D a2dp_codec: createCodec: codec SBC 10-01 23:23:38.588 3923 3923 I a2dp_codec: init: updated SBC codec priority to 1001 10-01 23:23:38.588 3923 3923 D a2dp_codec: createCodec: codec AAC 10-01 23:23:38.588 3923 3923 I a2dp_codec: init: updated AAC codec priority to 2001 10-01 23:23:38.588 3923 3923 D a2dp_codec: createCodec: codec aptX 10-01 23:23:38.590 3923 3923 E a2dp_vendor_aptx_encoder: A2DP_VendorLoadEncoderAptx: cannot open aptX encoder library libaptX_encoder.so: dlopen failed: library "libaptX_encoder.so" not found 10-01 23:23:38.590 3923 3923 E a2dp_vendor_aptx: init: cannot load the encoder 10-01 23:23:38.590 3923 3923 D a2dp_codec: createCodec: codec aptX-HD 10-01 23:23:38.591 3923 3923 E a2dp_vendor_aptx_hd_encoder: A2DP_VendorLoadEncoderAptxHd: cannot open aptX-HD encoder library libaptXHD_encoder.so: dlopen failed: library "libaptXHD_encoder.so" not found 10-01 23:23:38.591 3923 3923 E a2dp_vendor_aptx_hd: init: cannot load the encoder 10-01 23:23:38.591 3923 3923 D a2dp_codec: createCodec: codec LDAC 10-01 23:23:38.591 3923 3923 I a2dp_codec: init: updated LDAC codec priority to 5001 10-01 23:23:38.591 3923 3923 D a2dp_codec: createCodec: codec SBC SINK 10-01 23:23:38.591 3923 3923 D a2dp_codec: createCodec: codec AAC SINK 10-01 23:23:38.592 3923 3923 I a2dp_codec: init: initialized Source codec LDAC 10-01 23:23:38.592 3923 3923 I a2dp_codec: init: initialized Source codec AAC 10-01 23:23:38.592 3923 3923 I a2dp_codec: init: initialized Source codec SBC 10-01 23:23:38.592 3923 3923 I a2dp_codec: init: initialized Sink codec AAC SINK 10-01 23:23:38.592 3923 3923 I a2dp_codec: init: initialized Sink codec SBC(Sink) 10-01 23:23:38.592 3923 3923 D a2dp_codec: init 10-01 23:23:38.592 3923 3923 D a2dp_codec: createCodec: codec SBC 10-01 23:23:38.592 3923 3923 I a2dp_codec: init: updated SBC codec priority to 1001 10-01 23:23:38.592 3923 3923 D a2dp_codec: createCodec: codec AAC 10-01 23:23:38.592 3923 3923 I a2dp_codec: init: updated AAC codec priority to 2001 10-01 23:23:38.592 3923 3923 D a2dp_codec: createCodec: codec aptX 10-01 23:23:38.593 3923 3923 E a2dp_vendor_aptx_encoder: A2DP_VendorLoadEncoderAptx: cannot open aptX encoder library libaptX_encoder.so: dlopen failed: library "libaptX_encoder.so" not found 10-01 23:23:38.593 3923 3923 E a2dp_vendor_aptx: init: cannot load the encoder 10-01 23:23:38.593 3923 3923 D a2dp_codec: createCodec: codec aptX-HD 10-01 23:23:38.594 3923 3923 E a2dp_vendor_aptx_hd_encoder: A2DP_VendorLoadEncoderAptxHd: cannot open aptX-HD encoder library libaptXHD_encoder.so: dlopen failed: library "libaptXHD_encoder.so" not found 10-01 23:23:38.595 3923 3923 E a2dp_vendor_aptx_hd: init: cannot load the encoder 10-01 23:23:38.595 3923 3923 D a2dp_codec: createCodec: codec LDAC 10-01 23:23:38.595 3923 3923 I a2dp_codec: init: updated LDAC codec priority to 5001 10-01 23:23:38.595 3923 3923 D a2dp_codec: createCodec: codec SBC SINK 10-01 23:23:38.595 3923 3923 D a2dp_codec: createCodec: codec AAC SINK 10-01 23:23:38.595 3923 3923 I a2dp_codec: init: initialized Source codec LDAC 10-01 23:23:38.595 3923 3923 I a2dp_codec: init: initialized Source codec AAC 10-01 23:23:38.595 3923 3923 I a2dp_codec: init: initialized Source codec SBC 10-01 23:23:38.595 3923 3923 I a2dp_codec: init: initialized Sink codec AAC SINK 10-01 23:23:38.595 3923 3923 I a2dp_codec: init: initialized Sink codec SBC(Sink) 10-01 23:23:38.595 3923 3923 D a2dp_codec: init 10-01 23:23:38.595 3923 3923 D a2dp_codec: createCodec: codec SBC 10-01 23:23:38.595 3923 3923 I a2dp_codec: init: updated SBC codec priority to 1001 10-01 23:23:38.595 3923 3923 D a2dp_codec: createCodec: codec AAC 10-01 23:23:38.595 3923 3923 I a2dp_codec: init: updated AAC codec priority to 2001 10-01 23:23:38.595 3923 3923 D a2dp_codec: createCodec: codec aptX 10-01 23:23:38.596 3923 3923 E a2dp_vendor_aptx_encoder: A2DP_VendorLoadEncoderAptx: cannot open aptX encoder library libaptX_encoder.so: dlopen failed: library "libaptX_encoder.so" not found 10-01 23:23:38.596 3923 3923 E a2dp_vendor_aptx: init: cannot load the encoder 10-01 23:23:38.596 3923 3923 D a2dp_codec: createCodec: codec aptX-HD 10-01 23:23:38.597 3923 3923 E a2dp_vendor_aptx_hd_encoder: A2DP_VendorLoadEncoderAptxHd: cannot open aptX-HD encoder library libaptXHD_encoder.so: dlopen failed: library "libaptXHD_encoder.so" not found 10-01 23:23:38.597 3923 3923 E a2dp_vendor_aptx_hd: init: cannot load the encoder 10-01 23:23:38.597 3923 3923 D a2dp_codec: createCodec: codec LDAC 10-01 23:23:38.597 3923 3923 I a2dp_codec: init: updated LDAC codec priority to 5001 10-01 23:23:38.597 3923 3923 D a2dp_codec: createCodec: codec SBC SINK 10-01 23:23:38.597 3923 3923 D a2dp_codec: createCodec: codec AAC SINK 10-01 23:23:38.597 3923 3923 I a2dp_codec: init: initialized Source codec LDAC 10-01 23:23:38.597 3923 3923 I a2dp_codec: init: initialized Source codec AAC 10-01 23:23:38.597 3923 3923 I a2dp_codec: init: initialized Source codec SBC 10-01 23:23:38.597 3923 3923 I a2dp_codec: init: initialized Sink codec AAC SINK 10-01 23:23:38.597 3923 3923 I a2dp_codec: init: initialized Sink codec SBC(Sink) 10-01 23:23:38.597 3923 3923 D a2dp_codec: init 10-01 23:23:38.597 3923 3923 D a2dp_codec: createCodec: codec SBC 10-01 23:23:38.597 3923 3923 I a2dp_codec: init: updated SBC codec priority to 1001 10-01 23:23:38.597 3923 3923 D a2dp_codec: createCodec: codec AAC 10-01 23:23:38.597 3923 3923 I a2dp_codec: init: updated AAC codec priority to 2001 10-01 23:23:38.597 3923 3923 D a2dp_codec: createCodec: codec aptX 10-01 23:23:38.598 3923 3923 E a2dp_vendor_aptx_encoder: A2DP_VendorLoadEncoderAptx: cannot open aptX encoder library libaptX_encoder.so: dlopen failed: library "libaptX_encoder.so" not found 10-01 23:23:38.598 3923 3923 E a2dp_vendor_aptx: init: cannot load the encoder 10-01 23:23:38.598 3923 3923 D a2dp_codec: createCodec: codec aptX-HD 10-01 23:23:38.600 3923 3923 E a2dp_vendor_aptx_hd_encoder: A2DP_VendorLoadEncoderAptxHd: cannot open aptX-HD encoder library libaptXHD_encoder.so: dlopen failed: library "libaptXHD_encoder.so" not found 10-01 23:23:38.600 3923 3923 E a2dp_vendor_aptx_hd: init: cannot load the encoder 10-01 23:23:38.600 3923 3923 D a2dp_codec: createCodec: codec LDAC 10-01 23:23:38.600 3923 3923 I a2dp_codec: init: updated LDAC codec priority to 5001 10-01 23:23:38.600 3923 3923 D a2dp_codec: createCodec: codec SBC SINK 10-01 23:23:38.600 3923 3923 D a2dp_codec: createCodec: codec AAC SINK 10-01 23:23:38.600 3923 3923 I a2dp_codec: init: initialized Source codec LDAC 10-01 23:23:38.600 3923 3923 I a2dp_codec: init: initialized Source codec AAC 10-01 23:23:38.600 3923 3923 I a2dp_codec: init: initialized Source codec SBC 10-01 23:23:38.600 3923 3923 I a2dp_codec: init: initialized Sink codec AAC SINK 10-01 23:23:38.600 3923 3923 I a2dp_codec: init: initialized Sink codec SBC(Sink) 10-01 23:23:38.600 3923 3923 D a2dp_codec: init 10-01 23:23:38.600 3923 3923 D a2dp_codec: createCodec: codec SBC 10-01 23:23:38.600 3923 3923 I a2dp_codec: init: updated SBC codec priority to 1001 10-01 23:23:38.600 3923 3923 D a2dp_codec: createCodec: codec AAC 10-01 23:23:38.600 3923 3923 I a2dp_codec: init: updated AAC codec priority to 2001 10-01 23:23:38.600 3923 3923 D a2dp_codec: createCodec: codec aptX 10-01 23:23:38.602 3923 3923 E a2dp_vendor_aptx_encoder: A2DP_VendorLoadEncoderAptx: cannot open aptX encoder library libaptX_encoder.so: dlopen failed: library "libaptX_encoder.so" not found 10-01 23:23:38.602 3923 3923 E a2dp_vendor_aptx: init: cannot load the encoder 10-01 23:23:38.602 3923 3923 D a2dp_codec: createCodec: codec aptX-HD 10-01 23:23:38.603 3923 3923 E a2dp_vendor_aptx_hd_encoder: A2DP_VendorLoadEncoderAptxHd: cannot open aptX-HD encoder library libaptXHD_encoder.so: dlopen failed: library "libaptXHD_encoder.so" not found 10-01 23:23:38.603 3923 3923 E a2dp_vendor_aptx_hd: init: cannot load the encoder 10-01 23:23:38.603 3923 3923 D a2dp_codec: createCodec: codec LDAC 10-01 23:23:38.603 3923 3923 I a2dp_codec: init: updated LDAC codec priority to 5001 10-01 23:23:38.603 3923 3923 D a2dp_codec: createCodec: codec SBC SINK 10-01 23:23:38.603 3923 3923 D a2dp_codec: createCodec: codec AAC SINK 10-01 23:23:38.603 3923 3923 I a2dp_codec: init: initialized Source codec LDAC 10-01 23:23:38.603 3923 3923 I a2dp_codec: init: initialized Source codec AAC 10-01 23:23:38.603 3923 3923 I a2dp_codec: init: initialized Source codec SBC 10-01 23:23:38.603 3923 3923 I a2dp_codec: init: initialized Sink codec AAC SINK 10-01 23:23:38.603 3923 3923 I a2dp_codec: init: initialized Sink codec SBC(Sink) 10-01 23:23:38.603 3923 3923 I bt_btif_a2dp_source: btif_a2dp_source_init 10-01 23:23:38.605 3923 4024 I bt_osi_thread: run_thread: thread id 4024, thread name btif_a2dp_source started 10-01 23:23:38.605 3923 4024 I bt_btif_a2dp_source: Run: message loop for thread btif_a2dp_source_thread started 10-01 23:23:38.605 3923 3970 I bt_btif_storage: btif_storage_get_adapter_property service_mask:0x20000048 10-01 23:23:38.605 3923 3991 I bt_bta_av: bta_av_api_register: AVRCP version used for sdp: "avrcp14" 10-01 23:23:38.606 3923 3991 W bt_btif : bta_av_rc_create: Skipping RC creation for the old AVRCP profile 10-01 23:23:38.606 3923 3991 I bt_bta_av: bta_av_api_register: AVRCP version used for sdp: "avrcp14" 10-01 23:23:38.606 3923 3991 I bt_bta_av: bta_av_api_register: AVRCP version used for sdp: "avrcp14" 10-01 23:23:38.606 3923 3923 D A2dpService: A2DP offload flag set to false 10-01 23:23:38.606 3923 3991 I bt_bta_av: bta_av_api_register: AVRCP version used for sdp: "avrcp14" 10-01 23:23:38.606 3923 3991 I chatty : uid=1002(bluetooth) btu message loo identical 1 line 10-01 23:23:38.606 3923 3991 I bt_bta_av: bta_av_api_register: AVRCP version used for sdp: "avrcp14" 10-01 23:23:38.607 3294 3309 W System : A resource failed to call close. 10-01 23:23:38.607 3923 4024 I bt_btif_a2dp_source: btif_a2dp_source_init_delayed 10-01 23:23:38.611 3923 3923 D A2dpService: setA2dpService(): set to: com.android.bluetooth.a2dp.A2dpService@79ce839 10-01 23:23:38.612 3923 3923 D A2dpService: setActiveDevice(null): previous is null 10-01 23:23:38.612 3923 3923 D A2dpService: broadcastActiveDevice(null) 10-01 23:23:38.613 3923 3923 I BluetoothHidHostServiceJni: classInitNative: succeeds 10-01 23:23:38.615 1469 1589 W libprocessgroup: kill(-2560, 9) failed: No such process 10-01 23:23:38.615 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.616 1907 1907 D BluetoothHidHost: Proxy object connected 10-01 23:23:38.616 1907 1907 D HidProfile: Bluetooth service connected 10-01 23:23:38.617 3923 3923 I bt_btif : get_profile_interface: id = hidhost 10-01 23:23:38.618 3923 3970 I bt_bta_hh: BTA_HhEnable sec_mask:0x36 p_cback:0x771777460c 10-01 23:23:38.618 3923 3970 I bt_btif_storage: btif_storage_get_adapter_property service_mask:0x20100048 10-01 23:23:38.618 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:38.618 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:38.618 3923 3991 I bt_stack: [INFO:gatt_api.cc(948)] GATT_Register 93a3d3de-0e04-0492-9924-1d4d68396418 10-01 23:23:38.618 3923 3923 I BluetoothHealthServiceJni: classInitNative: succeeds 10-01 23:23:38.618 3923 3991 I bt_stack: [INFO:gatt_api.cc(968)] allocated gatt_if=4 10-01 23:23:38.619 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.621 518 518 I Zygote : Process 2560 exited due to signal (9) 10-01 23:23:38.625 3923 3923 I bt_btif : get_profile_interface: id = health 10-01 23:23:38.626 3923 3923 D HealthService: setHealthService(): set to: com.android.bluetooth.hdp.HealthService@e53abd7 10-01 23:23:38.626 3923 3923 I BluetoothPanServiceJni: classInitNative(L111): succeeds 10-01 23:23:38.628 1907 1907 D BluetoothPan: BluetoothPAN Proxy object connected 10-01 23:23:38.629 1907 1907 D PanProfile: Bluetooth service connected 10-01 23:23:38.629 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.630 3923 3923 D BluetoothPanServiceJni: initializeNative(L116): pan 10-01 23:23:38.631 3923 3923 I bt_btif : get_profile_interface: id = pan 10-01 23:23:38.631 3923 3970 D BluetoothPanServiceJni: control_state_callback(L63): state:0, local_role:3, ifname:bt-pan 10-01 23:23:38.635 1907 1907 D BluetoothMap: Proxy object connected 10-01 23:23:38.636 1907 1907 D MapProfile: Bluetooth service connected 10-01 23:23:38.636 1907 1907 D BluetoothMap: getConnectedDevices() 10-01 23:23:38.636 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.636 1907 1907 D BluetoothMap: Bluetooth is Not enabled 10-01 23:23:38.639 3923 3923 D BluetoothMapService: start() 10-01 23:23:38.646 3923 3923 D BluetoothMapAccountLoader: Found 0 application(s) with intent android.bluetooth.action.BLUETOOTH_MAP_PROVIDER 10-01 23:23:38.647 3923 3923 D BluetoothMapAccountLoader: Found 0 application(s) with intent android.bluetooth.action.BLUETOOTH_MAP_IM_PROVIDER 10-01 23:23:38.647 3923 3923 D BluetoothMapAppObserver: createReceiver() 10-01 23:23:38.648 3923 3923 D BluetoothMapAppObserver: initObservers() 10-01 23:23:38.649 3923 3923 D BluetoothMapAppObserver: getEnabledAccountItems() 10-01 23:23:38.649 3923 3923 D BluetoothMapService: setBluetoothMapService(): set to: com.android.bluetooth.map.BluetoothMapService@f260130 10-01 23:23:38.650 3923 3923 I BluetoothHeadsetClientServiceJni: classInitNative succeeds 10-01 23:23:38.654 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.655 1469 1589 W libprocessgroup: kill(-2560, 9) failed: No such process 10-01 23:23:38.655 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10070 pid 2560 in 117ms 10-01 23:23:38.655 3923 3923 D BluetoothHeadsetClientServiceJni: initializeNative: HfpClient 10-01 23:23:38.656 3923 3923 I bt_btif : get_profile_interface: id = handsfree_client 10-01 23:23:38.656 3923 3970 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=4, is_server=1, mtu=256, uuid=0x111e, dlci=8, signal_state=0x0b, p_port=0x77179afab0 10-01 23:23:38.656 3923 3970 I bt_btif_storage: btif_storage_get_adapter_property service_mask:0x21100048 10-01 23:23:38.658 558 1067 D PermissionCache: checking android.permission.MODIFY_AUDIO_SETTINGS for uid=1002 => granted (595 us) 10-01 23:23:38.659 527 1056 D audio_hw_primary: adev_set_parameters: enter: hfp_enable=false 10-01 23:23:38.660 527 1056 E audio_hw_hfp: hfp_enable=false is unsupported 10-01 23:23:38.660 527 1056 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0 10-01 23:23:38.660 527 1056 E audio_hw_hfp: hfp_enable=false is unsupported 10-01 23:23:38.664 1469 2770 W ActivityManager: Unable to start service Intent { cmp=com.android.bluetooth/.hfpclient.connserv.HfpClientConnectionService } U=0: not found 10-01 23:23:38.666 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.671 3923 3923 I NewAvrcpTargetService: User unlocked, initializing the service 10-01 23:23:38.671 3923 3923 I NewAvrcpTargetService: Starting the AVRCP Target Service 10-01 23:23:38.673 3923 3923 V NewAvrcpMediaPlayerList: Creating MediaPlayerList 10-01 23:23:38.679 1469 1799 D MediaSessionService: The callback android.media.session.ICallback$Stub$Proxy@2b6bdf0 is set by com.android.bluetooth 10-01 23:23:38.679 3923 3923 V NewAvrcpMediaPlayerList: Initializing MediaPlayerList 10-01 23:23:38.680 3923 3923 I NewAvrcpBrowsedPlayerWrapper: Wrapping Media Browser com.google.android.youtube 10-01 23:23:38.681 3923 3923 D NewAvrcpBrowsedPlayerWrapper: connect: Connecting to browsable player: com.google.android.youtube 10-01 23:23:38.681 3923 3923 I NewAvrcpBrowsedPlayerWrapper: Wrapping Media Browser com.sirma.mobile.bible.android 10-01 23:23:38.681 3923 3923 D NewAvrcpBrowsedPlayerWrapper: connect: Connecting to browsable player: com.sirma.mobile.bible.android 10-01 23:23:38.681 3923 3923 I NewAvrcpBrowsedPlayerWrapper: Wrapping Media Browser com.spotify.music 10-01 23:23:38.681 3923 3923 D NewAvrcpBrowsedPlayerWrapper: connect: Connecting to browsable player: com.spotify.music 10-01 23:23:38.681 3923 3923 I NewAvrcpBrowsedPlayerWrapper: Wrapping Media Browser org.leetzone.android.yatsewidgetfree 10-01 23:23:38.681 3923 3923 D NewAvrcpBrowsedPlayerWrapper: connect: Connecting to browsable player: org.leetzone.android.yatsewidgetfree 10-01 23:23:38.682 3923 3923 I NewAvrcpBrowsedPlayerWrapper: Wrapping Media Browser org.telegram.messenger 10-01 23:23:38.682 3923 3923 D NewAvrcpBrowsedPlayerWrapper: connect: Connecting to browsable player: org.telegram.messenger 10-01 23:23:38.682 3923 3923 I NewAvrcpTargetJni: classInitNative: AvrcpTargetJni initialized! 10-01 23:23:38.682 3923 3923 D NewAvrcpNativeInterface: Init AvrcpNativeInterface 10-01 23:23:38.682 3923 3923 D NewAvrcpTargetJni: initNative 10-01 23:23:38.682 3923 3991 I bt_stack: [INFO:avrcp_service.cc(284)] AVRCP Target Service started 10-01 23:23:38.682 3923 3991 I bt_stack: [INFO:connection_handler.cc(168)] Connect to device ff:ff:ff:ff:ff:ff 10-01 23:23:38.682 3923 3991 I bt_stack: [INFO:connection_handler.cc(189)] virtual bool bluetooth::avrcp::ConnectionHandler::AvrcpConnect(bool, const RawAddress &): handle=0000 status= 000000 10-01 23:23:38.689 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.689 1907 1907 D BluetoothHidDevice: onServiceConnected() 10-01 23:23:38.689 1907 1907 D HidDeviceProfile: Bluetooth service connected :-) 10-01 23:23:38.691 3923 3923 V BluetoothHidDeviceServiceJni: classInitNative: done 10-01 23:23:38.691 3923 3923 V BluetoothHidDeviceServiceJni: initNative enter 10-01 23:23:38.691 3923 3923 I bt_btif : get_profile_interface: id = hiddev 10-01 23:23:38.691 3923 3923 V BluetoothHidDeviceServiceJni: initNative done 10-01 23:23:38.691 3923 3970 I bt_btif_storage: btif_storage_get_adapter_property service_mask:0x61100048 10-01 23:23:38.695 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.702 3923 3923 D BtOppService: setBluetoothOppService(): set to: com.android.bluetooth.opp.BluetoothOppService@832f2db 10-01 23:23:38.706 3801 4013 W droid.apps.map: Long monitor contention with owner LowPriPoolPool1 (4012) at boolean android.os.BinderProxy.transactNative(int, android.os.Parcel, android.os.Parcel, int)(Binder.java:-2) waiters=0 in java.lang.Object com.google.android.apps.gmm.shared.j.a.a() for 144ms 10-01 23:23:38.706 3923 3923 D BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@332445d 10-01 23:23:38.706 1907 1907 D PbapServerProfile: Bluetooth service connected 10-01 23:23:38.707 3923 3923 I BluetoothPbapService: setCurrentUser(0) 10-01 23:23:38.708 3923 3923 I BluetoothPbapService: setUserUnlocked(0) 10-01 23:23:38.708 3923 3923 I BluetoothPbapService: setUserUnlocked(0) 10-01 23:23:38.731 3923 3923 D BluetoothPbapService: setBluetoothPbapService(): set to: com.android.bluetooth.pbap.BluetoothPbapService@cc02242 10-01 23:23:38.732 3923 4037 D ObexServerSockets: create(rfcomm = -2, l2capPsm = -2) 10-01 23:23:38.732 3923 3923 D HeadsetPhoneState: sendDeviceStateChanged. mService=0 mIsSimStateLoaded=false mSignal=0 mRoam=0 mBatteryCharge=3 10-01 23:23:38.733 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:38.733 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:38.733 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:38.733 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:38.733 3923 4037 W BluetoothAdapter: getBluetoothService() called with no BluetoothManagerCallback 10-01 23:23:38.733 3923 3923 W Avrcp : No package name for player (0 not valid) 10-01 23:23:38.733 3923 3923 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:38.733 3923 3923 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:38.733 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:38.733 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:38.734 3923 3971 D BluetoothActiveDeviceManager: handleMessage(MESSAGE_A2DP_ACTION_ACTIVE_DEVICE_CHANGED): device= null 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:38.734 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:38.734 3923 3923 E NewAvrcpMediaPlayerList: onAddressedPlayerChanged(Component): Addressed Player changed to a player we don't have a session for 10-01 23:23:38.734 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=5, is_server=1, mtu=990, uuid=0x0037, dlci=10, signal_state=0x0b, p_port=0x77179afb68 10-01 23:23:38.735 3923 4037 W BluetoothAdapter: getBluetoothService() called with no BluetoothManagerCallback 10-01 23:23:38.736 3923 4037 D ObexServerSockets: Succeed to create listening sockets 10-01 23:23:38.736 3923 4037 D ObexServerSockets0: startAccept() 10-01 23:23:38.736 3923 4037 D BluetoothSdpJni: sdpCreatePbapPseRecordNative 10-01 23:23:38.736 3923 4037 D BluetoothSdpJni: SDP Create record success - handle: 0 10-01 23:23:38.737 3923 4041 D ObexServerSockets0: Accepting socket connection... 10-01 23:23:38.737 3923 4037 D BluetoothPbapService: created Sdp record, mSdpHandle=0 10-01 23:23:38.740 3923 4040 D ObexServerSockets0: Accepting socket connection... 10-01 23:23:38.750 3923 3923 D NewAvrcpVolumeManager: onAudioDevicesAdded: Not expecting device changed 10-01 23:23:38.750 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:38.750 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:38.751 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:38.751 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:38.751 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:38.751 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:38.751 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:38.751 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:38.753 3801 4014 W droid.apps.map: Long monitor contention with owner LowPriPoolPool1 (4012) at boolean android.os.BinderProxy.transactNative(int, android.os.Parcel, android.os.Parcel, int)(Binder.java:-2) waiters=1 in java.lang.Object com.google.android.apps.gmm.shared.j.a.a() for 157ms 10-01 23:23:38.755 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:38.755 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:38.755 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 2 10-01 23:23:38.755 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_REGISTERED 10-01 23:23:38.755 3923 3923 D BluetoothAdapterService: handleMessage() - Message: 1 10-01 23:23:38.755 3923 3923 D BluetoothAdapterService: handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED 10-01 23:23:38.755 3923 3923 D AdapterProperties: onBluetoothReady, state=TURNING_ON, ScanMode=20 10-01 23:23:38.756 3923 3923 D BluetoothAdapterService: updateUuids() - Updating UUIDs for bonded devices 10-01 23:23:38.757 3923 3923 I BluetoothPhonePolicy: processProfileActiveDeviceChanged, activeDevice=null, profile=2 10-01 23:23:38.757 3923 3964 I AdapterState: ON : entered 10-01 23:23:38.757 3923 3923 W BluetoothPhonePolicy: processProfileActiveDeviceChanged: ignore null A2DP active device 10-01 23:23:38.757 3923 3964 D AdapterProperties: Setting state to ON 10-01 23:23:38.757 3923 3964 D BluetoothAdapterService: updateAdapterState() - Broadcasting state ON to 1 receivers. 10-01 23:23:38.758 1469 1603 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: TURNING_ON > ON 10-01 23:23:38.758 1469 1603 D BluetoothManagerService: Broadcasting onBluetoothStateChange(true) to 11 receivers. 10-01 23:23:38.758 1469 1603 D BluetoothHeadset: onBluetoothStateChange: up=true 10-01 23:23:38.758 1469 1603 I chatty : uid=1000(system) android.io identical 1 line 10-01 23:23:38.758 1469 1603 D BluetoothHeadset: onBluetoothStateChange: up=true 10-01 23:23:38.758 1469 1603 D BluetoothA2dp: onBluetoothStateChange: up=true 10-01 23:23:38.758 2142 2367 D BluetoothHeadset: onBluetoothStateChange: up=true 10-01 23:23:38.758 1907 1927 D BluetoothHidDevice: onBluetoothStateChange: up=true 10-01 23:23:38.758 1907 1925 D BluetoothMap: onBluetoothStateChange: up=true 10-01 23:23:38.758 1469 1603 E BluetoothHearingAid: Could not bind to Bluetooth Hearing Aid Service with Intent { act=android.bluetooth.IBluetoothHearingAid } 10-01 23:23:38.758 1469 1603 D BluetoothManagerService: Sending BLE State Change: TURNING_ON > ON 10-01 23:23:38.759 1907 2201 D BluetoothPan: onBluetoothStateChange on: true 10-01 23:23:38.759 1907 2213 D BluetoothHidHost: onBluetoothStateChange: up=true 10-01 23:23:38.759 3923 3970 D AdapterProperties: Scan Mode:21 10-01 23:23:38.759 3923 3970 D AdapterProperties: Discoverable Timeout:120 10-01 23:23:38.760 1469 1469 I Telecom : BluetoothPhoneService: queryPhoneState: BPSI.qPS@AE0 10-01 23:23:38.761 1469 1469 I Telecom : BluetoothPhoneService: updateHeadsetWithCallState numActive 0, numHeld 0, callState 6, ringing number ***, ringing type 128: BPSI.qPS@AE0 10-01 23:23:38.762 3923 3971 D BluetoothActiveDeviceManager: handleMessage(MESSAGE_ADAPTER_ACTION_STATE_CHANGED): newState=12 10-01 23:23:38.762 1469 1588 I ActivityManager: Start proc 4044:com.google.android.youtube/u0a60 for service com.google.android.youtube/com.google.android.apps.youtube.app.extensions.mediabrow ser.impl.MainAppMediaBrowserService 10-01 23:23:38.762 2748 2748 I GsaVoiceInteractionSrv: O received Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 (has extras) } 10-01 23:23:38.766 3923 3923 D BluetoothAdapterService: isQuetModeEnabled() - Enabled = false 10-01 23:23:38.766 3923 3923 I BluetoothPhonePolicy: autoConnect: Initiate auto connection on BT on... 10-01 23:23:38.772 1907 2045 D LocalBluetoothProfileManager: Adding local A2DP SRC profile 10-01 23:23:38.773 2854 2854 D BluetoothManager: getConnectedDevices 10-01 23:23:38.774 3923 3923 D BluetoothMapService: onReceive 10-01 23:23:38.774 3923 3923 D BluetoothMapService: onReceive: android.bluetooth.adapter.action.STATE_CHANGED 10-01 23:23:38.774 3923 3923 D BluetoothMapService: STATE_ON 10-01 23:23:38.777 4044 4044 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:38.782 1907 1907 D BluetoothA2dp: Proxy object connected 10-01 23:23:38.785 527 4030 D audio_hw_primary: adev_set_parameters: enter: A2dpSuspended=false 10-01 23:23:38.785 527 4030 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0 10-01 23:23:38.787 1907 2045 D LocalBluetoothProfileManager: Adding local HEADSET profile 10-01 23:23:38.793 1907 2045 D LocalBluetoothProfileManager: Adding local HfpClient profile 10-01 23:23:38.796 3923 4029 D BluetoothMapMasInstance0: Map Service startSocketListeners 10-01 23:23:38.796 3923 4029 D ObexServerSockets: create(rfcomm = -2, l2capPsm = -2) 10-01 23:23:38.797 3923 4029 W BluetoothAdapter: getBluetoothService() called with no BluetoothManagerCallback 10-01 23:23:38.797 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=0x0039, dlci=12, signal_state=0x0b, p_port=0x77179afc20 10-01 23:23:38.798 3923 4029 W BluetoothAdapter: getBluetoothService() called with no BluetoothManagerCallback 10-01 23:23:38.798 3923 4029 D ObexServerSockets: Succeed to create listening sockets 10-01 23:23:38.799 3923 4029 D ObexServerSockets1: startAccept() 10-01 23:23:38.805 1907 2045 D LocalBluetoothProfileManager: MAP Client Uuid not found. 10-01 23:23:38.805 3923 4029 D BluetoothSdpJni: sdpCreateMapMasRecordNative 10-01 23:23:38.806 3923 4029 D BluetoothSdpJni: SDP Create record success - handle: 1 10-01 23:23:38.808 1469 1588 W ActivityManager: Slow operation: 66ms so far, now at startProcess: returned from zygote! 10-01 23:23:38.808 1469 1588 W ActivityManager: Slow operation: 66ms so far, now at startProcess: done updating battery stats 10-01 23:23:38.808 1469 1588 W ActivityManager: Slow operation: 66ms so far, now at startProcess: building log message 10-01 23:23:38.808 1469 1588 I ActivityManager: Start proc 4055:com.sirma.mobile.bible.android/u0a181 for service com.sirma.mobile.bible.android/nuclei3.media.MediaService 10-01 23:23:38.808 1469 1588 W ActivityManager: Slow operation: 66ms so far, now at startProcess: starting to update pids map 10-01 23:23:38.808 1469 1588 W ActivityManager: Slow operation: 66ms so far, now at startProcess: done updating pids map 10-01 23:23:38.808 1469 1588 W ActivityManager: Slow operation: 64ms so far, now at startProcess: asking zygote to start proc 10-01 23:23:38.812 4055 4055 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:38.816 4044 4044 E android.youtub: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:38.817 3923 4056 D ObexServerSockets1: Accepting socket connection... 10-01 23:23:38.823 3923 3991 I bt_stack: [INFO:gatt_api.cc(948)] GATT_Register ef3e5fe7-cff5-3973-e366-889316de9098 10-01 23:23:38.823 560 752 W SurfaceFlinger: Attempting to destroy on removed layer: 59e994f Toast#0 10-01 23:23:38.823 3923 3991 I bt_stack: [INFO:gatt_api.cc(968)] allocated gatt_if=5 10-01 23:23:38.823 3923 3923 D BtOppService: start Socket Listeners 10-01 23:23:38.830 1469 1588 W ActivityManager: Slow operation: 86ms so far, now at startProcess: returned from zygote! 10-01 23:23:38.830 1469 1588 W ActivityManager: Slow operation: 86ms so far, now at startProcess: done updating battery stats 10-01 23:23:38.830 1469 1588 W ActivityManager: Slow operation: 86ms so far, now at startProcess: building log message 10-01 23:23:38.830 1469 1588 I ActivityManager: Start proc 4072:com.spotify.music/u0a173 for service com.spotify.music/com.spotify.mobile.android.spotlets.androidauto.SpotifyMediaBrows erService 10-01 23:23:38.830 1469 1588 W ActivityManager: Slow operation: 86ms so far, now at startProcess: starting to update pids map 10-01 23:23:38.830 1469 1588 W ActivityManager: Slow operation: 86ms so far, now at startProcess: done updating pids map 10-01 23:23:38.830 1469 1588 W ActivityManager: Slow operation: 85ms so far, now at startProcess: asking zygote to start proc 10-01 23:23:38.833 3923 4057 D ObexServerSockets1: Accepting socket connection... 10-01 23:23:38.833 2854 2885 D BluetoothLeScanner: onScannerRegistered() - status=0 scannerId=5 mScannerId=0 10-01 23:23:38.833 3923 3923 D BtOppService: stopListeners: mServerSocket is null 10-01 23:23:38.833 3923 3923 D ObexServerSockets: create(rfcomm = -2, l2capPsm = -2) 10-01 23:23:38.834 3923 3923 W BluetoothAdapter: getBluetoothService() called with no BluetoothManagerCallback 10-01 23:23:38.837 3923 3991 I bt_stack: [INFO:port_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=7, is_server=1, mtu=990, uuid=0x003b, dlci=14, signal_state=0x0b, p_port=0x77179afcd8 10-01 23:23:38.837 3923 3923 D BluetoothAdapter: listenUsingInsecureL2capOn: port=-2 10-01 23:23:38.838 3923 3923 W BluetoothAdapter: getBluetoothService() called with no BluetoothManagerCallback 10-01 23:23:38.839 3923 3923 D ObexServerSockets: Succeed to create listening sockets 10-01 23:23:38.839 3923 3923 D ObexServerSockets2: startAccept() 10-01 23:23:38.840 3923 3923 D BluetoothSdpJni: sdpCreateOppOpsRecordNative 10-01 23:23:38.840 3923 3923 D BluetoothSdpJni: SDP Create record success - handle: 2 10-01 23:23:38.840 3923 3923 D BtOppService: mOppSdpHandle :2 10-01 23:23:38.841 3923 4080 D ObexServerSockets2: Accepting socket connection... 10-01 23:23:38.846 3923 4079 D ObexServerSockets2: Accepting socket connection... 10-01 23:23:38.847 3923 3984 I BtGatt.ScanManager: Cannot start unfiltered scan in location-off. This scan will be resumed when location is on: 5 10-01 23:23:38.849 4072 4072 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:38.849 3852 3852 I CastSocket: 28 >= 18. Adding new CastClientAuthKeyManager. 10-01 23:23:38.855 3623 3623 I TrustAgent.Tracker: [BluetoothConnectionTracker] Bluetooth adapter on 10-01 23:23:38.855 1469 1588 W ActivityManager: Slow operation: 111ms so far, now at startProcess: returned from zygote! 10-01 23:23:38.856 1469 1588 W ActivityManager: Slow operation: 111ms so far, now at startProcess: done updating battery stats 10-01 23:23:38.856 1469 1588 W ActivityManager: Slow operation: 111ms so far, now at startProcess: building log message 10-01 23:23:38.856 1469 1588 I ActivityManager: Start proc 4082:org.leetzone.android.yatsewidgetfree/u0a186 for service org.leetzone.android.yatsewidgetfree/org.leetzone.android.yatsewidget.service.core. PlayerService 10-01 23:23:38.856 1469 1588 W ActivityManager: Slow operation: 111ms so far, now at startProcess: starting to update pids map 10-01 23:23:38.856 1469 1588 W ActivityManager: Slow operation: 111ms so far, now at startProcess: done updating pids map 10-01 23:23:38.856 1469 1588 W ActivityManager: Slow operation: 107ms so far, now at startProcess: asking zygote to start proc 10-01 23:23:38.856 1907 1907 D BluetoothHeadsetClient: Proxy object connected 10-01 23:23:38.858 4055 4055 E e.bible.androi: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:38.866 4072 4072 E m.spotify.musi: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:38.881 4082 4082 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:38.893 1907 2918 D BluetoothHeadset: Proxy object connected 10-01 23:23:38.893 1907 1907 D HeadsetProfile: Bluetooth service connected 10-01 23:23:38.894 1469 2021 I WifiService: startScan uid=10013 10-01 23:23:38.896 4082 4082 E yatsewidgetfre: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:38.922 1469 1588 W ActivityManager: Slow operation: 173ms so far, now at startProcess: returned from zygote! 10-01 23:23:38.922 1469 1588 W ActivityManager: Slow operation: 173ms so far, now at startProcess: done updating battery stats 10-01 23:23:38.922 1469 1588 W ActivityManager: Slow operation: 173ms so far, now at startProcess: building log message 10-01 23:23:38.922 1469 1588 I ActivityManager: Start proc 4112:org.telegram.messenger/u0a178 for service org.telegram.messenger/.MusicBrowserService 10-01 23:23:38.922 1469 1588 W ActivityManager: Slow operation: 173ms so far, now at startProcess: starting to update pids map 10-01 23:23:38.922 1469 1588 W ActivityManager: Slow operation: 174ms so far, now at startProcess: done updating pids map 10-01 23:23:38.926 4112 4112 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:38.926 3852 3852 I DiscoveryManager: WifiGuestModeDeviceScanner enabled. 10-01 23:23:38.944 3852 3852 V MediaRouter: Adding route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:38.952 3852 3852 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:38.954 4112 4112 E egram.messenge: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:38.956 3852 3852 I MediaRouter: Found default route: MediaRouter.RouteInfo{ uniqueId=android/afq:DEFAULT_ROUTE, name=Phone, description=null, iconUri=null, enabled=true, connecting=false, connectionState=0, canDisconnect=false, playbackType=0, playbackStream=3, deviceType=0, volumeHandling=1, volume=7, volumeMax=15, presentationDisplayId=-1, extras=null, settingsIntent=null, providerPackageName=android } 10-01 23:23:38.956 3852 3852 I MediaRouter: Unselecting the current route because it is no longer selectable: null 10-01 23:23:38.956 3623 3623 W Nearby : Bind call too late - someone already tried to get: class bmbr [CONTEXT service_id=49 ] 10-01 23:23:39.012 3623 3623 I BeaconBle: Using BLE 'L' hardware layer 10-01 23:23:39.023 3923 4039 D BluetoothPbapUtils: Contacts updated between last BT OFF and currentPbap Connect, primaryVersionCounter=2974, secondaryVersionCounter=2965 10-01 23:23:39.043 3852 3852 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:4 and remote module com.google.android.gms.googlecertificates:4 10-01 23:23:39.043 3852 3852 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates 10-01 23:23:39.050 2969 2982 I RemoteSearchService: Calling endSession(). 10-01 23:23:39.053 1469 2233 D ActivityManager: Raise procstate to external provider: ProcessRecord{b08bd2d 3663:com.android.providers.calendar/u0a7} 10-01 23:23:39.064 2870 3643 D ProtoStore: deleting smartspace_current 10-01 23:23:39.124 2870 3643 D ProtoStore: no cached data 10-01 23:23:39.128 1469 2233 W ActivityManager: Unable to start service Intent { cmp=com.google.android.gms/.fido.fido2.pollux.CableAuthenticatorService } U=0: not found 10-01 23:23:39.137 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:39.163 3623 3623 I chatty : uid=10013 com.google.android.gms.persistent identical 2 lines 10-01 23:23:39.163 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:39.163 3852 3852 E ChimeraProxyRslvr: Chimera config error: com.google.android.chimera.config.InvalidConfigException: No registered Chimera impl for ComponentInfo{com.google.android.gms/com.google.android.gms.update.SystemUpdateServ iceActiveReceiver} 10-01 23:23:39.164 3852 3852 E ChimeraRcvrProxy: com.google.android.gms.update.SystemUpdateServiceActiveReceiver dropping broadcast android.os.UpdateLock.UPDATE_LOCK_CHANGED 10-01 23:23:39.164 1469 1588 I ActivityManager: Start proc 4143:com.google.android.apps.messaging/u0a94 for broadcast com.google.android.apps.messaging/.shared.receiver.BootAndPackageReplacedReceiver 10-01 23:23:39.171 4143 4143 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:39.181 4055 4055 I MultiDex: VM with version 2.1.0 has multidex support 10-01 23:23:39.181 4055 4055 I MultiDex: install 10-01 23:23:39.181 4055 4055 I MultiDex: VM has multidex support, MultiDex support library is disabled. 10-01 23:23:39.187 4143 4143 E .apps.messagin: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:39.213 4072 4137 D NetworkSecurityConfig: No Network Security Config specified, using platform default 10-01 23:23:39.237 4044 4044 W YT : Last known version:13.37.52 10-01 23:23:39.243 3852 3852 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:39.276 1469 2762 I ActivityManager: Killing 2645:com.urbandroid.sleep/u0a170 (adj 906): empty #17 10-01 23:23:39.276 1469 1589 W libprocessgroup: kill(-2645, 9) failed: No such process 10-01 23:23:39.296 4055 4055 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization. 10-01 23:23:39.301 518 518 I Zygote : Process 2645 exited due to signal (9) 10-01 23:23:39.294 1469 1469 I InputDispatcher: type=1400 audit(0.0:1236): avc: denied { call } for scontext=u:r:system_server:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:39.294 540 540 I [email protected]: type=1400 audit(0.0:1237): avc: denied { call } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=binder permissive=1 10-01 23:23:39.320 1469 1589 W libprocessgroup: kill(-2645, 9) failed: No such process 10-01 23:23:39.320 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10170 pid 2645 in 44ms 10-01 23:23:39.348 4055 4055 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization. 10-01 23:23:39.367 4055 4055 I FirebaseInitProvider: FirebaseApp initialization successful 10-01 23:23:39.369 4044 4215 W YouTube : Fetching the Gservices key 'failsafe_clear_cache_release_13_02' before the end of the bulk initialization 10-01 23:23:39.376 4072 4072 D libcrashlytics: Initializing libcrashlytics version 2.0.0 10-01 23:23:39.376 4072 4072 D libcrashlytics: Initializing native crash handling successful. 10-01 23:23:39.413 4112 4112 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization. 10-01 23:23:39.420 4112 4112 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization. 10-01 23:23:39.424 4112 4112 I FirebaseInitProvider: FirebaseApp initialization successful 10-01 23:23:39.426 1469 2021 I ActivityManager: START u0 {flg=0x10000000 cmp=com.android.settings/.Settings$SimSettingsActivity} from uid 1000 10-01 23:23:39.446 4055 4222 I FA : App measurement is starting up, version: 12211 10-01 23:23:39.446 4055 4222 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-01 23:23:39.446 4055 4222 I FA : To enable faster debug mode event logging run: 10-01 23:23:39.446 4055 4222 I FA : adb shell setprop debug.firebase.analytics.app com.sirma.mobile.bible.android 10-01 23:23:39.450 2162 2162 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@e4f03de 10-01 23:23:39.454 1253 1253 I imsrcsd : type=1400 audit(0.0:1238): avc: denied { write } for name="ims_qmid" dev="tmpfs" ino=14717 scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1 10-01 23:23:39.455 1469 1510 W ActivityManager: Request to remove task ignored for non-existent task 2 10-01 23:23:39.465 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:39.466 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:39.485 4072 4072 W Java7Support: Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added 10-01 23:23:39.529 3623 3633 I .gms.persisten: Background concurrent copying GC freed 92957(8MB) AllocSpace objects, 45(996KB) LOS objects, 71% free, 4MB/16MB, paused 1.741ms total 240.246ms 10-01 23:23:39.536 4044 4044 E YouTube : flushBinderConnectionCallbacks is unverified on SDK 28 10-01 23:23:39.544 3623 3631 W System : A resource failed to call close. 10-01 23:23:39.616 1469 2762 W system_server: Long monitor contention with owner Binder:1469_5 (2021) at android.content.pm.PackageInfo com.android.server.pm.PackageManagerService.getPackageInfoInternal(java.lang.String , long, int, int, int)(PackageManagerService.java:4100) waiters=0 in int com.android.server.pm.PackageManagerService.getPackageUid(java.lang.String, int, int) for 123ms 10-01 23:23:39.623 2870 2945 E ActionsController: write setting failed 10-01 23:23:39.623 2870 2945 E ActionsController: java.lang.IllegalArgumentException: Unknown URL content://com.google.android.as.allapps.actionsettingprovider 10-01 23:23:39.623 2870 2945 E ActionsController: at android.content.ContentResolver.insert(ContentResolver.java:1583) 10-01 23:23:39.623 2870 2945 E ActionsController: at com.google.android.apps.nexuslauncher.allapps.d.handleMessage(SourceFile:268) 10-01 23:23:39.623 2870 2945 E ActionsController: at android.os.Handler.dispatchMessage(Handler.java:102) 10-01 23:23:39.623 2870 2945 E ActionsController: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:39.623 2870 2945 E ActionsController: at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:39.633 2162 2162 D SettingsActivity: Starting onCreate 10-01 23:23:39.634 3923 4011 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:39.634 3923 3923 V NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 0 10-01 23:23:39.637 4082 4175 I CrashlyticsCore: Initializing Crashlytics 2.6.4.27 10-01 23:23:39.684 536 536 I HwBinder:536_1: type=1400 audit(0.0:1239): avc: denied { write } for name="idle_time" dev="sysfs" ino=23645 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 10-01 23:23:39.684 536 536 I HwBinder:536_1: type=1400 audit(0.0:1240): avc: denied { open } for path="/sys/devices/virtual/graphics/fb0/idle_time" dev="sysfs" ino=23645 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 10-01 23:23:39.690 1907 1907 D StatusBar: disable<e i a s b h r c s > disable2<q i n > 10-01 23:23:39.692 4072 4072 V MediaRouter: Adding route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:39.707 2162 2162 D SettingsActivity: Starting to set activity title 10-01 23:23:39.707 2162 2162 D SettingsActivity: Done setting title 10-01 23:23:39.707 2162 2162 D SettingsActivity: Switching to fragment com.android.settings.sim.SimSettings 10-01 23:23:39.711 4072 4072 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:39.714 3510 3742 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs. 10-01 23:23:39.719 3510 3742 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs. 10-01 23:23:39.731 2162 2162 D SettingsActivity: Executed frag manager pendingTransactions 10-01 23:23:39.760 1469 3454 E UserRestrictionsUtils: Unknown restriction: no_config_sim 10-01 23:23:39.788 2162 4285 I DeviceIndex: Skipping: device index is not enabled 10-01 23:23:39.817 3852 3872 I Icing : Using regular flags by method 2 10-01 23:23:39.827 2162 2162 D SimSettings: isCallStateIdle true 10-01 23:23:39.771 1469 3454 I chatty : uid=1000(system) Binder:1469_12 identical 1 line 10-01 23:23:39.828 1469 3454 E UserRestrictionsUtils: Unknown restriction: no_config_sim 10-01 23:23:39.828 1469 2769 E UserRestrictionsUtils: Unknown restriction: no_config_sim 10-01 23:23:39.840 4143 4143 I MultiDex: VM with version 2.1.0 has multidex support 10-01 23:23:39.840 4143 4143 I MultiDex: install 10-01 23:23:39.840 4143 4143 I MultiDex: VM has multidex support, MultiDex support library is disabled. 10-01 23:23:39.844 1469 1799 E UserRestrictionsUtils: Unknown restriction: no_config_sim 10-01 23:23:39.844 3510 3742 E Finsky : [72] com.google.android.finsky.av.c.a(25): Unable to build selector: /storage/emulated/0/Download/marketenvs.csv (No such file or directory) 10-01 23:23:39.854 4055 4055 I CrashlyticsCore: Initializing Crashlytics 2.4.1.19 10-01 23:23:39.845 1469 1799 E UserRestrictionsUtils: Unknown restriction: no_config_sim 10-01 23:23:39.859 1469 2762 E UserRestrictionsUtils: Unknown restriction: no_config_sim 10-01 23:23:39.861 2162 4284 W TileUtils: Found com.android.settings.Settings$NotificationAppListActivity for intent Intent { act=com.android.settings.action.SETTINGS pkg=com.android.settings } missing metadata com.android.settings.category 10-01 23:23:39.867 3852 3852 E ChimeraProxyRslvr: Chimera config error: com.google.android.chimera.config.InvalidConfigException: No registered Chimera impl for ComponentInfo{com.google.android.gms/com.google.android.gms.update.SystemUpdateServ iceActiveReceiver} 10-01 23:23:39.867 3852 3852 E ChimeraRcvrProxy: com.google.android.gms.update.SystemUpdateServiceActiveReceiver dropping broadcast android.os.UpdateLock.UPDATE_LOCK_CHANGED 10-01 23:23:39.875 3510 3741 I Finsky : [71] com.google.android.finsky.dv.a.a.a.b(29): Triggered update for experiment package com.google.android.finsky.regular. 10-01 23:23:39.934 2162 2162 D SimSettings: isCallStateIdle true 10-01 23:23:39.952 4082 4298 I GAv4 : Google Analytics 12.4.51 is starting up. To enable debug logging on a device run: 10-01 23:23:39.952 4082 4298 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG 10-01 23:23:39.952 4082 4298 I GAv4 : adb logcat -s GAv4 10-01 23:23:39.957 3852 4310 I Authzen : [PermitStore] Getting all permits... 10-01 23:23:39.959 2162 4284 W TileUtils: Found com.android.systemui.tuner.TunerActivity for intent Intent { act=com.android.settings.action.EXTRA_SETTINGS } missing metadata 10-01 23:23:39.965 4044 4211 E YouTube : Failed delayed event dispatch, no dispatchers. 10-01 23:23:39.974 3852 4310 I Authzen : [hsm] Opening database auth.proximity.permit_store... 10-01 23:23:40.006 4055 4055 D NetworkSecurityConfig: No Network Security Config specified, using platform default 10-01 23:23:40.014 4143 4322 I Bugle : GServicesValues: 10-01 23:23:40.014 4143 4322 I Bugle : bugle_enable_primes_crash_metrics: true 10-01 23:23:40.014 4143 4322 I Bugle : bugle_max_telemetry_upload_retries: 10 10-01 23:23:40.014 4143 4322 I Bugle : bugle_sticker_set_list_version: 3 10-01 23:23:40.022 4143 4325 E .apps.messagin: The String#value field is not present on Android versions >= 6.0 10-01 23:23:40.041 4055 4055 I BibleApp: ****** onCreate 10-01 23:23:40.065 4143 4143 I CarrierServices: [2] jmr.register: Initializing Carrier Services Library. 10-01 23:23:40.066 4143 4143 W CarrierServices: Trying to log through cs.apk when it has not been initialized yet 10-01 23:23:39.863 1469 2762 E UserRestrictionsUtils: Unknown restriction: no_config_sim 10-01 23:23:40.069 1469 3454 E UserRestrictionsUtils: Unknown restriction: no_config_sim 10-01 23:23:40.069 2162 4284 W TileUtils: Ignoring icon tintable for ActivityInfo{4a93a0f com.google.android.gms.security.settings.VerifyAppsSettingsActivity} 10-01 23:23:40.071 2162 4284 W TileUtils: Ignoring icon tintable for ActivityInfo{2587a9c com.google.android.gms.security.settings.AdmSettingsActivity} 10-01 23:23:40.076 1907 1907 D StatusBar: disable<e i a s b h r c s > disable2<q i n > 10-01 23:23:40.118 1907 1907 D StatusBar: disable<e i a s b h r c s > disable2<q i n > 10-01 23:23:40.170 4082 4082 W yatsewidgetfre: Long monitor contention with owner Thread-11 (4244) at long android.content.res.ApkAssets.nativeLoad(java.lang.String, boolean, boolean, boolean)(ApkAssets.java:-2) waiters=0 in android.app.LoadedApk android.app.ActivityThread.getPackageInfo(android.content.pm.ApplicationInfo, android.content.res.CompatibilityInfo, java.lang.ClassLoader, boolean, boolean, boolean) for 209ms 10-01 23:23:40.176 4055 4352 I e : Running task (load-reference) 10-01 23:23:40.177 4055 4351 I e : Running task (update-saved-plan-ids) 10-01 23:23:40.179 1469 1604 I ActivityManager: Displayed com.android.settings/.Settings$SimSettingsActivity: +700ms 10-01 23:23:40.187 4055 4353 I e : Running task (bible-configuration) 10-01 23:23:40.188 4143 4143 I BugleBackup: Registering preference change listener for "bugle". 10-01 23:23:40.193 4055 4350 I e : Running task (update-subscription-ids) 10-01 23:23:40.257 4055 4055 I BibleApp: Crashlytics.start 10-01 23:23:40.257 4055 4055 D Instabug: Instabug not included 10-01 23:23:40.259 4143 4322 I BugleRcsEngine: [231] kot.a: Initializing SimStateTracker 10-01 23:23:40.261 4055 4352 I e : Took 85ms to run, 96ms total to execute (load-reference) 10-01 23:23:40.274 4143 4143 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization. 10-01 23:23:40.282 2162 4361 D SettingsActivity: No enabled state changed, skipping updateCategory call 10-01 23:23:40.285 4055 4371 I e : Running task (initialize-crashlytics) 10-01 23:23:40.291 3510 3741 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs. 10-01 23:23:40.302 3510 3741 I chatty : uid=10043(com.android.vending) AsyncTask #1 identical 1 line 10-01 23:23:40.303 3510 3741 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs. 10-01 23:23:40.304 3510 3741 I Finsky : [71] com.google.android.finsky.dv.a.a.a.b(62): Already at the latest configurations for experiment package com.google.android.finsky.regular. 10-01 23:23:40.305 3510 3742 W android.vendin: Long monitor contention with owner AsyncTask #1 (3741) at com.google.common.flogger.c com.google.common.flogger.c.a(java.lang.String)(SourceFile:1) waiters=0 in int com.google.android.finsky.dv.a.a.a.b() for 410ms 10-01 23:23:40.311 3923 3923 V NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 0 10-01 23:23:40.314 3923 4011 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:40.316 3510 3742 I Finsky : [72] com.google.android.finsky.dv.a.a.a.b(29): Triggered update for experiment package com.google.android.finsky.stable. 10-01 23:23:40.317 4044 4213 I android.youtub: The ClassLoaderContext is a special shared library. 10-01 23:23:40.318 4143 4143 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization. 10-01 23:23:40.318 4143 4143 D FirebaseApp: com.google.android.gms.measurement.AppMeasurement is not linked. Skipping initialization. 10-01 23:23:40.319 4143 4143 I FirebaseInitProvider: FirebaseApp initialization successful 10-01 23:23:40.328 4143 4143 I Bugle : Initializing EmojiCompat 10-01 23:23:40.333 560 2799 W SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen com.android.settings#0 10-01 23:23:40.333 560 2799 W SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen com.android.settings#0 10-01 23:23:40.343 4082 4201 W CrashlyticsCore: Firebase Analytics is not present; you will not see automatic logging of events before a crash occurs. 10-01 23:23:40.350 4143 4143 I Bugle : BugleApplicationBase: Bugle version: 3.5.053 (zither_rc22_hdpi.arm64-v8a.phone) 10-01 23:23:40.354 3852 3976 I Icing : Storage manager: low false usage 31.05MB avail 17.63GB capacity 23.49GB 10-01 23:23:40.355 4055 4371 I e : Took 70ms to run, 98ms total to execute (initialize-crashlytics) 10-01 23:23:40.370 4143 4143 E Bugle : P2pConversationSuggestionsUtils: Problem linking Smart Reply JNIs. 10-01 23:23:40.370 4143 4143 E Bugle : java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/system/app/PrebuiltBugle/PrebuiltBugle.apk"],nativeLibraryDirectories=[/system/ap p/PrebuiltBugle/lib/arm64, /system/app/PrebuiltBugle/PrebuiltBugle.apk!/lib/arm64- v8a, /system/lib64, /vendor/lib64, /system/lib64, /vendor/lib64]]] couldn't find "libhobbes_jni.so" 10-01 23:23:40.370 4143 4143 E Bugle : at java.lang.Runtime.loadLibrary0(Runtime.java:1012) 10-01 23:23:40.370 4143 4143 E Bugle : at java.lang.System.loadLibrary(System.java:1669) 10-01 23:23:40.370 4143 4143 E Bugle : at ekg.<clinit>(SourceFile:730) 10-01 23:23:40.370 4143 4143 E Bugle : at dpo.a(SourceFile:12) 10-01 23:23:40.370 4143 4143 E Bugle : at pwr.a(SourceFile:10) 10-01 23:23:40.370 4143 4143 E Bugle : at cae.aU(SourceFile:921) 10-01 23:23:40.370 4143 4143 E Bugle : at dmt.av(SourceFile:87) 10-01 23:23:40.370 4143 4143 E Bugle : at com.google.android.apps.messaging.go.BugleGoApplication.onCreate(SourceFile:5) 10-01 23:23:40.370 4143 4143 E Bugle : at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1154) 10-01 23:23:40.370 4143 4143 E Bugle : at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5871) 10-01 23:23:40.370 4143 4143 E Bugle : at android.app.ActivityThread.access$1100(ActivityThread.java:199) 10-01 23:23:40.370 4143 4143 E Bugle : at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650) 10-01 23:23:40.370 4143 4143 E Bugle : at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:40.370 4143 4143 E Bugle : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:40.370 4143 4143 E Bugle : at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:40.370 4143 4143 E Bugle : at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:40.370 4143 4143 E Bugle : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:40.370 4143 4143 E Bugle : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:40.372 4055 4353 I e : Took 184ms to run, 206ms total to execute (bible-configuration) 10-01 23:23:40.374 2969 2969 I StreamRenderer: cleanUpRendererScope(nowcards- 7ddf-db49) 10-01 23:23:40.379 3510 3554 I android.vendin: Waiting for a blocking GC ProfileSaver 10-01 23:23:40.386 1469 2770 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionEx ecutorImpl$EmptyService } to com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutor Impl$EmptyService from pid=4143 uid=10094 pkg=com.google.android.apps.messaging startFg?=false 10-01 23:23:40.386 4143 4143 W BugleDataModel: service started without protection. DataModel.startActionUnsafe is deprecated. class com.google.android.apps.messaging.shared.datamodel.action.RefreshNotificationsActio n-RefreshNotificationsAction:1538429020232003 10-01 23:23:40.387 4143 4143 W BugleDataModel: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionEx ecutorImpl$EmptyService }: app is in background uid UidRecord{dfd601a u0a94 RCVR idle change:uncached procs:1 seq(0,0,0)} 10-01 23:23:40.387 4143 4143 W BugleDataModel: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1577) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at android.app.ContextImpl.startService(ContextImpl.java:1532) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at android.content.ContextWrapper.startService(ContextWrapper.java:664) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.execution.ActionExecutorI mpl.a(SourceFile:28) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at cvs.a(SourceFile:85) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at cvs.a(SourceFile:47) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at cvh.b(SourceFile:72) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at cvh.a(SourceFile:36) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.common.ThrottledAction.sc hedule(SourceFile:56) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.RefreshNotificationsActio n.refreshNotifications(SourceFile:4) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.RefreshNotificationsActio n.refreshNotificationsSilently(SourceFile:12) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.receiver.BootAndPackageReplacedReceiver.on Receive(SourceFile:25) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3379) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at android.app.ActivityThread.access$1200(ActivityThread.java:199) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1661) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:40.387 4143 4143 W BugleDataModel: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:40.387 3510 3742 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs. 10-01 23:23:40.394 2969 3053 I PBSessionCacheImpl: Deleted sessionId[1870810162016] from persistence. 10-01 23:23:40.402 4072 4072 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:40.424 2969 2969 W SearchServiceCore: Abort, client detached. 10-01 23:23:40.425 2969 2969 I StreamController: cleanUpControllerScope(nowcards- 7ddf-db49) 10-01 23:23:40.426 4143 4400 I PrimesTesting: GserviceFlagsSupplier.get() 10-01 23:23:40.431 4055 4351 I e : Took 253ms to run, 271ms total to execute (update-saved-plan-ids) 10-01 23:23:40.434 4143 4322 W Bugle : BuglePhoneNumberUtils: canonicalizeMccMnc: invalid mccmnc. mcc: null, mnc: null 10-01 23:23:40.437 4055 4350 I e : Took 244ms to run, 279ms total to execute (update-subscription-ids) 10-01 23:23:40.447 4143 4360 W Bugle : ChatContentDecoratorGrpc: Instance created but no relevant features are enabled 10-01 23:23:40.447 4055 4419 I e : Running task (initialize) 10-01 23:23:40.450 4055 4429 I e : Running task (bible-install-task) 10-01 23:23:40.452 4055 4428 I e : Running task (stylesheet) 10-01 23:23:40.453 4055 4428 I e : Running task NOW (bible-configuration) 10-01 23:23:40.454 3923 3923 I NewAvrcpBrowsedPlayerWrapper: onConnected: org.leetzone.android.yatsewidgetfree is connected 10-01 23:23:40.454 3923 3923 D NewAvrcpBrowsablePlayerConnector: Browse player callback called: package=org.leetzone.android.yatsewidgetfree : status=0 10-01 23:23:40.454 3923 3923 D NewAvrcpBrowsedPlayerWrapper: disconnect: Disconnecting from org.leetzone.android.yatsewidgetfree 10-01 23:23:40.454 3923 3923 D NewAvrcpBrowsablePlayerConnector: Received a message: msg.what=1 10-01 23:23:40.454 3923 3923 I NewAvrcpBrowsablePlayerConnector: Checking root contents for org.leetzone.android.yatsewidgetfree 10-01 23:23:40.454 3923 3923 D NewAvrcpBrowsedPlayerWrapper: connect: Connecting to browsable player: org.leetzone.android.yatsewidgetfree 10-01 23:23:40.457 4143 4360 D NetworkSecurityConfig: No Network Security Config specified, using platform default 10-01 23:23:40.458 4055 4427 I e : Running task (initialize-bible-ref) 10-01 23:23:40.458 4055 4427 I e : Took 0ms to run, 18ms total to execute (initialize-bible-ref) 10-01 23:23:40.458 4055 4426 I e : Running task (extra-logging-test) 10-01 23:23:40.458 4055 4426 I e : Took 0ms to run, 19ms total to execute (extra-logging-test) 10-01 23:23:40.460 4055 4371 I e : Running task (reregister-alarms) 10-01 23:23:40.461 4055 4425 I e : Running task (check-gdpr-status) 10-01 23:23:40.464 3510 3742 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs. 10-01 23:23:40.464 3510 3742 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs. 10-01 23:23:40.464 3510 3742 I Finsky : [72] com.google.android.finsky.dv.a.a.a.b(62): Already at the latest configurations for experiment package com.google.android.finsky.stable. 10-01 23:23:40.471 4055 4371 I e : Took 11ms to run, 11ms total to execute (reregister-alarms) 10-01 23:23:40.471 4055 4424 I e : Running task (update-country) 10-01 23:23:40.471 4055 4424 I e : Took 0ms to run, 33ms total to execute (update-country) 10-01 23:23:40.478 4143 4402 D Bugle : Received firebase instance token: ddP_oyqdeP4:APA91bFhffzq_XwFob1Sfg3d0We_IMVt3COsIIdhtAtaFQ455UUDZDlQ9ex_9vA8GpqetHr zCK9IWISvOxaMsa-3-UWfcv0tLryZjCOq_8GMVRqF7NnVVishzrDCGKr568Ao5LGGZNZk 10-01 23:23:40.479 4055 4351 I e : Running task (invalidate-bible-audio- url) 10-01 23:23:40.487 4143 4322 I Bugle : Carrier configs loaded: Bundle[{remove_modify_call_capability=false, carrier_volte_provisioned_bool=false, disable_charge_indication_bool=false, httpSocketTimeout=60000, carrier_wfc_supports_wifi_only_bool=false, carrier_default_actions_on_default_network_available_string_array=[Ljava.lang.Strin g;@8800633, operator_selection_expand_bool=true, disable_cdma_activation_code_bool=false, simplified_network_settings_bool=false, call_barring_visibility_bool=false, enable_apps_string_array=null, carrier_default_wfc_ims_roaming_enabled_bool=false, cdma_nonroaming_networks_string_array=null, aliasMinChars=2, wfc_data_spn_format_idx_int=0, hide_sim_lock_settings_bool=false, drop_video_call_when_answering_audio_call_bool=false, ci_action_on_sys_update_bool=false, smsUsesSimpleCharactersOnly=false, convert_cdma_caller_id_mmi_codes_while_roaming_on_3gpp_bool=false, support_enhanced_call_blocking_bool=false, vvm_port_number_int=0, carrier_default_wfc_ims_enabled_bool=false, dial_string_replace_string_array=null, gsm_nonroaming_networks_string_array=null, hide_ims_apn_bool=false, vvm_destination_number_string=, dtmf_type_enabled_bool=false, allow_video_calling_fallback_bool=true, config_ims_package_override_string=null, smsToMmsTextThreshold=-1, disable_severe_when_extreme_disabled_bool=true, force_home_network_bool=false, enableSMSDeliveryReports=true, auto_retry_enabled_bool=false, transmit_static_image=false, play_call_recording_tone_bool=false, carrier_force_disable_etws_cmas_test_bool=false, allow_emergency_video_calls_bool=false, csp_enabled_bool=false, default_sim_call_manager_string=, call_forwarding_blocks_while_roaming_string_array=null, emergency_notification_delay_int=-1, support_video_conference_call_bool=true, ims_dtmf_tone_delay_int=0, show_signal_strength_in_sim_status_bool=true, data_rapid_notification_bool=true, carrier_instant_lettering_escaped_chars_string=, carrier_default_wfc_ims_roaming_mode_int=2, editable_wfc_mode_bool=true, support_direct_fdn_dialing_bool=false, carrier_wifi_string_array=null, treat_downgraded_video_calls_as_video_calls_bool=false, wifi_calls_can_be_hd_audio=true, support_downgrade_vt_to_audio_bool=true, notify_handover_video_from_lte_to_wifi_bool=false, use_otasp_for_provisioning_bool=false, always_play_remote_hold_tone_bool=false, maxMessageTextSize=-1, duration_blocking_disabled_after_emergency_int=7200, carrier_metered_roaming_apn_types_strings=[Ljava.lang.String;@ed85df0, show_video_call_charges_alert_dialog_bool=false, carrier_network_service_wlan_package_override_string=, show_apn_setting_cdma_bool=false, carrier_instant_lettering_length_limit_int=64, carrier_instant_lettering_invalid_chars_string=, carrier_setup_app_string=, editable_wfc_roaming_mode_bool=false, supportMmsContentDisposition=true, support_manage_ims_conference_call_bool=true, allow_non_emergency_calls_in_ecm_bool=true, carrier_data_service_wlan_package_override_string=, use_rcs_presence_bool=false, config_telephony_use_own_number_for_voicemail_bool=false, cdma_dtmf_tone_delay_int=100, editable_voicemail_number_bool=false, carrier_data_call_apn_retry_after_disconnect_long=10000, filtered_cnap_names_string_array=null, enabledTransID=false, aliasEnabled=false, vvm_disabled_capabilities_string_array=null, check_pricing_with_carrier_data_roaming_bool=false, ims_conference_size_limit_int=5, identify_high_definition_calls_in_call_log_bool=false, supportHttpCharsetHeader=false, allow_video_call_in_low_battery=true, vvm_prefetch_bool=true, hide_enhanced_4g_lte_bool=false, display_hd_audio_property_bool=true, has_in_call_noise_suppression_bool=false, enhanced_4g_lte_on_by_default_bool=true, data_limit_notification_bool=true, voicemail_notification_persistent_bool=false, carrier_default_actions_on_reset_string_array=[Ljava.lang.String;@65f4f69, world_phone_bool=true, ims_reasoninfo_mapping_string_array=null, default_vm_number_string=+491793000333, data_limit_threshold_bytes_long=-1, allowAttachAudio=true, ci_action_on_sys_update_extra_string=, ignore_sim_network_locked_events_bool=false, notify_i 10-01 23:23:40.491 3923 3923 I NewAvrcpBrowsedPlayerWrapper: onConnected: org.leetzone.android.yatsewidgetfree is connected 10-01 23:23:40.491 3923 3923 I NewAvrcpBrowsedPlayerWrapper: getFolderItems: Connected to browsable player: org.leetzone.android.yatsewidgetfree 10-01 23:23:40.498 4072 4072 E Spotify : [main] onGetRoot: IGNORING request from untrusted package com.android.bluetooth 10-01 23:23:40.502 3510 3544 I Finsky : [32] com.google.android.finsky.billing.iab.ak.b(29): org.leetzone.android.yatsewidgetfree: Account determined from installer data - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.503 3510 3544 I Finsky : [32] com.google.android.finsky.billing.iab.ak.b(32): org.leetzone.android.yatsewidgetfree: Account from preferred account - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.504 4055 4423 I e : Running task (downloads) 10-01 23:23:40.505 3510 3525 I android.vendin: CollectorTransition concurrent copying GC freed 63389(4MB) AllocSpace objects, 27(800KB) LOS objects, 81% free, 2MB/14MB, paused 203us total 315.736ms 10-01 23:23:40.505 3510 3554 I android.vendin: WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 125.875ms 10-01 23:23:40.519 4055 4422 I e : Running task (evaluate-network-speed) 10-01 23:23:40.552 4143 4143 I Bugle : BootAndPackageReplacedReceiver: run after reboot tasks 10-01 23:23:40.553 4055 4422 I e : Took 34ms to run, 116ms total to execute (evaluate-network-speed) 10-01 23:23:40.544 541 541 I HwBinder:541_1: type=1400 audit(0.0:1253): avc: denied { read } for scontext=u:r:hal_sensors_default:s0 tcontext=u:r:hal_sensors_default:s0 tclass=socket permissive=1 10-01 23:23:40.557 1469 2762 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionEx ecutorImpl$EmptyService } to com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutor Impl$EmptyService from pid=4143 uid=10094 pkg=com.google.android.apps.messaging startFg?=false 10-01 23:23:40.558 4143 4143 W BugleDataModel: service started without protection. DataModel.startActionUnsafe is deprecated. class com.google.android.apps.messaging.shared.datamodel.action.ExpireWapPushSiMessageAct ion-ExpireWapPushSiMessageAction:1538429020232007 10-01 23:23:40.558 4143 4143 W BugleDataModel: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionEx ecutorImpl$EmptyService }: app is in background uid UidRecord{dfd601a u0a94 RCVR idle change:uncached procs:1 seq(0,0,0)} 10-01 23:23:40.558 4143 4143 W BugleDataModel: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1577) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at android.app.ContextImpl.startService(ContextImpl.java:1532) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at android.content.ContextWrapper.startService(ContextWrapper.java:664) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.execution.ActionExecutorI mpl.a(SourceFile:28) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at cvs.a(SourceFile:85) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at cvs.a(SourceFile:47) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at cvs.a(SourceFile:76) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.common.Action.startAction ForReceiver(SourceFile:54) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.common.Action.startAction ForReceiver(SourceFile:49) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.ExpireWapPushSiMessageAct ion.startRemovingExpiredMessages(SourceFile:4) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.receiver.BootAndPackageReplacedReceiver.a( SourceFile:167) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.receiver.BootAndPackageReplacedReceiver.on Receive(SourceFile:52) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3379) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at android.app.ActivityThread.access$1200(ActivityThread.java:199) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1661) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:40.558 4143 4143 W BugleDataModel: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:40.559 4055 4425 I e : Took 98ms to run, 120ms total to execute (check-gdpr-status) 10-01 23:23:40.560 4143 4143 V BugleUsageStatistics: Recurring telemetry won't run; already updated today, scheduled in 73894740ms 10-01 23:23:40.567 3510 4440 I Finsky : [85] com.google.android.finsky.billing.iab.ak.b(29): org.leetzone.android.yatsewidgetfree: Account determined from installer data - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.568 3510 4440 I Finsky : [85] com.google.android.finsky.billing.iab.ak.b(32): org.leetzone.android.yatsewidgetfree: Account from preferred account - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.568 4143 4143 W BugleDataModel: service started without protection. DataModel.startActionUnsafe is deprecated. class com.google.android.apps.messaging.shared.datamodel.action.CountryCodeDetectorAction -CountryCodeDetectorAction:1538429020232008 10-01 23:23:40.569 4143 4143 W BugleDataModel: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionEx ecutorImpl$EmptyService }: app is in background uid UidRecord{dfd601a u0a94 CEM idle change:cached procs:2 seq(0,0,0)} 10-01 23:23:40.569 4143 4143 W BugleDataModel: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1577) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at android.app.ContextImpl.startService(ContextImpl.java:1532) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at android.content.ContextWrapper.startService(ContextWrapper.java:664) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.execution.ActionExecutorI mpl.a(SourceFile:28) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at cvs.a(SourceFile:85) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at cvs.a(SourceFile:47) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at cvh.b(SourceFile:72) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at cvh.a(SourceFile:36) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.common.ThrottledAction.sc hedule(SourceFile:56) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at ckg.a(SourceFile:3) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at ebi.a(SourceFile:87) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at ebm.onReceive(SourceFile:6) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0(LoadedApk.java:1 391) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at android.app.-$ $Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA.run(Unknown Source:2) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:40.569 4143 4143 W BugleDataModel: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:40.569 4143 4143 I Bugle : Carrier config changed. Reloading MMS config. 10-01 23:23:40.574 4143 4143 I BugleRcs: RcsAvailability: updating 10-01 23:23:40.579 4055 4350 I e : Running task (messaging-register) 10-01 23:23:40.579 4055 4427 I e : Running task (sync-votd-settings) 10-01 23:23:40.582 3510 4440 I Finsky : [85] com.google.android.finsky.billing.iab.ak.b(29): org.leetzone.android.yatsewidgetfree: Account determined from installer data - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.582 3510 4440 I Finsky : [85] com.google.android.finsky.billing.iab.ak.b(32): org.leetzone.android.yatsewidgetfree: Account from preferred account - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.586 4055 4351 I e : Took 107ms to run, 108ms total to execute (invalidate-bible-audio-url) 10-01 23:23:40.592 4082 4179 D OpenGLRenderer: Skia GL Pipeline 10-01 23:23:40.594 4143 4360 W Bugle : BuglePhoneNumberUtils: canonicalizeMccMnc: invalid mccmnc. mcc: null, mnc: null 10-01 23:23:40.567 1469 2762 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionEx ecutorImpl$EmptyService } to com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutor Impl$EmptyService from pid=4143 uid=10094 pkg=com.google.android.apps.messaging startFg?=false 10-01 23:23:40.599 1469 1588 I ActivityManager: Start proc 4459:com.google.android.apps.messaging:rcs/u0a94 for broadcast com.google.android.apps.messaging/com.google.android.ims.receiver.AutoStartReceiver 10-01 23:23:40.600 4055 4429 I e : Took 150ms to run, 159ms total to execute (bible-install-task) 10-01 23:23:40.600 4055 4428 I e : Took 147ms to run NOW, 147ms total to execute (bible-configuration) 10-01 23:23:40.601 4055 4428 I e : Took 149ms to run, 161ms total to execute (stylesheet) 10-01 23:23:40.601 4055 4350 I e : Took 22ms to run, 29ms total to execute (messaging-register) 10-01 23:23:40.607 4459 4459 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:40.607 4055 4427 I e : Took 28ms to run, 35ms total to execute (sync-votd-settings) 10-01 23:23:40.608 4055 4426 I e : Running task (configure-thirdparty) 10-01 23:23:40.608 4055 4426 E FlurryAgent: Listener cannot be null 10-01 23:23:40.610 4055 4423 I e : Took 106ms to run, 172ms total to execute (downloads) 10-01 23:23:40.610 4143 4360 I Bugle : Carrier configs loaded: Bundle[{remove_modify_call_capability=false, carrier_volte_provisioned_bool=false, disable_charge_indication_bool=false, httpSocketTimeout=60000, carrier_wfc_supports_wifi_only_bool=false, carrier_default_actions_on_default_network_available_string_array=[Ljava.lang.Strin g;@b23638, operator_selection_expand_bool=true, disable_cdma_activation_code_bool=false, simplified_network_settings_bool=false, call_barring_visibility_bool=false, enable_apps_string_array=null, carrier_default_wfc_ims_roaming_enabled_bool=false, cdma_nonroaming_networks_string_array=null, aliasMinChars=2, wfc_data_spn_format_idx_int=0, hide_sim_lock_settings_bool=false, drop_video_call_when_answering_audio_call_bool=false, ci_action_on_sys_update_bool=false, smsUsesSimpleCharactersOnly=false, convert_cdma_caller_id_mmi_codes_while_roaming_on_3gpp_bool=false, support_enhanced_call_blocking_bool=false, vvm_port_number_int=0, carrier_default_wfc_ims_enabled_bool=false, dial_string_replace_string_array=null, gsm_nonroaming_networks_string_array=null, hide_ims_apn_bool=false, vvm_destination_number_string=, dtmf_type_enabled_bool=false, allow_video_calling_fallback_bool=true, config_ims_package_override_string=null, smsToMmsTextThreshold=-1, disable_severe_when_extreme_disabled_bool=true, force_home_network_bool=false, enableSMSDeliveryReports=true, auto_retry_enabled_bool=false, transmit_static_image=false, play_call_recording_tone_bool=false, carrier_force_disable_etws_cmas_test_bool=false, allow_emergency_video_calls_bool=false, csp_enabled_bool=false, default_sim_call_manager_string=, call_forwarding_blocks_while_roaming_string_array=null, emergency_notification_delay_int=-1, support_video_conference_call_bool=true, ims_dtmf_tone_delay_int=0, show_signal_strength_in_sim_status_bool=true, data_rapid_notification_bool=true, carrier_instant_lettering_escaped_chars_string=, carrier_default_wfc_ims_roaming_mode_int=2, editable_wfc_mode_bool=true, support_direct_fdn_dialing_bool=false, carrier_wifi_string_array=null, treat_downgraded_video_calls_as_video_calls_bool=false, wifi_calls_can_be_hd_audio=true, support_downgrade_vt_to_audio_bool=true, notify_handover_video_from_lte_to_wifi_bool=false, use_otasp_for_provisioning_bool=false, always_play_remote_hold_tone_bool=false, maxMessageTextSize=-1, duration_blocking_disabled_after_emergency_int=7200, carrier_metered_roaming_apn_types_strings=[Ljava.lang.String;@fb65611, show_video_call_charges_alert_dialog_bool=false, carrier_network_service_wlan_package_override_string=, show_apn_setting_cdma_bool=false, carrier_instant_lettering_length_limit_int=64, carrier_instant_lettering_invalid_chars_string=, carrier_setup_app_string=, editable_wfc_roaming_mode_bool=false, supportMmsContentDisposition=true, support_manage_ims_conference_call_bool=true, allow_non_emergency_calls_in_ecm_bool=true, carrier_data_service_wlan_package_override_string=, use_rcs_presence_bool=false, config_telephony_use_own_number_for_voicemail_bool=false, cdma_dtmf_tone_delay_int=100, editable_voicemail_number_bool=false, carrier_data_call_apn_retry_after_disconnect_long=10000, filtered_cnap_names_string_array=null, enabledTransID=false, aliasEnabled=false, vvm_disabled_capabilities_string_array=null, check_pricing_with_carrier_data_roaming_bool=false, ims_conference_size_limit_int=5, identify_high_definition_calls_in_call_log_bool=false, supportHttpCharsetHeader=false, allow_video_call_in_low_battery=true, vvm_prefetch_bool=true, hide_enhanced_4g_lte_bool=false, display_hd_audio_property_bool=true, has_in_call_noise_suppression_bool=false, enhanced_4g_lte_on_by_default_bool=true, data_limit_notification_bool=true, voicemail_notification_persistent_bool=false, carrier_default_actions_on_reset_string_array=[Ljava.lang.String;@1020376, world_phone_bool=true, ims_reasoninfo_mapping_string_array=null, default_vm_number_string=+491793000333, data_limit_threshold_bytes_long=-1, allowAttachAudio=true, ci_action_on_sys_update_extra_string=, ignore_sim_network_locked_events_bool=false, notify_in 10-01 23:23:40.614 4143 4322 D Bugle : Register Phenotype flag override receiver 10-01 23:23:40.617 4055 4055 E ccl_VideoCastManager: [vnull] No VideoCastManager instance was found, did you forget to initialize it? 10-01 23:23:40.617 4055 4055 E MediaService: Error registering cast consumer : No VideoCastManager instance was found, did you forget to initialize it? 10-01 23:23:40.620 4143 4341 W BugleRcs: couldn't get package info for carrier services package with name com.google.android.ims 10-01 23:23:40.628 3510 4440 I Finsky : [85] com.google.android.finsky.billing.iab.ak.b(29): org.leetzone.android.yatsewidgetfree: Account determined from installer data - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.629 3510 4440 I Finsky : [85] com.google.android.finsky.billing.iab.ak.b(32): org.leetzone.android.yatsewidgetfree: Account from preferred account - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.636 4055 4055 V MediaRouter: Adding route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:40.640 4143 4341 W BugleRcs: android.content.pm.PackageManager$NameNotFoundException: com.google.android.ims 10-01 23:23:40.640 4143 4341 W BugleRcs: at android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManage r.java:181) 10-01 23:23:40.640 4143 4341 W BugleRcs: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java :152) 10-01 23:23:40.640 4143 4341 W BugleRcs: at env.<init>(SourceFile:18) 10-01 23:23:40.640 4143 4341 W BugleRcs: at env.a(SourceFile:3) 10-01 23:23:40.640 4143 4341 W BugleRcs: at hik.a(SourceFile:191) 10-01 23:23:40.640 4143 4341 W BugleRcs: at efu.doInBackground(SourceFile:28) 10-01 23:23:40.640 4143 4341 W BugleRcs: at android.os.AsyncTask$2.call(AsyncTask.java:333) 10-01 23:23:40.640 4143 4341 W BugleRcs: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 10-01 23:23:40.640 4143 4341 W BugleRcs: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:40.640 4143 4341 W BugleRcs: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:40.640 4143 4341 W BugleRcs: at java.lang.Thread.run(Thread.java:764) 10-01 23:23:40.640 4143 4341 I BugleRcs: RcsAvailability: No minimum Cs.apk version is set, not checking Cs.apk version 10-01 23:23:40.648 4055 4055 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:40.648 3923 3923 I NewAvrcpBrowsedPlayerWrapper: onConnected: com.spotify.music is connected 10-01 23:23:40.648 3923 3923 D NewAvrcpBrowsablePlayerConnector: Browse player callback called: package=com.spotify.music : status=0 10-01 23:23:40.648 3923 3923 D NewAvrcpBrowsedPlayerWrapper: disconnect: Disconnecting from com.spotify.music 10-01 23:23:40.648 3923 3923 D NewAvrcpBrowsablePlayerConnector: Received a message: msg.what=1 10-01 23:23:40.648 3923 3923 I NewAvrcpBrowsablePlayerConnector: Checking root contents for com.spotify.music 10-01 23:23:40.648 3923 3923 D NewAvrcpBrowsedPlayerWrapper: connect: Connecting to browsable player: com.spotify.music 10-01 23:23:40.649 3852 4468 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.apps.messaging componentName=null serviceId=32 10-01 23:23:40.650 4143 4325 W Bugle : BuglePhoneNumberUtils: canonicalizeMccMnc: invalid mccmnc. mcc: null, mnc: null 10-01 23:23:40.654 711 711 I msm_irqbalance: type=1400 audit(0.0:1254): avc: denied { read write } for name="smp_affinity" dev="proc" ino=4026533782 scontext=u:r:init:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=1 10-01 23:23:40.654 711 711 I msm_irqbalance: type=1400 audit(0.0:1255): avc: denied { open } for path="/proc/irq/179/smp_affinity" dev="proc" ino=4026533782 scontext=u:r:init:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=1 10-01 23:23:40.654 711 711 I msm_irqbalance: type=1400 audit(0.0:1256): avc: denied { getattr } for path="/proc/irq/179/smp_affinity" dev="proc" ino=4026533782 scontext=u:r:init:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=1 10-01 23:23:40.654 711 711 I msm_irqbalance: type=1400 audit(0.0:1257): avc: denied { write } for name="def_timer_ms" dev="sysfs" ino=33607 scontext=u:r:init:s0 tcontext=u:object_r:sysfs_devices_system_cpu:s0 tclass=file permissive=1 10-01 23:23:40.656 3923 3923 V NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 1 10-01 23:23:40.658 3923 3923 D NewAvrcpMediaPlayerList: onActiveSessionsChanged: controller: com.spotify.music 10-01 23:23:40.659 3923 4011 W Avrcp : playState object null, sending STOPPED 10-01 23:23:40.659 4143 4325 I Bugle : Carrier configs loaded: Bundle[{remove_modify_call_capability=false, carrier_volte_provisioned_bool=false, disable_charge_indication_bool=false, httpSocketTimeout=60000, carrier_wfc_supports_wifi_only_bool=false, carrier_default_actions_on_default_network_available_string_array=[Ljava.lang.Strin g;@6ede3fe, operator_selection_expand_bool=true, disable_cdma_activation_code_bool=false, simplified_network_settings_bool=false, call_barring_visibility_bool=false, enable_apps_string_array=null, carrier_default_wfc_ims_roaming_enabled_bool=false, cdma_nonroaming_networks_string_array=null, aliasMinChars=2, wfc_data_spn_format_idx_int=0, hide_sim_lock_settings_bool=false, drop_video_call_when_answering_audio_call_bool=false, ci_action_on_sys_update_bool=false, smsUsesSimpleCharactersOnly=false, convert_cdma_caller_id_mmi_codes_while_roaming_on_3gpp_bool=false, support_enhanced_call_blocking_bool=false, vvm_port_number_int=0, carrier_default_wfc_ims_enabled_bool=false, dial_string_replace_string_array=null, gsm_nonroaming_networks_string_array=null, hide_ims_apn_bool=false, vvm_destination_number_string=, dtmf_type_enabled_bool=false, allow_video_calling_fallback_bool=true, config_ims_package_override_string=null, smsToMmsTextThreshold=-1, disable_severe_when_extreme_disabled_bool=true, force_home_network_bool=false, enableSMSDeliveryReports=true, auto_retry_enabled_bool=false, transmit_static_image=false, play_call_recording_tone_bool=false, carrier_force_disable_etws_cmas_test_bool=false, allow_emergency_video_calls_bool=false, csp_enabled_bool=false, default_sim_call_manager_string=, call_forwarding_blocks_while_roaming_string_array=null, emergency_notification_delay_int=-1, support_video_conference_call_bool=true, ims_dtmf_tone_delay_int=0, show_signal_strength_in_sim_status_bool=true, data_rapid_notification_bool=true, carrier_instant_lettering_escaped_chars_string=, carrier_default_wfc_ims_roaming_mode_int=2, editable_wfc_mode_bool=true, support_direct_fdn_dialing_bool=false, carrier_wifi_string_array=null, treat_downgraded_video_calls_as_video_calls_bool=false, wifi_calls_can_be_hd_audio=true, support_downgrade_vt_to_audio_bool=true, notify_handover_video_from_lte_to_wifi_bool=false, use_otasp_for_provisioning_bool=false, always_play_remote_hold_tone_bool=false, maxMessageTextSize=-1, duration_blocking_disabled_after_emergency_int=7200, carrier_metered_roaming_apn_types_strings=[Ljava.lang.String;@335a75f, show_video_call_charges_alert_dialog_bool=false, carrier_network_service_wlan_package_override_string=, show_apn_setting_cdma_bool=false, carrier_instant_lettering_length_limit_int=64, carrier_instant_lettering_invalid_chars_string=, carrier_setup_app_string=, editable_wfc_roaming_mode_bool=false, supportMmsContentDisposition=true, support_manage_ims_conference_call_bool=true, allow_non_emergency_calls_in_ecm_bool=true, carrier_data_service_wlan_package_override_string=, use_rcs_presence_bool=false, config_telephony_use_own_number_for_voicemail_bool=false, cdma_dtmf_tone_delay_int=100, editable_voicemail_number_bool=false, carrier_data_call_apn_retry_after_disconnect_long=10000, filtered_cnap_names_string_array=null, enabledTransID=false, aliasEnabled=false, vvm_disabled_capabilities_string_array=null, check_pricing_with_carrier_data_roaming_bool=false, ims_conference_size_limit_int=5, identify_high_definition_calls_in_call_log_bool=false, supportHttpCharsetHeader=false, allow_video_call_in_low_battery=true, vvm_prefetch_bool=true, hide_enhanced_4g_lte_bool=false, display_hd_audio_property_bool=true, has_in_call_noise_suppression_bool=false, enhanced_4g_lte_on_by_default_bool=true, data_limit_notification_bool=true, voicemail_notification_persistent_bool=false, carrier_default_actions_on_reset_string_array=[Ljava.lang.String;@95165ac, world_phone_bool=true, ims_reasoninfo_mapping_string_array=null, default_vm_number_string=+491793000333, data_limit_threshold_bytes_long=-1, allowAttachAudio=true, ci_action_on_sys_update_extra_string=, ignore_sim_network_locked_events_bool=false, notify_i 10-01 23:23:40.660 3923 4011 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:40.662 4459 4459 E s.messaging:rc: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:40.663 3923 3923 I NewAvrcpMediaPlayerList: Adding wrapped media player: com.spotify.music at key: 1 10-01 23:23:40.663 4112 4348 W egram.messenge: Long monitor contention with owner main (4112) at boolean java.io.UnixFileSystem.checkAccess0(java.io.File, int) (UnixFileSystem.java:-2) waiters=0 in org.telegram.messenger.LocaleController org.telegram.messenger.LocaleController.getInstance() for 269ms 10-01 23:23:40.670 3510 3544 I Finsky : [32] com.google.android.finsky.billing.iab.ak.b(29): org.leetzone.android.yatsewidgetfree: Account determined from installer data - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.671 3510 3544 I Finsky : [32] com.google.android.finsky.billing.iab.ak.b(32): org.leetzone.android.yatsewidgetfree: Account from preferred account - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.671 4055 4055 I MediaRouter: Found default route: MediaRouter.RouteInfo{ uniqueId=android/.support.v7.f.o:DEFAULT_ROUTE, name=Phone, description=null, iconUri=null, enabled=true, connecting=false, connectionState=0, canDisconnect=false, playbackType=0, playbackStream=3, deviceType=0, volumeHandling=1, volume=7, volumeMax=15, presentationDisplayId=-1, extras=null, settingsIntent=null, providerPackageName=android } 10-01 23:23:40.672 4055 4055 I MediaRouter: Unselecting the current route because it is no longer selectable: null 10-01 23:23:40.674 4143 4341 I BugleRcs: RcsAvailability: MSIM Rcs disabled because ENABLE_RCS_MULTISIM_V0 disabled 10-01 23:23:40.674 4143 4341 I BugleRcs: RcsAvailability: updated: RCS is disabled because the device has multiple SIM slots 10-01 23:23:40.684 4044 4331 W PrimesInit: Primes instant initialization 10-01 23:23:40.686 3510 3544 I Finsky : [32] com.google.android.finsky.billing.iab.ak.b(29): org.leetzone.android.yatsewidgetfree: Account determined from installer data - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.686 3510 3544 I Finsky : [32] com.google.android.finsky.billing.iab.ak.b(32): org.leetzone.android.yatsewidgetfree: Account from preferred account - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.688 3923 3923 D NewAvrcpBrowsedPlayerWrapper: onChildrenLoaded: mediaId=Yatse size= 5 10-01 23:23:40.688 3923 3923 D NewAvrcpBrowsedPlayerWrapper: onChildrenLoaded: Child="MediaItem{mFlags=1, mDescription=Recently added, null, null}", ID="browse_recent_added" 10-01 23:23:40.688 3923 3923 D NewAvrcpBrowsedPlayerWrapper: onChildrenLoaded: Child="MediaItem{mFlags=1, mDescription=Recently played, null, null}", ID="browse_recent_played" 10-01 23:23:40.688 3923 3923 D NewAvrcpBrowsedPlayerWrapper: onChildrenLoaded: Child="MediaItem{mFlags=1, mDescription=Artists, null, null}", ID="browse_artists" 10-01 23:23:40.688 3923 3923 D NewAvrcpBrowsedPlayerWrapper: onChildrenLoaded: Child="MediaItem{mFlags=1, mDescription=Albums, null, null}", ID="browse_albums" 10-01 23:23:40.688 3923 3923 D NewAvrcpBrowsedPlayerWrapper: onChildrenLoaded: Child="MediaItem{mFlags=1, mDescription=Media Center, , null}", ID="browse_media_center" 10-01 23:23:40.688 3923 3923 D NewAvrcpBrowsedPlayerWrapper: disconnect: Disconnecting from org.leetzone.android.yatsewidgetfree 10-01 23:23:40.688 3923 3923 D NewAvrcpBrowsablePlayerConnector: Received a message: msg.what=0 10-01 23:23:40.688 3923 3923 I NewAvrcpBrowsablePlayerConnector: Successfully added package to results: org.leetzone.android.yatsewidgetfree 10-01 23:23:40.696 3510 3544 I Finsky : [32] com.google.android.finsky.billing.iab.ak.b(29): org.leetzone.android.yatsewidgetfree: Account determined from installer data - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.696 3510 3544 I Finsky : [32] com.google.android.finsky.billing.iab.ak.b(32): org.leetzone.android.yatsewidgetfree: Account from preferred account - [xrm7tR3eV3HzAnl86j7UA_V7edY] 10-01 23:23:40.710 4143 4143 I BugleRcs: RcsAvailability: Broadcast disable RCS for RCS is disabled because the device has multiple SIM slots 10-01 23:23:40.716 4055 4055 I ReaderNavigationViewMod: REFERENCE = REFERENCE JHN.1 - 73 10-01 23:23:40.722 4055 4495 I e : Running task (load-version) 10-01 23:23:40.725 4143 4143 W BugleRcsEngine: [2] ksk.j: Carrier Services Apk was not found. 10-01 23:23:40.725 4143 4143 I BugleRcsEngine: [2] ksk.a: Cannot get service version because CS.apk was not found, not pre-loaded or disabled. 10-01 23:23:40.726 4072 4072 E Spotify : [main] onGetRoot: IGNORING request from untrusted package com.android.bluetooth 10-01 23:23:40.726 4143 4143 W BugleRcsEngine: [2] ksk.a: Service with meta data key: JibeServiceApiVersions is not compatible. Service Version 1 is not supported. Supported versions: [] 10-01 23:23:40.726 4143 4143 I BugleRcsEngine: [2] ksk.c: Not using CS JibeService because it is not compatible with AM. 10-01 23:23:40.727 3923 3923 I NewAvrcpBrowsedPlayerWrapper: onConnected: com.spotify.music is connected 10-01 23:23:40.727 3923 3923 I NewAvrcpBrowsedPlayerWrapper: getFolderItems: Connected to browsable player: com.spotify.music 10-01 23:23:40.730 4143 4455 I BugleDataModel: ExpireWapPushSiMessageAction 10-01 23:23:40.731 3923 3923 D NewAvrcpBrowsedPlayerWrapper: onChildrenLoaded: mediaId=spotify_media_browser_root_empty size= 0 10-01 23:23:40.731 3923 3923 D NewAvrcpBrowsedPlayerWrapper: disconnect: Disconnecting from com.spotify.music 10-01 23:23:40.733 4055 4426 I e : Took 125ms to run, 125ms total to execute (configure-thirdparty) 10-01 23:23:40.771 4055 4495 I a : Using file location: external 10-01 23:23:40.800 4044 4500 W Primes : background initialization 10-01 23:23:40.810 4459 4459 I MultiDex: VM with version 2.1.0 has multidex support 10-01 23:23:40.811 4459 4459 I MultiDex: install 10-01 23:23:40.811 4459 4459 I MultiDex: VM has multidex support, MultiDex support library is disabled. 10-01 23:23:40.832 4112 4318 D OpenGLRenderer: Skia GL Pipeline 10-01 23:23:40.832 4459 4459 I Bugle : Initializing EmojiCompat 10-01 23:23:40.833 4055 4495 I e : Took 111ms to run, 117ms total to execute (load-version) 10-01 23:23:40.852 3623 3743 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.gms], packageName=null] 10-01 23:23:40.862 4055 4371 I e : Running task (update-all-plan-widgets) 10-01 23:23:40.862 4055 4371 I e : Took 0ms to run, 0ms total to execute (update-all-plan-widgets) 10-01 23:23:40.866 4055 4055 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:40.867 4044 4213 W android.youtub: Unsupported class loader 10-01 23:23:40.871 3923 3923 I NewAvrcpBrowsedPlayerWrapper: onConnected: com.sirma.mobile.bible.android is connected 10-01 23:23:40.872 3923 3923 D NewAvrcpBrowsablePlayerConnector: Browse player callback called: package=com.sirma.mobile.bible.android : status=0 10-01 23:23:40.872 3923 3923 D NewAvrcpBrowsedPlayerWrapper: disconnect: Disconnecting from com.sirma.mobile.bible.android 10-01 23:23:40.872 3923 3923 D NewAvrcpBrowsablePlayerConnector: Received a message: msg.what=1 10-01 23:23:40.872 3923 3923 I NewAvrcpBrowsablePlayerConnector: Checking root contents for com.sirma.mobile.bible.android 10-01 23:23:40.872 3923 3923 D NewAvrcpBrowsedPlayerWrapper: connect: Connecting to browsable player: com.sirma.mobile.bible.android 10-01 23:23:40.883 4459 4525 E s.messaging:rc: The String#value field is not present on Android versions >= 6.0 10-01 23:23:40.894 4459 4524 I Bugle : GServicesValues: 10-01 23:23:40.894 4459 4524 I Bugle : bugle_enable_primes_crash_metrics: true 10-01 23:23:40.894 4459 4524 I Bugle : bugle_max_telemetry_upload_retries: 10 10-01 23:23:40.894 4459 4524 I Bugle : bugle_sticker_set_list_version: 3 10-01 23:23:40.901 4055 4055 D AppsFlyer_4.8.3: Initializing AppsFlyer SDK: (v4.8.3.344) 10-01 23:23:40.901 4044 4500 I PrimesTesting: GserviceFlagsSupplier.get() 10-01 23:23:40.903 469 469 W /vendor/bin/hw/[email protected] service: Not performing software digesting for symmetric cipher keys 10-01 23:23:40.909 469 469 I chatty : uid=1000(system) [email protected] identical 4 lines 10-01 23:23:40.909 469 469 W /vendor/bin/hw/[email protected] service: Not performing software digesting for symmetric cipher keys 10-01 23:23:40.921 4055 4055 I a : onUserChanged 10-01 23:23:40.922 4055 4422 I e : Running task (thirdparty-user-setup- firebase) 10-01 23:23:40.922 4055 4351 I e : Running task (thirdparty-user-setup- appsflyer) 10-01 23:23:40.922 4055 4422 I e : Took 0ms to run, 0ms total to execute (thirdparty-user-setup-firebase) 10-01 23:23:40.922 4055 4422 I e : Running task (thirdparty-user-setup- appboy) 10-01 23:23:40.923 4055 4351 I e : Took 1ms to run, 1ms total to execute (thirdparty-user-setup-appsflyer) 10-01 23:23:40.923 4055 4351 I e : Running task (update-version-navigation) 10-01 23:23:40.925 4459 4459 W BugleStartup: StartupHandler: ContentProvider startup tasks did not execute before Application onCreate(), executed in onApplicationCreated(). 10-01 23:23:40.925 4055 4429 I e : Running task (update-navigation-labels) 10-01 23:23:40.926 4055 4055 E ccl_VideoCastManager: [vnull] No VideoCastManager instance was found, did you forget to initialize it? 10-01 23:23:40.926 4055 4429 I e : Took 1ms to run, 3ms total to execute (update-navigation-labels) 10-01 23:23:40.926 4055 4055 W MediaService: Error removing cast video consumer : No VideoCastManager instance was found, did you forget to initialize it? 10-01 23:23:40.928 4459 4459 I Bugle : BugleApplicationBase: Bugle version: 3.5.053 (zither_rc22_hdpi.arm64-v8a.phone) 10-01 23:23:40.928 3923 3923 V NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 1 10-01 23:23:40.928 3923 3923 D NewAvrcpMediaPlayerList: onActiveSessionsChanged: controller: com.spotify.music 10-01 23:23:40.929 3923 3923 D NewAvrcpMediaPlayerList: Already have a controller for the player: com.spotify.music, updating instead 10-01 23:23:40.929 4055 4055 E ccl_VideoCastManager: [vnull] No VideoCastManager instance was found, did you forget to initialize it? 10-01 23:23:40.929 4055 4055 E MediaService: Error registering cast consumer : No VideoCastManager instance was found, did you forget to initialize it? 10-01 23:23:40.931 3923 4011 W Avrcp : playState object null, sending STOPPED 10-01 23:23:40.932 3923 4011 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:40.932 4044 4363 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 10-01 23:23:40.942 3923 3923 V NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 1 10-01 23:23:40.943 3923 3923 D NewAvrcpMediaPlayerList: onActiveSessionsChanged: controller: com.spotify.music 10-01 23:23:40.943 3923 3923 D NewAvrcpMediaPlayerList: Already have a controller for the player: com.spotify.music, updating instead 10-01 23:23:40.944 3923 4011 W Avrcp : playState object null, sending STOPPED 10-01 23:23:40.946 4055 4351 I a : Using file location: external 10-01 23:23:40.947 3923 4011 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:40.966 3623 3904 W .gms.persisten: Long monitor contention with owner main (3623) at boolean android.os.BinderProxy.transactNative(int, android.os.Parcel, android.os.Parcel, int)(Binder.java:-2) waiters=1 in eli eax.B() for 156ms 10-01 23:23:40.968 3923 3923 V NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 1 10-01 23:23:40.968 3923 3923 D NewAvrcpMediaPlayerList: onActiveSessionsChanged: controller: com.spotify.music 10-01 23:23:40.968 3923 3923 D NewAvrcpMediaPlayerList: Already have a controller for the player: com.spotify.music, updating instead 10-01 23:23:40.969 3923 4011 W Avrcp : playState object null, sending STOPPED 10-01 23:23:40.970 3923 4011 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:40.977 3923 3923 I NewAvrcpBrowsedPlayerWrapper: onConnected: com.sirma.mobile.bible.android is connected 10-01 23:23:40.977 3923 3923 I NewAvrcpBrowsedPlayerWrapper: getFolderItems: Connected to browsable player: com.sirma.mobile.bible.android 10-01 23:23:40.977 4055 4351 I e : Took 54ms to run, 54ms total to execute (update-version-navigation) 10-01 23:23:40.978 4055 4544 I e : Running task (version-73) 10-01 23:23:40.978 4055 4544 I e : Took 0ms to run, 56ms total to execute (version-73) 10-01 23:23:40.979 3923 3923 D NewAvrcpBrowsedPlayerWrapper: onChildrenLoaded: mediaId=nuclei-media:// size= 0 10-01 23:23:40.979 3923 3923 D NewAvrcpBrowsedPlayerWrapper: disconnect: Disconnecting from com.sirma.mobile.bible.android 10-01 23:23:40.982 3852 3953 I FontsSharedState: Updating from directory version 0 to 14 from disk 10-01 23:23:40.984 4044 4213 W android.youtub: Skipping duplicate class check due to unsupported classloader 10-01 23:23:40.985 3852 3953 I FontsContentProvider: Received query Noto Color Emoji Compat, URI content://com.google.android.gms.fonts 10-01 23:23:40.985 3852 3876 I FontsContentProvider: Received query Noto Color Emoji Compat, URI content://com.google.android.gms.fonts 10-01 23:23:40.992 4459 4459 W CarrierServices: [2] ksk.j: Carrier Services Apk was not found. 10-01 23:23:40.993 4459 4459 I CarrierServices: [2] ksk.a: Cannot get service version because CS.apk was not found, not pre-loaded or disabled. 10-01 23:23:40.993 4459 4459 W CarrierServices: [2] ksk.a: Service with meta data key: JibeServiceApiVersions is not compatible. Service Version 1 is not supported. Supported versions: [] 10-01 23:23:40.994 4459 4459 I CarrierServices: [2] ksk.c: Not using CS JibeService because it is not compatible with AM. 10-01 23:23:40.994 4055 4055 E ccl_VideoCastManager: [vnull] No VideoCastManager instance was found, did you forget to initialize it? 10-01 23:23:40.994 4055 4055 W MediaService: Error removing cast video consumer : No VideoCastManager instance was found, did you forget to initialize it? 10-01 23:23:40.996 3923 3923 V NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 1 10-01 23:23:40.996 1469 2768 I ActivityManager: Killing 3197:com.android.keychain/1000 (adj 906): empty #17 10-01 23:23:40.998 1469 1589 W libprocessgroup: kill(-3197, 9) failed: No such process 10-01 23:23:41.000 3923 3923 D NewAvrcpMediaPlayerList: onActiveSessionsChanged: controller: com.spotify.music 10-01 23:23:41.000 3923 3923 D NewAvrcpMediaPlayerList: Already have a controller for the player: com.spotify.music, updating instead 10-01 23:23:41.000 3923 3923 V NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 1 10-01 23:23:41.000 3923 4011 W Avrcp : playState object null, sending STOPPED 10-01 23:23:41.000 3923 3923 D NewAvrcpMediaPlayerList: onActiveSessionsChanged: controller: com.spotify.music 10-01 23:23:41.000 3923 3923 D NewAvrcpMediaPlayerList: Already have a controller for the player: com.spotify.music, updating instead 10-01 23:23:41.002 3923 4011 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:41.003 3923 4011 W Avrcp : playState object null, sending STOPPED 10-01 23:23:41.003 4459 4459 E CarrierServices: [2] ksk.b: Package not found: android.content.pm.PackageManager$NameNotFoundException: com.google.android.ims 10-01 23:23:41.004 4459 4459 E CarrierServices: [2] AutoStartReceiver.onReceive: JibeService cant be started... Neither Bugle is whitelisted, nor cs apk is installed 10-01 23:23:41.004 3923 4011 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:41.004 3852 3953 I FontsContentProvider: Query [Noto Color Emoji Compat] resolved to {Noto Color Emoji Compat, wdth 100.0, wght 400, ital 0.0, bestEffort false} 10-01 23:23:41.005 4044 4213 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:320 10-01 23:23:41.006 4044 4213 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 320 10-01 23:23:41.008 3852 3876 I FontsContentProvider: Query [Noto Color Emoji Compat] resolved to {Noto Color Emoji Compat, wdth 100.0, wght 400, ital 0.0, bestEffort false} 10-01 23:23:41.009 3923 3923 I NewAvrcpBrowsedPlayerWrapper: onConnected: com.google.android.youtube is connected 10-01 23:23:41.009 3923 3923 D NewAvrcpBrowsablePlayerConnector: Browse player callback called: package=com.google.android.youtube : status=0 10-01 23:23:41.009 3923 3923 D NewAvrcpBrowsedPlayerWrapper: disconnect: Disconnecting from com.google.android.youtube 10-01 23:23:41.009 3923 3923 D NewAvrcpBrowsablePlayerConnector: Received a message: msg.what=1 10-01 23:23:41.009 3923 3923 I NewAvrcpBrowsablePlayerConnector: Checking root contents for com.google.android.youtube 10-01 23:23:41.009 3923 3923 D NewAvrcpBrowsedPlayerWrapper: connect: Connecting to browsable player: com.google.android.youtube 10-01 23:23:41.040 1469 1589 W libprocessgroup: kill(-3197, 9) failed: No such process 10-01 23:23:41.044 4143 4455 W .apps.messagin: Long monitor contention with owner StartupThread#1 (4390) at long android.database.sqlite.SQLiteConnection.nativeOpen(java.lang.String, int, java.lang.String, boolean, boolean, int, int)(SQLiteConnection.java:-2) waiters=0 in dlt ckj.e() for 249ms 10-01 23:23:41.057 4112 4112 I MediaBrowserService: No root for client com.android.bluetooth from service android.service.media.MediaBrowserService$ServiceBinder$1 10-01 23:23:41.058 3923 3923 E MediaBrowser: onConnectFailed for ComponentInfo{org.telegram.messenger/org.telegram.messenger.MusicBrowserService} 10-01 23:23:41.059 3623 3623 E ctxmgr : [FencePendingIntentCache]Expected to find a PendingIntent for pendingIntentKey=86fe04d6-7007-48ed-8ab3-32b557f13dc2 10-01 23:23:41.060 3623 3623 I chatty : uid=10013 com.google.android.gms.persistent identical 5 lines 10-01 23:23:41.060 3623 3623 E ctxmgr : [FencePendingIntentCache]Expected to find a PendingIntent for pendingIntentKey=86fe04d6-7007-48ed-8ab3-32b557f13dc2 10-01 23:23:41.060 3923 3923 W NewAvrcpBrowsedPlayerWrapper: onConnectionFailed: Connection Failed with org.telegram.messenger 10-01 23:23:41.060 3623 3623 E ctxmgr : [FencePendingIntentCache]Expected to find a PendingIntent for pendingIntentKey=86fe04d6-7007-48ed-8ab3-32b557f13dc2 10-01 23:23:41.060 3923 3923 D NewAvrcpBrowsablePlayerConnector: Browse player callback called: package=org.telegram.messenger : status=1 10-01 23:23:41.060 3623 3623 E ctxmgr : [FencePendingIntentCache]Expected to find a PendingIntent for pendingIntentKey=86fe04d6-7007-48ed-8ab3-32b557f13dc2 10-01 23:23:41.060 3923 3923 D NewAvrcpBrowsedPlayerWrapper: disconnect: Disconnecting from org.telegram.messenger 10-01 23:23:41.060 3623 3623 E ctxmgr : [FencePendingIntentCache]Expected to find a PendingIntent for pendingIntentKey=86fe04d6-7007-48ed-8ab3-32b557f13dc2 10-01 23:23:41.060 3923 3923 D NewAvrcpBrowsablePlayerConnector: Received a message: msg.what=1 10-01 23:23:41.060 3923 3923 I NewAvrcpBrowsablePlayerConnector: org.telegram.messenger is not browsable 10-01 23:23:41.060 3623 3623 E ctxmgr : [FencePendingIntentCache]Expected to find a PendingIntent for pendingIntentKey=86fe04d6-7007-48ed-8ab3-32b557f13dc2 10-01 23:23:41.060 3623 3623 E ctxmgr : [FencePendingIntentCache]Expected to find a PendingIntent for pendingIntentKey=86fe04d6-7007-48ed-8ab3-32b557f13dc2 10-01 23:23:41.060 3623 3623 E ctxmgr : [FencePendingIntentCache]Expected to find a PendingIntent for pendingIntentKey=c34a6588-3ec0-4505-bc66-b350bdbea427 10-01 23:23:41.060 3623 3623 E ctxmgr : [FencePendingIntentCache]Expected to find a PendingIntent for pendingIntentKey=243832d9-fa60-4338-8bdc-cbf47c7bfe26 10-01 23:23:41.068 3923 3923 V NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 1 10-01 23:23:41.069 3923 3923 D NewAvrcpMediaPlayerList: onActiveSessionsChanged: controller: com.spotify.music 10-01 23:23:41.069 3923 3923 D NewAvrcpMediaPlayerList: Already have a controller for the player: com.spotify.music, updating instead 10-01 23:23:41.069 3923 4011 W Avrcp : playState object null, sending STOPPED 10-01 23:23:41.070 3923 4011 I Avrcp : Skipping update due to invalid playback state 10-01 23:23:41.073 3623 3844 W WearableService: onGetService: Wear is not available on this device. 10-01 23:23:41.083 1469 1589 W libprocessgroup: kill(-3197, 9) failed: No such process 10-01 23:23:41.087 3923 3923 I NewAvrcpBrowsedPlayerWrapper: onConnected: com.google.android.youtube is connected 10-01 23:23:41.087 3923 3923 I NewAvrcpBrowsedPlayerWrapper: getFolderItems: Connected to browsable player: com.google.android.youtube 10-01 23:23:41.092 1469 1589 W libprocessgroup: kill(-3197, 9) failed: No such process 10-01 23:23:41.102 3923 3923 D NewAvrcpBrowsedPlayerWrapper: onChildrenLoaded: mediaId=__EMPTY_ROOT__ size= 0 10-01 23:23:41.102 3923 3923 D NewAvrcpBrowsedPlayerWrapper: disconnect: Disconnecting from com.google.android.youtube 10-01 23:23:41.105 4143 4455 I Bugle : CountryCodeDetector: updateMainDeviceCountry from default subscription network country. detected country: de 10-01 23:23:41.107 1469 2021 I ActivityManager: Killing 2523:com.google.android.apps.wellbeing/u0a10 (adj 906): empty #17 10-01 23:23:41.137 1469 1589 W libprocessgroup: kill(-3197, 9) failed: No such process 10-01 23:23:41.152 4143 4455 E Bugle : BuglePhoneNumberUtils: Not able to parse phone number MSISDN{x_x_x!x} for country DE 10-01 23:23:41.152 4143 4455 E Bugle : Error type: NOT_A_NUMBER. The string supplied did not seem to be a phone number. 10-01 23:23:41.152 4143 4455 E Bugle : at mxi.a(SourceFile:588) 10-01 23:23:41.152 4143 4455 E Bugle : at mxi.b(SourceFile:548) 10-01 23:23:41.152 4143 4455 E Bugle : at ekm.e(SourceFile:66) 10-01 23:23:41.152 4143 4455 E Bugle : at ekm.d(SourceFile:45) 10-01 23:23:41.152 4143 4455 E Bugle : at ekm.a(SourceFile:98) 10-01 23:23:41.152 4143 4455 E Bugle : at ekm.a(SourceFile:92) 10-01 23:23:41.152 4143 4455 E Bugle : at dal.a(SourceFile:187) 10-01 23:23:41.152 4143 4455 E Bugle : at dxq.b(SourceFile:30) 10-01 23:23:41.152 4143 4455 E Bugle : at dxq.a(SourceFile:11) 10-01 23:23:41.152 4143 4455 E Bugle : at com.google.android.apps.messaging.shared.datamodel.action.ExpireWapPushSiMessageAct ion.a(SourceFile:37) 10-01 23:23:41.152 4143 4455 E Bugle : at com.google.android.apps.messaging.shared.datamodel.action.ExpireWapPushSiMessageAct ion.executeAction(SourceFile:12) 10-01 23:23:41.152 4143 4455 E Bugle : at com.google.android.apps.messaging.shared.datamodel.action.execution.ActionExecutorI mpl$ExecuteActionRunnable.run(SourceFile:17) 10-01 23:23:41.152 4143 4455 E Bugle : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-01 23:23:41.152 4143 4455 E Bugle : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-01 23:23:41.152 4143 4455 E Bugle : at java.lang.Thread.run(Thread.java:764) 10-01 23:23:41.154 3852 3953 I FontsContentProvider: Fetch {Noto Color Emoji Compat, wdth 100.0, wght 400, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} 10-01 23:23:41.158 3623 3753 W GCoreFlp: No location to return for getLastLocation() 10-01 23:23:41.161 4044 4500 I CrashMetricService: Startup metric for 'PRIMES_CRASH_MONITORING_INITIALIZED' dropped. 10-01 23:23:41.164 518 518 I Zygote : Process 3197 exited due to signal (9) 10-01 23:23:41.180 1469 1589 W libprocessgroup: kill(-3197, 9) failed: No such process 10-01 23:23:41.180 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 3197 in 182ms 10-01 23:23:41.180 1469 1589 W libprocessgroup: kill(-2523, 9) failed: No such process 10-01 23:23:41.193 3852 3953 I FontsContentProvider: Pulling font file for id = 1, cache size = 1 10-01 23:23:41.198 3852 3876 I FontsContentProvider: Fetch {Noto Color Emoji Compat, wdth 100.0, wght 400, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} 10-01 23:23:41.201 3623 3753 W GCoreFlp: No location to return for getLastLocation() 10-01 23:23:41.205 3852 3976 W native : commandlineflags.cc:949 Ignoring RegisterValidateFunction() for flag pointer 0x770a627108: no flag found at that address 10-01 23:23:41.225 1469 1589 W libprocessgroup: kill(-2523, 9) failed: No such process 10-01 23:23:41.226 3623 3753 W GCoreFlp: No location to return for getLastLocation() 10-01 23:23:41.226 3623 3753 W GCoreFlp: No location to return for getLastLocation() 10-01 23:23:41.227 3852 3953 I FontsContentProvider: Pulling font file for id = 2, cache size = 2 10-01 23:23:41.231 518 518 I Zygote : Process 2523 exited due to signal (9) 10-01 23:23:41.246 3623 3743 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.gms], packageName=null] 10-01 23:23:41.265 1469 1589 W libprocessgroup: kill(-2523, 9) failed: No such process 10-01 23:23:41.265 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10010 pid 2523 in 85ms 10-01 23:23:41.274 3852 3976 W native : model-utils.cc:21 No CRC32, most likely an old model; skip CRC32 check 10-01 23:23:41.289 4055 4422 I e : Took 367ms to run, 367ms total to execute (thirdparty-user-setup-appboy) 10-01 23:23:41.296 3852 3953 I FontsContentProvider: Pulling font file for id = 2, cache size = 2 10-01 23:23:41.299 3852 3976 W native : transportation-annotator.cc:96 transportation_script_path is empty 10-01 23:23:41.324 3852 3976 I native : permission-checker.cc:74 Creating PermissionChecker based on ACL with config_version 1 having 5 permissions defined. 10-01 23:23:41.328 4112 4225 I FA : App measurement is starting up, version: 13001 10-01 23:23:41.333 3623 3847 W ctxmgr : [AclManager]null policy map (0) 10002, clientInfo=(accnt=account#-517948760#, com.google.android.gms(10013):com.google.android.gms.udc, vrsn=14366000, 1, 3pPkg = null , 3pMdlId = null , pid = 3623) 10-01 23:23:41.335 3623 3832 W artm : Empty context buffer. Thus might mean that the context is not synced down. 10-01 23:23:41.328 4112 4225 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-01 23:23:41.340 4112 4225 I FA : To enable faster debug mode event logging run: 10-01 23:23:41.340 4112 4225 I FA : adb shell setprop debug.firebase.analytics.app org.telegram.messenger 10-01 23:23:41.342 3852 3976 W native : words-map.cc:30 generic::invalid_argument: Empty URI 10-01 23:23:41.345 3852 3976 W native : words-map.cc:34 WordsMap was not properly initialized 10-01 23:23:41.368 3623 3832 W arpq : Empty context model while retrieving upload opt-in status! 10-01 23:23:41.381 4044 4213 W android.youtub: Unsupported class loader 10-01 23:23:41.383 4044 4213 W android.youtub: Skipping duplicate class check due to unsupported classloader 10-01 23:23:41.389 4112 4225 E FA : AppMeasurementReceiver not registered/enabled 10-01 23:23:41.390 1469 1588 I ActivityManager: Start proc 4599:com.google.android.apps.turbo:aab/u0a6 for broadcast com.google.android.apps.turbo/.nudges.battery.ServiceManagerReceiver 10-01 23:23:41.391 4599 4599 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:41.393 4112 4225 E FA : Uploading is not possible. App measurement disabled 10-01 23:23:41.398 4599 4599 E .apps.turbo:aa: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:41.425 1469 2774 I ActivityManager: Killing 3036:com.whatsapp/u0a179 (adj 906): empty #17 10-01 23:23:41.426 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.468 4459 4459 D Bugle : EmojiCompat initialized 10-01 23:23:41.469 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:41.469 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:41.469 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.482 1469 1478 I system_server: Background concurrent copying GC freed 191167(8MB) AllocSpace objects, 67(3MB) LOS objects, 42% free, 18MB/32MB, paused 237us total 190.035ms 10-01 23:23:41.486 1469 1475 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand. Releasing leaked death recipient: com.android.server.media.MediaSessionService$SessionManagerImpl$1 10-01 23:23:41.489 4044 4332 W android.youtub: Verification of void org.apache.http.protocol.HttpService.handleRequest(org.apache.http.HttpServerConnec tion, org.apache.http.protocol.HttpContext) took 246.631ms 10-01 23:23:41.508 2706 2901 V MediaProvider: pruneThumbnails 10-01 23:23:41.510 3852 4438 I FontsContentProvider: Pulling font file for id = 1, cache size = 2 10-01 23:23:41.510 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.515 2706 2901 V MediaProvider: /pruneDeadThumbnailFiles... 10-01 23:23:41.531 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.554 560 560 I surfaceflinger: type=1400 audit(0.0:1268): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 ioctlcmd=933 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:41.570 4143 4143 D Bugle : EmojiCompat initialized 10-01 23:23:41.572 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.574 2162 2162 I RenderThread: type=1400 audit(0.0:1271): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4527 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 10-01 23:23:41.613 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.617 4055 4423 I e : Running task (app-locale-moment) 10-01 23:23:41.619 4143 4455 W BugleDataModel: ExpireWapPushSiMessageAction: no WAP Push SI messages 10-01 23:23:41.619 4143 4455 W BugleDataModel: Used 889ms for ExpireWapPushSiMessageAction:ExpireWapPushSiMessageAction:1538429020232007#executeA ction 10-01 23:23:41.621 4055 4426 I e : Running task (app-locales) 10-01 23:23:41.649 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.675 4055 4625 I e : Running task (checkin) 10-01 23:23:41.681 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.704 4055 4625 W a : STREAK::: Current Streak: LocalStreak(preferences=android.app.SharedPreferencesImpl@a0b8429, streak=2, longestStreak=2, perfectWeeks=0, totalDaysInApp=2, weekOfCheckins=64, firstDayOfWeek=1, lastCheckedDay=274, lastCheckedYear=2018, firstDayOfWeek=1, lastSyncedDay=0, lastSyncedYear=0) 10-01 23:23:41.705 4055 4625 E a : STREAK::: Checkin was not successful, storing dayday -> 274, year -> 2018, uiAttached -> false, isIndexing -> false 10-01 23:23:41.711 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.717 4055 4625 W a : STREAK::: Streak: LocalStreak(preferences=android.app.SharedPreferencesImpl@a0b8429, streak=2, longestStreak=2, perfectWeeks=0, totalDaysInApp=2, weekOfCheckins=64, firstDayOfWeek=1, lastCheckedDay=274, lastCheckedYear=2018, firstDayOfWeek=1, lastSyncedDay=0, lastSyncedYear=0) 10-01 23:23:41.742 4055 4625 I e : Took 66ms to run, 126ms total to execute (checkin) 10-01 23:23:41.752 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.762 3510 3510 I Finsky : [2] com.google.android.finsky.selfupdate.f.a(92): Skipping DFE self-update. Local Version [81191400] >= Server Version [-1] 10-01 23:23:41.782 4055 4426 I e : Took 161ms to run, 162ms total to execute (app-locales) 10-01 23:23:41.793 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.795 4044 4213 D DynamitePackage: Instantiated singleton DynamitePackage. 10-01 23:23:41.795 4044 4213 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl 10-01 23:23:41.805 4055 4423 I e : Took 188ms to run, 189ms total to execute (app-locale-moment) 10-01 23:23:41.833 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.851 4143 4628 I Bugle : CountryCodeDetector: updateMainDeviceCountry from default subscription network country. detected country: de 10-01 23:23:41.861 4599 4599 W Zebedee-inferBucketsJob: Models given by config: 1 10-01 23:23:41.874 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.892 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.897 4599 4645 W Zebedee-updateph: Daily P/H flag update running. 10-01 23:23:41.897 4599 4645 W Zebedee-phenotype: Committing phenotype flags. 10-01 23:23:41.909 1469 1588 I ActivityManager: Start proc 4648:com.google.android.apps.wallpaper/u0a125 for broadcast com.google.android.apps.wallpaper/.module.GoogleAlarmInitializer 10-01 23:23:41.911 4648 4648 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:41.918 4648 4648 E .apps.wallpape: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:41.924 4599 4643 E .apps.turbo:aa: The String#value field is not present on Android versions >= 6.0 10-01 23:23:41.930 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.944 2706 2901 W MediaScanner: Error opening directory '/oem/media/', skipping: No such file or directory. 10-01 23:23:41.947 2706 2901 W MediaScanner: Error opening directory '/product/media/', skipping: No such file or directory. 10-01 23:23:41.954 4599 4599 W Zebedee-phenotype: Finished committing phenotype flags. 10-01 23:23:41.969 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:41.971 2706 2901 V MediaProvider: pruneThumbnails 10-01 23:23:41.974 2706 2901 V MediaProvider: /pruneDeadThumbnailFiles... 10-01 23:23:42.007 2969 3812 I EventLogSendingHelper: Sending log events. 10-01 23:23:42.010 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:42.012 518 518 I Zygote : Process 3036 exited due to signal (9) 10-01 23:23:42.034 1469 1589 W libprocessgroup: kill(-3036, 9) failed: No such process 10-01 23:23:42.034 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10179 pid 3036 in 607ms 10-01 23:23:42.115 1469 1783 W AlarmManager: Unrecognized alarm listener com.android.server.wifi.WifiConfigStore$1@366a98e 10-01 23:23:42.129 1469 1783 D WifiConfigStore: Writing to stores completed in 15 ms. 10-01 23:23:42.135 4044 4213 I android.youtub: The ClassLoaderContext is a special shared library. 10-01 23:23:42.142 4648 4648 E GoogleAlarmInitializer: Wallpaper rotation is in effect, setting an alarm for Backdrop rotation 10-01 23:23:42.143 4648 4648 E GoogleAlarmInitializer: Set overnight alarm. 10-01 23:23:42.144 4648 4648 E BackdropAlarmScheduler: Setting a new alarm to run 12458896ms from now 10-01 23:23:42.147 1469 2774 I ActivityManager: Killing 3490:code.name.monkey.retromusic/u0a87 (adj 906): empty #17 10-01 23:23:42.147 1469 1589 W libprocessgroup: kill(-3490, 9) failed: No such process 10-01 23:23:42.160 1469 1588 I ActivityManager: Start proc 4673:com.google.android.calendar/u0a83 for broadcast com.google.android.calendar/.alerts.HabitsIntentReceiver 10-01 23:23:42.162 4673 4673 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:42.167 4673 4673 E ndroid.calenda: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:42.190 1469 1589 W libprocessgroup: kill(-3490, 9) failed: No such process 10-01 23:23:42.220 3801 3839 I droid.apps.map: Waiting for a blocking GC ProfileSaver 10-01 23:23:42.235 1469 1589 W libprocessgroup: kill(-3490, 9) failed: No such process 10-01 23:23:42.243 3510 3510 I Finsky : [2] com.google.android.finsky.hygiene.g.a(2): Account synced successfully. 10-01 23:23:42.280 1469 1589 W libprocessgroup: kill(-3490, 9) failed: No such process 10-01 23:23:42.294 549 549 I /vendor/bin/hw/[email protected] service: type=1400 audit(0.0:1272): avc: denied { call } for comm=504F5349582074696D65722031 scontext=u:r:init:s0 tcontext=u:r:hwservicemanager:s0 tclass=binder permissive=1 10-01 23:23:42.320 1469 1589 W libprocessgroup: kill(-3490, 9) failed: No such process 10-01 23:23:42.322 518 518 I Zygote : Process 3490 exited due to signal (9) 10-01 23:23:42.345 3801 3839 I droid.apps.map: WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 125.528ms 10-01 23:23:42.361 1469 1589 W libprocessgroup: kill(-3490, 9) failed: No such process 10-01 23:23:42.361 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10087 pid 3490 in 213ms 10-01 23:23:42.496 3852 3976 I Icing : updateResources: need to parse zfe{com.google.android.gms} 10-01 23:23:42.521 4673 4673 W Primes : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. 10-01 23:23:42.584 541 541 I HwBinder:541_1: type=1400 audit(0.0:1284): avc: denied { read } for scontext=u:r:hal_sensors_default:s0 tcontext=u:r:hal_sensors_default:s0 tclass=socket permissive=1 10-01 23:23:42.705 1469 2774 I ActivityManager: Killing 2497:com.android.cellbroadcastreceiver/u0a24 (adj 906): empty #17 10-01 23:23:42.705 1469 1589 W libprocessgroup: kill(-2497, 9) failed: No such process 10-01 23:23:42.719 1469 1588 I ActivityManager: Start proc 4732:com.google.android.configupdater/u0a20 for broadcast com.google.android.configupdater/.MainReceiver 10-01 23:23:42.723 4732 4732 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:42.731 4732 4732 E d.configupdate: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:42.750 1469 1589 W libprocessgroup: kill(-2497, 9) failed: No such process 10-01 23:23:42.752 518 518 I Zygote : Process 2497 exited due to signal (9) 10-01 23:23:42.792 1469 1589 W libprocessgroup: kill(-2497, 9) failed: No such process 10-01 23:23:42.792 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10024 pid 2497 in 87ms 10-01 23:23:42.798 3852 3869 W System : A resource failed to call close. 10-01 23:23:42.855 3510 3510 I Finsky : [2] com.google.android.finsky.library.r.a(13): com.google.android.apps.turbo available because owned, overriding [restriction=7]. 10-01 23:23:42.856 3510 3510 I Finsky : [2] com.google.android.finsky.library.r.a(13): com.google.android.gm.exchange available because owned, overriding [restriction=7]. 10-01 23:23:42.864 4732 4732 E ConfigUpdater: ignoring update request 10-01 23:23:42.880 4732 4732 I chatty : uid=10020(com.google.android.configupdater) identical 2 lines 10-01 23:23:42.892 4732 4732 E ConfigUpdater: ignoring update request 10-01 23:23:42.896 3510 3510 I Finsky : [2] com.google.android.finsky.hygiene.impl.e.a(128): Dispatching hygiene task 17 10-01 23:23:42.897 3510 3510 I Finsky : [2] com.google.android.finsky.hygiene.d.b(134): Logging device features 10-01 23:23:42.898 4732 4732 E ConfigUpdater: ignoring update request 10-01 23:23:42.903 3510 3510 I Finsky : [2] com.google.android.finsky.hygiene.impl.e.a(128): Dispatching hygiene task 8 10-01 23:23:42.907 4732 4732 E ConfigUpdater: ignoring update request 10-01 23:23:42.932 1469 2766 I ActivityManager: Killing 3530:com.android.contacts/u0a36 (adj 906): empty #17 10-01 23:23:42.925 4732 4732 I chatty : uid=10020(com.google.android.configupdater) identical 3 lines 10-01 23:23:42.930 4732 4732 E ConfigUpdater: ignoring update request 10-01 23:23:42.932 1469 1589 W libprocessgroup: kill(-3530, 9) failed: No such process 10-01 23:23:42.947 518 518 I Zygote : Process 3530 exited due to signal (9) 10-01 23:23:42.947 4774 4774 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:42.948 3510 3510 I Finsky : [2] com.google.android.finsky.deviceconfig.ab.a(8): Scheduling UploadDynamicConfig. 10-01 23:23:42.949 3510 3510 I Finsky : [2] com.google.android.finsky.hygiene.impl.e.a(128): Dispatching hygiene task 11 10-01 23:23:42.951 1469 1588 I ActivityManager: Start proc 4774:com.google.android.deskclock/u0a70 for broadcast com.google.android.deskclock/com.android.deskclock.AlarmInitReceiver 10-01 23:23:42.952 3510 3510 I Finsky : [2] com.google.android.finsky.hygiene.impl.e.a(128): Dispatching hygiene task 26 10-01 23:23:42.952 3510 3510 I Finsky : [2] com.google.android.finsky.hygiene.impl.e.a(128): Dispatching hygiene task 39 10-01 23:23:42.953 3510 3510 I Finsky : [2] com.google.android.finsky.hygiene.impl.e.a(128): Dispatching hygiene task 37 10-01 23:23:42.953 4774 4774 E droid.deskcloc: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:42.956 3510 3510 I Finsky : [2] com.google.android.finsky.setup.VpaService.a(43): Should not show workaround PAI step because experiment disabled 10-01 23:23:42.957 3510 3510 W Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value. 10-01 23:23:42.958 3510 3510 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. 10-01 23:23:42.961 3510 3510 I Finsky : [2] com.google.android.finsky.instantapps.statussync.StatusSyncService.a(2): Enqueue status sync job. 10-01 23:23:42.962 1469 1589 W libprocessgroup: kill(-3530, 9) failed: No such process 10-01 23:23:42.962 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10036 pid 3530 in 29ms 10-01 23:23:42.968 3510 3510 I Finsky : [2] com.google.android.finsky.hygiene.impl.e.a(128): Dispatching hygiene task 36 10-01 23:23:42.974 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.bm.b(8): jobFinished: 1-1337. TimeElapsed: 5957ms 10-01 23:23:42.978 4788 4788 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:42.978 1469 1588 I ActivityManager: Start proc 4788:com.android.vending:instant_app_installer/u0a43 for service com.android.vending/com.google.android.finsky.instantapps.statussync.StatusSyncServ ice 10-01 23:23:42.980 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.ah.a(133): Job 1-1337 finished 10-01 23:23:42.982 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.ah.a(100): RunningQueue size: 0, PendingQueue size: 0 10-01 23:23:42.982 3510 3510 I Finsky : [2] com.google.android.finsky.scheduler.am.handleMessage(93): Waiting on changed job store 10-01 23:23:42.983 4788 4788 E t_app_installe: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:43.021 4774 4774 E LoadedApk: Unable to instantiate appComponentFactory 10-01 23:23:43.021 4774 4774 E LoadedApk: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.app.CoreComponentFactory" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/system/app/PrebuiltDeskClockGoogle/PrebuiltDeskClockGoogle.apk"],nativeLibraryDir ectories=[/system/app/PrebuiltDeskClockGoogle/lib/arm64, /system/lib64, /vendor/lib64, /system/lib64, /vendor/lib64]] 10-01 23:23:43.021 4774 4774 E LoadedApk: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:134) 10-01 23:23:43.021 4774 4774 E LoadedApk: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 10-01 23:23:43.021 4774 4774 E LoadedApk: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 10-01 23:23:43.021 4774 4774 E LoadedApk: at android.app.LoadedApk.createAppFactory(LoadedApk.java:226) 10-01 23:23:43.021 4774 4774 E LoadedApk: at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:731) 10-01 23:23:43.021 4774 4774 E LoadedApk: at android.app.LoadedApk.getClassLoader(LoadedApk.java:810) 10-01 23:23:43.021 4774 4774 E LoadedApk: at android.app.LoadedApk.getResources(LoadedApk.java:1032) 10-01 23:23:43.021 4774 4774 E LoadedApk: at android.app.ContextImpl.createAppContext(ContextImpl.java:2345) 10-01 23:23:43.021 4774 4774 E LoadedApk: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5749) 10-01 23:23:43.021 4774 4774 E LoadedApk: at android.app.ActivityThread.access$1100(ActivityThread.java:199) 10-01 23:23:43.021 4774 4774 E LoadedApk: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650) 10-01 23:23:43.021 4774 4774 E LoadedApk: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:43.021 4774 4774 E LoadedApk: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:43.021 4774 4774 E LoadedApk: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:43.021 4774 4774 E LoadedApk: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:43.021 4774 4774 E LoadedApk: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:43.021 4774 4774 E LoadedApk: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:43.062 4774 4774 I GAv4 : Google Analytics 11.0.11 is starting up. To enable debug logging on a device run: 10-01 23:23:43.062 4774 4774 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG 10-01 23:23:43.062 4774 4774 I GAv4 : adb logcat -s GAv4 10-01 23:23:43.083 4774 4774 I AlarmClock: AlarmInitReceiver android.intent.action.BOOT_COMPLETED 10-01 23:23:43.086 1469 2766 I ActivityManager: Killing 3562:com.android.managedprovisioning/u0a28 (adj 906): empty #17 10-01 23:23:43.086 1469 1589 W libprocessgroup: kill(-3562, 9) failed: No such process 10-01 23:23:43.095 4774 4811 W GAv4 : AnalyticsReceiver is not registered or is disabled. Register the receiver for reliable dispatching on non-Google Play devices. See http://goo.gl/8Rd3yj for instructions. 10-01 23:23:43.100 4816 4816 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:43.101 1469 1588 I ActivityManager: Start proc 4816:com.google.android.gm/u0a135 for broadcast com.google.android.gm/.GoogleMailDeviceStartupReceiver 10-01 23:23:43.108 4816 4816 E ogle.android.g: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:43.113 518 518 I Zygote : Process 3562 exited due to signal (9) 10-01 23:23:43.115 4774 4811 W GAv4 : CampaignTrackingReceiver is not registered, not exported or is disabled. Installation campaign tracking is not possible. See http://goo.gl/8Rd3yj for instructions. 10-01 23:23:43.117 4774 4811 W GAv4 : AnalyticsService not registered in the app manifest. Hits might not be delivered reliably. See http://goo.gl/8Rd3yj for instructions. 10-01 23:23:43.131 1469 1589 W libprocessgroup: kill(-3562, 9) failed: No such process 10-01 23:23:43.132 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 3562 in 45ms 10-01 23:23:43.162 4774 4808 I PrimesTesting: GserviceFlagsSupplier.get() 10-01 23:23:43.183 3510 3510 E Finsky : [2] com.google.android.finsky.ex.b.a(17): Failed to get status for package 'com.seccia.desire' (1601) 10-01 23:23:43.183 3510 3510 E Finsky : java.lang.reflect.InvocationTargetException 10-01 23:23:43.183 3510 3510 E Finsky : at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:43.183 3510 3510 E Finsky : at com.google.android.finsky.dq.b.run(Unknown Source:4) 10-01 23:23:43.183 3510 3510 E Finsky : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:43.183 3510 3510 E Finsky : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:43.183 3510 3510 E Finsky : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:43.183 3510 3510 E Finsky : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:43.183 3510 3510 E Finsky : Caused by: android.content.pm.PackageManager$NameNotFoundException: com.seccia.desire 10-01 23:23:43.183 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance0(Native Method) 10-01 23:23:43.183 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance(Constructor.java:343) 10-01 23:23:43.183 3510 3510 E Finsky : at android.os.ParcelableException.readFromParcel(ParcelableException.java:56) 10-01 23:23:43.183 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82) 10-01 23:23:43.183 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79) 10-01 23:23:43.183 3510 3510 E Finsky : at android.os.Parcel.readParcelable(Parcel.java:2766) 10-01 23:23:43.183 3510 3510 E Finsky : at android.os.Parcel.createException(Parcel.java:1937) 10-01 23:23:43.183 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:43.183 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:43.183 3510 3510 E Finsky : at android.app.usage.IStorageStatsManager$Stub$Proxy.queryStatsForPackage(IStorageStat sManager.java:351) 10-01 23:23:43.183 3510 3510 E Finsky : at android.app.usage.StorageStatsManager.queryStatsForPackage(StorageStatsManager.java :208) 10-01 23:23:43.183 3510 3510 E Finsky : ... 6 more 10-01 23:23:43.183 3510 3510 E Finsky : Caused by: android.os.RemoteException: Remote stack trace: 10-01 23:23:43.183 3510 3510 E Finsky : at com.android.server.usage.StorageStatsService.queryStatsForPackage(StorageStatsServi ce.java:261) 10-01 23:23:43.183 3510 3510 E Finsky : at android.app.usage.IStorageStatsManager$Stub.onTransact(IStorageStatsManager.java:13 2) 10-01 23:23:43.183 3510 3510 E Finsky : at android.os.Binder.execTransact(Binder.java:731) 10-01 23:23:43.183 3510 3510 E Finsky : 10-01 23:23:43.184 3510 3510 E Finsky : [2] com.google.android.finsky.ex.b.a(29): Error getting stats 10-01 23:23:43.184 3510 3510 E Finsky : java.lang.reflect.InvocationTargetException 10-01 23:23:43.184 3510 3510 E Finsky : at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:43.184 3510 3510 E Finsky : at com.google.android.finsky.dq.b.run(Unknown Source:4) 10-01 23:23:43.184 3510 3510 E Finsky : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:43.184 3510 3510 E Finsky : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:43.184 3510 3510 E Finsky : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:43.184 3510 3510 E Finsky : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:43.184 3510 3510 E Finsky : Caused by: android.content.pm.PackageManager$NameNotFoundException: com.seccia.desire 10-01 23:23:43.184 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance0(Native Method) 10-01 23:23:43.184 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance(Constructor.java:343) 10-01 23:23:43.184 3510 3510 E Finsky : at android.os.ParcelableException.readFromParcel(ParcelableException.java:56) 10-01 23:23:43.184 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82) 10-01 23:23:43.184 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79) 10-01 23:23:43.184 3510 3510 E Finsky : at android.os.Parcel.readParcelable(Parcel.java:2766) 10-01 23:23:43.184 3510 3510 E Finsky : at android.os.Parcel.createException(Parcel.java:1937) 10-01 23:23:43.184 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:43.184 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:43.184 3510 3510 E Finsky : at android.app.usage.IStorageStatsManager$Stub$Proxy.queryStatsForPackage(IStorageStat sManager.java:351) 10-01 23:23:43.184 3510 3510 E Finsky : at android.app.usage.StorageStatsManager.queryStatsForPackage(StorageStatsManager.java :208) 10-01 23:23:43.184 3510 3510 E Finsky : ... 6 more 10-01 23:23:43.184 3510 3510 E Finsky : Caused by: android.os.RemoteException: Remote stack trace: 10-01 23:23:43.184 3510 3510 E Finsky : at com.android.server.usage.StorageStatsService.queryStatsForPackage(StorageStatsServi ce.java:261) 10-01 23:23:43.184 3510 3510 E Finsky : at android.app.usage.IStorageStatsManager$Stub.onTransact(IStorageStatsManager.java:13 2) 10-01 23:23:43.184 3510 3510 E Finsky : at android.os.Binder.execTransact(Binder.java:731) 10-01 23:23:43.184 3510 3510 E Finsky : 10-01 23:23:43.194 4788 4842 I Finsky:instant_app_inst: [53] com.google.android.finsky.instantapps.statussync.StatusSyncService.a(7): Running status sync job. 10-01 23:23:43.202 3510 3510 E Finsky : [2] com.google.android.finsky.ex.b.a(17): Failed to get status for package 'org.softwareshack.roamingcallcontrol' (1601) 10-01 23:23:43.202 3510 3510 E Finsky : java.lang.reflect.InvocationTargetException 10-01 23:23:43.202 3510 3510 E Finsky : at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:43.202 3510 3510 E Finsky : at com.google.android.finsky.dq.b.run(Unknown Source:4) 10-01 23:23:43.202 3510 3510 E Finsky : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:43.202 3510 3510 E Finsky : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:43.202 3510 3510 E Finsky : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:43.202 3510 3510 E Finsky : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:43.202 3510 3510 E Finsky : Caused by: android.content.pm.PackageManager$NameNotFoundException: org.softwareshack.roamingcallcontrol 10-01 23:23:43.202 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance0(Native Method) 10-01 23:23:43.202 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance(Constructor.java:343) 10-01 23:23:43.202 3510 3510 E Finsky : at android.os.ParcelableException.readFromParcel(ParcelableException.java:56) 10-01 23:23:43.202 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82) 10-01 23:23:43.202 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79) 10-01 23:23:43.202 3510 3510 E Finsky : at android.os.Parcel.readParcelable(Parcel.java:2766) 10-01 23:23:43.202 3510 3510 E Finsky : at android.os.Parcel.createException(Parcel.java:1937) 10-01 23:23:43.202 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:43.202 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:43.202 3510 3510 E Finsky : at android.app.usage.IStorageStatsManager$Stub$Proxy.queryStatsForPackage(IStorageStat sManager.java:351) 10-01 23:23:43.202 3510 3510 E Finsky : at android.app.usage.StorageStatsManager.queryStatsForPackage(StorageStatsManager.java :208) 10-01 23:23:43.202 3510 3510 E Finsky : ... 6 more 10-01 23:23:43.203 3510 3510 E Finsky : [2] com.google.android.finsky.ex.b.a(29): Error getting stats 10-01 23:23:43.203 3510 3510 E Finsky : java.lang.reflect.InvocationTargetException 10-01 23:23:43.203 3510 3510 E Finsky : at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:43.203 3510 3510 E Finsky : at com.google.android.finsky.dq.b.run(Unknown Source:4) 10-01 23:23:43.203 3510 3510 E Finsky : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:43.203 3510 3510 E Finsky : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:43.203 3510 3510 E Finsky : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:43.203 3510 3510 E Finsky : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:43.203 3510 3510 E Finsky : Caused by: android.content.pm.PackageManager$NameNotFoundException: org.softwareshack.roamingcallcontrol 10-01 23:23:43.203 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance0(Native Method) 10-01 23:23:43.203 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance(Constructor.java:343) 10-01 23:23:43.203 3510 3510 E Finsky : at android.os.ParcelableException.readFromParcel(ParcelableException.java:56) 10-01 23:23:43.203 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82) 10-01 23:23:43.203 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79) 10-01 23:23:43.203 3510 3510 E Finsky : at android.os.Parcel.readParcelable(Parcel.java:2766) 10-01 23:23:43.203 3510 3510 E Finsky : at android.os.Parcel.createException(Parcel.java:1937) 10-01 23:23:43.203 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:43.203 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:43.203 3510 3510 E Finsky : at android.app.usage.IStorageStatsManager$Stub$Proxy.queryStatsForPackage(IStorageStat sManager.java:351) 10-01 23:23:43.203 3510 3510 E Finsky : at android.app.usage.StorageStatsManager.queryStatsForPackage(StorageStatsManager.java :208) 10-01 23:23:43.203 3510 3510 E Finsky : ... 6 more 10-01 23:23:43.270 3852 3976 I Icing : Internal init done: storage state 0 10-01 23:23:43.291 3852 3976 I Icing : Post-init done 10-01 23:23:43.295 1469 2768 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionEx ecutorImpl$EmptyService } to com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutor Impl$EmptyService from pid=4143 uid=10094 pkg=com.google.android.apps.messaging startFg?=false 10-01 23:23:43.295 4143 4143 W BugleDataModel: service started without protection. DataModel.startActionUnsafe is deprecated. class com.google.android.apps.messaging.shared.datamodel.action.CommitPhenotypeAction- CommitPhenotypeAction:1538429020232012 10-01 23:23:43.298 4143 4143 W BugleDataModel: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionEx ecutorImpl$EmptyService }: app is in background uid UidRecord{dfd601a u0a94 CEM idle change:cached procs:2 seq(0,0,0)} 10-01 23:23:43.298 4143 4143 W BugleDataModel: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1577) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at android.app.ContextImpl.startService(ContextImpl.java:1532) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at android.content.ContextWrapper.startService(ContextWrapper.java:664) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.execution.ActionExecutorI mpl.a(SourceFile:28) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at cvs.a(SourceFile:85) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at cvs.a(SourceFile:47) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at cvs.a(SourceFile:76) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.common.Action.startAction ForReceiver(SourceFile:54) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.common.Action.startAction ForReceiver(SourceFile:49) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.CommitPhenotypeAction.com mitPhenotype(SourceFile:2) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at dmb.a(SourceFile:15) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at dmc.a(Unknown Source:2) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at com.google.android.gms.common.api.internal.BasePendingResult$a.handleMessage(Source File:10) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at android.os.Handler.dispatchMessage(Handler.java:106) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at android.os.Looper.loop(Looper.java:193) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495) 10-01 23:23:43.298 4143 4143 W BugleDataModel: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-01 23:23:43.298 4143 4455 V Bugle : Committing bugle phenotype. 10-01 23:23:43.336 4788 4788 D PhenotypeUpdateService: onCreate called 10-01 23:23:43.349 4788 4849 D PhenotypeUpdateService: Registering with Phenotype 10-01 23:23:43.351 4788 4842 I Finsky:instant_app_inst: [53] com.google.android.finsky.instantapps.statussync.StatusSyncService.a(16): Instant App enabled status=true 10-01 23:23:43.385 3510 3510 E Finsky : [2] com.google.android.finsky.ex.b.a(17): Failed to get status for package 'dk.quan.roamingguard' (1601) 10-01 23:23:43.385 3510 3510 E Finsky : java.lang.reflect.InvocationTargetException 10-01 23:23:43.385 3510 3510 E Finsky : at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:43.385 3510 3510 E Finsky : at com.google.android.finsky.dq.b.run(Unknown Source:4) 10-01 23:23:43.385 3510 3510 E Finsky : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:43.385 3510 3510 E Finsky : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:43.385 3510 3510 E Finsky : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:43.385 3510 3510 E Finsky : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:43.385 3510 3510 E Finsky : Caused by: android.content.pm.PackageManager$NameNotFoundException: dk.quan.roamingguard 10-01 23:23:43.385 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance0(Native Method) 10-01 23:23:43.385 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance(Constructor.java:343) 10-01 23:23:43.385 3510 3510 E Finsky : at android.os.ParcelableException.readFromParcel(ParcelableException.java:56) 10-01 23:23:43.385 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82) 10-01 23:23:43.385 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79) 10-01 23:23:43.385 3510 3510 E Finsky : at android.os.Parcel.readParcelable(Parcel.java:2766) 10-01 23:23:43.385 3510 3510 E Finsky : at android.os.Parcel.createException(Parcel.java:1937) 10-01 23:23:43.385 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:43.385 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:43.385 3510 3510 E Finsky : at android.app.usage.IStorageStatsManager$Stub$Proxy.queryStatsForPackage(IStorageStat sManager.java:351) 10-01 23:23:43.385 3510 3510 E Finsky : at android.app.usage.StorageStatsManager.queryStatsForPackage(StorageStatsManager.java :208) 10-01 23:23:43.385 3510 3510 E Finsky : ... 6 more 10-01 23:23:43.386 3510 3510 E Finsky : [2] com.google.android.finsky.ex.b.a(29): Error getting stats 10-01 23:23:43.386 3510 3510 E Finsky : java.lang.reflect.InvocationTargetException 10-01 23:23:43.386 3510 3510 E Finsky : at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:43.386 3510 3510 E Finsky : at com.google.android.finsky.dq.b.run(Unknown Source:4) 10-01 23:23:43.386 3510 3510 E Finsky : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:43.386 3510 3510 E Finsky : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:43.386 3510 3510 E Finsky : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:43.386 3510 3510 E Finsky : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:43.386 3510 3510 E Finsky : Caused by: android.content.pm.PackageManager$NameNotFoundException: dk.quan.roamingguard 10-01 23:23:43.386 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance0(Native Method) 10-01 23:23:43.386 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance(Constructor.java:343) 10-01 23:23:43.386 3510 3510 E Finsky : at android.os.ParcelableException.readFromParcel(ParcelableException.java:56) 10-01 23:23:43.386 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82) 10-01 23:23:43.386 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79) 10-01 23:23:43.386 3510 3510 E Finsky : at android.os.Parcel.readParcelable(Parcel.java:2766) 10-01 23:23:43.386 3510 3510 E Finsky : at android.os.Parcel.createException(Parcel.java:1937) 10-01 23:23:43.386 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:43.386 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:43.386 3510 3510 E Finsky : at android.app.usage.IStorageStatsManager$Stub$Proxy.queryStatsForPackage(IStorageStat sManager.java:351) 10-01 23:23:43.386 3510 3510 E Finsky : at android.app.usage.StorageStatsManager.queryStatsForPackage(StorageStatsManager.java :208) 10-01 23:23:43.386 3510 3510 E Finsky : ... 6 more 10-01 23:23:43.415 3852 3976 I Icing : Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0, imm upload false 10-01 23:23:43.431 3510 3510 E Finsky : [2] com.google.android.finsky.ex.b.a(17): Failed to get status for package 'amirz.rootless.nexuslauncher' (1601) 10-01 23:23:43.431 3510 3510 E Finsky : java.lang.reflect.InvocationTargetException 10-01 23:23:43.431 3510 3510 E Finsky : at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:43.431 3510 3510 E Finsky : at com.google.android.finsky.dq.b.run(Unknown Source:4) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:43.431 3510 3510 E Finsky : Caused by: android.content.pm.PackageManager$NameNotFoundException: amirz.rootless.nexuslauncher 10-01 23:23:43.431 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance0(Native Method) 10-01 23:23:43.431 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance(Constructor.java:343) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.ParcelableException.readFromParcel(ParcelableException.java:56) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Parcel.readParcelable(Parcel.java:2766) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Parcel.createException(Parcel.java:1937) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:43.431 3510 3510 E Finsky : at android.app.usage.IStorageStatsManager$Stub$Proxy.queryStatsForPackage(IStorageStat sManager.java:351) 10-01 23:23:43.431 3510 3510 E Finsky : at android.app.usage.StorageStatsManager.queryStatsForPackage(StorageStatsManager.java :208) 10-01 23:23:43.431 3510 3510 E Finsky : ... 6 more 10-01 23:23:43.431 3510 3510 E Finsky : [2] com.google.android.finsky.ex.b.a(29): Error getting stats 10-01 23:23:43.431 3510 3510 E Finsky : java.lang.reflect.InvocationTargetException 10-01 23:23:43.431 3510 3510 E Finsky : at java.lang.reflect.Method.invoke(Native Method) 10-01 23:23:43.431 3510 3510 E Finsky : at com.google.android.finsky.dq.b.run(Unknown Source:4) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Handler.handleCallback(Handler.java:873) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Handler.dispatchMessage(Handler.java:99) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Looper.loop(Looper.java:193) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.HandlerThread.run(HandlerThread.java:65) 10-01 23:23:43.431 3510 3510 E Finsky : Caused by: android.content.pm.PackageManager$NameNotFoundException: amirz.rootless.nexuslauncher 10-01 23:23:43.431 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance0(Native Method) 10-01 23:23:43.431 3510 3510 E Finsky : at java.lang.reflect.Constructor.newInstance(Constructor.java:343) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.ParcelableException.readFromParcel(ParcelableException.java:56) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Parcel.readParcelable(Parcel.java:2766) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Parcel.createException(Parcel.java:1937) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1910) 10-01 23:23:43.431 3510 3510 E Finsky : at android.os.Parcel.readException(Parcel.java:1860) 10-01 23:23:43.431 3510 3510 E Finsky : at android.app.usage.IStorageStatsManager$Stub$Proxy.queryStatsForPackage(IStorageStat sManager.java:351) 10-01 23:23:43.431 3510 3510 E Finsky : at android.app.usage.StorageStatsManager.queryStatsForPackage(StorageStatsManager.java :208) 10-01 23:23:43.431 3510 3510 E Finsky : ... 6 more 10-01 23:23:43.432 1469 2769 I ActivityManager: Killing 3637:com.android.onetimeinitializer/u0a30 (adj 906): empty #17 10-01 23:23:43.433 1469 1589 W libprocessgroup: kill(-3637, 9) failed: No such process 10-01 23:23:43.436 4143 4455 W BugleDataModel: Used 138ms for CommitPhenotypeAction:CommitPhenotypeAction:1538429020232012#executeAction 10-01 23:23:43.436 4143 4143 I BugleRcs: RcsAvailability: updating 10-01 23:23:43.440 4143 4322 I BugleRcs: RcsAvailability: No minimum Cs.apk version is set, not checking Cs.apk version 10-01 23:23:43.450 4143 4322 I BugleRcs: RcsAvailability: MSIM Rcs disabled because ENABLE_RCS_MULTISIM_V0 disabled 10-01 23:23:43.450 4055 4419 I e : Took 3003ms to run, 3036ms total to execute (initialize) 10-01 23:23:43.455 518 518 I Zygote : Process 3637 exited due to signal (9) 10-01 23:23:43.465 4816 4816 D ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider 10-01 23:23:43.464 1253 1253 I imsrcsd : type=1400 audit(0.0:1285): avc: denied { write } for name="ims_qmid" dev="tmpfs" ino=14717 scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1 10-01 23:23:43.470 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:43.471 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:43.476 1469 1589 W libprocessgroup: kill(-3637, 9) failed: No such process 10-01 23:23:43.476 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10030 pid 3637 in 43ms 10-01 23:23:43.502 4816 4816 W PrimesInit: Primes instant initialization 10-01 23:23:43.504 3852 3976 I DiscoveryManager: Filter criteria(5B7F21E0) scannerFlags(2) 10-01 23:23:43.514 4816 4882 W Primes : background initialization 10-01 23:23:43.519 3852 3976 I CastDatabase: CastDeviceInfo created: V_ccc18dd3- 215f-4c27-9732-bb2138e8611c 10-01 23:23:43.530 4816 4816 W GAV2 : Thread[main,5,main]: Need to call initialize() and be in fallback mode to start dispatch. 10-01 23:23:43.555 4816 4882 I PrimesTesting: GserviceFlagsSupplier.get() 10-01 23:23:43.602 1469 1799 I WifiService: startScan uid=10013 10-01 23:23:43.662 3852 3852 E ConnectivityChangeRecei: Ignoring connectivity change 10-01 23:23:43.665 1469 2233 I WifiService: acquireMulticastLock uid=10013 10-01 23:23:43.719 1469 1511 W ActivityManager: Unable to start service Intent { cmp=com.google.android.gm/com.android.email.service.AttachmentService } U=0: not found 10-01 23:23:43.735 4816 4816 W Gmail : EasBundling:ExchangeUpgradeReceiver: action=android.intent.action.BOOT_COMPLETED data=null 10-01 23:23:43.736 4816 4816 W Gmail : EasBundling:ExchangeUpgradeUtils: isExchangeLegacy=false 10-01 23:23:43.739 3852 4872 W DriveInitializer: Awaiting to be initialized 10-01 23:23:43.755 4905 4905 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:43.759 1469 1588 I ActivityManager: Start proc 4905:com.google.android.gm.exchange/u0a97 for broadcast com.google.android.gm.exchange/.UpgradeReceiver 10-01 23:23:43.761 4905 4905 E oid.gm.exchang: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:43.818 3852 3976 I ContentMaintenance: Internal cache bytes used: 0; limit: 100000000; download size: 0 10-01 23:23:43.830 1469 2768 I ActivityManager: Killing 3588:com.android.messaging/u0a79 (adj 906): empty #17 10-01 23:23:43.831 1469 1589 W libprocessgroup: kill(-3588, 9) failed: No such process 10-01 23:23:43.856 3852 3976 I RealtimeCacheCleanup: Beginning Realtime garbage collection. 10-01 23:23:43.858 3852 3950 I PinnedContentDownloader: Finished downloading pinned content. 10-01 23:23:43.863 3852 3976 I RealtimeCacheCleanup: Finished Realtime garbage collection. 10-01 23:23:43.863 518 518 I Zygote : Process 3588 exited due to signal (9) 10-01 23:23:43.873 1469 1589 W libprocessgroup: kill(-3588, 9) failed: No such process 10-01 23:23:43.873 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10079 pid 3588 in 42ms 10-01 23:23:43.875 4905 4905 W EasBundling: Tombstone: isGmailBundlingCapable=true 10-01 23:23:43.877 1469 2768 I ActivityManager: Killing 2402:com.android.dialer/u0a14 (adj 906): empty #17 10-01 23:23:43.878 1469 1589 W libprocessgroup: kill(-2402, 9) failed: No such process 10-01 23:23:43.885 3623 3823 W ChimeraUtils: Non Chimera context 10-01 23:23:43.885 3623 3823 W ChimeraUtils: Non Chimera context 10-01 23:23:43.913 518 518 I Zygote : Process 2402 exited due to signal (9) 10-01 23:23:43.915 4940 4940 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:43.916 1469 1588 I ActivityManager: Start proc 4940:com.google.android.googlequicksearchbox/u0a37 for broadcast com.google.android.googlequicksearchbox/com.android.launcher3.StartupReceiver 10-01 23:23:43.922 1469 1589 W libprocessgroup: kill(-2402, 9) failed: No such process 10-01 23:23:43.922 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10014 pid 2402 in 43ms 10-01 23:23:43.924 4940 4940 E equicksearchbo: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:43.947 3852 3919 W ChimeraUtils: Non Chimera context 10-01 23:23:43.947 3852 3919 W ChimeraUtils: Non Chimera context 10-01 23:23:43.944 541 541 I HwBinder:541_1: type=1400 audit(0.0:1286): avc: denied { read } for scontext=u:r:hal_sensors_default:s0 tcontext=u:r:hal_sensors_default:s0 tclass=socket permissive=1 10-01 23:23:43.968 3852 3919 I Auth : [WorkAccount] update authenticator enabled for boot or update 10-01 23:23:43.974 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:43.974 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:43.998 3623 4968 W WakefulBroadcastReceiv.: No active wake lock id #1 10-01 23:23:44.004 3623 3844 I Auth : [WorkAccount] init work authenticator 10-01 23:23:44.081 3852 3920 I Auth : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.BOOT_COMPLETED 10-01 23:23:44.103 3852 3920 I Auth : [SupervisedAccountIntentOperation] This operation is disabled 10-01 23:23:44.109 1469 1872 W SyncManager: failed sync operation JobId=105426 [email protected]/com.google u0 [com.google.android.gms.auth.accountstate] USER ExpectedIn=0s STANDBY-EXEMPTED Reason=10013, SyncResult: syncAlreadyInProgress: true stats [] 10-01 23:23:44.123 3623 4979 I Auth : [AccountStateSyncAdapter] performSync(account=<ELLIDED:1522973712>) 10-01 23:23:44.125 3852 4931 I Authzen : [PermitStore] Getting all permits... 10-01 23:23:44.183 3852 3919 I RecoverableKeyStoreGms: [RecoverableKeyStoreGmsInitOperation] Initializing auth_folsom 10-01 23:23:44.186 3852 3919 I RecoverableKeyStoreGms: [RecoverableKeyStoreGmsInitOperation] com.google.android.gms.auth.folsom.service.FolsomPublicKeyUpdateService is already enabled. Ignore. 10-01 23:23:44.196 3852 3919 I RecoverableKeyStoreGms: [RecoverableKeyStoreGmsInitOperation] com.google.android.gms.auth.folsom.service.GcmReceiverService is already enabled. Ignore. 10-01 23:23:44.198 3852 3926 W ChimeraUtils: Non Chimera context 10-01 23:23:44.198 3852 3926 W ChimeraUtils: Non Chimera context 10-01 23:23:44.203 1469 2021 V RecoverableKeyStoreMgr: Not updating secret types - same as old value. 10-01 23:23:44.214 3852 3926 I AutofillModuleInitInten: AutofillModuleInitIntentOperation onInitRuntimeState(2) [CONTEXT service_id=177 ] 10-01 23:23:44.218 3852 4982 W ChimeraUtils: Non Chimera context 10-01 23:23:44.218 3852 4982 W ChimeraUtils: Non Chimera context 10-01 23:23:44.248 3852 4982 E BaseAppContext: Tried to stop global GMSCore RequestQueue. This is likely unintended, so ignoring. 10-01 23:23:44.263 3852 4982 I Authzen : [AuthZenEventHandler] Handling event: android.intent.action.BOOT_COMPLETED 10-01 23:23:44.299 4940 4940 I DefaultInitializer: Initialized process com.google.android.googlequicksearchbox 10-01 23:23:44.299 4940 4940 D OpenGLRenderer: Skia GL Pipeline 10-01 23:23:44.304 3852 4931 I Authzen : [PermitStore] Getting all permits... 10-01 23:23:44.359 3852 3919 I RecoverableKeyStoreGms: [VaultHandleHelper] Building vaultHandle(version=1, instanceId=dD0axxF8tlc, deviceId=3508857984057900793) 10-01 23:23:44.366 1469 1872 W SyncManager: failed sync operation JobId=101032 [email protected]/com.google u0 [com.google.android.gms.auth.api.credentials] USER ExpectedIn=0s EXPEDITED STANDBY-EXEMPTED Reason=10013, SyncResult: syncAlreadyInProgress: true stats [] 10-01 23:23:44.382 3852 3919 I RecoverableKeyStoreGms: [RecoverableKeyStoreGmsInitOperation] Setting vault handle 10-01 23:23:44.386 1469 2766 V RecoverableKeyStoreMgr: Not updating server params - same as old value. 10-01 23:23:44.387 3852 4931 I Authzen : [PermitStore] Getting all permits... 10-01 23:23:44.405 3852 3921 I SystemUpdate: [Installation,ReceiverIntentOperation] Received intent: Intent { act=com.google.android.gms.update.BASE_MODULE_INIT cat=[targeted_intent_op_prefix:.update.control.ReceiverIntentOperation] cmp=com.google.android.gms/.chimera.GmsIntentOperationService }. 10-01 23:23:44.412 1469 1888 I ActivityManager: Killing 3758:com.android.traceur/u0a71 (adj 906): empty #17 10-01 23:23:44.413 1469 1589 W libprocessgroup: kill(-3758, 9) failed: No such process 10-01 23:23:44.444 3852 3916 W ChimeraUtils: Non Chimera context 10-01 23:23:44.449 3852 3916 W ChimeraUtils: Non Chimera context 10-01 23:23:44.450 1469 1589 W libprocessgroup: kill(-3758, 9) failed: No such process 10-01 23:23:44.482 4816 4816 W tnc : Failed to find local clusters. 10-01 23:23:44.487 518 518 I Zygote : Process 3758 exited due to signal (9) 10-01 23:23:44.490 1469 1589 W libprocessgroup: kill(-3758, 9) failed: No such process 10-01 23:23:44.490 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10071 pid 3758 in 76ms 10-01 23:23:44.498 3852 3922 I Auth : [FactoryResetProtectionManager] Updating data block with persistent device owner state null 10-01 23:23:44.498 2969 2969 I UtteranceRenameTask: Utterances already renamed to new format. Abort task. 10-01 23:23:44.499 2969 2969 I HotwordUpgradeTask: App version upgraded to 300800607: running speaker ID model upgrade tasks v2. 10-01 23:23:44.504 2969 2969 I HotwordUpgradeTask: User is not speaker ID enabled. Returning. 10-01 23:23:44.505 1469 1586 W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.google.android.systemui.OPA_ENABLED flg=0x10000010 (has extras) } to com.google.android.apps.nexuslauncher/.qsb.OPAStatusReceiver 10-01 23:23:44.494 1469 1469 I Binder:1469_9: type=1400 audit(0.0:1287): avc: denied { read } for name="mmcblk0p29" dev="tmpfs" ino=16850 scontext=u:r:system_server:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=1 10-01 23:23:44.508 3852 3922 W Auth : [DataBlockManagerHelper] Supplied DataBlockContainer is null. Proceeding to erase stored data. 10-01 23:23:44.504 1469 1469 I Binder:1469_9: type=1400 audit(0.0:1290): avc: denied { write } for name="mmcblk0p29" dev="tmpfs" ino=16850 scontext=u:r:system_server:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=1 10-01 23:23:44.510 1469 1588 I ActivityManager: Start proc 5002:com.android.chrome/u0a163 for service com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabsConnectionServi ce 10-01 23:23:44.510 3852 3919 I RecoverableKeyStoreGms: [EnrollmentManager] Returning certificates list from cache 10-01 23:23:44.513 5002 5002 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:44.516 2969 2969 I OpaEligibilityChecker: send OpaEligibilityChange broadcast to CommonBroadcastReceiver 10-01 23:23:44.522 5002 5002 E .android.chrom: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:44.530 3852 3922 I Auth : [FactoryResetProtectionManager] Write complete, result: 31727. 10-01 23:23:44.531 3852 3922 I Auth : [FRP,FrpUpdateIntentOperation] No frp data present in app restriction, using current google accounts. 10-01 23:23:44.547 2969 2969 I BgTaskExecutorImpl: Starting NONEXCLUSIVE background task SMARTSPACE_UPDATE. 10-01 23:23:44.549 2969 2969 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_NOTIFICATIONS. 10-01 23:23:44.550 1469 1588 I ActivityManager: Start proc 5018:com.google.android.onetimeinitializer/u0a23 for broadcast com.google.android.onetimeinitializer/.OneTimeInitializerReceiver 10-01 23:23:44.551 5018 5018 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:44.552 2969 2969 I BgTaskExecutorImpl: Starting EXCLUSIVE background task REQUEST_SCHEDULE_RESET_WITH_RESTART. 10-01 23:23:44.555 2969 2969 I BgTaskExecutorImpl: Starting NONEXCLUSIVE background task TRIGGER_CONDITION_RESET. 10-01 23:23:44.556 5018 5018 E timeinitialize: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:44.563 2969 3707 I ThreadRunner: setContextAndRunner 10-01 23:23:44.584 2969 2969 W SearchServiceCore: Abort, client detached. 10-01 23:23:44.591 2969 2969 I chatty : uid=10037 com.google.android.googlequicksearchbox:search identical 5 lines 10-01 23:23:44.591 2969 2969 W SearchServiceCore: Abort, client detached. 10-01 23:23:44.634 3852 3922 I Auth : [FactoryResetProtectionManager] Updating data block with 2 account ids. Lockscreen supported? true 10-01 23:23:44.624 1469 1469 I Binder:1469_4: type=1400 audit(0.0:1291): avc: denied { read } for name="mmcblk0p29" dev="tmpfs" ino=16850 scontext=u:r:system_server:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=1 10-01 23:23:44.649 3852 3922 I Auth : [FactoryResetProtectionManager] Write complete, result: 31583. 10-01 23:23:44.695 5018 5018 V OneTimeInitializerReceiver: OneTimeInitializerReceiver.onReceive 10-01 23:23:44.702 4816 4816 W vhf : sections == null. missed changes on list ujh{type=SAPI_LL_TYPE_SECTIONED_INBOX_PRIMARY_UNREAD, priority=DEFAULT, pauseState=RESUMED, #elements=1} 10-01 23:23:44.714 4816 4816 W vhf : sections == null. missed changes on list ujh{type=SAPI_LL_TYPE_SECTIONED_INBOX_PRIMARY_UNREAD, priority=DEFAULT, pauseState=RESUMED, #elements=1} 10-01 23:23:44.726 3852 3921 I SystemUpdate: [Control,ChimeraGcmTaskService] Scheduling task: CheckPendingUpdate. 10-01 23:23:44.730 5018 5038 V OneTimeInitializer: OneTimeInitializer.initialize 10-01 23:23:44.732 1469 1888 D ActivityManager: Raise procstate to external provider: ProcessRecord{b08bd2d 3663:com.android.providers.calendar/u0a7} 10-01 23:23:44.741 5018 5038 V OneTimeInitializer: Already run, doing nothing. 10-01 23:23:44.743 1469 2755 I ActivityManager: Killing 3154:com.android.printspooler/u0a63 (adj 906): empty #17 10-01 23:23:44.743 1469 1589 W libprocessgroup: kill(-3154, 9) failed: No such process 10-01 23:23:44.755 2870 3643 D ProtoStore: deleting smartspace_current 10-01 23:23:44.758 5042 5042 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:44.760 1469 1588 I ActivityManager: Start proc 5042:com.google.android.packageinstaller/u0a21 for broadcast com.google.android.packageinstaller/com.android.packageinstaller.TemporaryFileManag er 10-01 23:23:44.762 5042 5042 E ackageinstalle: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:44.771 2969 3708 W ThreadPoolDumper: Queue length for executor TaskGraph-Slow is now 6. Perhaps some tasks are too long, or the pool is too small. 10-01 23:23:44.778 2870 3643 D ProtoStore: no cached data 10-01 23:23:44.780 1469 1589 W libprocessgroup: kill(-3154, 9) failed: No such process 10-01 23:23:44.802 3852 3921 W ChimeraUtils: Non Chimera context 10-01 23:23:44.803 3852 3921 I chatty : uid=10013(com.google.android.gms) ASE_MODULE_INIT identical 2 lines 10-01 23:23:44.803 3852 3921 W ChimeraUtils: Non Chimera context 10-01 23:23:44.806 3852 3920 I SystemUpdate: [Execution,InstallationEventIntentOperation] Handling event of type 1. 10-01 23:23:44.811 1469 2766 I RecoverableKeyStoreMgr: The cert file serial number is the same, so skip updating. 10-01 23:23:44.811 3852 3919 I RecoverableKeyStoreGms: [EnrollmentManager] Recovery service is initialized. 10-01 23:23:44.813 3852 3922 I SystemUpdate: [Execution,InstallationIntentOperation] Received intent: Intent { act=com.google.android.gms.update.INSTALL_UPDATE cat=[targeted_intent_op_prefix:.update.execution.InstallationIntentOperation] cmp=com.google.android.gms/.chimera.GmsIntentOperationService }. 10-01 23:23:44.820 1469 1589 W libprocessgroup: kill(-3154, 9) failed: No such process 10-01 23:23:44.820 1469 2766 I RecoverySnapshotLstnrs: Registered listener for agent with uid 10013 10-01 23:23:44.825 3852 3922 I SystemUpdate: [Execution,ExecutionManager] Action finished-execution executed for 0.00 seconds. 10-01 23:23:44.856 3923 3991 I bt_stack: [INFO:gatt_api.cc(948)] GATT_Register 2e13d896-3f22-2ba2-94d2-08fe5513a7d6 10-01 23:23:44.856 3923 3991 I bt_stack: [INFO:gatt_api.cc(968)] allocated gatt_if=5 10-01 23:23:44.857 2854 2885 D BluetoothLeScanner: onScannerRegistered() - status=0 scannerId=5 mScannerId=0 10-01 23:23:44.860 1469 1888 D BackupTransportManager: Transport com.google.android.gms/.backup.BackupTransportService updated its attributes 10-01 23:23:44.860 3923 3984 I BtGatt.ScanManager: Cannot start unfiltered scan in location-off. This scan will be resumed when location is on: 5 10-01 23:23:44.862 1469 1589 W libprocessgroup: kill(-3154, 9) failed: No such process 10-01 23:23:44.896 518 518 I Zygote : Process 3154 exited due to signal (9) 10-01 23:23:44.906 3852 3926 I Backup : [TargetEnabler] Setting target components to enabled = true 10-01 23:23:44.907 1469 1589 W libprocessgroup: kill(-3154, 9) failed: No such process 10-01 23:23:44.907 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10063 pid 3154 in 164ms 10-01 23:23:44.917 3852 3926 I Backup : [SourceEnabler] Setting source components to enabled = true 10-01 23:23:44.920 3852 3926 W Backup : [ComponentEnablerUtil] Unable to set component 'com.google.android.gms.backup.component.CloudRestoreFlowActivity' to enabled=true 10-01 23:23:44.923 3852 3926 W Backup : [ComponentEnablerUtil] Unable to set component 'com.google.android.gms.backup.component.RestoreSessionV0Service' to enabled=true 10-01 23:23:44.926 3852 3926 W Backup : [ComponentEnablerUtil] Unable to set component 'com.google.android.gms.backup.component.D2dMigrateFlowActivity' to enabled=false 10-01 23:23:44.928 3852 3926 W Backup : [ComponentEnablerUtil] Unable to set component 'com.google.android.gms.backup.component.UsbDeviceAttachedActivity' to enabled=false 10-01 23:23:44.933 1469 2772 I ActivityManager: Killing 4143:com.google.android.apps.messaging/u0a94 (adj 906): empty #17 10-01 23:23:44.934 1469 1589 W libprocessgroup: kill(-4143, 9) failed: No such process 10-01 23:23:44.937 3852 3919 D CAR.SETUP: onInitRuntimeState: Intent { act=android.intent.action.BOOT_COMPLETED flg=0x9000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) } 10-01 23:23:44.962 1469 2755 I ActivityManager: Killing 3801:com.google.android.apps.maps/u0a106 (adj 906): empty #17 10-01 23:23:44.966 3852 3919 D CAR.SETUP: update DrivingMode components to false 10-01 23:23:44.976 3852 3919 I ChromeSync: [Sync,SyncIntentOperation] Handling the intent: Intent { act=android.intent.action.BOOT_COMPLETED flg=0x9000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }. 10-01 23:23:44.979 1469 1589 W libprocessgroup: kill(-4143, 9) failed: No such process 10-01 23:23:45.004 5002 5068 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. 10-01 23:23:45.006 3852 3919 I constellation: [intent_handler] Received onBootCompleted intent 10-01 23:23:45.007 3852 3976 I CheckinCompat: Disabling old GoogleServicesFramework version 10-01 23:23:45.008 3623 3623 I GeofencerStateMachine: sendQueryLocationOptIn 10-01 23:23:45.009 3852 3976 I CheckinCompat: No service .checkin.CheckinService$Receiver to disable 10-01 23:23:45.010 3852 3976 I CheckinCompat: No service .checkin.CheckinService$TriggerReceiver to disable 10-01 23:23:45.011 518 518 I Zygote : Process 4143 exited due to signal (9) 10-01 23:23:45.011 3852 3976 I CheckinCompat: No service .checkin.CheckinService$SecretCodeReceiver to disable 10-01 23:23:45.020 1469 1589 W libprocessgroup: kill(-4143, 9) failed: No such process 10-01 23:23:45.020 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10094 pid 4143 in 85ms 10-01 23:23:45.020 1469 1589 W libprocessgroup: kill(-3801, 9) failed: No such process 10-01 23:23:45.022 1469 2390 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=18, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10106] ], android.os.BinderProxy@a16439c) 10-01 23:23:45.023 518 518 I Zygote : Process 3801 exited due to signal (9) 10-01 23:23:45.029 1469 1589 W libprocessgroup: kill(-3801, 9) failed: No such process 10-01 23:23:45.030 1469 1589 I libprocessgroup: Successfully killed process cgroup uid 10106 pid 3801 in 9ms 10-01 23:23:45.032 3623 3623 I GeofencerStateMachine: sendQueryLocationOptIn 10-01 23:23:45.044 3852 3934 I Ads : Parental control value is stale. Refreshing. 10-01 23:23:45.044 3623 3623 I GeofencerStateMachine: sendQueryLocationOptIn 10-01 23:23:45.047 5002 5068 W .android.chrom: Unsupported class loader 10-01 23:23:45.053 3852 3934 I Ads : Initialized AdMob in container 14.3.66 (100400-213742215) 10-01 23:23:45.056 3623 3623 I GeofencerStateMachine: sendQueryLocationOptIn 10-01 23:23:45.057 5002 5068 W .android.chrom: Skipping duplicate class check due to unsupported classloader 10-01 23:23:45.060 3852 3919 I constellation: [reboot_checker] Reboot checker check status. 10-01 23:23:45.062 5002 5068 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:4 10-01 23:23:45.062 5002 5068 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 4 10-01 23:23:45.068 3623 3623 I GeofencerStateMachine: sendQueryLocationOptIn 10-01 23:23:45.070 3852 3922 I Fido : [FidoInitIntentOperation] Initializing Fido module, InitRuntimeState=2 10-01 23:23:45.079 3623 3623 I GeofencerStateMachine: sendQueryLocationOptIn 10-01 23:23:45.103 5002 5068 W .android.chrom: Unsupported class loader 10-01 23:23:45.107 1469 1588 I ActivityManager: Start proc 5079:com.google.android.gms.unstable/u0a13 for service com.google.android.gms/.droidguard.DroidGuardService 10-01 23:23:45.114 489 516 I Magisk : proc_monitor: com.google.android.gms.unstable 10-01 23:23:45.119 3852 4931 I CheckinChimeraService: Starting Checkin Task: CheckinNowTaskTag Reason : 1 Force : false UserId: 0 10-01 23:23:45.128 3510 3535 I Finsky : [31] com.google.android.finsky.contentfilterui.o.a(6): Received content filters request from sharedUserId=com.google.uid.shared:10013 10-01 23:23:45.129 5079 5079 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:45.141 5079 5079 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:45.142 1469 1872 W SyncManager: failed sync operation JobId=106423 [email protected]/com.google u0 [com.google.android.gms.chromesync] USER ExpectedIn=0s EXPEDITED STANDBY-EXEMPTED Reason=10013, SyncResult: syncAlreadyInProgress: true stats [] 10-01 23:23:45.146 3852 3921 I GrowthService: Scheduled sync with period: 14400 10-01 23:23:45.190 3623 3623 I NetworkScheduler: Using standalone scheduling engine 10-01 23:23:45.217 1469 1478 I system_server: Background concurrent copying GC freed 176880(9MB) AllocSpace objects, 145(7MB) LOS objects, 42% free, 18MB/31MB, paused 314us total 194.824ms 10-01 23:23:45.219 5105 5105 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:45.230 1469 1588 I ActivityManager: Start proc 5105:com.google.process.gapps/u0a47 for broadcast com.google.android.syncadapters.contacts/.ContactsSyncAdapterBroadcastReceiver 10-01 23:23:45.232 5105 5105 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:45.234 5079 5079 I id.gms.unstabl: The ClassLoaderContext is a special shared library. 10-01 23:23:45.262 5079 5079 W GmsApplication: Failed to invoke the SupplierSetterRegistry. 10-01 23:23:45.265 3852 3922 I MobileDataHub: Scheduling periodic tasks 10-01 23:23:45.308 5079 5079 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 287 native methods... 10-01 23:23:45.319 3852 3922 W MobileDataHub: [Service] appsupload-periodic periodic task disabled 10-01 23:23:45.322 5079 5079 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 10-01 23:23:45.324 5079 5079 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 10-01 23:23:45.370 3852 5089 I ChromeSync: [Sync,SyncAdapter] Successfully synced in 131 milliseconds with request: opu{account=<hide PII>, eventType=101, waitForInitialization=false, zipitVersionInfo=null}. 10-01 23:23:45.372 5105 5105 I GoogleHttpClient: GMS http client unavailable, use old client 10-01 23:23:45.393 3852 3926 I MagicTether: [HostValidator] InvalidHost. MobileData: true, Tethering: true, whitelist: false, ble: true 10-01 23:23:45.395 3852 3926 I MagicTether: [HostValidator] InvalidHost. MobileData: true, Tethering: true, whitelist: false, ble: true 10-01 23:23:45.403 3852 3852 I Ads : Successfully received play store parental controls the result. 10-01 23:23:45.407 5079 5079 W Primes : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. 10-01 23:23:45.410 3623 3623 I ChimeraSrvcProxy: com.google.android.gms.chimera.PersistentBoundBrokerService returning NullBinder for action com.google.android.gms.ipa.mediastoreindexer.PERSISTENT_START 10-01 23:23:45.414 3623 3623 I ChimeraSrvcProxy: com.google.android.gms.chimera.PersistentBoundBrokerService returning NullBinder for action com.google.android.gms.ipa.smsindexer.PERSISTENT_START 10-01 23:23:45.433 3852 3919 I constellation: [reboot_checker] Reboot Sync didn't run. 10-01 23:23:45.434 3852 3919 I constellation: [intent_handler] on init with intent Intent { act=android.intent.action.BOOT_COMPLETED flg=0x9000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) } 10-01 23:23:45.436 3510 5108 I Finsky : [98] com.google.android.finsky.contentfilterui.o.a(6): Received content filters request from sharedUserId=com.google.uid.shared:10013 10-01 23:23:45.474 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:45.474 1253 1841 E Diag_Lib: [IMS_FATAL]| 1841 | ims_qmi_register_client : Failed 10-01 23:23:45.490 3623 3753 W GCoreFlp: No location to return for getLastLocation() 10-01 23:23:45.504 573 573 I thermal-engine: type=1400 audit(0.0:1297): avc: denied { read write } for name="system_temp_level" dev="sysfs" ino=33360 scontext=u:r:init:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 10-01 23:23:45.504 573 573 I thermal-engine: type=1400 audit(0.0:1298): avc: denied { open } for path="/sys/devices/soc/qpnp-smbcharger- 18/power_supply/battery/system_temp_level" dev="sysfs" ino=33360 scontext=u:r:init:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 10-01 23:23:45.515 1469 1588 I ActivityManager: Start proc 5153:com.google.android.gms.ui/u0a13 for service com.google.android.gms/.chimera.UiIntentOperationService 10-01 23:23:45.516 5153 5153 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:45.524 5153 5153 E .android.gms.u: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:45.529 3852 4931 I EventLogChimeraService: Accumulating logs since 1538428781638 10-01 23:23:45.538 4044 4044 W YT.MDX.zmc: CastAppId for type 0 not found. Defaulting to mainCastAppId. 10-01 23:23:45.559 3852 3922 I MobileDataPlan: [217] MobileDataPlanModuleInitIntentOperation.a: Periodic service false update false 10-01 23:23:45.562 3852 3922 I MobileDataPlan: [217] adya.b: delete MobileDataPlan SIM based database name: MdpSimBasedDatabase 10-01 23:23:45.563 3852 3922 W ChimeraUtils: Non Chimera context 10-01 23:23:45.563 3852 3922 W ChimeraUtils: Non Chimera context 10-01 23:23:45.567 3852 3919 I MS_Utils: version of com.google.android.apps.maps = 987401040 10-01 23:23:45.567 3623 5148 I MagicTether: [HostValidator] InvalidHost. MobileData: true, Tethering: true, whitelist: false, ble: true 10-01 23:23:45.575 1469 3454 I WifiService: getWifiApConfiguration uid=10013 10-01 23:23:45.579 3852 3922 I MobileDataPlan: [217] MobileDataPlanModuleInitIntentOperation.a: Periodic service will not be started. 10-01 23:23:45.583 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:45.583 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:45.598 3852 3922 I MobileDataPlan: [217] MobileDataPlanModuleInitIntentOperation.a: Module is initialized with flag 10. 10-01 23:23:45.608 3852 4898 W MdnsClient: Error while decoding multicast packet (8): 2 10-01 23:23:45.610 3623 4983 I NetRec : [291] BootCompletedOrAppUpdatedIntentOperation.onHandleIntent: onBootCompleted() 10-01 23:23:45.610 4044 4044 W YT.MDX.zmc: CastAppId for type 0 not found. Defaulting to mainCastAppId. 10-01 23:23:45.618 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:45.620 3623 3623 I chatty : uid=10013 com.google.android.gms.persistent identical 2 lines 10-01 23:23:45.621 3623 3623 W ChimeraUtils: Non Chimera context 10-01 23:23:45.624 4044 4044 V MediaRouter: Adding route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:45.647 3623 4983 I NetRec : [291] BootCompletedOrAppUpdatedIntentOperation.onHandleIntent: Scheduling CleanupDatabaseTask 10-01 23:23:45.658 3623 4983 I NetRec : [291] agji.b: onConfigChanged() 10-01 23:23:45.654 711 711 I msm_irqbalance: type=1400 audit(0.0:1300): avc: denied { read write } for name="smp_affinity" dev="proc" ino=4026531948 scontext=u:r:init:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=1 10-01 23:23:45.654 711 711 I msm_irqbalance: type=1400 audit(0.0:1301): avc: denied { open } for path="/proc/irq/184/smp_affinity" dev="proc" ino=4026531948 scontext=u:r:init:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=1 10-01 23:23:45.666 4044 4044 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:45.690 3623 3623 W Nearby : Bind call too late - someone already tried to get: class bmbr [CONTEXT service_id=49 ] 10-01 23:23:45.709 4044 4044 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 10-01 23:23:45.727 2130 2130 D QtiTelephonyService BootReceiver: onReceive: Intent { act=android.intent.action.BOOT_COMPLETED flg=0x9000010 cmp=com.qualcomm.qti.telephonyservice/.BootReceiver (has extras) } 10-01 23:23:45.727 1469 1511 I ActivityManager: Killing 4459:com.google.android.apps.messaging:rcs/u0a94 (adj 906): empty #17 10-01 23:23:45.728 1469 1589 W libprocessgroup: kill(-4459, 9) failed: No such process 10-01 23:23:45.732 2130 2130 I QtiTelephonyService BootReceiver: com.qualcomm.qti.telephonyservice.QtiTelephonyService is already running. Intent { act=android.intent.action.BOOT_COMPLETED flg=0x9000010 cmp=com.qualcomm.qti.telephonyservice/.BootReceiver (has extras) } ignored. 10-01 23:23:45.749 1469 1588 I ActivityManager: Start proc 5198:air.de.fahren_lernen.app/u0a189 for broadcast air.de.fahren_lernen.app/com.onesignal.BootUpReceiver 10-01 23:23:45.750 5198 5198 I Zygote : seccomp disabled by setenforce 0 10-01 23:23:45.756 5198 5198 E hren_lernen.ap: Not starting debugger since process cannot load the jdwp agent. 10-01 23:23:45.770 1469 1589 W libprocessgroup: kill(-4459, 9) failed: No such process 10-01 23:23:45.770 5153 5153 I .android.gms.u: The ClassLoaderContext is a special shared library. 10-01 23:23:45.788 3852 3934 I PeopleInitIntentOp: Not initializing debuggability 10-01 23:23:45.788 3852 3934 I PeopleInitIntentOp: Clean up Google+ contacts from CP2. 10-01 23:23:45.815 1469 1589 W libprocessgroup: kill(-4459, 9) failed: No such process 10-01 23:23:45.826 3852 3934 I PeopleContactsSync: CP2 sync enabled.