0% found this document useful (0 votes)
23 views2,724 pages

Log

This document contains log entries from the Android system server startup on a device. It records the starting of various system services and reading of configuration files. It hits an error when trying to boost the animation thread by writing to a file that does not exist.
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
23 views2,724 pages

Log

This document contains log entries from the Android system server startup on a device. It records the starting of various system services and reading of configuration files. It hits an error when trying to boost the animation thread by writing to a file that does not exist.
Copyright
© © All Rights Reserved
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
You are on page 1/ 2724

12-30 16:59:31.

100 1291 1291 I SystemServerTiming: InitBeforeStartServices


12-30 16:59:31.104 1291 1291 I SystemServer: Entered the Android system server!
12-30 16:59:31.354 1291 1291 D PowerManagerService: /proc/cmdline=console=tty0
console=ttyS1,921600n1 vmalloc=350M slub_debug=OFZPU
page_owner=on swiotlb=noforce androidboot.hardware=mt6765
maxcpus=8 loop.max_part=7
firmware_class.path=/vendor/firmware has_battery_removed=0 loop.max_part=7
androidboot.boot_devices=bootdevice,soc/11230000.mmc,11230000.mmc
ramoops.mem_address=0x47c90000 ramoops.mem_size=0xe0000 ramoops.pmsg_size=0x10000
ramoops.console_size=0x40000 usbserial_number=WCTOUOQWHQA6Y5SS
bootopt=64S3,32S1,32S1 product.version=PD2236DF_EX_A_12.0.13.0.W20
fingerprint.abbr=12/SP1A.210812.003 region_ver=W20 product.solution=MTK
buildvariant=user root=/dev/ram androidboot.vbmeta.device=PARTUUID=c0a128fb-59d1-
0a9e-f0e8-ea3d36a9d658 androidboot.vbmeta.avb_version=1.2
androidboot.vbmeta.device_state=locked androidboot.veritymode=enforcing
androidboot.vc.magic=none androidboot.verifiedbootstate=green
androidboot.atm=disabled factory_mode=0 androidboot.vivo_brom_flag=1
androidboot.efuse_config.ctrl_0=1 androidboot.meta_log_disable=0 vivolog_flag=0
country_code=PH product_version=PD2236HF_EX_A_12.0.13.0.W20.V000L1 oem_name=V000
factory_mode=0 tier=2 bbk_dp=0 androidboot.anti.sec_nonsec_reco=5,5,4
androidboot.anti.avb_anti_ver=5 mtk_printk_ctrl.disable_uart=1
androidboot.serialno=10AD9R0UKE000EX bbk_pcb_version=MP_0.1
androidboot.product.hardware.sku=0101110011111 emmc_pns=Y2P032 boot_storage=E_X
androidboot.bootreason=reboot gpt=1 usb2jtag_mode=0 androidboot.dtb_idx=0
androidboot.dtbo_idx=0
12-30 16:59:31.373 1291 1291 I VivoSystemServiceFactory: Instance implClass
com.android.server.VivoSystemServiceFactoryImpl
12-30 16:59:31.418 1291 1291 I SystemServerInitThreadPool: Creating instance with
8 threads
12-30 16:59:32.016 1291 1291 I _V_VivoSystemServer: backup roles begin
12-30 16:59:32.019 1291 1291 I SystemServerTiming: StartServices
12-30 16:59:32.019 1291 1291 I SystemServerTiming: startBootstrapServices
12-30 16:59:32.019 1291 1291 I SystemServerTiming: StartWatchdog
12-30 16:59:32.026 1291 1291 W _V_AnimationThread: boost animthread
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: Failed to write to
/sys/rsc/rsc_svp
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: java.io.FileNotFoundException:
/sys/rsc/rsc_svp: open failed: ENOENT (No such file or directory)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
libcore.io.IoBridge.open(IoBridge.java:575)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
java.io.FileWriter.<init>(FileWriter.java:63)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
com.android.server.AnimationThread.boostAnimThread(AnimationThread.java:43)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
com.android.server.AnimationThread.access$000(AnimationThread.java:30)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
com.android.server.AnimationThread$1.run(AnimationThread.java:71)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
android.os.Handler.handleCallback(Handler.java:938)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
android.os.Handler.dispatchMessage(Handler.java:99)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
android.os.Looper.loopOnce(Looper.java:233)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
android.os.Looper.loop(Looper.java:334)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
android.os.HandlerThread.run(HandlerThread.java:67)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
libcore.io.Linux.open(Native Method)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: at
libcore.io.IoBridge.open(IoBridge.java:561)
12-30 16:59:32.032 1291 1415 W _V_AnimationThread: ... 12 more
12-30 16:59:32.088 1291 1291 I SystemServiceManager: Starting
com.vivo.services.vgc.cbs.VivoCbsService
12-30 16:59:32.122 1291 1291 I SystemServer: Reading configuration...
12-30 16:59:32.122 1291 1291 I SystemServerTiming: ReadingSystemConfig
12-30 16:59:32.123 1291 1291 I SystemServerTiming: PlatformCompat
12-30 16:59:32.123 1291 1422 I SystemServerTimingAsync:
InitThreadPoolExec:ReadingSystemConfig
12-30 16:59:32.127 1291 1291 D CompatConfig: Found a config file:
/system/etc/compatconfig/services-platform-compat-config.xml
12-30 16:59:32.127 1291 1422 I SystemConfig: Reading permissions from
/system/etc/sysconfig/framework-sysconfig.xml
12-30 16:59:32.130 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@3e66caa
12-30 16:59:32.131 1291 1422 I SystemConfig: Reading permissions from
/system/etc/sysconfig/hiddenapi-package-whitelist.xml
12-30 16:59:32.133 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@250ec38
12-30 16:59:32.134 1291 1422 I SystemConfig: Reading permissions from
/system/etc/sysconfig/facebook-hiddenapi-packagewhitelist.xml
12-30 16:59:32.135 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@96a976
12-30 16:59:32.136 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@f0c4b77
12-30 16:59:32.136 1291 1422 I SystemConfig: Reading permissions from
/system/etc/sysconfig/component-overrides.xml
12-30 16:59:32.137 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@49aa04d
12-30 16:59:32.138 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@b3be702
12-30 16:59:32.138 1291 1422 I SystemConfig: Reading permissions from
/system/etc/sysconfig/preinstalled-packages-com.android.providers.media.module.xml
12-30 16:59:32.139 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@ba90a50
12-30 16:59:32.140 1291 1422 I SystemConfig: Reading permissions from
/system/etc/sysconfig/preinstalled-packages-platform.xml
12-30 16:59:32.140 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@305714e
12-30 16:59:32.141 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@22b326f
12-30 16:59:32.142 1291 1422 I SystemConfig: Reading permissions from
/system/etc/sysconfig/google-hiddenapi-package-allowlist.xml
12-30 16:59:32.142 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@c288c05
12-30 16:59:32.143 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@8cb545a
12-30 16:59:32.144 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@4f3d368
12-30 16:59:32.145 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/android.test.runner.xml
12-30 16:59:32.145 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@aae381
12-30 16:59:32.146 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@710067
12-30 16:59:32.147 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.nfc_extras.xml
12-30 16:59:32.147 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@4e6be14
12-30 16:59:32.148 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-platform.xml
12-30 16:59:32.149 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@58014b2
12-30 16:59:32.150 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@1833c03
12-30 16:59:32.151 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@e7ba780
12-30 16:59:32.151 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@4af81b9
12-30 16:59:32.152 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@656c9fe
12-30 16:59:32.153 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@cf3955f
12-30 16:59:32.154 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@1b3bbac
12-30 16:59:32.155 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@fbd8075
12-30 16:59:32.156 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@51880a
12-30 16:59:32.157 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@be6287b
12-30 16:59:32.157 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/GooglePermissionController_permissions.xml
12-30 16:59:32.158 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@d72aef1
12-30 16:59:32.159 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@a881ad6
12-30 16:59:32.160 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.location.provider.xml
12-30 16:59:32.160 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@d3fd444
12-30 16:59:32.161 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@3c30e62
12-30 16:59:32.162 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-mediatek.xml
12-30 16:59:32.162 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@a3b2bf3
12-30 16:59:32.163 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@387f0b0
12-30 16:59:32.164 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@4574b29
12-30 16:59:32.165 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@cc7aeae
12-30 16:59:32.166 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@d2944f
12-30 16:59:32.167 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@6f367dc
12-30 16:59:32.168 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@f7070e5
12-30 16:59:32.169 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@7ce266b
12-30 16:59:32.169 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/javax.obex.xml
12-30 16:59:32.170 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@43d25c8
12-30 16:59:32.171 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@3c3661
12-30 16:59:32.171 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/android.test.base.xml
12-30 16:59:32.172 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@a6be47
12-30 16:59:32.173 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/android.software.managed_users.xml
12-30 16:59:32.173 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@da4d79d
12-30 16:59:32.174 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@94fd412
12-30 16:59:32.174 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.mediadrm.signer.xml
12-30 16:59:32.175 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@290e5e0
12-30 16:59:32.176 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.future.usb.accessory.xml
12-30 16:59:32.176 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@3531f5e
12-30 16:59:32.177 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@74e800c
12-30 16:59:32.178 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/android.software.sip.xml
12-30 16:59:32.178 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@cb85d55
12-30 16:59:32.179 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/android.software.sip.voip.xml
12-30 16:59:32.180 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@d69805b
12-30 16:59:32.180 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@c6990f8
12-30 16:59:32.181 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/android.test.mock.xml
12-30 16:59:32.181 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@94dbc36
12-30 16:59:32.182 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@e22c4a4
12-30 16:59:32.183 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/vivo_telephony_ext.xml
12-30 16:59:32.183 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@78fe20d
12-30 16:59:32.184 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@2159fd3
12-30 16:59:32.185 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-facebook.xml
12-30 16:59:32.185 1291 1291 D CompatConfig: Found a config file:
/system/etc/compatconfig/icu4j-platform-compat-config.xml
12-30 16:59:32.186 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/android.software.webview.xml
12-30 16:59:32.187 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@bb41c0e
12-30 16:59:32.188 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-google-system.xml
12-30 16:59:32.188 1291 1291 D CompatConfig: Found a config file:
/system/etc/compatconfig/framework-platform-compat-config.xml
12-30 16:59:32.190 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-vivo.xml
12-30 16:59:32.192 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@399eb1a
12-30 16:59:32.193 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@e47364b
12-30 16:59:32.194 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@fdf2828
12-30 16:59:32.195 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@7307941
12-30 16:59:32.196 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@ddb9ee6
12-30 16:59:32.197 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@cd0ec27
12-30 16:59:32.198 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@a129ed4
12-30 16:59:32.199 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@24a687d
12-30 16:59:32.201 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@332c372
12-30 16:59:32.203 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@5623c3
12-30 16:59:32.204 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@f64d440
12-30 16:59:32.205 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@1a0f79
12-30 16:59:32.205 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@c65a4be
12-30 16:59:32.206 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@86d391f
12-30 16:59:32.207 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@ae2f46c
12-30 16:59:32.210 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-facebook-preload.xml
12-30 16:59:32.210 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@6534eca
12-30 16:59:32.211 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@db6483b
12-30 16:59:32.212 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/org.apache.http.legacy.xml
12-30 16:59:32.213 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@66934b1
12-30 16:59:32.213 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@abf8d96
12-30 16:59:32.214 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/com.mediatek.wfo.legacy.xml
12-30 16:59:32.214 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@c856504
12-30 16:59:32.215 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.media.remotedisplay.xml
12-30 16:59:32.216 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@9deed22
12-30 16:59:32.216 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@a7783b3
12-30 16:59:32.217 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.documentsui.xml
12-30 16:59:32.218 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@160c8e9
12-30 16:59:32.218 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@a2b96e
12-30 16:59:32.219 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.networkstack.tethering.xml
12-30 16:59:32.220 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@dc2509c
12-30 16:59:32.220 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@7c4fe7a
12-30 16:59:32.221 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/GoogleExtServices_permissions.xml
12-30 16:59:32.221 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@c5b62b
12-30 16:59:32.222 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@1f1da88
12-30 16:59:32.223 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@1bfac21
12-30 16:59:32.223 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/platform-vivo.xml
12-30 16:59:32.223 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@7e78a07
12-30 16:59:32.224 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@20e1734
12-30 16:59:32.225 1291 1422 I SystemConfig: Reading permissions from
/system/etc/permissions/platform.xml
12-30 16:59:32.225 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@c80e2d2
12-30 16:59:32.226 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@868bfa3
12-30 16:59:32.226 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@a0f72a0
12-30 16:59:32.227 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@540be59
12-30 16:59:32.228 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@8665a1e
12-30 16:59:32.228 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@43db2ff
12-30 16:59:32.229 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@b0918cc
12-30 16:59:32.230 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@235e715
12-30 16:59:32.230 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.bluetooth_le.xml
12-30 16:59:32.230 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@e44801b
12-30 16:59:32.231 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@214f5b8
12-30 16:59:32.232 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@8b58ef6
12-30 16:59:32.232 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/vendor.vivo.hardware.biometrics.face.xml
12-30 16:59:32.233 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@f2102f7
12-30 16:59:32.233 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@1ffb564
12-30 16:59:32.234 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.audio.low_latency.xml
12-30 16:59:32.234 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@a23a482
12-30 16:59:32.235 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@bd8d793
12-30 16:59:32.235 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.usb.host.xml
12-30 16:59:32.235 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@280efc9
12-30 16:59:32.236 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@86b86ce
12-30 16:59:32.237 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@16a4cfc
12-30 16:59:32.237 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.hardware_keystore.km41.xml
12-30 16:59:32.237 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@49fbf85
12-30 16:59:32.238 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@a3d41da
12-30 16:59:32.239 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.camera.xml
12-30 16:59:32.239 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@8d3ce8
12-30 16:59:32.240 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@821cf01
12-30 16:59:32.240 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.faketouch.xml
12-30 16:59:32.240 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@e297e7
12-30 16:59:32.241 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@e6d3f94
12-30 16:59:32.242 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.telephony.ims.xml
12-30 16:59:32.242 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@a923232
12-30 16:59:32.243 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@36cb83
12-30 16:59:32.244 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@fa85d39
12-30 16:59:32.244 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.midi.xml
12-30 16:59:32.244 1291 1291 D CompatConfig: Found a config file:
/system/etc/compatconfig/documents-ui-compat-config.xml
12-30 16:59:32.245 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.touchscreen.xml
12-30 16:59:32.246 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@258ed2c
12-30 16:59:32.247 1291 1291 D CompatConfig: Found a config file:
/system/etc/compatconfig/calendar-provider-compat-config.xml
12-30 16:59:32.247 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.light.xml
12-30 16:59:32.248 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@c8c27fb
12-30 16:59:32.249 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.stepdetector.xml
12-30 16:59:32.249 1291 1291 D CompatConfig: No directory
/system/system_ext/etc/compatconfig, skipping
12-30 16:59:32.250 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.stepcounter.xml
12-30 16:59:32.251 1291 1291 D CompatConfig: No directory
/apex/com.android.vndk.v30/etc/compatconfig, skipping
12-30 16:59:32.251 1291 1291 D CompatConfig: No directory
/apex/com.android.wifi/etc/compatconfig, skipping
12-30 16:59:32.251 1291 1291 D CompatConfig: No directory
/apex/com.android.vndk.v31/etc/compatconfig, skipping
12-30 16:59:32.252 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.live_wallpaper.xml
12-30 16:59:32.252 1291 1291 D CompatConfig: No directory
/apex/com.android.tzdata/etc/compatconfig, skipping
12-30 16:59:32.252 1291 1291 D CompatConfig: No directory
/apex/com.android.tethering/etc/compatconfig, skipping
12-30 16:59:32.252 1291 1291 D CompatConfig: No directory
/apex/com.android.sdkext/etc/compatconfig, skipping
12-30 16:59:32.252 1291 1291 D CompatConfig: No directory
/apex/com.android.scheduling/etc/compatconfig, skipping
12-30 16:59:32.252 1291 1291 D CompatConfig: No directory
/apex/com.android.runtime/etc/compatconfig, skipping
12-30 16:59:32.252 1291 1291 D CompatConfig: No directory
/apex/com.android.resolv/etc/compatconfig, skipping
12-30 16:59:32.252 1291 1291 D CompatConfig: No directory
/apex/com.android.permission/etc/compatconfig, skipping
12-30 16:59:32.253 1291 1291 D CompatConfig: No directory
/apex/com.android.os.statsd/etc/compatconfig, skipping
12-30 16:59:32.253 1291 1291 D CompatConfig: No directory
/apex/com.android.neuralnetworks/etc/compatconfig, skipping
12-30 16:59:32.253 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.wifi.passpoint.xml
12-30 16:59:32.254 1291 1291 D CompatConfig: Found a config file:
/apex/com.android.mediaprovider/etc/compatconfig/media-provider-platform-compat-
config.xml
12-30 16:59:32.254 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.accelerometer.xml
12-30 16:59:32.255 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@e578be2
12-30 16:59:32.256 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
12-30 16:59:32.256 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@8ee6a30
12-30 16:59:32.256 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@2fe06a9
12-30 16:59:32.257 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@7007bcf
12-30 16:59:32.257 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.compass.xml
12-30 16:59:32.257 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@207f95c
12-30 16:59:32.258 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@4876465
12-30 16:59:32.258 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@3b305eb
12-30 16:59:32.259 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.proximity.xml
12-30 16:59:32.259 1291 1291 D CompatConfig: No directory
/apex/com.android.media.swcodec/etc/compatconfig, skipping
12-30 16:59:32.259 1291 1291 D CompatConfig: No directory
/apex/com.android.media/etc/compatconfig, skipping
12-30 16:59:32.260 1291 1291 D CompatConfig: No directory
/apex/com.android.ipsec/etc/compatconfig, skipping
12-30 16:59:32.260 1291 1291 D CompatConfig: No directory
/apex/com.android.i18n/etc/compatconfig, skipping
12-30 16:59:32.260 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.touchscreen.multitouch.xml
12-30 16:59:32.260 1291 1291 D CompatConfig: No directory
/apex/com.android.extservices/etc/compatconfig, skipping
12-30 16:59:32.260 1291 1291 D CompatConfig: No directory
/apex/com.android.conscrypt/etc/compatconfig, skipping
12-30 16:59:32.261 1291 1291 D CompatConfig: Found a config file:
/apex/com.android.art/etc/compatconfig/libcore-platform-compat-config.xml
12-30 16:59:32.261 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.usb.accessory.xml
12-30 16:59:32.262 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@2ba15c7
12-30 16:59:32.262 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.opengles.aep.xml
12-30 16:59:32.263 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@936bb1d
12-30 16:59:32.263 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@ebeb192
12-30 16:59:32.263 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.microphone.xml
12-30 16:59:32.264 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@948bf60
12-30 16:59:32.264 1291 1291 D CompatConfig: Adding:
com.android.server.compat.config.Change@288ec19
12-30 16:59:32.265 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.wifi.xml
12-30 16:59:32.265 1291 1291 D CompatConfig: No directory
/apex/com.android.appsearch/etc/compatconfig, skipping
12-30 16:59:32.266 1291 1291 D CompatConfig: No directory
/apex/com.android.adbd/etc/compatconfig, skipping
12-30 16:59:32.266 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.location.gps.xml
12-30 16:59:32.269 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.verified_boot.xml
12-30 16:59:32.270 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.bluetooth.xml
12-30 16:59:32.272 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.ipsec_tunnels.xml
12-30 16:59:32.273 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml
12-30 16:59:32.273 1291 1291 I SystemServerTiming: StartFileIntegrityService
12-30 16:59:32.273 1291 1291 I SystemServiceManager: Starting
com.android.server.security.FileIntegrityService
12-30 16:59:32.274 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.telephony.gsm.xml
12-30 16:59:32.275 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.se.omapi.uicc.xml
12-30 16:59:32.276 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.opengles.deqp.level.xml
12-30 16:59:32.277 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.telephony.cdma.xml
12-30 16:59:32.279 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.wifi.direct.xml
12-30 16:59:32.280 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.biometrics.face.xml
12-30 16:59:32.281 1291 1422 I SystemConfig: Reading permissions from
/vendor/etc/permissions/handheld_core_hardware.xml
12-30 16:59:32.284 1291 1422 I SystemConfig: Reading permissions from
/oem/etc/permissions/com.vivo.website.overseas.support.xml
12-30 16:59:32.285 1291 1422 I SystemConfig: Reading permissions from
/oem/etc/permissions/com.vivo.themestore.support.xml
12-30 16:59:32.286 1291 1422 I SystemConfig: Reading permissions from
/product/etc/sysconfig/google-rollback-package-whitelist.xml
12-30 16:59:32.288 1291 1422 I SystemConfig: Reading permissions from
/product/etc/sysconfig/preinstalled-packages-platform-overlays.xml
12-30 16:59:32.290 1291 1422 I SystemConfig: Reading permissions from
/product/etc/sysconfig/google-staged-installer-whitelist.xml
12-30 16:59:32.291 1291 1422 I SystemConfig: Reading permissions from
/product/etc/sysconfig/wellbeing.xml
12-30 16:59:32.292 1291 1422 I SystemConfig: Reading permissions from
/product/etc/sysconfig/googledialergo-sysconfig.xml
12-30 16:59:32.293 1291 1422 I SystemConfig: Reading permissions from
/product/etc/sysconfig/preinstalled-packages-platform-handheld-product.xml
12-30 16:59:32.294 1291 1422 I SystemConfig: Reading permissions from
/product/etc/sysconfig/google.xml
12-30 16:59:32.297 1291 1422 I SystemConfig: Reading permissions from
/product/etc/sysconfig/d2d_cable_migration_feature.xml
12-30 16:59:32.298 1291 1422 I SystemConfig: Reading permissions from
/product/etc/permissions/privapp-permissions-google-comms-suite.xml
12-30 16:59:32.300 1291 1422 I SystemConfig: Reading permissions from
/product/etc/permissions/product-permissions-mediatek.xml
12-30 16:59:32.302 1291 1422 I SystemConfig: Reading permissions from
/product/etc/permissions/split-permissions-google.xml
12-30 16:59:32.303 1291 1422 I SystemConfig: Reading permissions from
/product/etc/permissions/privapp-permissions-google-product.xml
12-30 16:59:32.305 1291 1291 I SystemServerTiming: StartInstaller
12-30 16:59:32.306 1291 1291 I SystemServiceManager: Starting
com.android.server.pm.Installer
12-30 16:59:32.307 1291 1422 W SystemConfig: No directory
/system_ext/etc/sysconfig, skipping
12-30 16:59:32.308 1291 1422 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/com.android.storagemanager.xml
12-30 16:59:32.309 1291 1291 I SystemServerTiming: DeviceIdentifiersPolicyService
12-30 16:59:32.310 1291 1422 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/system-ext-permissions-mediatek.xml
12-30 16:59:32.310 1291 1291 I SystemServiceManager: Starting
com.android.server.os.DeviceIdentifiersPolicyService
12-30 16:59:32.311 1291 1291 I SystemServerTiming: UriGrantsManagerService
12-30 16:59:32.311 1291 1291 I SystemServiceManager: Starting
com.android.server.uri.UriGrantsManagerService$Lifecycle
12-30 16:59:32.312 1291 1422 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/com.android.emergency.xml
12-30 16:59:32.313 1291 1422 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/com.android.cellbroadcastreceiver.xml
12-30 16:59:32.315 1291 1422 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/privapp-permissions-google-system-ext.xml
12-30 16:59:32.317 1291 1291 I SystemServerTiming: StartPowerStatsService
12-30 16:59:32.317 1291 1422 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/com.android.carrierconfig.xml
12-30 16:59:32.317 1291 1291 I SystemServiceManager: Starting
com.android.server.powerstats.PowerStatsService
12-30 16:59:32.321 1291 1291 I SystemServerTiming: StartIStatsService
12-30 16:59:32.325 1291 1291 I SystemServerTiming: MemtrackProxyService
12-30 16:59:32.329 1291 1291 I SystemServerTiming: StartActivityManager
12-30 16:59:32.330 1291 1291 I SystemServiceManager: Starting
com.android.server.wm.ActivityTaskManagerService$Lifecycle
12-30 16:59:32.330 1291 1422 I SystemConfig: Reading permissions from
/apex/com.android.ipsec/etc/permissions/android.net.ipsec.ike.xml
12-30 16:59:32.371 1291 1427 E _V_FreezerManager: writeFile fail
/sys/rsc//binder_cmd java.io.FileNotFoundException: /sys/rsc/binder_cmd: open
failed: ENOENT (No such file or directory)
12-30 16:59:32.432 1291 1291 V _V_VivoMultiWindowConfig: MultiWindowConfig:
12-30 16:59:32.432 1291 1291 V _V_VivoMultiWindowConfig:
IS_VIVO_SUPPORT_MULTIWINDOW_PROPERTY:true
12-30 16:59:32.432 1291 1291 V _V_VivoMultiWindowConfig:
IS_VIVO_SUPPORT_MULTIWINDOW_DEBUG_PROPERTY:false
12-30 16:59:32.432 1291 1291 V _V_VivoMultiWindowConfig:
IS_VIVO_AM_RESIZABLE_PROPERTY:true
12-30 16:59:32.432 1291 1291 V _V_VivoMultiWindowConfig:
IS_VIVO_AM_RELAUNCH_PROPERTY:true
12-30 16:59:32.432 1291 1291 V _V_VivoMultiWindowConfig:
IS_VIVO_DOUBLE_RESUME_PROPERTY:true
12-30 16:59:32.432 1291 1291 V _V_VivoMultiWindowConfig:
IS_VIVO_ROTATE_FREE:false
12-30 16:59:32.433 1291 1291 V _V_VivoMultiWindowConfig:
IS_VIVO_DEFER_ROTATE:false
12-30 16:59:32.433 1291 1291 V _V_VivoMultiWindowConfig:
IS_VIVO_SPLIT_NAV_COLOR:true
12-30 16:59:32.433 1291 1291 V _V_VivoMultiWindowConfig:
IS_VIVO_SPLIT_BACK_PROCESS:true
12-30 16:59:32.433 1291 1291 V _V_VivoMultiWindowConfig: TIERLEVEL:2
12-30 16:59:32.433 1291 1291 V _V_VivoMultiWindowConfig: ISOVERSEAS:true
12-30 16:59:32.441 1291 1291 D _V_ThirdPartyIncoming:
DEBUG_THIRD_PARTY_INCOMING_POLICY: support = true
12-30 16:59:32.454 1291 1291 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm/extic_enable: open failed: ENOENT (No such file or directory)
12-30 16:59:32.455 1291 1291 D _V_DisplayEnhanceNovaUsecaseController: parseInt
error!
12-30 16:59:32.455 1291 1291 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm/extic_enable: open failed: ENOENT (No such file or directory)
12-30 16:59:32.456 1291 1291 D _V_DisplayEnhanceNovaUsecaseController: parseInt
error!
12-30 16:59:32.456 1291 1291 D _V_DisplayEnhanceNovaUsecaseController: init
DisplayEnhanceNovaUsecaseController isNovaAvailable = false, ENABLE_IC = false
12-30 16:59:32.465 1291 1291 D _V_VivoRatioControllerUtilsImpl: CONSTURE of
VivoRatioControllerUtilsImpl
12-30 16:59:32.477 1291 1291 I SystemServiceManager: Starting
com.android.server.am.ActivityManagerService$Lifecycle
12-30 16:59:32.484 1291 1291 I ActivityManager: Memory class: 128
12-30 16:59:32.486 1291 1435 I Binder : Setting heavy hitter watcher config:
false, 0, 0.0
12-30 16:59:32.550 1291 1291 I _V_rms : Set sys.sps.version to 0
12-30 16:59:32.574 1291 1291 I _V_CgrpController: initialize isSupported=true
cluster=3
12-30 16:59:32.592 1291 1291 V _V_EmergencyBroadcastManager: init.
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: FrozenQuicker create
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: java.lang.Throwable: debug
FrozenQuicker
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker.<init>(FrozenQuicker.java:255)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker.<init>(FrozenQuicker.java:68)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker$Instance.<clinit>(FrozenQuicker.java:204
6)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker$Instance.access$100(FrozenQuicker.java:2
045)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker.getInstance(FrozenQuicker.java:259)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenInjectorImpl.<init>(FrozenInjectorImpl.java:22)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenInjectorImpl.getInstance(FrozenInjectorImpl.java
:32)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.am.VivoAmsImpl.<init>(VivoAmsImpl.java:442)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.VivoSystemServiceFactoryImpl.createVivoAms(VivoSystemServiceFact
oryImpl.java:727)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.am.ActivityManagerService.<init>(ActivityManagerService.java:274
0)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.am.ActivityManagerService$Lifecycle.<init>(ActivityManagerServic
e.java:2354)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
java.lang.reflect.Constructor.newInstance0(Native Method)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:177)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.am.ActivityManagerService$Lifecycle.startService(ActivityManager
Service.java:2360)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.SystemServer.startBootstrapServices(SystemServer.java:1262)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.SystemServer.run(SystemServer.java:1053)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.server.SystemServer.main(SystemServer.java:738)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
java.lang.reflect.Method.invoke(Native Method)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
12-30 16:59:32.600 1291 1291 E _V_quickfrozen: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
12-30 16:59:32.622 1291 1291 I PackageWatchdog: Updated health check state for
package com.google.android.ext.services: INACTIVE -> PASSED
12-30 16:59:32.622 1291 1291 I PackageWatchdog: Updated health check state for
package com.vivo.abe: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.vivo.pem: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.vivo.appfilter: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.android.vending: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.vivo.smartshot: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package android: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.android.launcher3: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.google.android.permissioncontroller: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.google.android.gms: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.google.android.gsf: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.android.settings: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.vivo.upslide: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.android.phone: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.android.providers.userdictionary: INACTIVE -> PASSED
12-30 16:59:32.623 1291 1291 I PackageWatchdog: Updated health check state for
package com.android.providers.media.module: INACTIVE -> PASSED
12-30 16:59:32.624 1291 1291 I PackageWatchdog: Updated health check state for
package com.android.systemui: INACTIVE -> PASSED
12-30 16:59:32.624 1291 1291 I PackageWatchdog: Updated health check state for
package com.android.bluetooth: INACTIVE -> PASSED
12-30 16:59:32.646 1291 1291 D BatteryStatsImpl: Reading daily items from
/data/system/batterystats-daily.xml
12-30 16:59:32.685 1291 1457 I KernelCpuUidFreqTimeReader:
mPerClusterTimesAvailable=true
12-30 16:59:32.692 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 16:59:32.693 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 16:59:32.848 1291 1291 E AudioRestriction: Unknown audio suppression
behavior0
12-30 16:59:32.852 1291 1457 W KernelMemoryBandwidthStats: No kernel memory
bandwidth stats available
12-30 16:59:32.967 1291 1291 I IntentFirewall: Read new rules (A:0 B:0 S:0)
12-30 16:59:33.003 1291 1291 D AppOps : AppOpsService published
12-30 16:59:33.026 1291 1291 I SystemServerTiming: StartDataLoaderManagerService
12-30 16:59:33.026 1291 1291 I SystemServiceManager: Starting
com.android.server.pm.DataLoaderManagerService
12-30 16:59:33.027 1291 1291 I SystemServerTiming: StartIncrementalService
12-30 16:59:33.032 1291 1291 I SystemServerTiming: StartPowerManager
12-30 16:59:33.033 1291 1291 I SystemServiceManager: Starting
com.android.server.power.PowerManagerService
12-30 16:59:33.050 1291 1291 I SystemServerTiming: StartThermalManager
12-30 16:59:33.051 1291 1291 I SystemServiceManager: Starting
com.android.server.power.ThermalManagerService
12-30 16:59:33.052 1291 1291 I SystemServerTiming: StartHintManager
12-30 16:59:33.052 1291 1291 I SystemServiceManager: Starting
com.android.server.power.hint.HintManagerService
12-30 16:59:33.056 1291 1291 I SystemServerTiming: InitPowerManagement
12-30 16:59:33.058 1291 1291 I SystemServerTiming: StartRecoverySystemService
12-30 16:59:33.058 1291 1291 I SystemServiceManager: Starting
com.android.server.recoverysystem.RecoverySystemService$Lifecycle
12-30 16:59:33.062 1291 1291 I SystemServerTiming: StartLightsService
12-30 16:59:33.063 1291 1291 I SystemServiceManager: Starting
com.android.server.lights.LightsService
12-30 16:59:33.113 1291 1291 I SystemServerTiming: StartSidekickService
12-30 16:59:33.115 1291 1291 I SystemServerTiming: StartDisplayManager
12-30 16:59:33.116 1291 1291 I SystemServiceManager: Starting
com.android.server.display.DisplayManagerService
12-30 16:59:33.133 1291 1291 I _V_VivoSystemServer: StartVivoDisplayStateManager
12-30 16:59:33.134 1291 1291 I SystemServiceManager: Starting
com.android.server.display.VivoDisplayStateService
12-30 16:59:33.139 1291 1291 I SystemServerTiming: WaitForDisplay
12-30 16:59:33.140 1291 1291 I SystemServiceManager: Starting phase 100
12-30 16:59:33.140 1291 1291 I SystemServerTiming: OnBootPhase_100
12-30 16:59:33.140 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.vivo.services.vgc.cbs.VivoCbsService
12-30 16:59:33.140 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.security.FileIntegrityService
12-30 16:59:33.140 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.pm.Installer
12-30 16:59:33.141 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.os.DeviceIdentifiersPolicyService
12-30 16:59:33.141 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.uri.UriGrantsManagerService$Lifecycle
12-30 16:59:33.141 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.powerstats.PowerStatsService
12-30 16:59:33.141 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.wm.ActivityTaskManagerService$Lifecycle
12-30 16:59:33.142 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.am.ActivityManagerService$Lifecycle
12-30 16:59:33.142 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.pm.DataLoaderManagerService
12-30 16:59:33.142 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.power.PowerManagerService
12-30 16:59:33.142 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.power.ThermalManagerService
12-30 16:59:33.143 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.power.hint.HintManagerService
12-30 16:59:33.143 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
12-30 16:59:33.143 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.lights.LightsService
12-30 16:59:33.143 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.display.DisplayManagerService
12-30 16:59:33.172 1291 1414 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm/hbm_max_brightness: open failed: ENOENT (No such file or directory)
12-30 16:59:33.173 1291 1414 E _V_VivoLcmUtils: Failed to read
/sys/lcm/hbm_max_brightness
12-30 16:59:33.173 1291 1414 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm1/hbm_max_brightness: open failed: ENOENT (No such file or directory)
12-30 16:59:33.173 1291 1414 E _V_VivoLcmUtils: Failed to read
/sys/lcm1/hbm_max_brightness
12-30 16:59:33.173 1291 1414 E _V_VivoLcmUtils: the readKernelNode
is:/sys/class/backlight/panel0-backlight/max_brightness: open failed: ENOENT (No
such file or directory)
12-30 16:59:33.174 1291 1414 E _V_VivoLcmUtils: Failed to read
/sys/class/backlight/panel0-backlight/max_brightness
12-30 16:59:33.176 1291 1414 I _V_RootConfig: lcmId = 0x00000090
12-30 16:59:33.180 1291 1414 I _V_Sensor_BrightnessConfig: bootBrightness = 1146;
isMultilevel = true; maxLcmBrightness = 4095; isUnderProx = false; isUnderLight =
false; minBrightness = 310; gameOptimizedBright = -1.0
12-30 16:59:33.182 1291 1414 I _V_RootConfig: Exception e =
java.io.FileNotFoundException:
/system/etc/SensorConfig/AutoBrightnessLcm2AgloBrLevelVico_0x00000090.json: open
failed: ENOENT (No such file or directory)
12-30 16:59:33.234 1291 1414 E _V_Sensor_JsonObjectOperate: Can't find
file:/system/etc/SensorConfig/AutoBrightnessLcm2AgloBrLevelVico.json
12-30 16:59:33.234 1291 1414 I _V_Sensor_BrightConfig:
/system/etc/SensorConfig/AutoBrightnessLcm2AgloBrLevelVico.json is null! return!
12-30 16:59:33.270 1291 1414 D _V_VivoSurfaceControlBrightness: Check value -1.0
is invalid, return default value 4095.0
12-30 16:59:33.270 1291 1414 D _V_VivoSurfaceControlBrightness: Check value -1.0
is invalid, return default value 2047.0
12-30 16:59:33.271 1291 1414 D _V_VivoSurfaceControlBrightness: Create
VivoSurfaceControlBrightness, max brightness 2047.0, HBM max brightness 4095.0, max
hardware brightness 4095.0, HDR factor 1.0
12-30 16:59:33.287 1291 1414 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, default display true, surface control light status
false
12-30 16:59:33.288 1291 1414 W Looper : Slow dispatch took 160ms android.display
h=com.android.server.display.DisplayManagerService$DisplayManagerHandler c=null m=1
12-30 16:59:33.301 1291 1414 I DisplayDeviceRepository: Display device added:
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state UNKNOWN, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}
12-30 16:59:33.306 1291 1414 I LogicalDisplayMapper: Applying layout: [{addr:
{port=0}, dispId: 0(ON)}], Previous layout: null
12-30 16:59:33.310 1291 1414 I LogicalDisplayMapper: Adding new display: 0:
DisplayInfo{"Built-in Screen", displayId 0", displayGroupId -1, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS, FLAG_TRUSTED, real 720 x 1600, largest app 720 x
1600, smallest app 720 x 1600, appVsyncOff 2400001, presDeadline 28600000, mode 1,
defaultMode 1, modes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, userDisabledHdrTypes [],
minimalPostProcessingSupported false, rotation 0, state UNKNOWN, type INTERNAL,
uniqueId "local:0", app 720 x 1600, density 300 (269.21 x 269.21) dpi, layerStack
0, colorMode 0, supportedColorModes [0], address {port=0}, deviceProductInfo null,
removeMode 0, refreshRateOverride 0.0, brightnessMinimum 0.0, brightnessMaximum
1.0, brightnessDefault 0.4,CurvedDisplayCut
[mEnableCurveCut=false,mCurvedDisplayCutPackage=null]}
12-30 16:59:33.311 1291 1414 I LogicalDisplayMapper: Setting new display group 0
for display 0, from previous group: null
12-30 16:59:33.312 1291 1291 W SystemServiceManager: Service
com.android.server.display.DisplayManagerService took 170 ms in onBootPhase
12-30 16:59:33.313 1291 1291 I SystemServerTiming:
OnBootPhase_100_com.android.server.display.VivoDisplayStateService
12-30 16:59:33.313 1291 1291 I SystemServerTiming: StartDomainVerificationService
12-30 16:59:33.317 1291 1291 I SystemServerTiming: StartPackageManagerService
12-30 16:59:33.317 1291 1291 I Watchdog: Pausing HandlerChecker: main thread for
reason: packagemanagermain. Pause count: 1
12-30 16:59:33.336 1291 1291 I PackageManagerTiming: create package manager
12-30 16:59:33.353 1291 1291 I PackageManagerTiming: createSubComponents
12-30 16:59:33.482 1291 1291 I PackageManagerTiming: addSharedUsers
12-30 16:59:33.510 1291 1484 I _V_VivoPKMSUtils: msg:1000, do nothing.
12-30 16:59:33.510 1291 1291 I _V_VivoPKMSUtils: oemName:PD2236HF_EX_PH_NULL_NULL
path:apps_PD2236HF_EX_PH_NULL_NULL.list
12-30 16:59:33.510 1291 1291 W _V_VivoPKMSUtils: Not found apps_*.list in
/data/vivo-apps
12-30 16:59:33.511 1291 1291 W _V_VivoPKMSUtils: oemApk list not exist, use
default /data/vivo-apps/apps.list
12-30 16:59:33.511 1291 1291 I _V_VivoPKMSUtils: PD2236HF_EX_PH_NULL_NULL
/data/vivo-apps apkListAbsolutePath:null
12-30 16:59:33.511 1291 1291 W _V_VivoPKMSUtils: /data/vivo-apps is Not exist!
12-30 16:59:33.512 1291 1291 I _V_VivoPKMSUtils: oemName:PD2236HF_EX_PH_NULL_NULL
path:apps_PD2236HF_EX_PH_NULL_NULL.list
12-30 16:59:33.513 1291 1291 I _V_VivoPKMSUtils: No need change path. read
path:/apps/apps.list
12-30 16:59:33.513 1291 1291 W _V_VivoPKMSUtils: apps list file path
/apps/apps.list
12-30 16:59:33.513 1291 1291 I _V_VivoPKMSUtils: #### /apps/apps.list not exist.
12-30 16:59:33.514 1291 1291 I _V_VivoPKMSUtils: No need change path. read
path:/system/vivo-apps/apps.list
12-30 16:59:33.514 1291 1291 I _V_VivoPKMSUtils: #####
/system/vivo-apps/apps.list not exist
12-30 16:59:33.520 1291 1291 I _V_VivoPKMSLocManager: false false
12-30 16:59:33.520 1291 1291 I _V_VivoUninstallMgr: UninstallMgr..
12-30 16:59:33.521 1291 1291 I _V_VivoUninstallMgr: init false false
12-30 16:59:33.521 1291 1291 I _V_pkmsReportMgr: pkmsReportMgr init.
12-30 16:59:33.525 1291 1291 I _V_VivoPKMSUtils: Sys app All exist!
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: Failed to read
:data/system/vgc_deleted_app.list
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils:
java.io.FileNotFoundException: data/system/vgc_deleted_app.list: open failed:
ENOENT (No such file or directory)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
java.io.FileInputStream.<init>(FileInputStream.java:115)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
java.io.FileReader.<init>(FileReader.java:58)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.VivoVGCPKMSUtils.readPacakgeNameList(VivoVGCPKMSUtils.java:36
2)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.VivoVGCPKMSUtils.getDeletedVgcAppsList(VivoVGCPKMSUtils.java:
98)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.VivoPmsImpl.<init>(VivoPmsImpl.java:445)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
com.android.server.VivoSystemServiceFactoryImpl.createVivoPms(VivoSystemServiceFact
oryImpl.java:702)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.PackageManagerService.<init>(PackageManagerService.java:7520)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.PackageManagerService.main(PackageManagerService.java:7148)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
com.android.server.SystemServer.startBootstrapServices(SystemServer.java:1367)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
com.android.server.SystemServer.run(SystemServer.java:1053)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
com.android.server.SystemServer.main(SystemServer.java:738)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
java.lang.reflect.Method.invoke(Native Method)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
libcore.io.Linux.open(Native Method)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
12-30 16:59:33.534 1291 1291 E _V_VivoVGCPKMSUtils: ... 15 more
12-30 16:59:33.582 1291 1291 I PackageManagerTiming: get system config
12-30 16:59:33.588 1291 1291 D PackageManager: Directories scanned as system
partitions: [/system/dyn:67108864, /system:0, /vendor:524288, /odm:4194304,
/oem:262144, /product:1048576, /system/system_ext:2097152, /vgc:16777216,
/apex/com.android.vndk.v30:8388608, /apex/com.android.wifi:8388608,
/apex/com.android.vndk.v31:8388608, /apex/com.android.tzdata:8388608,
/apex/com.android.tethering:8388608, /apex/com.android.sdkext:8388608,
/apex/com.android.scheduling:8388608, /apex/com.android.runtime:8388608,
/apex/com.android.resolv:8388608, /apex/com.android.permission:8388608,
/apex/com.android.os.statsd:8388608, /apex/com.android.neuralnetworks:8388608,
/apex/com.android.mediaprovider:8388608,
/apex/com.android.media.swcodec:8388608, /apex/com.android.media:8388608,
/apex/com.android.ipsec:8388608, /apex/com.android.i18n:8388608,
/apex/com.android.extservices:8388608, /apex/com.android.conscrypt:8388608,
/apex/com.android.art:8388608, /apex/com.android.appsearch:8388608,
/apex/com.android.adbd:8388608]
12-30 16:59:33.593 1291 1291 D SELinuxMMAC: Using policy file
/system/etc/selinux/plat_mac_permissions.xml
12-30 16:59:33.596 1291 1291 D SELinuxMMAC: Using policy file
/system_ext/etc/selinux/system_ext_mac_permissions.xml
12-30 16:59:33.597 1291 1291 D SELinuxMMAC: Using policy file
/vendor/etc/selinux/vendor_mac_permissions.xml
12-30 16:59:33.599 1291 1291 I PackageManagerTiming: loadFallbacks
12-30 16:59:33.605 1291 1291 I PackageManagerTiming: read user settings
12-30 16:59:33.817 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.819 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.820 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.821 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.822 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.822 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.823 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.824 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.824 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.825 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.826 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.826 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.827 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.827 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.828 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.829 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.829 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.830 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.831 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.832 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.832 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.833 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.834 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.834 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.835 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.836 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.836 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.837 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.838 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.839 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.842 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.843 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.844 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.844 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.845 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.846 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.847 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.849 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.850 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.850 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.851 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.852 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.853 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.854 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.854 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.856 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.856 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.857 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.858 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.859 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.860 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.861 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.861 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.862 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.863 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.864 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.865 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.865 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.866 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.867 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.868 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.869 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.869 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.870 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.871 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.872 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.874 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.875 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.876 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.876 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.877 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.878 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.879 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.880 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.881 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.881 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.882 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.883 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.884 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.884 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.885 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.886 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.887 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.887 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.889 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.890 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.891 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.892 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.892 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.893 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.894 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.895 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.898 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.899 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.900 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.900 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.901 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.902 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.903 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.904 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.904 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.905 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.906 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.908 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.909 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.910 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.911 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.912 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.913 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.914 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.915 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.916 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.917 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.918 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.919 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.919 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.920 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.921 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.922 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.923 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.923 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.924 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.925 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.926 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.926 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.927 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.927 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.928 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.929 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.929 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.930 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.931 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.931 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.932 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.933 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.933 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.934 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.935 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.935 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.936 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.936 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.937 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.937 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.938 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.939 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.939 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.940 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.941 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.942 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.943 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.944 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.945 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.946 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.946 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.947 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.947 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.948 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.949 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.950 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.950 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.951 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.952 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.953 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.953 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.954 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.955 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.956 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.957 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.957 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.958 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.959 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.960 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.960 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.961 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.961 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.962 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.963 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.968 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.969 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.970 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.973 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.973 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.974 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.975 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.976 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.976 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.977 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.979 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.979 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.980 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.981 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.982 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.983 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.984 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.985 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.986 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.986 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.987 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.988 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.988 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.989 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.990 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.991 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.991 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.993 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.993 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.994 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.994 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.995 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.996 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.996 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.997 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.998 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.998 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:33.999 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.000 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.000 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.001 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.001 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.002 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.003 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.003 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.004 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.005 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.006 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.006 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.008 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.009 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.010 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.011 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.012 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.012 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.013 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.013 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.014 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.015 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.015 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.016 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.017 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.018 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.018 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.019 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.020 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.020 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.021 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.021 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.022 1291 1291 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
12-30 16:59:34.135 1291 1291 W PackageSettings: Missing permission state for
shared user: android.uid.log
12-30 16:59:34.135 1291 1291 W PackageSettings: Missing permission state for
shared user: android.uid.nfc
12-30 16:59:34.135 1291 1291 W PackageSettings: Missing permission state for
shared user: android.uid.uwb
12-30 16:59:34.135 1291 1291 W PackageSettings: Missing permission state for
shared user: android.uid.se
12-30 16:59:34.191 1291 1291 D _V_VivoPmsABUpgradeUtil: It do not need updat 3rd
app
12-30 16:59:34.194 1291 1291 D PackageManager: Keeping known cache
c2ae652f388a07a4b7e4ff1fa04acd86cf424c82
12-30 16:59:34.207 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 143539591; UID -1; state: ENABLED
12-30 16:59:34.255 1291 1291 W PackageManager: Failed to parse
/system/framework/arm: Missing base APK in /system/framework/arm
12-30 16:59:34.256 1291 1291 W PackageManager: Failed to parse
/system/framework/oat: Missing base APK in /system/framework/oat/arm
12-30 16:59:34.257 1291 1291 I PackageManager: /system/framework/wmshellapp.apk
changed; collecting certs
12-30 16:59:34.263 1291 1291 W PackageManager: Failed to scan
/system/framework/wmshellapp.apk: Failed collecting certificates for
/system/framework/wmshellapp.apk
12-30 16:59:34.263 1291 1291 W PackageManager: Failed to parse
/system/framework/vivo-res.apk: Invalid manifest package: must have at least one
'.' separator
12-30 16:59:34.293 1291 1291 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/system/priv-app filename:TelephonyProvider_T1
12-30 16:59:34.297 1291 1291 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/system/priv-app filename:MmsService_T1
12-30 16:59:34.310 1291 1291 D PackageManager: updatedPkg =
PackageSetting{5ef7395 com.facebook.system/10034}
12-30 16:59:34.312 1291 1291 W PackageManager: Failed to scan
/system/priv-app/facebook-installer: Package com.facebook.system at /system/priv-
app/facebook-installer ignored: updated version 539063844 better than this
332879836
12-30 16:59:34.332 1291 1291 D PackageManager: updatedPkg =
PackageSetting{2a26075 com.vivo.appstore/10038}
12-30 16:59:34.334 1291 1291 W PackageManager: Failed to scan
/system/priv-app/VivoAppStoreEX: Package com.vivo.appstore at
/system/priv-app/VivoAppStoreEX ignored: updated version 5200002 better than this
5110902
12-30 16:59:34.364 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 143539591; UID -1; state: DISABLED
12-30 16:59:34.364 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 168782947; UID -1; state: ENABLED
12-30 16:59:34.374 1291 1291 D PackageManager: updatedPkg =
PackageSetting{e67b5bc com.facebook.services/10042}
12-30 16:59:34.378 1291 1291 W PackageManager: Failed to scan
/system/priv-app/facebook-services: Package com.facebook.services at /system/priv-
app/facebook-services ignored: updated version 544163366 better than this 332879850
12-30 16:59:34.423 1291 1291 W PackageManager: Skipping provider name
com.vivo.browser.upgrade (in package com.vivo.browser): name already used by
com.vivo.browser
12-30 16:59:34.434 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 168782947; UID -1; state: DISABLED
12-30 16:59:34.473 1291 1291 D PackageManager: updatedPkg =
PackageSetting{2fb3aad com.vivo.easyshare/10054}
12-30 16:59:34.474 1291 1291 W PackageManager: Failed to scan
/system/priv-app/EasyShareGlobal: Package com.vivo.easyshare at
/system/priv-app/EasyShareGlobal ignored: updated version 2101 better than this
1920
12-30 16:59:34.524 1291 1291 I _V_VivoPmsImpl: skip mIsOverseas :true,
filePathString:vivoDemoVideo
12-30 16:59:34.528 1291 1291 I _V_VivoPmsImpl: It is in blackapp.list, We do not
need to scan:/system/app filename:VivoTips
12-30 16:59:34.529 1291 1291 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/system/app filename:VivoThemeRes_T1
12-30 16:59:34.529 1291 1291 I _V_VivoPmsImpl: It is in blackapp.list, We do not
need to scan:/system/app filename:Compass
12-30 16:59:34.599 1291 1291 D PackageManager: updatedPkg =
PackageSetting{cf95a1b android.autoinstalls.config.vivo.devices/10084}
12-30 16:59:34.602 1291 1291 W PackageManager: Failed to scan
/system/app/PlayAutoInstallStub: Package android.autoinstalls.config.vivo.devices
at /system/app/PlayAutoInstallStub ignored: updated version 1001 better than this 1
12-30 16:59:34.611 1291 1291 D PackageManager: updatedPkg =
PackageSetting{fd28ee8 com.vivo.website/10083}
12-30 16:59:34.613 1291 1291 W PackageManager: Failed to scan
/system/app/VivoWebsite: Package com.vivo.website at /system/app/VivoWebsite
ignored: updated version 39000 better than this 35000
12-30 16:59:34.648 1291 1291 I _V_VivoPmsImpl:
codePath:/system/app/VivoDaemonService pkg:Package{5d5cb74 com.vivo.daemonService}
12-30 16:59:34.672 1291 1291 D PackageManager: updatedPkg = PackageSetting{239806
com.facebook.appmanager/10101}
12-30 16:59:34.674 1291 1291 W PackageManager: Failed to scan
/system/app/facebook-appmanager: Package com.facebook.appmanager at
/system/app/facebook-appmanager ignored: updated version 539063949 better than this
332879901
12-30 16:59:34.698 1291 1291 D PackageManager: updatedPkg =
PackageSetting{d71c00a com.google.android.inputmethod.latin/10119}
12-30 16:59:34.700 1291 1291 W PackageManager: Failed to scan /system/app/Gboard:
Package com.google.android.inputmethod.latin at /system/app/Gboard ignored: updated
version 128278149 better than this 83221769
12-30 16:59:34.706 1291 1291 D PackageManager: updatedPkg =
PackageSetting{4122957 com.bbk.theme/10116}
12-30 16:59:34.707 1291 1291 W PackageManager: Failed to scan
/system/app/BBKTheme: Package com.bbk.theme at /system/app/BBKTheme ignored:
updated version 8702 better than this 7921
12-30 16:59:34.802 1291 1291 W PackageManager: Failed to parse
/vendor/app/mcRegistry: Missing base APK in /vendor/app/mcRegistry
12-30 16:59:34.811 1291 1291 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/priv-app filename:CarrierServices
12-30 16:59:34.811 1291 1291 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/priv-app filename:MessagesGo
12-30 16:59:34.812 1291 1291 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/priv-app filename:GoogleDialerGo
12-30 16:59:34.820 1291 1291 D PackageManager: updatedPkg =
PackageSetting{9615699 com.google.android.partnersetup/10145}
12-30 16:59:34.824 1291 1291 W PackageManager: Failed to scan
/product/priv-app/GooglePartnerSetup: Package com.google.android.partnersetup at
/product/priv-app/GooglePartnerSetup ignored: updated version 1534 better than this
1212
12-30 16:59:34.844 1291 1291 D PackageManager: updatedPkg =
PackageSetting{87be81e com.google.android.apps.wellbeing/10152}
12-30 16:59:34.848 1291 1291 W PackageManager: Failed to scan
/product/priv-app/Wellbeing: Package com.google.android.apps.wellbeing at
/product/priv-app/Wellbeing ignored: updated version 550467 better than this 297547
12-30 16:59:34.848 1291 1291 D PackageManager: updatedPkg =
PackageSetting{2af28ff com.google.android.apps.assistant/10150}
12-30 16:59:34.850 1291 1291 W PackageManager: Failed to scan
/product/priv-app/AssistantGo: Package com.google.android.apps.assistant at
/product/priv-app/AssistantGo ignored: updated version 25986 better than this 11773
12-30 16:59:34.851 1291 1291 D PackageManager: updatedPkg =
PackageSetting{74c56cc com.google.android.apps.searchlite/10153}
12-30 16:59:34.852 1291 1291 W PackageManager: Failed to scan
/product/priv-app/GoogleSearchGo: Package com.google.android.apps.searchlite at
/product/priv-app/GoogleSearchGo ignored: updated version 889771 better than this
533067
12-30 16:59:34.858 1291 1291 D PackageManager: updatedPkg =
PackageSetting{157561b com.google.android.apps.nbu.files/10151}
12-30 16:59:34.860 1291 1291 W PackageManager: Failed to scan
/product/priv-app/FilesGoogleGo: Package com.google.android.apps.nbu.files at
/product/priv-app/FilesGoogleGo ignored: updated version 661762 better than this
378658
12-30 16:59:34.861 1291 1291 D PackageManager: updatedPkg =
PackageSetting{24e13b8 com.android.vending/10155}
12-30 16:59:34.863 1291 1291 W PackageManager: Failed to scan
/product/priv-app/Phonesky: Package com.android.vending at
/product/priv-app/Phonesky ignored: updated version 83873320 better than this
82651910
12-30 16:59:34.877 1291 1291 D PackageManager: updatedPkg =
PackageSetting{d90a591 com.google.android.gms/10156}
12-30 16:59:34.879 1291 1291 W PackageManager: Failed to scan
/product/priv-app/GmsCoreGo: Package com.google.android.gms at
/product/priv-app/GmsCoreGo ignored: updated version 234414064 better than this
220618066
12-30 16:59:34.882 1291 1291 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/app filename:GoogleContacts
12-30 16:59:34.883 1291 1291 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/app filename:Keep
12-30 16:59:34.903 1291 1291 D PackageManager: updatedPkg =
PackageSetting{80094ce com.google.android.apps.photosgo/10159}
12-30 16:59:34.906 1291 1291 W PackageManager: Failed to scan
/product/app/GalleryGo: Package com.google.android.apps.photosgo at
/product/app/GalleryGo ignored: updated version 12250737 better than this 7070094
12-30 16:59:34.906 1291 1291 D PackageManager: updatedPkg =
PackageSetting{aea4fef com.google.android.apps.youtube.music/10161}
12-30 16:59:34.908 1291 1291 W PackageManager: Failed to scan
/product/app/YTMusic: Package com.google.android.apps.youtube.music at
/product/app/YTMusic ignored: updated version 62957230 better than this 44151230
12-30 16:59:34.912 1291 1291 D PackageManager: updatedPkg =
PackageSetting{bf90afc com.google.android.tts/10162}
12-30 16:59:34.914 1291 1291 W PackageManager: Failed to scan
/product/app/SpeechServicesByGoogle: Package com.google.android.tts at
/product/app/SpeechServicesByGoogle ignored: updated version 210456692 better than
this 210333541
12-30 16:59:34.914 1291 1291 D PackageManager: updatedPkg =
PackageSetting{54aa585 com.google.android.calendar/10163}
12-30 16:59:34.916 1291 1291 W PackageManager: Failed to scan
/product/app/CalendarGoogle: Package com.google.android.calendar at
/product/app/CalendarGoogle ignored: updated version 2017303236 better than this
2017021936
12-30 16:59:34.916 1291 1291 D PackageManager: updatedPkg =
PackageSetting{9152fda com.google.android.modulemetadata/10164}
12-30 16:59:34.918 1291 1291 W PackageManager: Failed to scan
/product/app/com.google.android.modulemetadata: Package
com.google.android.modulemetadata at /product/app/com.google.android.modulemetadata
ignored: updated version 341177004 better than this 311820004
12-30 16:59:34.918 1291 1291 D PackageManager: updatedPkg =
PackageSetting{f35fc0b com.google.android.apps.tachyon/10165}
12-30 16:59:34.921 1291 1291 W PackageManager: Failed to scan /product/app/Duo:
Package com.google.android.apps.tachyon at /product/app/Duo ignored: updated
version 4755748 better than this 3185742
12-30 16:59:34.921 1291 1291 D PackageManager: updatedPkg =
PackageSetting{849dae8 com.google.android.youtube/10166}
12-30 16:59:34.924 1291 1291 W PackageManager: Failed to scan
/product/app/YouTube: Package com.google.android.youtube at /product/app/YouTube
ignored: updated version 1541662144 better than this 1524094400
12-30 16:59:34.924 1291 1291 D PackageManager: updatedPkg =
PackageSetting{f951501 com.google.android.webview/10167}
12-30 16:59:34.926 1291 1291 W PackageManager: Failed to scan
/product/app/WebViewGoogle: Package com.google.android.webview at
/product/app/WebViewGoogle ignored: updated version 609914430 better than this
511209730
12-30 16:59:34.940 1291 1291 D PackageManager: updatedPkg =
PackageSetting{2b9e032 com.google.android.marvin.talkback/10171}
12-30 16:59:34.941 1291 1291 W PackageManager: Failed to scan
/product/app/talkback: Package com.google.android.marvin.talkback at
/product/app/talkback ignored: updated version 60134359 better than this 60119610
12-30 16:59:34.942 1291 1291 D PackageManager: updatedPkg =
PackageSetting{41fe183 com.android.chrome/10169}
12-30 16:59:34.943 1291 1291 W PackageManager: Failed to scan
/product/app/Chrome: Package com.android.chrome at /product/app/Chrome ignored:
updated version 609914430 better than this 511209730
12-30 16:59:34.948 1291 1291 D PackageManager: updatedPkg =
PackageSetting{69b1f00 com.google.android.apps.maps/10170}
12-30 16:59:34.950 1291 1291 W PackageManager: Failed to scan /product/app/Maps:
Package com.google.android.apps.maps at /product/app/Maps ignored: updated version
1067296302 better than this 1066115287
12-30 16:59:34.952 1291 1291 D PackageManager: updatedPkg =
PackageSetting{d7e6339 com.google.android.gm/10172}
12-30 16:59:34.953 1291 1291 W PackageManager: Failed to scan
/product/app/Gmail2: Package com.google.android.gm at /product/app/Gmail2 ignored:
updated version 64291995 better than this 62777361
12-30 16:59:35.040 1291 1291 I _V_VivoPmsImpl: scan VGC system apps.
12-30 16:59:35.042 1291 1291 W _V_PackageManager: Donot scan /data/vivo-apps
12-30 16:59:35.042 1291 1291 I _V_VivoPmsImpl: scan VGC data apps.
12-30 16:59:35.042 1291 1291 I _V_VivoPmsImpl: scan preload apps.
12-30 16:59:35.045 1291 1291 W PackageManager: Failed to parse
/data/preload/PD2236HF_EX_PH_NULL_NULL: Missing base APK in
/data/preload/PD2236HF_EX_PH_NULL_NULL
12-30 16:59:35.045 1291 1291 W PackageManager: Deleting invalid package at
/data/preload/PD2236HF_EX_PH_NULL_NULL,error:-101
12-30 16:59:35.048 1291 1291 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/PD2236HF_EX_PH_NULL_NULL
12-30 16:59:35.049 1291 1291 W _V_VivoPmsImpl:
/data/preload/PD2236HF_EX_PH_NULL_NULL is not need remove.
12-30 16:59:35.049 1291 1291 W PackageManager: Failed to parse
/data/preload/config: Missing base APK in /data/preload/config
12-30 16:59:35.049 1291 1291 W PackageManager: Deleting invalid package at
/data/preload/config,error:-101
12-30 16:59:35.050 1291 1291 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/config
12-30 16:59:35.051 1291 1291 W _V_VivoPmsImpl: /data/preload/config is not need
remove.
12-30 16:59:35.053 1291 1291 I _V_VivoPmsImpl: scan_chekc Package{b291467
com.netflix.mediaclient} path:/data/preload/com.netflix.mediaclient
12-30 16:59:35.053 1291 1291 I _V_VivoPmsImpl: systemReady... DeletedList
[com.linkedin.android, com.netflix.mediaclient, com.google.android.videos,
com.google.android.apps.magazines, com.google.android.apps.docs,
com.google.android.apps.subscriptions.red, com.spotify.music] apkList:
[com.netflix.mediaclient]
12-30 16:59:35.053 1291 1291 W PackageManager: Failed to scan
/data/preload/com.netflix.mediaclient: com.netflix.mediaclient, This app has
uninstalled from data/vivo-apps, so not install! ####
12-30 16:59:35.053 1291 1291 W PackageManager: Deleting invalid package at
/data/preload/com.netflix.mediaclient,error:-200
12-30 16:59:35.054 1291 1291 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.netflix.mediaclient
12-30 16:59:35.055 1291 1291 W _V_VivoPmsImpl:
/data/preload/com.netflix.mediaclient is not need remove.
12-30 16:59:35.055 1291 1291 I _V_VivoPmsImpl: scan_chekc Package{5296abd
com.linkedin.android} path:/data/preload/com.linkedin.android
12-30 16:59:35.055 1291 1291 I _V_VivoPmsImpl: systemReady... DeletedList
[com.linkedin.android, com.netflix.mediaclient, com.google.android.videos,
com.google.android.apps.magazines, com.google.android.apps.docs,
com.google.android.apps.subscriptions.red, com.spotify.music] apkList:
[com.netflix.mediaclient, com.linkedin.android]
12-30 16:59:35.055 1291 1291 W PackageManager: Failed to scan
/data/preload/com.linkedin.android: com.linkedin.android, This app has uninstalled
from data/vivo-apps, so not install! ####
12-30 16:59:35.055 1291 1291 W PackageManager: Deleting invalid package at
/data/preload/com.linkedin.android,error:-200
12-30 16:59:35.056 1291 1291 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.linkedin.android
12-30 16:59:35.057 1291 1291 W _V_VivoPmsImpl: /data/preload/com.linkedin.android
is not need remove.
12-30 16:59:35.064 1291 1291 I _V_VivoPmsImpl: scan_chekc Package{1a89003
com.google.android.apps.subscriptions.red}
path:/data/preload/com.google.android.apps.subscriptions.red
12-30 16:59:35.064 1291 1291 I _V_VivoPmsImpl: systemReady... DeletedList
[com.linkedin.android, com.netflix.mediaclient, com.google.android.videos,
com.google.android.apps.magazines, com.google.android.apps.docs,
com.google.android.apps.subscriptions.red, com.spotify.music] apkList:
[com.netflix.mediaclient, com.linkedin.android,
com.google.android.apps.subscriptions.red]
12-30 16:59:35.064 1291 1291 W PackageManager: Failed to scan
/data/preload/com.google.android.apps.subscriptions.red:
com.google.android.apps.subscriptions.red, This app has uninstalled from data/vivo-
apps, so not install! ####
12-30 16:59:35.064 1291 1291 W PackageManager: Deleting invalid package at
/data/preload/com.google.android.apps.subscriptions.red,error:-200
12-30 16:59:35.066 1291 1291 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.google.android.apps.subscriptions.red
12-30 16:59:35.066 1291 1291 W _V_VivoPmsImpl:
/data/preload/com.google.android.apps.subscriptions.red is not need remove.
12-30 16:59:35.068 1291 1291 I _V_VivoPmsImpl: scan_chekc Package{86f5b9
com.google.android.videos} path:/data/preload/com.google.android.videos
12-30 16:59:35.068 1291 1291 I _V_VivoPmsImpl: systemReady... DeletedList
[com.linkedin.android, com.netflix.mediaclient, com.google.android.videos,
com.google.android.apps.magazines, com.google.android.apps.docs,
com.google.android.apps.subscriptions.red, com.spotify.music] apkList:
[com.netflix.mediaclient, com.linkedin.android,
com.google.android.apps.subscriptions.red, com.google.android.videos]
12-30 16:59:35.068 1291 1291 W PackageManager: Failed to scan
/data/preload/com.google.android.videos: com.google.android.videos, This app has
uninstalled from data/vivo-apps, so not install! ####
12-30 16:59:35.068 1291 1291 W PackageManager: Deleting invalid package at
/data/preload/com.google.android.videos,error:-200
12-30 16:59:35.069 1291 1291 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.google.android.videos
12-30 16:59:35.070 1291 1291 W _V_VivoPmsImpl:
/data/preload/com.google.android.videos is not need remove.
12-30 16:59:35.070 1291 1291 W PackageManager: Failed to scan
/data/preload/com.facebook.lite: Application package com.facebook.lite found at
/data/preload/com.facebook.lite but expected at
/data/app/~~g2fTYmb2s5HrdFF8NqQqvA==/com.facebook.lite-Sd6R8YzsuNjCEtVaaPQ0wA==;
ignoring.
12-30 16:59:35.070 1291 1291 W PackageManager: Deleting invalid package at
/data/preload/com.facebook.lite,error:-23
12-30 16:59:35.072 1291 1291 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.facebook.lite
12-30 16:59:35.072 1291 1291 W _V_VivoPmsImpl: /data/preload/com.facebook.lite is
not need remove.
12-30 16:59:35.073 1291 1291 I _V_VivoPmsImpl: scan_chekc Package{e38bfac
com.google.android.apps.magazines}
path:/data/preload/com.google.android.apps.magazines
12-30 16:59:35.074 1291 1291 I _V_VivoPmsImpl: systemReady... DeletedList
[com.linkedin.android, com.netflix.mediaclient, com.google.android.videos,
com.google.android.apps.magazines, com.google.android.apps.docs,
com.google.android.apps.subscriptions.red, com.spotify.music] apkList:
[com.netflix.mediaclient, com.linkedin.android,
com.google.android.apps.subscriptions.red, com.google.android.videos,
com.facebook.lite, com.google.android.apps.magazines]
12-30 16:59:35.074 1291 1291 W PackageManager: Failed to scan
/data/preload/com.google.android.apps.magazines: com.google.android.apps.magazines,
This app has uninstalled from data/vivo-apps, so not install! ####
12-30 16:59:35.074 1291 1291 W PackageManager: Deleting invalid package at
/data/preload/com.google.android.apps.magazines,error:-200
12-30 16:59:35.075 1291 1291 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.google.android.apps.magazines
12-30 16:59:35.075 1291 1291 W _V_VivoPmsImpl:
/data/preload/com.google.android.apps.magazines is not need remove.
12-30 16:59:35.085 1291 1291 W PackageManager: Failed to scan
/data/preload/com.ss.android.ugc.trill: Application package
com.ss.android.ugc.trill found at /data/preload/com.ss.android.ugc.trill but
expected at /data/app/~~l4aybU69GPW2kOtXsJS23g==/com.ss.android.ugc.trill-
QVQNu_MbIdqq5ci3yQb3VQ==; ignoring.
12-30 16:59:35.085 1291 1291 W PackageManager: Deleting invalid package at
/data/preload/com.ss.android.ugc.trill,error:-23
12-30 16:59:35.086 1291 1291 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.ss.android.ugc.trill
12-30 16:59:35.086 1291 1291 W _V_VivoPmsImpl:
/data/preload/com.ss.android.ugc.trill is not need remove.
12-30 16:59:35.089 1291 1291 I _V_VivoPmsImpl: scan_chekc Package{8e1fc7b
com.spotify.music} path:/data/preload/com.spotify.music
12-30 16:59:35.089 1291 1291 I _V_VivoPmsImpl: systemReady... DeletedList
[com.linkedin.android, com.netflix.mediaclient, com.google.android.videos,
com.google.android.apps.magazines, com.google.android.apps.docs,
com.google.android.apps.subscriptions.red, com.spotify.music] apkList:
[com.netflix.mediaclient, com.linkedin.android,
com.google.android.apps.subscriptions.red, com.google.android.videos,
com.facebook.lite, com.google.android.apps.magazines, com.ss.android.ugc.trill,
com.spotify.music]
12-30 16:59:35.089 1291 1291 W PackageManager: Failed to scan
/data/preload/com.spotify.music: com.spotify.music, This app has uninstalled from
data/vivo-apps, so not install! ####
12-30 16:59:35.089 1291 1291 W PackageManager: Deleting invalid package at
/data/preload/com.spotify.music,error:-200
12-30 16:59:35.090 1291 1291 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.spotify.music
12-30 16:59:35.091 1291 1291 W _V_VivoPmsImpl: /data/preload/com.spotify.music is
not need remove.
12-30 16:59:35.091 1291 1291 I _V_VivoPmsImpl: scan_chekc Package{644a2f1
com.google.android.apps.docs} path:/data/preload/com.google.android.apps.docs
12-30 16:59:35.091 1291 1291 I _V_VivoPmsImpl: systemReady... DeletedList
[com.linkedin.android, com.netflix.mediaclient, com.google.android.videos,
com.google.android.apps.magazines, com.google.android.apps.docs,
com.google.android.apps.subscriptions.red, com.spotify.music] apkList:
[com.netflix.mediaclient, com.linkedin.android,
com.google.android.apps.subscriptions.red, com.google.android.videos,
com.facebook.lite, com.google.android.apps.magazines, com.ss.android.ugc.trill,
com.spotify.music, com.google.android.apps.docs]
12-30 16:59:35.091 1291 1291 W PackageManager: Failed to scan
/data/preload/com.google.android.apps.docs: com.google.android.apps.docs, This app
has uninstalled from data/vivo-apps, so not install! ####
12-30 16:59:35.091 1291 1291 W PackageManager: Deleting invalid package at
/data/preload/com.google.android.apps.docs,error:-200
12-30 16:59:35.093 1291 1291 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.google.android.apps.docs
12-30 16:59:35.093 1291 1291 W _V_VivoPmsImpl:
/data/preload/com.google.android.apps.docs is not need remove.
12-30 16:59:35.113 1291 1291 W PackageManager: Failed to scan
/data/preload/com.shopee.ph: Application package com.shopee.ph found at
/data/preload/com.shopee.ph but expected at
/data/app/~~WNHDtzN9D6het3Zz6PmalA==/com.shopee.ph-eNWf2oCq8hKV7dfxfDwinA==;
ignoring.
12-30 16:59:35.113 1291 1291 W PackageManager: Deleting invalid package at
/data/preload/com.shopee.ph,error:-23
12-30 16:59:35.114 1291 1291 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.shopee.ph
12-30 16:59:35.115 1291 1291 W _V_VivoPmsImpl: /data/preload/com.shopee.ph is not
need remove.
12-30 16:59:35.115 1291 1291 I PackageManager: Finished scanning system apps.
Time: 926 ms, packageCount: 210 , timePerPackage: 4 , cached: 239
12-30 16:59:35.148 1291 1291 D PackageManager: updatedPkg =
PackageSetting{2a26075 com.vivo.appstore/10038}
12-30 16:59:35.150 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.appstore
12-30 16:59:35.156 1291 1291 D PackageManager: updatedPkg =
PackageSetting{cf95a1b android.autoinstalls.config.vivo.devices/10084}
12-30 16:59:35.159 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package android.autoinstalls.config.vivo.devices
12-30 16:59:35.162 1291 1291 I _V_VivoPmsImpl: scan_chekc Package{a858379
com.shopee.ph} path:/data/app/~~WNHDtzN9D6het3Zz6PmalA==/com.shopee.ph-
eNWf2oCq8hKV7dfxfDwinA==
12-30 16:59:35.165 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 133396946; UID -1; state: ENABLED
12-30 16:59:35.171 1291 1291 W PackageManager: Skipping provider name
com.shopee.ph.fileprovider (in package com.shopee.ph): name already used by
com.shopee.ph
12-30 16:59:35.180 1291 1291 D PackageManager: updatedPkg =
PackageSetting{5ef7395 com.facebook.system/10034}
12-30 16:59:35.182 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.facebook.system
12-30 16:59:35.191 1291 1291 D PackageManager: updatedPkg =
PackageSetting{9152fda com.google.android.modulemetadata/10164}
12-30 16:59:35.194 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.modulemetadata
12-30 16:59:35.199 1291 1291 I _V_VivoPmsImpl: scan_chekc Package{f1dfd5c
com.ss.android.ugc.trill}
path:/data/app/~~l4aybU69GPW2kOtXsJS23g==/com.ss.android.ugc.trill-
QVQNu_MbIdqq5ci3yQb3VQ==
12-30 16:59:35.301 1291 1291 D PackageManager: updatedPkg =
PackageSetting{bf90afc com.google.android.tts/10162}
12-30 16:59:35.303 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.tts
12-30 16:59:35.308 1291 1291 D PackageManager: updatedPkg =
PackageSetting{24e13b8 com.android.vending/10155}
12-30 16:59:35.316 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.android.vending
12-30 16:59:35.324 1291 1291 D PackageManager: updatedPkg =
PackageSetting{9615699 com.google.android.partnersetup/10145}
12-30 16:59:35.326 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.partnersetup
12-30 16:59:35.338 1291 1291 D PackageManager: updatedPkg = PackageSetting{239806
com.facebook.appmanager/10101}
12-30 16:59:35.343 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.facebook.appmanager
12-30 16:59:35.352 1291 1291 D PackageManager: updatedPkg =
PackageSetting{f35fc0b com.google.android.apps.tachyon/10165}
12-30 16:59:35.359 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.tachyon
12-30 16:59:35.366 1291 1291 D PackageManager: updatedPkg =
PackageSetting{157561b com.google.android.apps.nbu.files/10151}
12-30 16:59:35.370 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.nbu.files
12-30 16:59:35.375 1291 1291 D PackageManager: updatedPkg =
PackageSetting{69b1f00 com.google.android.apps.maps/10170}
12-30 16:59:35.379 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.maps
12-30 16:59:35.422 1291 1291 W PackageManager: Skipping provider name
com.instagram.android.androidx-startup (in package com.instagram.android): name
already used by com.instagram.android
12-30 16:59:35.425 1291 1291 D PackageManager: updatedPkg =
PackageSetting{41fe183 com.android.chrome/10169}
12-30 16:59:35.435 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.android.chrome
12-30 16:59:35.440 1291 1291 D PackageManager: updatedPkg =
PackageSetting{2fb3aad com.vivo.easyshare/10054}
12-30 16:59:35.443 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.easyshare
12-30 16:59:35.447 1291 1291 D PackageManager: updatedPkg =
PackageSetting{aea4fef com.google.android.apps.youtube.music/10161}
12-30 16:59:35.450 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.youtube.music
12-30 16:59:35.454 1291 1291 I _V_VivoPmsImpl: scan_chekc Package{f67624a
com.facebook.lite} path:/data/app/~~g2fTYmb2s5HrdFF8NqQqvA==/com.facebook.lite-
Sd6R8YzsuNjCEtVaaPQ0wA==
12-30 16:59:35.470 1291 1291 D PackageManager: updatedPkg =
PackageSetting{e67b5bc com.facebook.services/10042}
12-30 16:59:35.472 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.facebook.services
12-30 16:59:35.495 1291 1291 D PackageManager: updatedPkg =
PackageSetting{74c56cc com.google.android.apps.searchlite/10153}
12-30 16:59:35.497 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.searchlite
12-30 16:59:35.502 1291 1291 D PackageManager: updatedPkg =
PackageSetting{80094ce com.google.android.apps.photosgo/10159}
12-30 16:59:35.504 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.photosgo
12-30 16:59:35.507 1291 1291 D PackageManager: updatedPkg =
PackageSetting{f951501 com.google.android.webview/10167}
12-30 16:59:35.509 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.webview
12-30 16:59:35.512 1291 1291 D PackageManager: updatedPkg =
PackageSetting{fd28ee8 com.vivo.website/10083}
12-30 16:59:35.515 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.website
12-30 16:59:35.518 1291 1291 D PackageManager: updatedPkg =
PackageSetting{2af28ff com.google.android.apps.assistant/10150}
12-30 16:59:35.520 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.assistant
12-30 16:59:35.523 1291 1291 D PackageManager: updatedPkg =
PackageSetting{54aa585 com.google.android.calendar/10163}
12-30 16:59:35.527 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.calendar
12-30 16:59:35.532 1291 1291 D PackageManager: updatedPkg =
PackageSetting{d71c00a com.google.android.inputmethod.latin/10119}
12-30 16:59:35.535 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.inputmethod.latin
12-30 16:59:35.538 1291 1291 D PackageManager: updatedPkg =
PackageSetting{849dae8 com.google.android.youtube/10166}
12-30 16:59:35.543 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.youtube
12-30 16:59:35.550 1291 1291 D PackageManager: updatedPkg =
PackageSetting{2b9e032 com.google.android.marvin.talkback/10171}
12-30 16:59:35.552 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.marvin.talkback
12-30 16:59:35.556 1291 1291 D PackageManager: updatedPkg =
PackageSetting{4122957 com.bbk.theme/10116}
12-30 16:59:35.557 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.bbk.theme
12-30 16:59:35.567 1291 1291 D PackageManager: updatedPkg =
PackageSetting{d90a591 com.google.android.gms/10156}
12-30 16:59:35.576 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.gms
12-30 16:59:35.604 1291 1291 D PackageManager: updatedPkg =
PackageSetting{87be81e com.google.android.apps.wellbeing/10152}
12-30 16:59:35.607 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.wellbeing
12-30 16:59:35.613 1291 1291 D PackageManager: updatedPkg =
PackageSetting{d7e6339 com.google.android.gm/10172}
12-30 16:59:35.617 1291 1291 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.gm
12-30 16:59:35.688 1291 1291 I PackageManager: Finished scanning non-system apps.
Time: 573 ms, packageCount: 37 , timePerPackage: 15 , cached: 47
12-30 16:59:35.690 1291 1291 W PackageManager: There should probably be exactly
one storage manager; found 2: matches=[ResolveInfo{dc316b6
com.google.android.apps.nbu.files/.home.HomeActivity p=100 m=0x108000},
ResolveInfo{3c04fb7
com.android.storagemanager/.deletionhelper.DeletionHelperActivity m=0x108000}]
12-30 16:59:35.709 1291 1291 I PackageManager: Time to scan packages: 1.521
seconds
12-30 16:59:35.766 1291 1291 I PackageManager: Permission ownership changed.
Updating all permissions.
12-30 16:59:35.910 1291 1291 V PackageManager: reconcileAppsData for null u0 0x1
migrateAppData=true
12-30 16:59:36.212 1291 1291 V PackageManager: reconcileAppsData finished 34
packages
12-30 16:59:36.212 1291 1291 I PackageManagerTiming: write settings
12-30 16:59:36.213 1291 1495 I SystemServerTimingAsync:
InitThreadPoolExec:prepareAppData
12-30 16:59:36.218 1291 1291 W PackageManager: Preserving older settings backup
12-30 16:59:36.371 1291 1291 I PackageManagerTiming: GC
12-30 16:59:36.371 1291 1291 I PackageManager: Fix for b/169414761 is applied
12-30 16:59:36.394 1291 1291 D PackageManager: idleDexoptAppSet =
{com.google.android.trichromelibrary_604519330,
com.google.android.trichromelibrary_609904330,
com.google.android.trichromelibrary_609914430,
android.autoinstalls.config.vivo.devices, com.google.android.modulemetadata,
com.google.android.gms, com.ss.android.ugc.trill, com.facebook.lite, com.shopee.ph}
12-30 16:59:36.395 1291 1291 D PackageManager: initIdleDexoptAppsSet:
{com.google.android.trichromelibrary_604519330,
com.google.android.trichromelibrary_609904330,
com.google.android.trichromelibrary_609914430,
android.autoinstalls.config.vivo.devices, com.google.android.modulemetadata,
com.google.android.gms, com.ss.android.ugc.trill, com.facebook.lite, com.shopee.ph}
12-30 16:59:36.433 1291 1291 V UserManagerService: Checking that all system
packages are whitelisted.
12-30 16:59:36.435 1291 1291 W UserManagerService:
checkWhitelistedSystemPackages(mode=ENFORCE|IMPLICIT_WHITELIST) has 50 warnings:
12-30 16:59:36.436 1291 1291 W UserManagerService:
com.android.theme.color.amethyst is allowlisted but not present.
12-30 16:59:36.436 1291 1291 W UserManagerService: com.android.theme.icon.pebble
is allowlisted but not present.
12-30 16:59:36.436 1291 1291 W UserManagerService: com.android.theme.color.sand
is allowlisted but not present.
12-30 16:59:36.436 1291 1291 W UserManagerService: com.android.theme.icon.vessel
is allowlisted but not present.
12-30 16:59:36.436 1291 1291 W UserManagerService:
com.android.theme.color.cinnamon is allowlisted but not present.
12-30 16:59:36.436 1291 1291 W UserManagerService:
com.android.theme.icon_pack.victor.settings is allowlisted but not present.
12-30 16:59:36.436 1291 1291 W UserManagerService:
com.android.theme.icon_pack.rounded.systemui is allowlisted but not present.
12-30 16:59:36.436 1291 1291 W UserManagerService:
com.android.theme.icon.taperedrect is allowlisted but not present.
12-30 16:59:36.436 1291 1291 W UserManagerService:
com.android.theme.icon_pack.rounded.android is allowlisted but not present.
12-30 16:59:36.436 1291 1291 W UserManagerService:
com.android.theme.icon_pack.victor.systemui is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService:
com.android.theme.icon_pack.circular.themepicker is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService:
com.android.theme.color.tangerine is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService:
com.android.theme.color.aquamarine is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService: com.android.theme.color.black
is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService: com.android.theme.color.green
is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService: com.android.theme.color.ocean
is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService: com.android.theme.color.space
is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService:
com.android.theme.icon_pack.rounded.launcher is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService:
com.android.theme.icon_pack.kai.settings is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService:
com.android.internal.systemui.navbar.twobutton is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService:
com.android.theme.icon_pack.sam.settings is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService:
com.android.theme.icon_pack.kai.themepicker is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService:
com.android.theme.icon_pack.victor.launcher is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService:
com.android.theme.icon_pack.filled.settings is allowlisted but not present.
12-30 16:59:36.437 1291 1291 W UserManagerService:
com.android.theme.icon_pack.kai.systemui is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.circular.settings is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.sam.systemui is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon.teardrop is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.rounded.themepicker is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.filled.systemui is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.sam.android is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.filled.android is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.circular.systemui is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.kai.android is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.kai.launcher is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.sam.launcher is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon.squircle is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.victor.android is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.color.palette is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.filled.launcher is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService: com.android.theme.color.carbon
is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.circular.launcher is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.filled.themepicker is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService:
com.android.theme.icon_pack.victor.themepicker is allowlisted but not present.
12-30 16:59:36.438 1291 1291 W UserManagerService: com.android.theme.color.orchid
is allowlisted but not present.
12-30 16:59:36.439 1291 1291 W UserManagerService: com.android.theme.color.purple
is allowlisted but not present.
12-30 16:59:36.439 1291 1291 W UserManagerService:
com.android.theme.icon_pack.sam.themepicker is allowlisted but not present.
12-30 16:59:36.439 1291 1291 W UserManagerService:
com.android.theme.icon.roundedrect is allowlisted but not present.
12-30 16:59:36.439 1291 1291 W UserManagerService:
com.android.theme.icon_pack.rounded.settings is allowlisted but not present.
12-30 16:59:36.439 1291 1291 W UserManagerService:
com.android.theme.icon_pack.circular.android is allowlisted but not present.
12-30 16:59:36.442 1291 1291 I Watchdog: Resuming HandlerChecker: main thread for
reason: packagemanagermain. Pause count: 0
12-30 16:59:36.442 1291 1291 I SystemServerDexLoadReporter: Configuring system
server dex reporter
12-30 16:59:36.468 1291 1291 I SystemServerTiming: StartOtaDexOptService
12-30 16:59:36.468 1291 1291 I Watchdog: Pausing HandlerChecker: main thread for
reason: moveab. Pause count: 1
12-30 16:59:36.470 1291 1291 D OTADexopt: No upgrade, skipping A/B artifacts
check.
12-30 16:59:36.470 1291 1291 I Watchdog: Resuming HandlerChecker: main thread for
reason: moveab. Pause count: 0
12-30 16:59:36.470 1291 1291 I SystemServerTiming: StartUserManagerService
12-30 16:59:36.470 1291 1291 I SystemServiceManager: Starting
com.android.server.pm.UserManagerService$LifeCycle
12-30 16:59:36.471 1291 1291 I SystemServerTiming: InitAttributerCache
12-30 16:59:36.471 1291 1291 I SystemServerTiming: SetSystemProcess
12-30 16:59:36.484 1291 1471 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:36.496 1291 1437 I ActivityManager: Connection with lmkd established
12-30 16:59:36.502 1291 1291 I SystemServerTiming: InitWatchdog
12-30 16:59:36.504 1291 1291 I SystemServerTiming: StartOverlayManagerService
12-30 16:59:36.516 1291 1291 D OverlayManager: updateOverlaysForUser newUserId=0
12-30 16:59:36.519 1291 1291 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.corner
12-30 16:59:36.545 1291 1291 D OverlayManager:
com.google.android.networkstack.overlay.vivo:0: STATE_UNKNOWN ->
STATE_MISSING_TARGET
12-30 16:59:36.545 1291 1291 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.double
12-30 16:59:36.551 1291 1291 D OverlayManager:
com.android.networkstack.tethering.overlay:0: STATE_UNKNOWN -> STATE_MISSING_TARGET
12-30 16:59:36.551 1291 1291 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.gestural_wide_back
12-30 16:59:36.557 1291 1291 D OverlayManager: create idmap for
com.android.providers.settings and com.mediatek.SettingsProviderResOverlay
12-30 16:59:36.570 1291 1291 D OverlayManager:
com.mediatek.SettingsProviderResOverlay:0: STATE_UNKNOWN -> STATE_NO_IDMAP
12-30 16:59:36.570 1291 1291 D OverlayManager: create idmap for
com.android.systemui and com.mediatek.systemuiresoverlay
12-30 16:59:36.590 1291 1291 D OverlayManager: com.mediatek.systemuiresoverlay:0:
STATE_UNKNOWN -> STATE_NO_IDMAP
12-30 16:59:36.590 1291 1291 D OverlayManager: create idmap for
com.android.networkstack.tethering.inprocess and
com.android.networkstack.tethering.inprocess.overlay
12-30 16:59:36.599 1291 1291 D OverlayManager: create idmap for
com.android.wifi.resources and com.android.wifi.resources.overlay
12-30 16:59:36.610 1291 1291 D OverlayManager:
com.google.android.networkstack.tethering.overlay:0: STATE_UNKNOWN ->
STATE_MISSING_TARGET
12-30 16:59:36.611 1291 1291 D OverlayManager: create idmap for android and
com.android.internal.systemui.onehanded.gestural
12-30 16:59:36.614 1291 1291 D OverlayManager:
com.mediatek.cellbroadcastuiresoverlay:0: STATE_UNKNOWN -> STATE_MISSING_TARGET
12-30 16:59:36.614 1291 1291 D OverlayManager: create idmap for
com.android.networkstack.inprocess and com.android.networkstack.inprocess.overlay
12-30 16:59:36.623 1291 1291 D OverlayManager: create idmap for
com.google.android.permissioncontroller and
com.google.android.overlay.modules.permissioncontroller
12-30 16:59:36.651 1291 1291 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.hole
12-30 16:59:36.654 1291 1291 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.tall
12-30 16:59:36.658 1291 1291 D OverlayManager:
com.android.networkstack.overlay:0: STATE_UNKNOWN -> STATE_MISSING_TARGET
12-30 16:59:36.658 1291 1291 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.threebutton
12-30 16:59:36.663 1291 1291 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.gestural_extra_wide_back
12-30 16:59:36.669 1291 1291 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.threegestural
12-30 16:59:36.673 1291 1291 D OverlayManager: create idmap for android and
com.android.theme.font.notoserifsource
12-30 16:59:36.677 1291 1291 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.waterfall
12-30 16:59:36.683 1291 1291 D OverlayManager:
com.google.android.networkstack.overlay:0: STATE_UNKNOWN -> STATE_MISSING_TARGET
12-30 16:59:36.684 1291 1291 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.gestural
12-30 16:59:36.687 1291 1291 D OverlayManager: android.overlay.vivoresrro:0:
STATE_UNKNOWN -> STATE_MISSING_TARGET
12-30 16:59:36.688 1291 1291 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.gestural_narrow_back
12-30 16:59:36.696 1291 1291 E OverlayManager: Failed to set default overlay
'com.android.theme.icon.roundedrect' for user 0
12-30 16:59:36.696 1291 1291 E OverlayManager:
com.android.server.om.OverlayManagerSettings$BadKeyException: Bad key
'com.android.theme.icon.roundedrect' for user 0
12-30 16:59:36.696 1291 1291 E OverlayManager: at
com.android.server.om.OverlayManagerSettings.getOverlayInfo(OverlayManagerSettings.
java:102)
12-30 16:59:36.696 1291 1291 E OverlayManager: at
com.android.server.om.OverlayManagerServiceImpl.updateOverlaysForUser(OverlayManage
rServiceImpl.java:218)
12-30 16:59:36.696 1291 1291 E OverlayManager: at
com.android.server.om.OverlayManagerService.onSwitchUser(OverlayManagerService.java
:343)
12-30 16:59:36.696 1291 1291 E OverlayManager: at
com.android.server.om.OverlayManagerService.<init>(OverlayManagerService.java:301)
12-30 16:59:36.696 1291 1291 E OverlayManager: at
com.android.server.SystemServer.startBootstrapServices(SystemServer.java:1437)
12-30 16:59:36.696 1291 1291 E OverlayManager: at
com.android.server.SystemServer.run(SystemServer.java:1053)
12-30 16:59:36.696 1291 1291 E OverlayManager: at
com.android.server.SystemServer.main(SystemServer.java:738)
12-30 16:59:36.696 1291 1291 E OverlayManager: at
java.lang.reflect.Method.invoke(Native Method)
12-30 16:59:36.696 1291 1291 E OverlayManager: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
12-30 16:59:36.696 1291 1291 E OverlayManager: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
12-30 16:59:36.701 1291 1291 D OverlayManager: Writing overlay settings
12-30 16:59:36.708 1291 1291 D _V_OverlayManager: updateSystemAssets effectCount
= 1
12-30 16:59:36.709 1291 1291 D OverlayManager: Update package manager about
changed overlays
12-30 16:59:36.714 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.soundrecorder overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.715 1291 1291 D OverlayManager: -> Updating overlay:
target=com.mediatek.ims overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.715 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.cts.priv.ctsshim overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.715 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.weather.provider overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.715 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.youtube overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.715 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.ext.services overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.715 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.providers.telephony overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.716 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.dynsystem overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.716 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.fuelsummary overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.716 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.providers.calendar overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.716 1291 1291 D OverlayManager: -> Updating overlay:
target=com.mediatek.telephony overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.716 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.providers.media overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.716 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.setupwizard overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.716 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.onetimeinitializer overlays=[OverlayPaths { resourceDirs
= [/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.717 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.ext.shared overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.717 1291 1291 D OverlayManager: -> Updating overlay:
target=com.mediatek.location.lppe.main overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.718 1291 1291 D OverlayManager: -> Updating overlay:
target=com.focaltech.deltadiff overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.718 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.easyshare overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.718 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.abe overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.718 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.pem overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.719 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.wallpapercropper overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.719 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.appfilter overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.719 1291 1291 D OverlayManager: -> Updating overlay:
target=com.focaltouchscreen.sensortest overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.719 1291 1291 D OverlayManager: -> Updating overlay:
target=com.ilitek.touchscreen.noisev2 overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.719 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.documentsui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.719 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.externalstorage overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.719 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.crontab overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.719 1291 1291 D OverlayManager: -> Updating overlay:
target=com.mediatek.ygps overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.720 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.htmlviewer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.720 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.companiondevicemanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.720 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.mms.service overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.720 1291 1291 D OverlayManager: -> Updating overlay:
target=com.funtouch.uiengine overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.720 1291 1291 D OverlayManager: -> Updating overlay:
target=com.touchscreen.chipone.icnl9911c overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.720 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.providers.downloads overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.721 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.networkstack.inprocess overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk,
/vendor/app/NetworkStackInProcessResOverlay/NetworkStackInProcessResOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk,
/vendor/app/NetworkStackInProcessResOverlay/NetworkStackInProcessResOverlay.apk] }]
userId=0
12-30 16:59:36.721 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.weather overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.721 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.website overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.721 1291 1291 D OverlayManager: -> Updating overlay:
target=com.jadard.noise overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.721 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.bbkmusic overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.721 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.browser overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.721 1291 1291 D OverlayManager: -> Updating overlay:
target=com.nt36xxxtouchscreen.deltadiff overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.bbk.updater overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.nttouchscreen.mptest overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.configupdater overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.lemon.lvoverseas overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.iqoo.user.engineermode overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.ewarranty overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.pushservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.systemui.plugin.globalactions.wallet overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.ar.core overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.trichromelibrary_609914430 overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.vending overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.pacprocessor overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.simappdialog overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.722 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.connectivity.resources overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.723 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.certinstaller overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.723 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.carrierconfig overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.723 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.smartshot overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.723 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.marvin.talkback overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.723 1291 1291 D OverlayManager: -> Updating overlay:
target=android overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.723 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.contacts overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.723 1291 1291 D OverlayManager: -> Updating overlay:
target=com.ilitek.touchscreen.tptest3X overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.723 1291 1291 D OverlayManager: -> Updating overlay:
target=com.touchscreen.chipone overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.724 1291 1291 D OverlayManager: -> Updating overlay:
target=com.bbk.cloud overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.724 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.timerwidget overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.724 1291 1291 D OverlayManager: -> Updating overlay:
target=com.bbk.theme overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.724 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.egg overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.724 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.mms overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.724 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.mtp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.724 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.ons overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.724 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.stk overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.725 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.launcher3 overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.725 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.backupconfirm overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.725 1291 1291 D OverlayManager: -> Updating overlay:
target=com.instagram.android overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.725 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.statementservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.725 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.gm overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.725 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.tachyon overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.725 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.trichromelibrary_511209730 overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.726 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vlife.vivo.wallpaper overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.726 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.aiengine overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.726 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.daemonService overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.726 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.settings.intelligence overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.726 1291 1291 D OverlayManager: -> Updating overlay:
target=com.ringclip overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.726 1291 1291 D OverlayManager: -> Updating overlay:
target=com.debug.loggerui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.726 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.searchlite overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.726 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.permissioncontroller overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk,
/product/overlay/GooglePermissionControllerOverlay.apk], overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk,
/product/overlay/GooglePermissionControllerOverlay.apk] }] userId=0
12-30 16:59:36.727 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.setupwizard overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.727 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.providers.settings overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.727 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.sharedstoragebackup overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.727 1291 1291 D OverlayManager: -> Updating overlay:
target=com.facebook.services overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.727 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.imanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.727 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.printspooler overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.727 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.cota overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.727 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.game overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.728 1291 1291 D OverlayManager: -> Updating overlay:
target=com.jadard.tp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.728 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.incallui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.728 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.inputdevices overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.728 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.wellbeing overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.728 1291 1291 D OverlayManager: -> Updating overlay:
target=android.autoinstalls.config.vivo.devices overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.728 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.bips overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.729 1291 1291 D OverlayManager: -> Updating overlay:
target=com.mediatek overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.729 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.nbu.files overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.729 1291 1291 D OverlayManager: -> Updating overlay:
target=com.bbk.iqoo.logsystem overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.729 1291 1291 D OverlayManager: -> Updating overlay:
target=com.iqoo.aftersale.engineermode overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.729 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.SmartKey overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.729 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.engineercamera overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.729 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.maps overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.730 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.modulemetadata overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.730 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.cellbroadcastreceiver overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.730 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.webview overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.730 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.faceui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.730 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.onetimeinitializer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.730 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.videoeditor overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.730 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.server.telecom overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.731 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.syncadapters.contacts overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.731 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.cellbroadcastservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.731 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.bbklog overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.731 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.keychain overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.731 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.camera overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.731 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.chrome overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.731 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.unionpay overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.732 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.dialer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.732 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.packageinstaller overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.732 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.gms overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.733 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.gsf overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.733 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.tts overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.733 1291 1291 D OverlayManager: -> Updating overlay:
target=com.ss.android.ugc.trill overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.733 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.wifi.resources overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk,
/vendor/overlay/WifiResOverlay/WifiResOverlay.apk], overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk,
/vendor/overlay/WifiResOverlay/WifiResOverlay.apk] }] userId=0
12-30 16:59:36.733 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.calllogbackup overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.734 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.partnersetup overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.734 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.cameraextensions overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.734 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.feedback overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.734 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.localtransport overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.734 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.carrierdefaultapp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.734 1291 1291 D OverlayManager: -> Updating overlay:
target=com.outfit7.talkingtomgoldrun overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.734 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.networkstate overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.proxyhandler overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.VideoPlayer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.feedback overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.printservice.recommendation overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.calendar overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.doubletimezoneclock overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.managedprovisioning overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.soundpicker overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.mediatek.capctrl.service overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.tencent.soter.soterserver overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.nttouchscreen.getdata overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.facebook.katana overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.providers.partnerbookmarks overlays=[OverlayPaths { resourceDirs
= [/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.facebook.lite overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.735 1291 1291 D OverlayManager: -> Updating overlay:
target=com.facebook.orca overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.facebook.system overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.networkimprove overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.gms.policy_sidecar_aps overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.audiofx overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.photosgo overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.bbk.theme.resources overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.storagemanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.touchscreen.chipone.vivo_noise overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.bookmarkprovider overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.settings overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.multinlp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.networkstack.tethering.inprocess overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk,
/vendor/app/InProcessTetheringResOverlay/InProcessTetheringResOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk,
/vendor/app/InProcessTetheringResOverlay/InProcessTetheringResOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.networkstack.permissionconfig overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.carrierlocation overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.mediatek.lbs.em2.ui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.736 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.cts.ctsshim overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.737 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.assistant overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.738 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.upslide overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.738 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.vpndialogs overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.738 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.gallery overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.738 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.notes overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.738 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.omacp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.738 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.phone overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.738 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.se.go overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.738 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.shell overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.wallpaperbackup overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.providers.blockednumber overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.customtool overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.email.partnerprovider overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.providers.userdictionary overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.providers.media.module overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.setupwizard.searchselector overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.emergency overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.shopee.ph overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.hotspot2.osulogin overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.gms.location.history overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.FMRadio overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.location.fused overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.deskclock overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.systemui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.youtube.music overlays=[OverlayPaths { resourceDirs
= [/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.bluetoothmidiservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.amap.android.location overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.739 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.appstore overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.facebook.appmanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.browser overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.traceur overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.yozo.vivo.office overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.bluetooth overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.providers.contacts overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.android.captiveportallogin overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.calculator overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.mediatek.gbaservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.wapi.wapicertmanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.inputmethod.latin overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.gsma.rcs overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.vivo.simplelauncher overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.bbk.account overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.restore overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
12-30 16:59:36.740 1291 1291 D _V_OverlayManager: updatePackageManagerLocked
containsAndroid = true
12-30 16:59:36.750 1291 1291 I SystemServerTiming: StartSensorPrivacyService
12-30 16:59:36.751 1291 1411 W ActivityTaskManager: Skip updateConfiguration
because mWindowManager isn't set
12-30 16:59:36.753 1291 1411 I ActivityTaskManager: Sending to proc system new
config {0.0 ?mcc?mnc ?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 mMaxBounds=Rect(0, 0 - 0, 0)
mWindowingMode=undefined mDisplayWindowingMode=undefined mActivityType=undefined
mAlwaysOnTop=undefined mRotation=undefined} as.1 s.1 ?fontWeightAdjustment
themeId=0 themeParameter=0 nightModeLevel = -1}
12-30 16:59:36.755 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.networkstack.tethering flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.759 1291 1291 I SystemServerTiming: StartSensorService
12-30 16:59:36.760 1291 1291 I SystemServiceManager: Starting
com.android.server.sensors.SensorService
12-30 16:59:36.760 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.soundrecorder
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.760 1291 1291 I MtkSystemServerImpl: startMtkBootstrapServices
12-30 16:59:36.760 1291 1502 I SystemServerTimingAsync:
InitThreadPoolExec:StartNativeSensorService
12-30 16:59:36.760 1291 1291 I SystemServerTiming: startCoreServices
12-30 16:59:36.760 1291 1502 I SystemServerTimingAsync: StartNativeSensorService
12-30 16:59:36.760 1291 1291 I SystemServerTiming: StartSystemConfigService
12-30 16:59:36.760 1291 1291 I SystemServiceManager: Starting
com.android.server.SystemConfigService
12-30 16:59:36.762 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.ims
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.762 1291 1291 I SystemServerTiming: StartBatteryService
12-30 16:59:36.762 1291 1291 I SystemServiceManager: Starting
com.android.server.BatteryService
12-30 16:59:36.762 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cts.priv.ctsshim flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.765 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.weather.provider
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.767 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.youtube
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.768 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.internal.display.cutout.emulation.corner flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.769 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.ext.services flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.770 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.networkstack.overlay.vivo flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.772 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.internal.display.cutout.emulation.double flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.773 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.telephony flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.776 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.dynsystem
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.776 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.fuelsummary
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.777 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.calendar flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.777 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.telephony
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.778 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.providers.media
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.779 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.tethering.overlay flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.779 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.setupwizard
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.780 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.onetimeinitializer flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.781 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.ext.shared flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.782 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.internal.systemui.navbar.gestural_wide_back
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.782 1291 1502 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:36.783 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.location.lppe.main flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.784 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.focaltech.deltadiff
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.785 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.easyshare
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.786 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.abe flg=0x44000010
} ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.786 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.pem flg=0x44000010
} ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.787 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.wallpapercropper flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.787 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.SettingsProviderResOverlay flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.788 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.appfilter
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.788 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.systemuiresoverlay flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.789 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.focaltouchscreen.sensortest flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.790 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.tethering.inprocess.overlay flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.790 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.ilitek.touchscreen.noisev2 flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.791 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.wifi.resources.overlay flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.791 1291 1420 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 53, .batteryVoltage = 3934, .batteryTemperature =
330, .batteryCurrent = -157, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 3000, .batteryTechnology = Li-ion},
mShutdownBatteryTemperature = 600
12-30 16:59:36.792 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.documentsui
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.792 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.externalstorage
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.793 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.crontab
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.794 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.ygps
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.794 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.htmlviewer
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.795 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.companiondevicemanager flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.796 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:android.overlay.vrro
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.796 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.mms.service
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.797 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.funtouch.uiengine
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.798 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.touchscreen.chipone.icnl9911c flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.798 1291 1457 W KernelCpuUidActiveTimeBpfMapReader: Failed to read
bpf times
12-30 16:59:36.798 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.downloads flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.799 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.inprocess flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.800 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.networkstack.tethering.overlay flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.800 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.weather
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.801 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.website
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.802 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.internal.systemui.onehanded.gestural flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.803 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.jadard.noise
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.803 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.cellbroadcastuiresoverlay flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.803 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 16:59:36.804 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.bbkmusic
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.804 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.inprocess.overlay flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.804 1291 1420 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 53, .batteryVoltage = 3930, .batteryTemperature =
330, .batteryCurrent = -132, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 3000, .batteryTechnology = Li-ion},
mShutdownBatteryTemperature = 600
12-30 16:59:36.805 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.browser
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.805 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 16:59:36.806 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.nt36xxxtouchscreen.deltadiff flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.806 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 16:59:36.806 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 16:59:36.807 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.updater
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.807 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.nttouchscreen.mptest
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.808 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.configupdater flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.809 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.lemon.lvoverseas
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.809 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.overlay.modules.permissioncontroller
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.810 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.iqoo.user.engineermode
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.811 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.ewarranty
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.811 1291 1291 I HealthServiceWrapper: health: HealthServiceWrapper
listening to instance default
12-30 16:59:36.812 1291 1291 I BatteryService: health: Waited 0ms and received
the update.
12-30 16:59:36.812 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.pushservice
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.812 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.systemui.plugin.globalactions.wallet flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.813 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.ar.core
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.814 1291 1291 E BatteryService: charging shutdown voltage: 3200
12-30 16:59:36.814 1291 1291 I SystemServerTiming: StartUsageService
12-30 16:59:36.814 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.trichromelibrary_609914430 flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.814 1291 1291 I SystemServiceManager: Starting
com.android.server.usage.UsageStatsService
12-30 16:59:36.815 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.vending
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.816 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.pacprocessor
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.816 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.simappdialog
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.817 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.networkstack
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.818 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.connectivity.resources flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.819 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.internal.display.cutout.emulation.hole flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.820 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.internal.display.cutout.emulation.tall flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.820 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.overlay flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.821 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.certinstaller
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.822 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.carrierconfig
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.823 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.smartshot
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.823 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.marvin.talkback flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.824 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.internal.systemui.navbar.threebutton flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.825 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:android flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.826 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.contacts
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.826 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.ilitek.touchscreen.tptest3X flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.827 1291 1291 I SystemServerTiming: StartWebViewUpdateService
12-30 16:59:36.827 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.touchscreen.chipone
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.827 1291 1291 I SystemServiceManager: Starting
com.android.server.webkit.WebViewUpdateService
12-30 16:59:36.828 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.cloud
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.829 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.timerwidget
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.829 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.theme
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.830 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.egg
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.831 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.mms
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.831 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.mtp
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.832 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.ons
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.833 1291 1291 I SystemServerTiming: StartCachedDeviceStateService
12-30 16:59:36.833 1291 1291 I SystemServiceManager: Starting
com.android.server.CachedDeviceStateService
12-30 16:59:36.833 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.stk
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.833 1291 1291 I SystemServerTiming: StartBinderCallsStatsService
12-30 16:59:36.833 1291 1291 I SystemServiceManager: Starting
com.android.server.BinderCallsStatsService$LifeCycle
12-30 16:59:36.834 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.launcher3
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.834 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.backupconfirm
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.835 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.instagram.android
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.836 1291 1291 I SystemServerTiming: StartLooperStatsService
12-30 16:59:36.836 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.statementservice flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.836 1291 1291 I SystemServiceManager: Starting
com.android.server.LooperStatsService$Lifecycle
12-30 16:59:36.837 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.gm
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.838 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.tachyon flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.838 1291 1291 I SystemServerTiming: StartRollbackManagerService
12-30 16:59:36.838 1291 1291 I SystemServiceManager: Starting
com.android.server.rollback.RollbackManagerService
12-30 16:59:36.838 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.trichromelibrary_511209730 flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.839 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vlife.vivo.wallpaper
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.840 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.overlay.gmsconfig.common flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.841 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.aiengine
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.842 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.daemonService
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.842 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.settings.intelligence flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.843 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.frameworkresoverlay flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.844 1291 1291 I PackageWatchdog: Syncing state, reason: added new
observer
12-30 16:59:36.844 1291 1291 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
12-30 16:59:36.845 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.ringclip flg=0x44000010
} ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.846 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.debug.loggerui
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.846 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.searchlite flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.847 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.internal.systemui.navbar.gestural_extra_wide_back
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.848 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.permissioncontroller flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.849 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.setupwizard flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.850 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.settings flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.850 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.sharedstoragebackup flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.850 1291 1291 I SystemServerTiming:
StartNativeTombstoneManagerService
12-30 16:59:36.850 1291 1291 I SystemServiceManager: Starting
com.android.server.os.NativeTombstoneManagerService
12-30 16:59:36.851 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.services
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.852 1291 1291 I SystemServerTiming: StartBugreportManagerService
12-30 16:59:36.852 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.imanager
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.852 1291 1291 I SystemServiceManager: Starting
com.android.server.os.BugreportManagerService
12-30 16:59:36.853 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.printspooler
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.853 1291 1291 I SystemServerTiming: GpuService
12-30 16:59:36.853 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.cota
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.853 1291 1291 I SystemServiceManager: Starting
com.android.server.gpu.GpuService
12-30 16:59:36.854 1291 1291 I MtkSystemServerImpl: startMtkCoreServices
12-30 16:59:36.854 1291 1291 I SystemServerTiming: startOtherServices
12-30 16:59:36.854 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.game
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.854 1291 1291 I SystemServerTiming:
StartKeyAttestationApplicationIdProviderService
12-30 16:59:36.855 1291 1514 I SystemServerTimingAsync:
InitThreadPoolExec:SecondaryZygotePreload
12-30 16:59:36.855 1291 1514 I SystemServer: SecondaryZygotePreload
12-30 16:59:36.855 1291 1514 I SystemServerTimingAsync: SecondaryZygotePreload
12-30 16:59:36.855 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.overlay.modules.ext.services flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.855 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.jadard.tp
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.856 1291 1291 I SystemServerTiming: StartKeyChainSystemService
12-30 16:59:36.856 1291 1291 I SystemServiceManager: Starting
com.android.server.security.KeyChainSystemService
12-30 16:59:36.856 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.incallui
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.857 1291 1291 I SystemServerTiming: StartSchedulingPolicyService
12-30 16:59:36.857 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.overlay.gmsconfig.gallerygo flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.858 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.inputdevices
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.858 1291 1515 I SystemServerTimingAsync:
InitThreadPoolExec:SchedulingPolicyService.<init>
12-30 16:59:36.859 1291 1291 I SystemServerTiming: StartTelecomLoaderService
12-30 16:59:36.859 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.wellbeing flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.859 1291 1291 I SystemServiceManager: Starting
com.android.server.telecom.TelecomLoaderService
12-30 16:59:36.859 1291 1514 E SystemServer: Unable to preload default resources
12-30 16:59:36.859 1291 1291 I SystemServerTiming: StartTelephonyRegistry
12-30 16:59:36.859 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:android.autoinstalls.config.vivo.devices flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.860 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.bips
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.861 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek flg=0x44000010
} ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.861 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.nbu.files flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.862 1291 1291 I SystemServerTiming: StartEntropyMixer
12-30 16:59:36.862 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.overlay.gmsconfig.comms flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.863 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:vivo flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.864 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.iqoo.logsystem
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.864 1291 1291 I EntropyMixer: Writing entropy...
12-30 16:59:36.864 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.iqoo.aftersale.engineermode flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.865 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.SmartKey
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.866 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.engineercamera
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.867 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.maps flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.867 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.modulemetadata flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.868 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.internal.systemui.navbar.threegestural flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.869 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cellbroadcastreceiver flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.869 1291 1291 I SystemServerTiming: StartAccountManagerService
12-30 16:59:36.869 1291 1291 I SystemServiceManager: Starting
com.android.server.accounts.AccountManagerService$Lifecycle
12-30 16:59:36.869 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.webview
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.870 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.faceui
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.871 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.onetimeinitializer flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.871 1291 1425 I PackageWatchdog: Saving observer state to file
12-30 16:59:36.871 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.videoeditor
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.872 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.networkstack flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.873 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.server.telecom
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.873 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.syncadapters.contacts flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.874 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cellbroadcastservice flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.875 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.bbklog
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.875 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.keychain
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.876 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.camera
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.877 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.chrome
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.877 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.unionpay
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.878 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.dialer
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.878 1291 1291 I SystemServerTiming: StartContentService
12-30 16:59:36.879 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.packageinstaller flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.879 1291 1291 I SystemServiceManager: Starting
com.android.server.content.ContentService$Lifecycle
12-30 16:59:36.879 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.gms
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.880 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.gsf
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.880 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.tts
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.881 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.ss.android.ugc.trill
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.882 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.wifi.resources
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.882 1291 1291 I SystemServerTiming: InstallSystemProviders
12-30 16:59:36.882 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.calllogbackup
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.883 1291 1291 I _V_VivoBroadcastQueueImpl: calling observe
method !
12-30 16:59:36.883 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.partnersetup flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.884 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cameraextensions flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.885 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.feedback
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.885 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.localtransport
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.886 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.carrierdefaultapp flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.887 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.outfit7.talkingtomgoldrun flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.888 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.networkstate
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.888 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.theme.font.notoserifsource flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.889 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.FrameworkResOverlayExt flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.890 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.proxyhandler
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.891 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.internal.display.cutout.emulation.waterfall
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.892 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.VideoPlayer
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.892 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.overlay.modules.permissioncontroller.forframework
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.893 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.feedback
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.894 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.printservice.recommendation flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.895 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.calendar
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.895 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.vivo.doubletimezoneclock flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.896 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.managedprovisioning flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.897 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.tethering flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.898 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.soundpicker
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.899 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.capctrl.service flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.899 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.tencent.soter.soterserver flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.900 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.nttouchscreen.getdata
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.901 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.katana
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.901 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.partnerbookmarks flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.902 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cellbroadcastreceiver.module flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.902 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.lite
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.903 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.orca
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.903 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.system
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.904 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.networkimprove
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.905 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.gms.policy_sidecar_aps flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.905 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.audiofx
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.906 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.photosgo flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.906 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.theme.resources
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.907 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.storagemanager
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.907 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.touchscreen.chipone.vivo_noise flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.908 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.overlay.gmsconfig.searchgo flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.909 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.bookmarkprovider flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.910 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.settings
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.910 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.networkstack.overlay flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.910 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.multinlp
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.911 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.tethering.inprocess flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.911 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.permissionconfig flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.911 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.carrierlocation
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.912 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.lbs.em2.ui
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.912 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.cts.ctsshim
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.912 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.overlay.modules.modulemetadata.forframework
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.913 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.assistant flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.913 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.upslide
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.925 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.vpndialogs
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.926 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.gallery
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.927 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.notes
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.927 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.omacp
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.928 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.phone
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.929 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.se.go
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.929 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.shell
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.930 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.wallpaperbackup
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.930 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.blockednumber flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.930 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.customtool
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.931 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.email.partnerprovider flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.931 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.userdictionary flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.931 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.media.module flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.931 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.setupwizard.searchselector flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.931 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.emergency
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.931 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.shopee.ph
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.931 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.hotspot2.osulogin flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.932 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.gms.location.history flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.932 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.internal.systemui.navbar.gestural flg=0x44000010 }
ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.932 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.FMRadio
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.932 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.location.fused
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.932 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.deskclock
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.932 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.systemui
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.933 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.youtube.music flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.933 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:android.overlay.vivoresrro
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.933 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.bluetoothmidiservice flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.933 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.amap.android.location
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.933 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.appstore
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.933 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.appmanager
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.933 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.browser
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.934 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.traceur
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.934 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.yozo.vivo.office
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.934 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.bluetooth
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.934 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.contacts flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.934 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.captiveportallogin flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.934 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.calculator
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.935 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.internal.systemui.navbar.gestural_narrow_back
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.935 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.overlay.gmsconfig.go flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.935 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.gbaservice
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.936 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.wapi.wapicertmanager
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.936 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.inputmethod.latin flg=0x44000010 } ordered=false
userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.936 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.gsma.rcs flg=0x44000010
} ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.936 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.simplelauncher
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.937 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.account
flg=0x44000010 } ordered=false userid=0 ,pid=1291 ,pkg=null
12-30 16:59:36.937 1291 1411 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.restore flg=0x44000010 } ordered=false userid=0
,pid=1291 ,pkg=null
12-30 16:59:36.938 1291 1411 W Looper : Slow dispatch took 197ms android.fg
h=android.os.Handler c=com.android.server.om.OverlayManagerService$
$ExternalSyntheticLambda2@e2c148c m=0
12-30 16:59:37.210 1291 1291 W _V_PackageManager: setEnabledSetting
packageName:com.android.shell className:com.android.shell.BugreportStorageProvider
newState:0 userId:0 callingPackage:null callingUid:1000 callingPid:1291
12-30 16:59:37.225 1291 1291 D ActivityManager: cgroup.freeze not present
12-30 16:59:37.226 1291 1435 D ActivityManager: Freezer disabled
12-30 16:59:37.227 1291 1291 I SystemServerTiming: StartDropBoxManager
12-30 16:59:37.227 1291 1291 I SystemServiceManager: Starting
com.android.server.DropBoxManagerService
12-30 16:59:37.229 1291 1291 I SystemServerTiming: StartRoleManagerService
12-30 16:59:37.230 1291 1291 I SystemServiceManager: Starting
com.android.role.RoleService
12-30 16:59:37.236 1291 1291 I SystemServerTiming: StartVibratorManagerService
12-30 16:59:37.236 1291 1291 I SystemServiceManager: Starting
com.android.server.vibrator.VibratorManagerService$Lifecycle
12-30 16:59:37.244 1291 1411 W Looper : Slow dispatch took 196ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@8c81dd3 m=0
12-30 16:59:37.296 1291 1291 D _V_VibratorManagerService: Turn vibrator off
12-30 16:59:37.306 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:haptic_left_pressure_button_intensity
value:-1 pkg:android userId:0
12-30 16:59:37.307 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:haptic_right_pressure_button_intensity
value:-1 pkg:android userId:0
12-30 16:59:37.307 1291 1291 D _V_VivoVibratorManagerServiceImpl: leftRet --->
true rightRet ---> true
12-30 16:59:37.316 1291 1291 W SystemServiceManager: Service
com.android.server.vibrator.VibratorManagerService$Lifecycle took 80 ms in onStart
12-30 16:59:37.316 1291 1291 I SystemServerTiming: StartDynamicSystemService
12-30 16:59:37.318 1291 1291 I SystemServerTiming: StartConsumerIrService
12-30 16:59:37.321 1291 1291 I SystemServerTiming: StartAlarmManagerService
12-30 16:59:37.321 1291 1291 I MtkSystemServerImpl: startMtkAlarmManagerService
12-30 16:59:37.323 1291 1291 I SystemServiceManager: Starting
com.mediatek.server.MtkAlarmManagerService
12-30 16:59:37.325 1291 1291 I _V_VivoApexServiceFactory: Instance implClass
com.android.server.VivoApexServiceFactoryImpl
12-30 16:59:37.328 1291 1291 I _V_AlarmManager_Log: vendor alarm service impl.
12-30 16:59:37.338 1291 1291 I _V_AlarmManager: alarm imp onStart..
12-30 16:59:37.343 1291 1291 I SystemServerTiming: StartInputManagerService
12-30 16:59:37.344 1291 1291 I InputManager: Initializing input manager,
mUseDevInputEventForAudioJack=true
12-30 16:59:37.359 1291 1291 I _V_UntrustedTouchController: local file has exist
= true
12-30 16:59:37.361 1291 1291 D _V_UntrustedTouchController: parseUntrustedConfig:
mConfigPackages: [com.facebook.orca]
12-30 16:59:37.362 1291 1291 I _V_UntrustedTouchController: initLocalConfig
mTrustedPackageLocalList = [com.facebook.orca]
12-30 16:59:37.372 1291 1291 I SystemServerTiming: DeviceStateManagerService
12-30 16:59:37.372 1291 1291 I SystemServiceManager: Starting
com.android.server.devicestate.DeviceStateManagerService
12-30 16:59:37.374 1291 1291 D PowerManagerService: /proc/cmdline=console=tty0
console=ttyS1,921600n1 vmalloc=350M slub_debug=OFZPU
page_owner=on swiotlb=noforce androidboot.hardware=mt6765
maxcpus=8 loop.max_part=7
firmware_class.path=/vendor/firmware has_battery_removed=0 loop.max_part=7
androidboot.boot_devices=bootdevice,soc/11230000.mmc,11230000.mmc
ramoops.mem_address=0x47c90000 ramoops.mem_size=0xe0000 ramoops.pmsg_size=0x10000
ramoops.console_size=0x40000 usbserial_number=WCTOUOQWHQA6Y5SS
bootopt=64S3,32S1,32S1 product.version=PD2236DF_EX_A_12.0.13.0.W20
fingerprint.abbr=12/SP1A.210812.003 region_ver=W20 product.solution=MTK
buildvariant=user root=/dev/ram androidboot.vbmeta.device=PARTUUID=c0a128fb-59d1-
0a9e-f0e8-ea3d36a9d658 androidboot.vbmeta.avb_version=1.2
androidboot.vbmeta.device_state=locked androidboot.veritymode=enforcing
androidboot.vc.magic=none androidboot.verifiedbootstate=green
androidboot.atm=disabled factory_mode=0 androidboot.vivo_brom_flag=1
androidboot.efuse_config.ctrl_0=1 androidboot.meta_log_disable=0 vivolog_flag=0
country_code=PH product_version=PD2236HF_EX_A_12.0.13.0.W20.V000L1 oem_name=V000
factory_mode=0 tier=2 bbk_dp=0 androidboot.anti.sec_nonsec_reco=5,5,4
androidboot.anti.avb_anti_ver=5 mtk_printk_ctrl.disable_uart=1
androidboot.serialno=10AD9R0UKE000EX bbk_pcb_version=MP_0.1
androidboot.product.hardware.sku=0101110011111 emmc_pns=Y2P032 boot_storage=E_X
androidboot.bootreason=reboot gpt=1 usb2jtag_mode=0 androidboot.dtb_idx=0
androidboot.dtbo_idx=0
12-30 16:59:37.375 1291 1414 D _V_ConfigurationManager:
/data/bbkcore/android_unTrustedDialog_trustedpackage.xml is null,just return file
content, no need decrypt file
12-30 16:59:37.378 1291 1414 I _V_UntrustedTouchController: init
mUntrustedTouchSwitch = Switch{name='untrusted_touch_switch', on=false,
uninitialized=true, path=/data/bbkcore/android_unTrustedDialog_trustedpackage.xml},
init switch is false
12-30 16:59:37.381 1291 1412 D _V_DeviceStateProviderImpl:
handleSettingsChangedLocked mSleepAfterFoldPhone=true
12-30 16:59:37.382 1291 1291 D DeviceStateManagerService: Notifying policy to
configure state: 0
12-30 16:59:37.383 1291 1291 D DeviceStateManagerService: Committing state:
DeviceState{identifier=0, name='DEFAULT'}
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: Failed to userActivity
because system not ready. WAIT!
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl:
java.lang.NullPointerException: Attempt to invoke virtual method
'android.view.DisplayInfo
android.hardware.display.DisplayManagerInternal.getDisplayInfo(int)' on a null
object reference
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
com.android.server.power.PowerManagerService.userActivityInternal(PowerManagerServi
ce.java:1826)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
com.android.server.power.PowerManagerService$BinderService.userActivity(PowerManage
rService.java:5756)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
android.os.PowerManager.userActivity(PowerManager.java:1350)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
com.android.server.policy.DeviceStateProviderImpl.notifyDeviceStateChangedIfNeeded(
DeviceStateProviderImpl.java:510)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
com.android.server.policy.DeviceStateProviderImpl.setListener(DeviceStateProviderIm
pl.java:397)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
com.android.server.devicestate.DeviceStateManagerService.<init>(DeviceStateManagerS
ervice.java:179)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
com.android.server.devicestate.DeviceStateManagerService.<init>(DeviceStateManagerS
ervice.java:172)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
java.lang.reflect.Constructor.newInstance0(Native Method)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:177)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
com.android.server.SystemServer.startOtherServices(SystemServer.java:1691)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
com.android.server.SystemServer.run(SystemServer.java:1065)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
com.android.server.SystemServer.main(SystemServer.java:738)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
java.lang.reflect.Method.invoke(Native Method)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
12-30 16:59:37.386 1291 1291 D _V_DeviceStateProviderImpl: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
12-30 16:59:37.391 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:camera_rear_selfie_capture value:0
pkg:android userId:0
12-30 16:59:37.391 1291 1291 I SystemServerTiming: StartCameraServiceProxy
12-30 16:59:37.391 1291 1291 I SystemServiceManager: Starting
com.android.server.camera.CameraServiceProxy
12-30 16:59:37.393 1291 1291 E CameraService_proxy: mVivoCameraActionList size: 0
12-30 16:59:37.395 1291 1291 I SystemServerTiming: StartWindowManagerService
12-30 16:59:37.395 1291 1291 I SystemServiceManager: Starting phase 200
12-30 16:59:37.396 1291 1291 I SystemServerTiming: OnBootPhase_200
12-30 16:59:37.396 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.vivo.services.vgc.cbs.VivoCbsService
12-30 16:59:37.396 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.security.FileIntegrityService
12-30 16:59:37.396 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.Installer
12-30 16:59:37.396 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.os.DeviceIdentifiersPolicyService
12-30 16:59:37.396 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.uri.UriGrantsManagerService$Lifecycle
12-30 16:59:37.396 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.powerstats.PowerStatsService
12-30 16:59:37.396 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.wm.ActivityTaskManagerService$Lifecycle
12-30 16:59:37.396 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.am.ActivityManagerService$Lifecycle
12-30 16:59:37.396 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.DataLoaderManagerService
12-30 16:59:37.396 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.power.PowerManagerService
12-30 16:59:37.396 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.power.ThermalManagerService
12-30 16:59:37.397 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.power.hint.HintManagerService
12-30 16:59:37.397 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
12-30 16:59:37.397 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.lights.LightsService
12-30 16:59:37.397 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.display.DisplayManagerService
12-30 16:59:37.397 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.display.VivoDisplayStateService
12-30 16:59:37.397 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.verify.domain.DomainVerificationService
12-30 16:59:37.397 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.PackageInstallerService$Lifecycle
12-30 16:59:37.397 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.UserManagerService$LifeCycle
12-30 16:59:37.397 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.om.OverlayManagerService
12-30 16:59:37.397 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.SensorPrivacyService
12-30 16:59:37.398 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.sensors.SensorService
12-30 16:59:37.398 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.SystemConfigService
12-30 16:59:37.398 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.BatteryService
12-30 16:59:37.398 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.usage.UsageStatsService
12-30 16:59:37.398 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.webkit.WebViewUpdateService
12-30 16:59:37.398 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.CachedDeviceStateService
12-30 16:59:37.398 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.BinderCallsStatsService$LifeCycle
12-30 16:59:37.398 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.LooperStatsService$Lifecycle
12-30 16:59:37.398 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.rollback.RollbackManagerService
12-30 16:59:37.398 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.os.NativeTombstoneManagerService
12-30 16:59:37.398 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.os.BugreportManagerService
12-30 16:59:37.398 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.gpu.GpuService
12-30 16:59:37.399 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.security.KeyChainSystemService
12-30 16:59:37.399 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.telecom.TelecomLoaderService
12-30 16:59:37.399 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.accounts.AccountManagerService$Lifecycle
12-30 16:59:37.399 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.content.ContentService$Lifecycle
12-30 16:59:37.399 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.DropBoxManagerService
12-30 16:59:37.399 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.role.RoleService
12-30 16:59:37.399 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.vibrator.VibratorManagerService$Lifecycle
12-30 16:59:37.399 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.mediatek.server.MtkAlarmManagerService
12-30 16:59:37.399 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.devicestate.DeviceStateManagerService
12-30 16:59:37.399 1291 1291 I SystemServerTiming:
OnBootPhase_200_com.android.server.camera.CameraServiceProxy
12-30 16:59:37.403 1291 1291 I WindowManager: No existing display settings,
starting empty
12-30 16:59:37.404 1291 1291 I WindowManager: No existing display settings,
starting empty
12-30 16:59:37.549 1291 1414 E _V_VivoKeyguardOverlayController:
com.vivo.permissionmanager apk is not exsisted !
12-30 16:59:37.550 1291 1414 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:enable_koc_feature value:1 pkg:android
userId:0
12-30 16:59:37.557 1291 1534 D _V_WmsConfigLoader: loadLocalConfig.
12-30 16:59:37.561 1291 1414 D _V_VivoFreeformGesturesPointerEventListener:
isFreeformMinimizeOnce : false
12-30 16:59:37.570 1291 1414 E _V_SplashStoreUtils: readTabIdMap Unable to read
tabFile: /data/system/splash/tab.data for: java.io.FileNotFoundException:
/data/system/splash/tab.data: open failed: ENOENT (No such file or directory)
12-30 16:59:37.574 1291 1414 I _V_SplashStoreUtils: listAllPackage success. pack
size:2
12-30 16:59:37.575 1291 1414 W Looper : Slow dispatch took 170ms android.display
h=android.os.Handler c=android.os.Handler$BlockingRunnable@7884d53 m=0
12-30 16:59:37.580 1291 1291 I SystemServerTiming: SetWindowManagerService
12-30 16:59:37.588 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.zplay.migupopstar.vivo
12-30 16:59:37.588 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.lemon.lv
12-30 16:59:37.589 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.wedobest.xiangqi.vivo
12-30 16:59:37.589 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.organized
12-30 16:59:37.589 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.andouya
12-30 16:59:37.589 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.brianbaek.popstar
12-30 16:59:37.589 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.fenbi.android.zenglish
12-30 16:59:37.589 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sankuai.youxuan
12-30 16:59:37.589 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.kugou.android.elder
12-30 16:59:37.589 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.xiaobanlong.main
12-30 16:59:37.589 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.citiccard.mobilebank
12-30 16:59:37.590 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.letv.android.client
12-30 16:59:37.590 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.tencent.KiHan
12-30 16:59:37.590 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.baidu.video
12-30 16:59:37.590 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sitech.ac
12-30 16:59:37.590 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.tencent.peng
12-30 16:59:37.590 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.mfp.jelly.vivo
12-30 16:59:37.590 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.fenqile.fenqile
12-30 16:59:37.590 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.xiaomi.shop
12-30 16:59:37.590 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.soft.blued
12-30 16:59:37.590 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.bf.sgs.hdexp.vivo
12-30 16:59:37.590 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.kuwo.tingshu
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.og.danjiddz.vivo
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.outfit7.talkingtom2free.vivo
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.laifenqi.android.app
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.outfit7.mytalkinghankfree.vivo
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.damai
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.netease.dwrg5.vivo
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.midea.ai.appliances
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.baidu.wenku
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.qileyx.ddz2.vivo
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.shopping
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.mengtuiapp.mall
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.taobao.idlefish
12-30 16:59:37.591 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sankuai.meituan.takeoutnew
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.qidian.dldl.vivo
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
net.mobigame.zombietsunami.vivo
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.garden
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.yingxiong.hero.vivo
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.netease.avg.vivo
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.mygamez.hcr2.vivo
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.carrot.carrotfantasy
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.qiyi.video.pad
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.carrot.iceworld
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.care
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cc.quanben.novel
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.career
12-30 16:59:37.592 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.chef
12-30 16:59:37.593 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.magichouse
12-30 16:59:37.593 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.ultralisk.gameapp.game83.vivo
12-30 16:59:37.593 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.homeland
12-30 16:59:37.593 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.ultralisk.gameapp.game23.vivo
12-30 16:59:37.593 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
wb.gc.xmxx.zxb
12-30 16:59:37.594 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.adventure
12-30 16:59:37.594 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.zxscnew
12-30 16:59:37.594 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.spdbccc.app
12-30 16:59:37.595 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.miHoYo.bh3.vivo
12-30 16:59:37.595 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.taikang.tailife
12-30 16:59:37.596 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.htinns
12-30 16:59:37.596 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.cpic.sxbxxe
12-30 16:59:37.596 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.wanmei.wmsjjdb.vivo
12-30 16:59:37.596 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.tenengxing.tnxandroid
12-30 16:59:37.596 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.tencent.tmgp.supercell.clashofclans
12-30 16:59:37.596 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.miHoYo.Yuanshen
12-30 16:59:37.596 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.feiyu.carrot3.vivo
12-30 16:59:37.596 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.boxiang.friend.shmj
12-30 16:59:37.597 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.blizzard.wtcg.hearthstone
12-30 16:59:37.597 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.tencent.tmgp.cod
12-30 16:59:37.597 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.zhaopin.social
12-30 16:59:37.597 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.netease.mc.vivo
12-30 16:59:37.597 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
plus.H5A84F959
12-30 16:59:37.597 1291 1534 E _V_WmsConfigLoader: load mLocalFoldRebootList app
ccom.popcap.pvz2cthdbbg
12-30 16:59:37.648 1291 1412 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_fullscreen_flag value:0 pkg:android userId:0
12-30 16:59:37.671 1291 1412 D _V_VivoRatioControllerUtilsImpl: StartObserver
unregisterReceiver err!
12-30 16:59:37.746 1291 1291 I _V_VivoDisplayPolicyImpl: getDefaultNavBar = 0,
isOverseas = true isVosProduct = true
12-30 16:59:37.803 1291 1291 D _V_BarAnimController: create BarAnimController
12-30 16:59:37.806 1291 1291 E _V_FakeBarSurfaceControl-FakeStatusBar: create
success 0
12-30 16:59:37.807 1291 1291 E _V_FakeBarSurfaceControl-FakeGestureBar: create
success 1
12-30 16:59:37.809 1291 1291 D _V_VivoFloatWindowManager: create
12-30 16:59:37.810 1291 1291 D _V_VivoRootWindowContainerImpl: setFocusedDisplay
cause exception: java.lang.NullPointerException: Attempt to invoke virtual method
'void
com.vivo.services.autorecover.SystemAutoRecoverManagerInternal.setFocusedDisplay(in
t)' on a null object reference
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: Failed to write to
/sys/rsc/rsc_svp
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: java.io.FileNotFoundException:
/sys/rsc/rsc_svp: open failed: ENOENT (No such file or directory)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
libcore.io.IoBridge.open(IoBridge.java:575)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
java.io.FileWriter.<init>(FileWriter.java:63)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
com.android.server.wm.BarAnimController.boostBarAnimThread(BarAnimController.java:1
70)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
com.android.server.wm.BarAnimController.access$100(BarAnimController.java:61)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
com.android.server.wm.BarAnimController$1.run(BarAnimController.java:159)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
android.os.Handler.handleCallback(Handler.java:938)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
android.os.Handler.dispatchMessage(Handler.java:99)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
android.os.Looper.loopOnce(Looper.java:233)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
android.os.Looper.loop(Looper.java:334)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
android.os.HandlerThread.run(HandlerThread.java:67)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
libcore.io.Linux.open(Native Method)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: at
libcore.io.IoBridge.open(IoBridge.java:561)
12-30 16:59:37.810 1291 1544 W _V_AnimationThread: ... 11 more
12-30 16:59:37.815 1291 1291 I ActivityTaskManager: Loaded persisted task ids for
user 0
12-30 16:59:37.834 1291 1291 I SystemServerTiming:
WindowManagerServiceOnInitReady
12-30 16:59:37.834 1291 1412 W Looper : Slow dispatch took 173ms android.ui
h=com.android.server.wm.DisplayPolicy$PolicyHandler
c=com.android.server.policy.VivoRatioControllerUtilsImpl$1@dbe45a1 m=0
12-30 16:59:37.835 1291 1412 D _V_VivoDisplayPolicyImpl: updateGameSwitchState...
12-30 16:59:37.836 1291 1412 W _V_ContentProviderHelper: Failed to find
provider:com.sohu.sogou.inputmethod.gameprovider for user 0
12-30 16:59:37.836 1291 1412 W ActivityThread: Failed to find provider info for
com.sohu.sogou.inputmethod.gameprovider (user not unlocked)
12-30 16:59:37.838 1291 1412 D _V_VivoDisplayPolicyImpl:
disableSwape:falsegamecube_shorten:false isGameMode:false
12-30 16:59:37.847 1291 1412 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_shortcut_target_service
value: pkg:android userId:0
12-30 16:59:37.849 1291 1532 D _V_ConfigurationManager: get key from abe
12-30 16:59:37.850 1291 1532 D _V_ConfigurationManager: effectcipher : true false
12-30 16:59:37.854 1291 1532 D _V_SplashStoreUtils: init
mContentList={com.qihoo.cleandroid_cn=com.qihoo.cleandroid_cn=blacklist,
com.tencent.tmgp.sgame=com.tencent.tmgp.sgame=whitelist,
com.vivo.childrenmode=com.vivo.childrenmode=blacklist,
splash_switch=splash_switch=true, com.vivo.xspace=com.vivo.xspace=blacklist,
smskb.com=smskb.com=blacklist, com.vivo.vivoconsole=com.vivo.vivoconsole=blacklist}
mSplashSwitchOn=true
12-30 16:59:37.857 1291 1414 D _V_DeviceStateManager: Don't send fold event
because this is not a foldable device!
12-30 16:59:37.861 1291 1412 V ActivityManager: Broadcast sticky: Intent
{ act=android.intent.action.HDMI_PLUGGED flg=0x44000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:37.875 1291 1412 I _V_VivoInputPolicy: initForVivo
12-30 16:59:37.892 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 1000, arg4: 0, name: android
12-30 16:59:37.902 1291 1408 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:37.934 1291 1412 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:aikey_version value:10 pkg:android
userId:0
12-30 16:59:37.934 1291 1412 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:aikey_disable_setting value:0 pkg:android
userId:0
12-30 16:59:37.968 1291 1412 W Looper : Slow dispatch took 128ms android.ui
h=android.os.Handler c=android.os.Handler$BlockingRunnable@da0aff6 m=0
12-30 16:59:37.990 1291 1291 I ProtoLogViewerConfigReader: Loaded 599 log
definitions from /system/etc/protolog.conf.json.gz
12-30 16:59:37.991 1291 1291 I SystemServerTiming: StartInputManager
12-30 16:59:37.991 1291 1291 I InputManager: Starting input manager
12-30 16:59:37.991 1291 1556 I SystemServerTimingAsync:
InitThreadPoolExec:StartHidlServices
12-30 16:59:37.991 1291 1556 I SystemServerTimingAsync: StartHidlServices
12-30 16:59:38.001 1291 1291 I SystemServerTiming:
DisplayManagerWindowManagerAndInputReady
12-30 16:59:38.001 1291 1291 I SystemServerTiming: StartBluetoothService
12-30 16:59:38.002 1291 1291 I SystemServiceManager: Starting
com.android.server.BluetoothService
12-30 16:59:38.002 1291 1414 I LogicalDisplayMapper: Requesting Transition to
state: 0
12-30 16:59:38.002 1291 1414 I LogicalDisplayMapper: Applying layout: [{addr:
{port=0}, dispId: 0(ON)}], Previous layout: [{addr: {port=0}, dispId: 0(ON)}]
12-30 16:59:38.002 1291 1530 I _V_VivoDisplayManagerServiceImpl:
onStateChangedBoost for fold
12-30 16:59:38.022 1291 1291 D BluetoothManagerService: Loading stored name and
address
12-30 16:59:38.023 1291 1291 D BluetoothManagerService: Bluetooth persisted
state: 0
12-30 16:59:38.023 1291 1291 D BluetoothManagerService: Detected SystemUiUid:
10047
12-30 16:59:38.035 1291 1291 I SystemServerTiming: IpConnectivityMetrics
12-30 16:59:38.036 1291 1291 I SystemServiceManager: Starting
com.android.server.connectivity.IpConnectivityMetrics
12-30 16:59:38.037 1291 1291 I SystemServerTiming: NetworkWatchlistService
12-30 16:59:38.037 1291 1291 I SystemServiceManager: Starting
com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
12-30 16:59:38.042 1291 1291 I WatchlistSettings: Reload watchlist settings done
12-30 16:59:38.043 1291 1561 I WatchlistLoggingHandler: No need to aggregate
record yet.
12-30 16:59:38.043 1291 1561 I WatchlistLoggingHandler: Milliseconds spent on
tryAggregateRecords(): 0
12-30 16:59:38.044 1291 1291 D _V_VivoNetworkAnalyser: is oversea = true
12-30 16:59:38.045 1291 1291 I SystemServerTiming: PinnerService
12-30 16:59:38.045 1291 1291 I SystemServiceManager: Starting
com.android.server.PinnerService
12-30 16:59:38.046 1291 1291 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:38.048 1291 1291 I SystemServerTiming: IorapForwardingService
12-30 16:59:38.048 1291 1291 I SystemServiceManager: Starting
com.google.android.startop.iorap.IorapForwardingService
12-30 16:59:38.049 1291 1291 I SystemServerTiming: SignedConfigService
12-30 16:59:38.049 1291 1291 I SystemServerTiming: AppIntegrityService
12-30 16:59:38.049 1291 1291 I SystemServiceManager: Starting
com.android.server.integrity.AppIntegrityManagerService
12-30 16:59:38.051 1291 1291 E IntegrityFileManager: Error creating staging and
rules directory
12-30 16:59:38.060 1291 1291 I SystemServerTiming:
StartInputMethodManagerLifecycle
12-30 16:59:38.061 1291 1291 I SystemServiceManager: Starting
com.android.server.inputmethod.InputMethodManagerService$Lifecycle
12-30 16:59:38.069 1291 1291 D _V_InputMethodManagerService: mSecureImsOn:true
userId=0 ,mHasSecureIME=false
12-30 16:59:38.073 1291 1495 I PackageManager: Deferred reconcileAppsData
finished 213 packages
12-30 16:59:38.074 1291 1291 E SystemServiceRegistry: Manager wrapper not
available: clipboard
12-30 16:59:38.080 1291 1291 I _V_InputMethodManagerService: new normal
service=com.android.server.inputmethod.InputMethodManagerService@ca62e87
12-30 16:59:38.082 1291 1291 D _V_InputMethodManagerService: mSecureImsOn:true
userId=0 ,mHasSecureIME=false
12-30 16:59:38.084 1291 1291 E SystemServiceRegistry: Manager wrapper not
available: clipboard
12-30 16:59:38.087 1291 1291 I _V_SecInputMethodManagerService: new secure
service=com.android.server.inputmethod.InputMethodManagerService@e40a520
12-30 16:59:38.087 1291 1291 D _V_InputMethodManagerService: setSecFlag
mImms=com.android.server.inputmethod.InputMethodManagerService@ca62e87 ,mImmsB=com.
android.server.inputmethod.InputMethodManagerService@e40a520 ,mImmsNomal=com.androi
d.server.inputmethod.InputMethodManagerService@ca62e87 ,mImmsSecure=com.android.ser
ver.inputmethod.InputMethodManagerService@e40a520
12-30 16:59:38.088 1291 1291 D _V_SecInputMethodManagerService: setSecFlag
mImms=com.android.server.inputmethod.InputMethodManagerService@e40a520 ,mImmsB=com.
android.server.inputmethod.InputMethodManagerService@ca62e87 ,mImmsNomal=com.androi
d.server.inputmethod.InputMethodManagerService@ca62e87 ,mImmsSecure=com.android.ser
ver.inputmethod.InputMethodManagerService@e40a520
12-30 16:59:38.089 1291 1291 I SystemServerTiming:
StartAccessibilityManagerService
12-30 16:59:38.089 1291 1291 I SystemServiceManager: Starting
com.android.server.accessibility.AccessibilityManagerService$Lifecycle
12-30 16:59:38.100 1291 1291 I SystemServerTiming: MakeDisplayReady
12-30 16:59:38.108 1291 1291 I ActivityTaskManager: Config changes=20005df8
{1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port ?uimode ?
night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.2 ?fontWeightAdjustment themeId=0
themeParameter=0 nightModeLevel = -1}
12-30 16:59:38.113 1291 1291 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port ?
uimode ?night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} as.1 s.3 ?fontWeightAdjustment
themeId=0 themeParameter=0 nightModeLevel = -1}
12-30 16:59:38.114 1291 1291 I WindowManager: Override config changes=60007dfc
{1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port ?uimode ?
night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.2 ?fontWeightAdjustment themeId=0
themeParameter=0 nightModeLevel = -1} for displayId=0
12-30 16:59:38.118 1291 1291 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{3340c25 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=true sz=0}
12-30 16:59:38.159 1291 1291 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=null rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600], mVisible=true}
}
12-30 16:59:38.172 1291 1291 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=null rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0][0,0],
mVisible=false} }
12-30 16:59:38.179 1291 1415 D _V_WindowManager: call
SystemAutoRecoverManagerInternal.needToCheckHomeActivity cause exception:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean
com.vivo.services.autorecover.SystemAutoRecoverManagerInternal.needToCheckHomeActiv
ity()' on a null object reference
12-30 16:59:38.181 1291 1414 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.CONFIGURATION_CHANGED flg=0x70200010 } ordered=false
userid=-1 ,pid=1291 ,pkg=null
12-30 16:59:38.181 1291 1414 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.SPLIT_CONFIGURATION_CHANGED flg=0x61000010 }
ordered=false userid=-1 ,pid=1291 ,pkg=null
12-30 16:59:38.184 1291 1291 I ActivityTaskManager: Config changes=8 {1.0 ?mcc?
mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port ?uimode ?night finger
-keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 -
720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.4 ?fontWeightAdjustment themeId=0 themeParameter=0
nightModeLevel = -1}
12-30 16:59:38.186 1291 1291 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port ?
uimode ?night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} as.1 s.5 ?fontWeightAdjustment
themeId=0 themeParameter=0 nightModeLevel = -1}
12-30 16:59:38.188 1291 1291 I WindowManager: Override config changes=8 {1.0 ?
mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port ?uimode ?night
finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.4 ?fontWeightAdjustment themeId=0
themeParameter=0 nightModeLevel = -1} for displayId=0
12-30 16:59:38.193 1291 1291 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{3340c25 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=true sz=0}
12-30 16:59:38.195 1291 1291 I SystemServerTiming: StartStorageManagerService
12-30 16:59:38.195 1291 1291 I SystemServiceManager: Starting
com.android.server.StorageManagerService$Lifecycle
12-30 16:59:38.198 1291 1415 D _V_WindowManager: call
SystemAutoRecoverManagerInternal.needToCheckHomeActivity cause exception:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean
com.vivo.services.autorecover.SystemAutoRecoverManagerInternal.needToCheckHomeActiv
ity()' on a null object reference
12-30 16:59:38.199 1291 1414 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.CONFIGURATION_CHANGED flg=0x70200010 } ordered=false
userid=-1 ,pid=1291 ,pkg=null
12-30 16:59:38.210 1291 1291 E _V_StorageManagerService: no
needGCPolicyInUserSpace
12-30 16:59:38.216 1291 1412 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 16:59:38.216 1291 1565 D StorageManagerService: Thinking about init,
mBootCompleted=false, mDaemonConnected=true
12-30 16:59:38.216 1291 1565 D StorageManagerService: Thinking about reset,
mBootCompleted=false, mDaemonConnected=true
12-30 16:59:38.217 1291 1565 D StorageManagerService: Thinking about init,
mBootCompleted=false, mDaemonConnected=true
12-30 16:59:38.218 1291 1565 D StorageManagerService: Thinking about reset,
mBootCompleted=false, mDaemonConnected=true
12-30 16:59:38.219 1291 1291 V _V_StorageManagerService: initNotification
12-30 16:59:38.219 1291 1291 I SystemServerTiming: StartStorageStatsService
12-30 16:59:38.219 1291 1291 I SystemServiceManager: Starting
com.android.server.usage.StorageStatsService$Lifecycle
12-30 16:59:38.221 1291 1412 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{android:5098012 u0
RatioSwitchButtonView} task=null
12-30 16:59:38.221 1291 1412 D _V_VivoDisplayPolicyImpl:
DEBUG_RATIOSWITCH:prepareAddWindowLw mRatioSwitch=Window{android:5098012 u0
RatioSwitchButtonView}
12-30 16:59:38.227 1291 1415 D _V_WindowManager: call
SystemAutoRecoverManagerInternal.needToCheckHomeActivity cause exception:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean
com.vivo.services.autorecover.SystemAutoRecoverManagerInternal.needToCheckHomeActiv
ity()' on a null object reference
12-30 16:59:38.234 1291 1291 I _V_StorageMgrImpl:
sIsCheckFileExistsFuncLoaded:true
12-30 16:59:38.235 1291 1291 D _V_StorageMgrImpl: checkFileExists
filePath:/data/misc/vold/user_keys/de/0, result:1
12-30 16:59:38.235 1291 1291 I SystemServerTiming: StartUiModeManager
12-30 16:59:38.235 1291 1291 I SystemServiceManager: Starting
com.android.server.UiModeManagerService
12-30 16:59:38.238 1291 1568 I SystemServerTimingAsync:
InitThreadPoolExec:UiModeManager.onStart
12-30 16:59:38.239 1291 1291 I SystemServerTiming: UpdatePackagesIfNeeded
12-30 16:59:38.239 1291 1291 I Watchdog: Pausing HandlerChecker: main thread for
reason: dexopt. Pause count: 1
12-30 16:59:38.240 1291 1291 I Watchdog: Resuming HandlerChecker: main thread for
reason: dexopt. Pause count: 0
12-30 16:59:38.240 1291 1291 I SystemServerTiming: PerformFstrimIfNeeded
12-30 16:59:38.241 1291 1291 I SystemServerTiming: StartLockSettingsService
12-30 16:59:38.242 1291 1291 I SystemServiceManager: Starting
com.android.server.locksettings.LockSettingsService$Lifecycle
12-30 16:59:38.242 1291 1412 I WindowManager: Relayout Window{android:5098012 u0
RatioSwitchButtonView}: oldVis=8, newVis=8, requestedWidth=720,
requestedHeight=1600, attrs.width=-1, attrs.height=-1, compatFrame = Rect(0, 0 - 0,
0), mAttrs.privateFlags = 22000010, mInvGlobalScale = 1.0
12-30 16:59:38.244 1291 1415 D _V_WindowManager: call
SystemAutoRecoverManagerInternal.needToCheckHomeActivity cause exception:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean
com.vivo.services.autorecover.SystemAutoRecoverManagerInternal.needToCheckHomeActiv
ity()' on a null object reference
12-30 16:59:38.246 1291 1291 D _V_LockSettingsService: Begin to restore spblob
12-30 16:59:38.257 1291 1291 I _V_LockSettingsService: File verification
passed: /data/system_de/0/spblob/a1be367ffbccb981.secdis, last
modified:1690581164000
12-30 16:59:38.261 1291 1291 I _V_LockSettingsService: File verification
passed: /data/system_de/0/spblob/a1be367ffbccb981.pwd, last modified:1690581164000
12-30 16:59:38.264 1291 1291 I _V_LockSettingsService: File verification
passed: /data/system_de/0/spblob/a1be367ffbccb981.metrics, last
modified:1690581164000
12-30 16:59:38.269 1291 1291 I _V_LockSettingsService: File verification
passed: /data/system_de/0/spblob/a1be367ffbccb981.spblob, last
modified:1690581164000
12-30 16:59:38.275 1291 1291 I _V_LockSettingsService: File verification
passed: /data/system_de/0/spblob/0000000000000000.handle, last
modified:1690581164000
12-30 16:59:38.276 1291 1291 D _V_LockSettingsService: End to restore spblob,
spent time: 30
12-30 16:59:38.299 1291 1572 D _V_VivoSyntheticPasswordManagerImpl: Begin to
initBackupSpblob, userId: 0
12-30 16:59:38.306 1291 1291 W SystemServiceManager: Service
com.android.server.locksettings.LockSettingsService$Lifecycle took 65 ms in onStart
12-30 16:59:38.307 1291 1291 I SystemServerTiming: StartPersistentDataBlock
12-30 16:59:38.307 1291 1291 I SystemServiceManager: Starting
com.android.server.PersistentDataBlockService
12-30 16:59:38.308 1291 1291 I SystemServerTiming: StartTestHarnessMode
12-30 16:59:38.309 1291 1572 D _V_VivoSyntheticPasswordManagerImpl: End to
initBackupSpblob, userId:0
12-30 16:59:38.309 1291 1291 I SystemServiceManager: Starting
com.android.server.testharness.TestHarnessModeService
12-30 16:59:38.309 1291 1573 I SystemServerTimingAsync:
InitThreadPoolExec:PersistentDataBlockService.onStart
12-30 16:59:38.309 1291 1572 D _V_VivoSyntheticPasswordManagerImpl: Begin to
initBackupSpblob, userId: 999
12-30 16:59:38.310 1291 1291 I SystemServerTiming: StartOemLockService
12-30 16:59:38.311 1291 1291 I SystemServiceManager: Starting
com.android.server.oemlock.OemLockService
12-30 16:59:38.312 1291 1572 D _V_ConfigurationManager:
/data/bbkcore/LockSettings_spblob_1.0.xml is null,just return file content, no need
decrypt file
12-30 16:59:38.316 1291 1291 I OemLock : OemLock HAL not present on device
12-30 16:59:38.316 1291 1291 I OemLock : Using persistent data block based lock
12-30 16:59:38.318 1291 1291 I SystemServerTiming: StartDeviceIdleController
12-30 16:59:38.318 1291 1291 I SystemServiceManager: Starting
com.android.server.DeviceIdleController
12-30 16:59:38.327 1291 1291 D DeviceIdleController: Reading config from
/data/system/deviceidle.xml
12-30 16:59:38.328 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 5, arg2: 1, arg3: -1, arg4: 0, name:
android.frameworks.sensorservice@1.0::ISensorManager
12-30 16:59:38.334 1291 1291 I SystemServerTiming: StartDevicePolicyManager
12-30 16:59:38.334 1291 1291 I SystemServiceManager: Starting
com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
12-30 16:59:38.369 1291 1574 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 53, .batteryVoltage = 4068, .batteryTemperature =
337, .batteryCurrent = 1357, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 3000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
12-30 16:59:38.370 1291 1291 I DevicePolicyManager: Set ro.organization_owned
property to false
12-30 16:59:38.386 1291 1574 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 53, .batteryVoltage = 4075, .batteryTemperature =
337, .batteryCurrent = 1468, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 3000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
12-30 16:59:38.395 1291 1291 I SystemServerTiming: StartStatusBarManagerService
12-30 16:59:38.399 1291 1291 D SystemServer: MusicRecognitionManagerService not
defined by OEM or disabled by flag
12-30 16:59:38.400 1291 1291 D SystemServer: ContentCaptureService disabled
because resource is not overlaid
12-30 16:59:38.401 1291 1574 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 53, .batteryVoltage = 4080, .batteryTemperature =
337, .batteryCurrent = 1418, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 3000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
12-30 16:59:38.401 1291 1291 D SystemServer: AttentionService is not configured
on this device
12-30 16:59:38.402 1291 1291 D SystemServer: RotationResolverService is not
configured on this device
12-30 16:59:38.402 1291 1291 D SystemServer: SystemCaptionsManagerService
disabled because resource is not overlaid
12-30 16:59:38.402 1291 1291 I SystemServerTiming:
StartTextToSpeechManagerService
12-30 16:59:38.403 1291 1291 I SystemServiceManager: Starting
com.android.server.texttospeech.TextToSpeechManagerService
12-30 16:59:38.409 1291 1291 I SystemServerTiming:
StartSpeechRecognitionManagerService
12-30 16:59:38.409 1291 1291 I SystemServiceManager: Starting
com.android.server.speech.SpeechRecognitionManagerService
12-30 16:59:38.412 1291 1291 D SystemServer: AppPredictionService not defined by
OEM
12-30 16:59:38.413 1291 1291 D SystemServer: ContentSuggestionsService not
defined by OEM
12-30 16:59:38.413 1291 1291 I SystemServerTiming: StartSearchUiService
12-30 16:59:38.413 1291 1291 I SystemServiceManager: Starting
com.android.server.searchui.SearchUiManagerService
12-30 16:59:38.415 1291 1574 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 53, .batteryVoltage = 4076, .batteryTemperature =
337, .batteryCurrent = 1455, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 3000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
12-30 16:59:38.417 1291 1291 I SystemServerTiming: StartSmartspaceService
12-30 16:59:38.418 1291 1291 I SystemServiceManager: Starting
com.android.server.smartspace.SmartspaceManagerService
12-30 16:59:38.420 1291 1291 I SystemServerTiming:
InitConnectivityModuleConnector
12-30 16:59:38.421 1291 1291 D ConnectivityModuleConnector: Network stack init
12-30 16:59:38.422 1291 1291 I SystemServerTiming: InitNetworkStackClient
12-30 16:59:38.423 1291 1291 I SystemServerTiming: StartNetworkManagementService
12-30 16:59:38.439 1291 1291 D _V_VivoNmsImpl: Register unsolicited event
listener
12-30 16:59:38.443 1291 1291 I SystemServerTiming: StartIpSecService
12-30 16:59:38.446 1291 1291 I SystemServerTiming: StartFontManagerService
12-30 16:59:38.518 1291 1291 E UpdatableFontDir: Failed to lookup font file that
has GoogleSans-Bold
12-30 16:59:38.518 1291 1291 E UpdatableFontDir: Failed to lookup font file that
has GoogleSansText-Regular
12-30 16:59:38.518 1291 1291 E UpdatableFontDir: Failed to lookup font file that
has GoogleSans-Medium
12-30 16:59:38.519 1291 1291 E UpdatableFontDir: Failed to lookup font file that
has GoogleSansText-Medium
12-30 16:59:38.519 1291 1291 E UpdatableFontDir: Failed to lookup font file that
has GoogleSans-Regular
12-30 16:59:38.520 1291 1291 E UpdatableFontDir: Failed to lookup font file that
has GoogleSansText-Bold
12-30 16:59:38.527 1291 1574 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 53, .batteryVoltage = 4068, .batteryTemperature =
337, .batteryCurrent = 1437, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 3000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
12-30 16:59:38.781 1291 1291 I SystemServerTiming: StartTextServicesManager
12-30 16:59:38.781 1291 1291 I SystemServiceManager: Starting
com.android.server.textservices.TextServicesManagerService$Lifecycle
12-30 16:59:38.784 1291 1291 I SystemServerTiming:
StartTextClassificationManagerService
12-30 16:59:38.784 1291 1291 I SystemServiceManager: Starting
com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
12-30 16:59:38.789 1291 1291 I SystemServerTiming: StartNetworkScoreService
12-30 16:59:38.789 1291 1291 I SystemServiceManager: Starting
com.android.server.NetworkScoreService$Lifecycle
12-30 16:59:38.792 1291 1291 I SystemServerTiming: StartNetworkStatsService
12-30 16:59:38.799 1291 1291 D _V_VivoNetworkStatsService: is traffic sub support
= true
12-30 16:59:38.804 1291 1291 D _V_VivoNetworkStatsService: is traffic meg support
= true
12-30 16:59:38.810 1291 1291 I SystemServerTiming:
StartNetworkPolicyManagerService
12-30 16:59:38.819 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:third_app_vivo_softap_state value:1
pkg:android userId:0
12-30 16:59:38.825 1291 1291 I SystemServerTiming: StartWifi
12-30 16:59:38.854 1291 1291 I SystemServiceManager: Starting
com.android.server.wifi.WifiService
12-30 16:59:39.081 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivo_wifi_2_wifi_enabled value:0
pkg:android userId:0
12-30 16:59:39.093 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivo_wifi_2_mobile_enabled value:0
pkg:android userId:0
12-30 16:59:39.140 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1000; state: ENABLED
12-30 16:59:39.158 1291 1291 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:39.329 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 182478738; UID 1000; state: ENABLED
12-30 16:59:39.418 1291 1291 I SystemServerTiming: StartWifiScanning
12-30 16:59:39.419 1291 1291 I SystemServiceManager: Starting
com.android.server.wifi.scanner.WifiScanningService
12-30 16:59:39.428 1291 1291 I SystemServerTiming: StartWifiP2P
12-30 16:59:39.429 1291 1291 I SystemServiceManager: Starting
com.android.server.wifi.p2p.WifiP2pService
12-30 16:59:39.443 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivoshare_wifi_direct_static value:1
pkg:android userId:0
12-30 16:59:39.445 1291 1291 I SystemServerTiming: StartEthernet
12-30 16:59:39.513 1291 1291 I SystemServiceManager: Starting
com.android.server.ethernet.EthernetService
12-30 16:59:39.515 1291 1291 I SystemServerTiming: StartPacProxyService
12-30 16:59:39.520 1291 1291 I SystemServerTiming: StartConnectivityService
12-30 16:59:39.537 1291 1291 I SystemServiceManager: Starting
com.android.server.ConnectivityServiceInitializer
12-30 16:59:39.622 1291 1291 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:captive_portal_https_url
value:https://www.google.com/generate_204 pkg:android userId:0
12-30 16:59:39.623 1291 1291 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:captive_portal_http_url
value:http://connectivitycheck.gstatic.com/generate_204 pkg:android userId:0
12-30 16:59:39.624 1291 1291 D _V_VivoConnectivityService:
read_private_dns_mode:null, change:1
12-30 16:59:39.625 1291 1291 D _V_VivoConnectivityService:
read_private_dns_default_mode:null
12-30 16:59:39.625 1291 1291 D _V_VivoConnectivityService:
read_private_dns_specifier:null
12-30 16:59:39.625 1291 1291 D _V_VivoConnectivityService:
read_private_dns_fallback:off
12-30 16:59:39.645 1291 1291 I SystemServerTiming: StartVpnManagerService
12-30 16:59:39.651 1291 1291 I SystemServerTiming: StartVcnManagementService
12-30 16:59:39.656 1291 1291 I SystemServerTiming: StartNsdService
12-30 16:59:39.658 1291 1291 D NsdService: Network service discovery is enabled
12-30 16:59:39.659 1291 1614 V ActivityManager: Broadcast sticky: Intent
{ act=android.net.nsd.STATE_CHANGED flg=0x44000010 (has extras) } ordered=false
userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:39.662 1291 1291 I SystemServerTiming:
StartSystemUpdateManagerService
12-30 16:59:39.663 1291 1291 I SystemUpdateManagerService: No existing info
file /data/system/system-update-info.xml
12-30 16:59:39.664 1291 1291 I SystemServerTiming: StartUpdateLockService
12-30 16:59:39.665 1291 1291 V ActivityManager: Broadcast sticky: Intent
{ act=android.os.UpdateLock.UPDATE_LOCK_CHANGED flg=0x44000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:39.667 1291 1291 I SystemServerTiming: StartNotificationManager
12-30 16:59:39.669 1291 1291 I SystemServiceManager: Starting
com.android.server.notification.NotificationManagerService
12-30 16:59:39.682 1291 1291 D _V_ZenModeHelper:
android.content.pm.PackageManager$NameNotFoundException: com.vivo.gamecube
12-30 16:59:39.696 1291 1291 D ConditionProviders.SCP: new
ScheduleConditionProvider()
12-30 16:59:39.709 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:zen_settings_updated value:1 pkg:android
userId:0
12-30 16:59:39.732 1291 1291 I NotificationListeners: Read notification listener
permissions from xml
12-30 16:59:39.732 1291 1291 I NotificationAssistants: Read notification
assistant permissions from xml
12-30 16:59:39.732 1291 1291 I ConditionProviders: Read condition provider
permissions from xml
12-30 16:59:39.733 1291 1291 I ConditionProviders: Read condition provider
permissions from xml
12-30 16:59:39.733 1291 1291 D NotificationAssistants: Approving default
notification assistant for user 0
12-30 16:59:39.735 1291 1291 I ConditionProviders: Allowing condition provider
com.google.android.ext.services/android.ext.services.notification.Assistant
(userSet: true)
12-30 16:59:39.736 1291 1291 V ConditionProviders: enabling condition provider
for 0:
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.d
nd.impl.DndConditionProviderService}
12-30 16:59:39.737 1291 1291 V ConditionProviders: binding: Intent
{ act=android.service.notification.ConditionProviderService
cmp=com.google.android.apps.wellbeing/.dnd.impl.DndConditionProviderService (has
extras) }
12-30 16:59:39.743 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 16:59:39.744 1291 1291 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 16:59:39.748 1291 1291 V ActivityManager: Broadcast: Intent
{ act=android.app.action.NOTIFICATION_POLICY_ACCESS_GRANTED_CHANGED flg=0x40000010
pkg=com.google.android.ext.services } ordered=false userid=0 ,pid=1291 ,pkg=android
12-30 16:59:39.749 1291 1442 V ActivityManager: Broadcast: Intent
{ act=com.vivo.abe.third.lifecontrol flg=0x40000010 (has extras) } ordered=false
userid=-1 ,pid=1291 ,pkg=null
12-30 16:59:39.750 1291 1291 D _V_ZenModeHelper: reason = init zenModeEnabled =
false mZenModeEnabled = false
12-30 16:59:39.750 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
12-30 16:59:39.790 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:vivo_notification_permission_request
value:1 pkg:android userId:0
12-30 16:59:39.792 1291 1291 W SystemServiceManager: Service
com.android.server.notification.NotificationManagerService took 119 ms in onStart
12-30 16:59:39.803 1291 1291 I SystemServerTiming: StartDeviceMonitor
12-30 16:59:39.803 1291 1291 I SystemServiceManager: Starting
com.android.server.storage.DeviceStorageMonitorService
12-30 16:59:39.805 1291 1291 I SystemServerTiming: StartLocationManagerService
12-30 16:59:39.806 1291 1291 I SystemServiceManager: Starting
com.android.server.location.LocationManagerService$Lifecycle
12-30 16:59:39.905 1291 1431 D _V_ConfigurationManager: get key from abe
12-30 16:59:39.905 1291 1431 D _V_ConfigurationManager: effectcipher : true false
12-30 16:59:39.913 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/GpsConfiguration_vivo_gps_configuration_4.0.xml is null,just return
file content, no need decrypt file
12-30 16:59:39.916 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/NetworkLocationProvider_NetworkLocationProvider_2.0.xml is null,just
return file content, no need decrypt file
12-30 16:59:39.919 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/VivoLocationNotify_vivoLocationNotify_v2.0.xml is null,just return
file content, no need decrypt file
12-30 16:59:39.921 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/VivoMockLocationRecoveryNotify_VivoMockLocationRecoveryNotify_v2.0.xm
l is null,just return file content, no need decrypt file
12-30 16:59:39.924 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/VivoLocationFeatureConfig_VivoLocationFeatureConfig_v2.0.xml is
null,just return file content, no need decrypt file
12-30 16:59:39.927 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/VivoLocationAppFilter_VivoLocationAppFilter_v2.0.xml is null,just
return file content, no need decrypt file
12-30 16:59:39.929 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/VivoLocationFeatureConfig_VivoLocationDiagnostic_v2.0.xml is
null,just return file content, no need decrypt file
12-30 16:59:39.932 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/FuzzyLocationConfiguration_FuzzyLocationConfiguration_V12.0.xml is
null,just return file content, no need decrypt file
12-30 16:59:39.934 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/VivoHighAccLocation_VivoHighAccLocation_v1.0.xml is null,just return
file content, no need decrypt file
12-30 16:59:39.936 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/VivoLocationFeatureConfig_VivoCachedLocation_v1.0.xml is null,just
return file content, no need decrypt file
12-30 16:59:39.939 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/GpsConfiguration_VivoAGPSConfig_v2.0.xml is null,just return file
content, no need decrypt file
12-30 16:59:39.941 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/VivoLocationFeatureConfig_VivoLocationVCD_v1.0.xml is null,just
return file content, no need decrypt file
12-30 16:59:39.958 1291 1291 W _V_VivoLocationUtils: ## unknow , the config may
not download to local.
12-30 16:59:39.958 1291 1291 I _V_VivoLocationUtils: nlpOptimizeSwitch unknow
val:true
12-30 16:59:39.969 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 16:59:39.994 1291 1291 I SystemServerTiming: StartCountryDetectorService
12-30 16:59:39.995 1291 1291 I SystemServerTiming: StartTimeDetectorService
12-30 16:59:39.996 1291 1291 I SystemServiceManager: Starting
com.android.server.timedetector.TimeDetectorService$Lifecycle
12-30 16:59:39.999 1291 1291 I SystemServerTiming: StartTimeZoneDetectorService
12-30 16:59:40.000 1291 1291 I SystemServiceManager: Starting
com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
12-30 16:59:40.003 1291 1291 I SystemServerTiming:
StartLocationTimeZoneManagerService
12-30 16:59:40.003 1291 1291 I SystemServiceManager: Starting
com.android.server.timezonedetector.location.LocationTimeZoneManagerService$Lifecyc
le
12-30 16:59:40.005 1291 1291 I SystemServerTiming: StartSearchManagerService
12-30 16:59:40.005 1291 1291 I SystemServiceManager: Starting
com.android.server.search.SearchManagerService$Lifecycle
12-30 16:59:40.007 1291 1291 I SystemServerTiming: StartWallpaperManagerService
12-30 16:59:40.008 1291 1291 I SystemServiceManager: Starting
com.android.server.wallpaper.WallpaperManagerService$Lifecycle
12-30 16:59:40.019 1291 1291 I SystemServerTiming: StartAudioService
12-30 16:59:40.019 1291 1291 I SystemServiceManager: Starting
com.android.server.audio.AudioService$Lifecycle
12-30 16:59:40.037 1291 1291 V _V_VivoAudioServiceImpl: VivoAudioServiceImpl
construct! as: com.android.server.audio.AudioService@71dcb16
12-30 16:59:40.048 1291 1291 V _V_VivoAudioServiceImpl: VivoAudioServiceImpl
construct! out!
12-30 16:59:40.048 1291 1291 D _V_VivoAudioServiceImpl:
registerVivoProcessObserver
12-30 16:59:40.095 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:mode_ringer_streams_affected value:166
pkg:android userId:0
12-30 16:59:40.123 1291 1291 V ActivityManager: Broadcast sticky: Intent
{ act=android.media.RINGER_MODE_CHANGED flg=0x74000010 (has extras) } ordered=false
userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:40.123 1291 1291 V ActivityManager: Broadcast sticky: Intent
{ act=android.media.INTERNAL_RINGER_MODE_CHANGED_ACTION flg=0x74000010 (has extras)
} ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:40.126 1291 1291 V ActivityManager: Broadcast sticky: Intent
{ act=android.media.MASTER_MUTE_CHANGED_ACTION flg=0x74000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:40.133 1291 1291 V _V_VivoMediaFocusControlImpl:
VivoMediaFocusControlImpl construct! mfc:
com.android.server.audio.MediaFocusControl@c63a1c
12-30 16:59:40.295 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/policy_config.xml is null,just return file content, no need decrypt
file
12-30 16:59:40.343 1291 1291 I SystemServerTiming:
StartSoundTriggerMiddlewareService
12-30 16:59:40.344 1291 1291 I SystemServiceManager: Starting
com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle
12-30 16:59:40.351 1291 1291 I SystemServerTiming: StartDockObserver
12-30 16:59:40.351 1291 1291 I SystemServiceManager: Starting
com.android.server.DockObserver
12-30 16:59:40.352 1291 1291 W DockObserver: This kernel does not have dock
station support
12-30 16:59:40.354 1291 1291 I SystemServerTiming: StartWiredAccessoryManager
12-30 16:59:40.355 1291 1291 W WiredAccessoryManager: This kernel does not have
usb audio support
12-30 16:59:40.356 1291 1291 W WiredAccessoryManager: This kernel does not have
HDMI audio support
12-30 16:59:40.356 1291 1291 E WiredAccessoryManager: file
/sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon3/name not found
12-30 16:59:40.357 1291 1291 W WiredAccessoryManager: Conn soc:qcom,msm-ext-
disp/3/0 does not have DP audio support
12-30 16:59:40.358 1291 1291 E WiredAccessoryManager: file
/sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon2/name not found
12-30 16:59:40.358 1291 1291 W WiredAccessoryManager: Conn soc:qcom,msm-ext-
disp/2/0 does not have DP audio support
12-30 16:59:40.359 1291 1291 E WiredAccessoryManager: file
/sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon1/name not found
12-30 16:59:40.359 1291 1291 W WiredAccessoryManager: Conn soc:qcom,msm-ext-
disp/1/0 does not have DP audio support
12-30 16:59:40.360 1291 1291 E WiredAccessoryManager: file
/sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon0/name not found
12-30 16:59:40.360 1291 1291 W WiredAccessoryManager: Conn soc:qcom,msm-ext-
disp/0/0 does not have DP audio support
12-30 16:59:40.360 1291 1291 I SystemServerTiming: StartMidiManager
12-30 16:59:40.361 1291 1291 I SystemServiceManager: Starting
com.android.server.midi.MidiService$Lifecycle
12-30 16:59:40.362 1291 1291 I SystemServerTiming: StartAdbService
12-30 16:59:40.362 1291 1291 I SystemServiceManager: Starting
com.android.server.adb.AdbService$Lifecycle
12-30 16:59:40.368 1291 1291 I SystemServerTiming: StartUsbService
12-30 16:59:40.368 1291 1291 I SystemServiceManager: Starting
com.android.server.usb.UsbService$Lifecycle
12-30 16:59:40.368 1291 1291 I SystemServerTiming: StartSerialService
12-30 16:59:40.369 1291 1422 I SystemServerTimingAsync:
InitThreadPoolExec:UsbService$Lifecycle#onStart
12-30 16:59:40.370 1291 1291 I SystemServerTiming:
StartHardwarePropertiesManagerService
12-30 16:59:40.372 1291 1422 E UsbDeviceManager: failed to write to
/sys/class/android_usb/android0/f_rndis/ethaddr
12-30 16:59:40.376 1291 1422 D _V_UsbDeviceManager: USB GADGET removed by vivo
12-30 16:59:40.377 1291 1422 E UsbDeviceManager: Failed to open control for mtp
12-30 16:59:40.377 1291 1422 E UsbDeviceManager: Failed to open control for ptp
12-30 16:59:40.378 1291 1291 I SystemServerTiming: StartTwilightService
12-30 16:59:40.378 1291 1291 I SystemServiceManager: Starting
com.android.server.twilight.TwilightService
12-30 16:59:40.379 1291 1291 I SystemServerTiming: StartColorDisplay
12-30 16:59:40.380 1291 1291 I SystemServiceManager: Starting
com.android.server.display.color.ColorDisplayService
12-30 16:59:40.388 1291 1422 W StorageManagerService: No primary storage defined
yet; hacking together a stub
12-30 16:59:40.394 1291 1422 D _V_UsbDeviceManager: updateUsbTransferMode
mUsbTransferMode:0
12-30 16:59:40.394 1291 1422 D _V_UsbDeviceManager: setUsbCustomizedFunction
mUsbCustomizedFunction:-1
12-30 16:59:40.395 1291 1422 D _V_UsbDeviceManager: updateUsbRndisMode
mUsbRndisMode:0
12-30 16:59:40.395 1291 1422 D _V_UsbDeviceManager: updateUsbAdbMode
mUsbAdbMode:0
12-30 16:59:40.396 1291 1422 D _V_VivoUsbDeviceManager: changeCurrentFunctions,
sys.usb.config:none
12-30 16:59:40.396 1291 1422 D _V_VivoUsbDeviceManager: changeCurrentFunctions,
sys.usb.state:none
12-30 16:59:40.397 1291 1422 D _V_VivoUsbDeviceManager: getCurrentFunctionsInt,
functions:none, currentFunctions:0
12-30 16:59:40.397 1291 1422 D _V_VivoUsbDeviceManager: getCurrentFunctionsInt,
resultFunctions:0
12-30 16:59:40.397 1291 1422 D _V_VivoUsbDeviceManager: getCurrentFunctionsStr,
functions:none, currentFunctions:0
12-30 16:59:40.397 1291 1422 D _V_VivoUsbDeviceManager: getCurrentFunctionsStr,
resultFunctionsStr:none
12-30 16:59:40.404 1291 1575 I UsbPortManager: Usb hal service started
android.hardware.usb@1.0::IUsb default
12-30 16:59:40.407 1291 1422 I UsbPortManager: USB HAL version: 13
12-30 16:59:40.498 1291 1291 D _V_VivoDisplayEnhanceManagerService: Feature
support: Sdr2HdrSw=false, Sdr2HdrHw=false, Memc=false
12-30 16:59:40.523 1291 1630 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 1, device: 2, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:40.523 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.VOLUME_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:40.527 1291 1291 I _V_VivoActivityTaskManagerServiceImpl: register
activity observer
12-30 16:59:40.533 1291 1291 D _V_VivoDisplayEnhanceManagerService:
registerDisplayEnhanceListener:
com.android.server.display.color.displayenhance.HawkeyeDisplayEnhanceController@b75
50c4
12-30 16:59:40.543 1291 1291 I _V_VivoBrightnessPolicyService: Init starts
12-30 16:59:40.544 1291 1291 D _V_VivoBrightnessPolicyService: isDemo :0
12-30 16:59:40.554 1291 1291 D _V_VivoBrightnessPolicyConfig: Config file version
1.7, debug status false
12-30 16:59:40.555 1291 1291 D _V_VivoBrightnessPolicyConfig: Max nit property
value: 2000, device type phone
12-30 16:59:40.556 1291 1291 I _V_VivoBrightnessPolicyConfig:
DeviceBrightnessPolicy Config matched, index: 2
12-30 16:59:40.558 1291 1291 D _V_VivoBrightnessPolicyService: Using policy V2
flag false, actual panel max nit 420
12-30 16:59:40.560 1291 1291 D _V_VivoBrightnessPolicyService: Get
sensor_type=66544
12-30 16:59:40.560 1291 1646 D _V_VivoBrightnessPolicyService: handlePowerChange
power=true
12-30 16:59:40.560 1291 1291 I _V_AppTypeManager: init scene AppChangeScene!
12-30 16:59:40.561 1291 1291 D _V_VivoBrightnessPolicyService:
mScreenBrightnessSettingDefault=0.4
12-30 16:59:40.562 1291 1291 D _V_VivoBrightnessPolicyService: Get observer for
brightness mode event.
12-30 16:59:40.563 1291 1291 D _V_DisplayEnhanceAppPackageObserver:
registerListener:
com.android.server.display.color.brightness.VivoBrightnessPolicyService@977ceb
12-30 16:59:40.563 1291 1291 D _V_SreLimitList: Create SreLimitList
12-30 16:59:40.565 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/sre_limit_list_2.0.xml is null,just return file content, no need
decrypt file
12-30 16:59:40.567 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/sre_limit_list_2.0.xml is null,just return file content, no need
decrypt file
12-30 16:59:40.567 1291 1291 I _V_VivoBrightnessPolicyService: Init ends
12-30 16:59:40.567 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 66544, arg2: 1, arg3: 1000, arg4: 0, name: android
12-30 16:59:40.568 1291 1291 D _V_VivoBrightnessPolicyService: Enviroment lux 0.
Current max nit limit 2000
12-30 16:59:40.568 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 2, control mode manual, policy level 0, lux 0).
12-30 16:59:40.569 1291 1646 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
12-30 16:59:40.569 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 2, control mode manual, policy level 0, lux 0).
12-30 16:59:40.569 1291 1646 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
12-30 16:59:40.570 1291 1291 D _V_DisplayEnhanceAppPackageObserver:
registerListener:
com.android.server.display.color.displayenhance.VivoDisplayEnhanceManagerService@ee
efcc7
12-30 16:59:40.571 1291 1291 D _V_VivoPowerState: registerPowerListener:
com.android.server.display.color.VivoColorDisplayServiceImpl@52d93ea
12-30 16:59:40.572 1291 1291 D _V_VivoLcmSre: create VivoLcmSre
12-30 16:59:40.572 1291 1291 E _V_VivoLcmUtils: Can't find
file:/system/etc/LcmConfig/LcmSreConfig.json
12-30 16:59:40.572 1291 1291 D _V_VivoLcmUtils: parseLcmConfigJson
exactMatch=true
12-30 16:59:40.572 1291 1291 E _V_VivoLcmUtils: parseLcmConfigJson conf null, use
default hard code conf.
12-30 16:59:40.572 1291 1291 D _V_VivoLcmUtils: parseLcmConfigJson
exactMatch=false
12-30 16:59:40.572 1291 1291 E _V_VivoLcmUtils: parseLcmConfigJson conf null, use
default hard code conf.
12-30 16:59:40.572 1291 1291 D _V_VivoLcmUtils: parseLcmConfigJson
exactMatch=false
12-30 16:59:40.572 1291 1291 E _V_VivoLcmUtils: parseLcmConfigJson conf null, use
default hard code conf.
12-30 16:59:40.572 1291 1291 E _V_VivoLcmSre: getLcmConfigObject found empty
object
12-30 16:59:40.573 1291 1291 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm/sre_enable: open failed: ENOENT (No such file or directory)
12-30 16:59:40.573 1291 1291 D _V_VivoLcmSre: sre enable version = 0
12-30 16:59:40.573 1291 1291 E _V_VivoLcmSre: This product have not enable sre
for main screen
12-30 16:59:40.573 1291 1291 E _V_VivoLcmSre: VivoLcmSre init failed
12-30 16:59:40.573 1291 1630 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 7, device: 2, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:40.574 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.VOLUME_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:40.574 1291 1291 D _V_VivoLcmEsd: create VivoLcmEsd
12-30 16:59:40.575 1291 1291 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm1/vivo_esd_check_enable: open failed: ENOENT (No such file or directory)
12-30 16:59:40.575 1291 1291 D _V_VivoLcmEsd: mProximityThreshold = 1.0
12-30 16:59:40.575 1291 1291 D _V_VivoLcmEsd: mIsLimitAcc=false
mAccelerometerThreshold = -5.0
12-30 16:59:40.575 1291 1291 D _V_VivoLcmEsd: startEsdThread
12-30 16:59:40.577 1291 1647 D _V_VivoLcmEsd: setSensorStatus mEsdEnable=false
enable=true mIsAlgoUnder=false
12-30 16:59:40.579 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 1000, arg4: 0, name: android
12-30 16:59:40.610 1291 1291 E _V_VivoLcmUtils: the readKernelNode
is:sys/lcm/ltpo_mode: open failed: ENOENT (No such file or directory)
12-30 16:59:40.610 1291 1291 D _V_VivoLcmUtils: PeekKernelNode = null
12-30 16:59:40.613 1291 1291 I SystemServerTiming: StartJobScheduler
12-30 16:59:40.613 1291 1291 I SystemServiceManager: Starting
com.android.server.job.JobSchedulerService
12-30 16:59:40.615 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:40.620 1291 1291 D JobStore: Start tag: job-info
12-30 16:59:40.629 1291 1291 W JobStore: Periodic job for uid='1000' persisted
run-time is too big [14:16:02, 14:52:02]. Clamping to [12:00:27,12:36:27]
12-30 16:59:40.634 1291 1291 I JobStore: Read 40 jobs
12-30 16:59:40.640 1291 1291 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:40.640 1291 1291 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:40.643 1291 1291 I SystemServerTiming: StartSoundTrigger
12-30 16:59:40.643 1291 1291 I SystemServiceManager: Starting
com.android.server.soundtrigger.SoundTriggerService
12-30 16:59:40.645 1291 1291 I SystemServerTiming: StartTrustManager
12-30 16:59:40.645 1291 1291 I SystemServiceManager: Starting
com.android.server.trust.TrustManagerService
12-30 16:59:40.649 1291 1291 I SystemServerTiming: StartBackupManager
12-30 16:59:40.649 1291 1291 I SystemServiceManager: Starting
com.android.server.backup.BackupManagerService$Lifecycle
12-30 16:59:40.654 1291 1291 I SystemServerTiming: StartAppWidgetService
12-30 16:59:40.654 1291 1291 I SystemServiceManager: Starting
com.android.server.appwidget.AppWidgetService
12-30 16:59:40.661 1291 1291 I SystemServerTiming: StartVoiceRecognitionManager
12-30 16:59:40.661 1291 1291 I SystemServiceManager: Starting
com.android.server.voiceinteraction.VoiceInteractionManagerService
12-30 16:59:40.674 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:assistant
value:com.google.android.apps.searchlite/.assistant.AssistantActivity pkg:android
userId:0
12-30 16:59:40.675 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:voice_interaction_service value:
pkg:android userId:0
12-30 16:59:40.675 1291 1291 I SystemServerTiming: StartAppHibernationService
12-30 16:59:40.676 1291 1291 I SystemServiceManager: Starting
com.android.server.apphibernation.AppHibernationService
12-30 16:59:40.679 1291 1291 I SystemServerTiming: StartGestureLauncher
12-30 16:59:40.679 1291 1291 I SystemServiceManager: Starting
com.android.server.GestureLauncherService
12-30 16:59:40.680 1291 1291 I SystemServerTiming: StartSensorNotification
12-30 16:59:40.680 1291 1291 I SystemServiceManager: Starting
com.android.server.SensorNotificationService
12-30 16:59:40.680 1291 1291 I SystemServerTiming: StartDiskStatsService
12-30 16:59:40.683 1291 1291 I SystemServerTiming: RuntimeService
12-30 16:59:40.684 1291 1291 I SystemServerTiming: StartNetworkTimeUpdateService
12-30 16:59:40.691 1291 1291 I SystemServerTiming: CertBlacklister
12-30 16:59:40.694 1291 1291 D _V_VivoBinderServiceImpl: addVivoBinderService
12-30 16:59:40.696 1291 1291 I _V_VivoCommonService: Vivo Common Service
12-30 16:59:40.699 1291 1291 D _V_VivoCommonService: CompatConfigDisabled=false
12-30 16:59:40.711 1291 1291 D _V_VivoBinderServiceImpl:
VivoVcodeHalTransferService addService start
12-30 16:59:40.713 1291 1291 D _V_VivoBinderServiceImpl:
VivoVcodeHalTransferService is null?:false
12-30 16:59:40.715 1291 1291 D _V_VivoBinderServiceImpl:
VivoVcodeHalTransferService addService complete
12-30 16:59:40.726 1291 1653 D _V_ConfigurationManager:
data/bbkcore/theme_icon_list_1.0.xml is null,just return file content, no need
decrypt file
12-30 16:59:40.729 1291 1291 I _V_BBKTouchScreenServiceService:
BBKTouchScreenService Service
12-30 16:59:40.732 1291 1653 D _V_ConfigurationManager:
data/bbkcore/toast_list.xml is null,just return file content, no need decrypt file
12-30 16:59:40.733 1291 1291 D _V_BBKTouchScreenServiceService: vivo touch common
code v2
12-30 16:59:40.733 1291 1653 W _V_ThemeIconService: Don't support theme custom !
12-30 16:59:40.733 1291 1291 D _V_BBKTouchScreenServiceService: strings length =2
12-30 16:59:40.733 1291 1291 D _V_BBKTouchScreenServiceService: productnumber
=2236
12-30 16:59:40.749 1291 1291 D _V_BBKTouchScreenServiceService:
doubleScreenSupport:falseneedRegisterMainProx: falseneedRegisterSecondProx: false
12-30 16:59:40.750 1291 1291 D _V_BBKTouchScreenServiceService:
mFactorySwitch:false
12-30 16:59:40.750 1291 1291 D _V_BBKTouchScreenServiceService:
mForceDisable:false
12-30 16:59:40.751 1291 1291 I _V_BBKTouchScreenServiceService: e setting switch
string: 0
12-30 16:59:40.751 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 2 state = 0
12-30 16:59:40.752 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 19 state = 0
12-30 16:59:40.754 1291 1291 D _V_BBKTouchScreenServiceService: touch service get
state : face_enable:vts:1
12-30 16:59:40.755 1291 1291 D _V_BBKTouchScreenServiceService: touch phone
state: 4
12-30 16:59:40.755 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 31 state = 4
12-30 16:59:40.757 1291 1291 D _V_BBKTouchScreenServiceService: fingerUnlock:0
12-30 16:59:40.758 1291 1291 I _V_BBKTouchScreenServiceService: getAppListFile
function !!!!!!!!!
12-30 16:59:40.758 1291 1291 D _V_BBKTouchScreenServiceService:
/system/etc/app_list_for_test.txt doesn't found!
12-30 16:59:40.759 1291 1291 I _V_BBKTouchScreenServiceService:
game_list:com.tencent.tmgp.sgame
12-30 16:59:40.759 1291 1291 I _V_BBKTouchScreenServiceService:
game_list:com.tencent.tmgp.pubgmhd
12-30 16:59:40.759 1291 1291 I _V_BBKTouchScreenServiceService:
game_list:com.dts.freefireth
12-30 16:59:40.759 1291 1291 I _V_BBKTouchScreenServiceService:
game_list:com.mobile.legends
12-30 16:59:40.759 1291 1291 I _V_BBKTouchScreenServiceService:
game_list:com.tencent.iglite
12-30 16:59:40.759 1291 1291 I _V_BBKTouchScreenServiceService:
game_list:com.tencent.ig
12-30 16:59:40.759 1291 1291 I _V_BBKTouchScreenServiceService:
game_list:com.garena.game.kgth
12-30 16:59:40.759 1291 1291 I _V_BBKTouchScreenServiceService:
game_list:com.garena.game.codm
12-30 16:59:40.759 1291 1291 I _V_BBKTouchScreenServiceService:
game_list:com.miHoYo.GenshinImpact
12-30 16:59:40.759 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 16:59:40.759 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 10 state = 0
12-30 16:59:40.759 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 14 state = 0
12-30 16:59:40.760 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 15 state = 0
12-30 16:59:40.760 1291 1291 I _V_BBKTouchScreenServiceService: can't get
bbk_screen_disable_card_slide_height_area, maybe app not set!
12-30 16:59:40.760 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:40.760 1291 1291 I _V_BBKTouchScreenServiceService:
touchScreenConfigInfo
12-30 16:59:40.762 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/touchscreen_point_jump_common_1.0.xml is null,just return file
content, no need decrypt file
12-30 16:59:40.763 1291 1291 D _V_BBKTouchScreenServiceService:
ParseXmlPointJumpCfg
12-30 16:59:40.763 1291 1291 D _V_BBKTouchScreenServiceService: mRawFileContent :
null
12-30 16:59:40.763 1291 1291 D _V_BBKTouchScreenServiceService: getFileContent is
null
12-30 16:59:40.768 1291 1291 I _V_BBKTouchScreenServiceService: FWFileObserver
register start
12-30 16:59:40.768 1291 1654 I _V_BBKTouchScreenServiceService: displayId = 2
type = 30 state = 1
12-30 16:59:40.770 1291 1291 I _V_BBKTouchScreenServiceService: FWFileObserver
register
12-30 16:59:40.770 1291 1291 I _V_BBKTouchScreenServiceService: FWFileObserver
register end
12-30 16:59:40.773 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/com_vivo_touchscreen_wakeup_switch.xml is null,just return file
content, no need decrypt file
12-30 16:59:40.775 1291 1291 D _V_CapacityKeyService: CapacityKeyService
constructor
12-30 16:59:40.782 1291 1291 D _V_CapacityKeyService: mDisplayId =0 rotation = 0
mBrightness =1
12-30 16:59:40.782 1291 1291 D _V_CapacityKeyService: not support presskey
12-30 16:59:40.784 1291 1291 D _V_CapacityKeyService: get abs :null
12-30 16:59:40.784 1291 1291 D _V_CapacityKeyService: not support presskey
12-30 16:59:40.791 1291 1291 I _V_VivoActivityTaskManagerServiceImpl: register
activity observer
12-30 16:59:40.792 1291 1664 D _V_VivoNightModeService: init unified config
12-30 16:59:40.792 1291 1664 D _V_VivoNightModeService: init unified list
12-30 16:59:40.801 1291 1664 D _V_ConfigurationManager:
data/bbkcore/night_mode_list_2.0.xml is null,just return file content, no need
decrypt file
12-30 16:59:40.802 1291 1664 D _V_VivoNightModeService: parse night mode white
list
12-30 16:59:40.802 1291 1664 D _V_VivoNightModeService: parse night mode webview
list
12-30 16:59:40.802 1291 1664 D _V_VivoNightModeService: read state for user
12-30 16:59:40.809 1291 1291 D _V_VivoBinderServiceImpl: sarcontrollerService
addService start
12-30 16:59:40.829 1291 1664 D _V_ConfigurationManager:
data/bbkcore/night_mode_css.xml is null,just return file content, no need decrypt
file
12-30 16:59:40.871 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/combined_timezone_list_timezone_data_push_1.0.xml is null,just return
file content, no need decrypt file
12-30 16:59:40.873 1291 1291 D _V_VivoBinderServiceImpl: feature memc :
vivo.software.memc
12-30 16:59:40.873 1291 1291 D _V_VivoBinderServiceImpl: feature memc attr type :
support_memc_type
12-30 16:59:40.882 1291 1291 I _V_Sensor_AntiMisoperation: AntiMisoperation Init
Complete!
12-30 16:59:40.891 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:40.900 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 13 value: [0]
12-30 16:59:40.906 1291 1291 I _V_Sensor_CurveSwitch: CurveSwitch init!
12-30 16:59:40.907 1291 1291 I _V_Sensor_FingerprintController:
FingerprintController init!
12-30 16:59:40.909 1291 1291 E _V_Sensor_AppTypeManager: init scene
AppChangeScene!
12-30 16:59:40.922 1291 1291 I _V_Sensor_DimmingConfig: DimmingSpeed = -1
12-30 16:59:40.925 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 1000, arg4: 0, name: android
12-30 16:59:40.927 1291 1291 D _V_Sensor_ProxConfig: mUseOpticsCali = false;
mDoubleUnderProx = false; mSingleUnderProx = false; mUseSectionCali = false;
mSectionCaliWriteBackToNv = false; mUseCCTCali = false; mDoubleScreenUnderProx =
false; mSendPsOffset = false; mExpectPsOffsetValue = -1;
mDefaultLongBaseValueFrontValue = 4000; mDefaultLongBaseValueBackValue = 8000;
mDefaultShortBaseValueFrontValue = 8000; mDefaultShortBaseValueBackValue = 8000;
mDefaultBaseLowValue = 300; mUseMagCali = false; ProxPositiveForeGroundDelayTime =
0; ProxPositiveSuspendDelayTime = []; ProxPositiveBackGroundDelayTime = []
12-30 16:59:40.928 1291 1291 D _V_Sensor_ProxConfig: mScreenOnProxTempCali =
true; mDriverProxTempCali = true; mDecreaseProxBaseValue = false
12-30 16:59:40.944 1291 1291 I _V_Sensor_NativeNotificationImpl:
frontDisplayState = 0; backDisplayState = 1
12-30 16:59:41.015 1291 1291 D _V_gamevibrator: game vib enable mod: 0
12-30 16:59:41.015 1291 1291 D _V_gamevibrator: device not support audio solution
12-30 16:59:41.015 1291 1291 D _V_gamevibrator: Vivo4DGameVibratorService
constructor method called,className:
com.vivo.services.vivo4dgamevibrator.Vivo4DGameVibratorService , is support game
effect: 0
12-30 16:59:41.016 1291 1679 D _V_ConfigurationManager:
/data/bbkcore/systemdefence_config_v1.xml is null,just return file content, no need
decrypt file
12-30 16:59:41.016 1291 1291 D _V_VivoBinderServiceImpl:
vivo4DGameVibratorService is null?:false
12-30 16:59:41.020 1291 1679 D _V_ConfigurationManager:
/data/bbkcore/sysemdefence_common_2.0.xml is null,just return file content, no need
decrypt file
12-30 16:59:41.023 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:41.024 1291 1679 I _V_SDS : updateSwitchConfig...
12-30 16:59:41.024 1291 1291 D _V_VivoBinderServiceImpl: starting
VIVO_MEDIA_METRICS_SERVICE
12-30 16:59:41.034 1291 1291 D _V_VivoBinderServiceImpl: vivoArtKeeperService
addService start
12-30 16:59:41.035 1291 1291 I VivoArtKeeperService: artKeeper Service start
12-30 16:59:41.037 1291 1291 D VivoArtKeeperService: updateArtAppEnable = 1
12-30 16:59:41.038 1291 1291 D _V_VivoBinderServiceImpl: vivoArtKeeperService is
null?:false
12-30 16:59:41.039 1291 1291 D _V_VivoBinderServiceImpl: vivoArtKeeperService
addService complete
12-30 16:59:41.041 1291 1682 D _V_ConfigurationManager:
data/bbkcore/spring_effect_whitelist_1.0.xml is null,just return file content, no
need decrypt file
12-30 16:59:41.045 1291 1682 D _V_ConfigurationManager:
data/bbkcore/spring_effect_blacklist_1.0.xml is null,just return file content, no
need decrypt file
12-30 16:59:41.046 1291 1291 D VBEservice: VBEservice start
12-30 16:59:41.055 1291 1291 I SystemServerTiming:
StartEmergencyAffordanceService
12-30 16:59:41.055 1291 1291 I SystemServiceManager: Starting
com.android.server.emergency.EmergencyAffordanceService
12-30 16:59:41.056 1291 1291 I SystemServerTiming: StartDreamManager
12-30 16:59:41.057 1291 1291 I SystemServiceManager: Starting
com.android.server.dreams.DreamManagerService
12-30 16:59:41.057 1291 1502 I SystemServerTimingAsync:
InitThreadPoolExec:startBlobStoreManagerService
12-30 16:59:41.057 1291 1502 I SystemServerTimingAsync:
startBlobStoreManagerService
12-30 16:59:41.058 1291 1502 I SystemServiceManager: Starting
com.android.server.blob.BlobStoreManagerService
12-30 16:59:41.058 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:doze_always_on value:0 pkg:android
userId:0
12-30 16:59:41.059 1291 1291 I SystemServerTiming: AddGraphicsStatsService
12-30 16:59:41.067 1291 1291 I SystemServerTiming: StartPrintManager
12-30 16:59:41.067 1291 1291 I SystemServiceManager: Starting
com.android.server.print.PrintManagerService
12-30 16:59:41.071 1291 1291 I SystemServerTiming: StartCompanionDeviceManager
12-30 16:59:41.071 1291 1291 I SystemServiceManager: Starting
com.android.server.companion.CompanionDeviceManagerService
12-30 16:59:41.076 1291 1291 I SystemServerTiming: StartRestrictionManager
12-30 16:59:41.076 1291 1291 I SystemServiceManager: Starting
com.android.server.restrictions.RestrictionsManagerService
12-30 16:59:41.078 1291 1291 I SystemServerTiming: StartMediaSessionService
12-30 16:59:41.079 1291 1291 I SystemServiceManager: Starting
com.android.server.media.MediaSessionService
12-30 16:59:41.087 1291 1291 I _V_VivoSystemServer: startVivoMediaResourceService
12-30 16:59:41.094 1291 1291 I SystemServerTiming: StartMediaRouterService
12-30 16:59:41.095 1291 1291 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:41.098 1291 1291 I SystemServerTiming: StartFaceSensor
12-30 16:59:41.098 1291 1291 I SystemServiceManager: Starting
com.android.server.biometrics.sensors.face.FaceService
12-30 16:59:41.105 1291 1291 I SystemServerTiming: StartBiometricService
12-30 16:59:41.105 1291 1291 I SystemServiceManager: Starting
com.android.server.biometrics.BiometricService
12-30 16:59:41.110 1291 1291 I SystemServerTiming: StartAuthService
12-30 16:59:41.111 1291 1291 I SystemServiceManager: Starting
com.android.server.biometrics.AuthService
12-30 16:59:41.113 1291 1291 D AuthService: Registering HIDL ID: 0 Modality: 2
Strength: 15
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: failed to read fingerprint id
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: java.io.FileNotFoundException:
/sys/fp_id/fp_id: open failed: ENOENT (No such file or directory)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
libcore.io.IoBridge.open(IoBridge.java:575)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
android.os.FileUtils.readTextFile(FileUtils.java:637)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.server.biometrics.VivoAuthService.parseConfig(VivoAuthService.java:303)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.server.biometrics.VivoAuthService.access$000(VivoAuthService.java:34)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.server.biometrics.VivoAuthService$PropertiesCreator.<init>(VivoAuthServ
ice.java:96)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.server.biometrics.VivoAuthService.createSensorPropertiesInternal(VivoAu
thService.java:63)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.server.biometrics.AuthService.getHidlFingerprintSensorProps(AuthService
.java:788)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.server.biometrics.AuthService.registerAuthenticators(AuthService.java:6
66)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.server.biometrics.AuthService.onStart(AuthService.java:640)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:205)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:192)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.server.SystemServer.startOtherServices(SystemServer.java:2660)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.server.SystemServer.run(SystemServer.java:1065)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.server.SystemServer.main(SystemServer.java:738)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
java.lang.reflect.Method.invoke(Native Method)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
libcore.io.Linux.open(Native Method)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: at
libcore.io.IoBridge.open(IoBridge.java:561)
12-30 16:59:41.116 1291 1291 W _V_VivoAuthService: ... 17 more
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: config load failed!
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService:
java.lang.IllegalStateException: missing fp_id!!!
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
com.android.server.biometrics.VivoAuthService$PropertiesCreator.<init>(VivoAuthServ
ice.java:110)
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
com.android.server.biometrics.VivoAuthService.createSensorPropertiesInternal(VivoAu
thService.java:63)
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
com.android.server.biometrics.AuthService.getHidlFingerprintSensorProps(AuthService
.java:788)
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
com.android.server.biometrics.AuthService.registerAuthenticators(AuthService.java:6
66)
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
com.android.server.biometrics.AuthService.onStart(AuthService.java:640)
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:205)
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:192)
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
com.android.server.SystemServer.startOtherServices(SystemServer.java:2660)
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
com.android.server.SystemServer.run(SystemServer.java:1065)
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
com.android.server.SystemServer.main(SystemServer.java:738)
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
java.lang.reflect.Method.invoke(Native Method)
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
12-30 16:59:41.118 1291 1291 W _V_VivoAuthService: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
12-30 16:59:41.119 1291 1291 I _V_VivoAuthService: create sensor{ID: 0, Strength:
2, Type: 1, X: 540, Y: 1636, Width: 0, Height: 0, Illuminator: -1, AntiFake: -
1,mDoubleSensor: false}
12-30 16:59:41.119 1291 1291 D AuthService: Registering HIDL ID: 1 Modality: 8
Strength: 4095
12-30 16:59:41.120 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:41.121 1291 1291 E AuthService: HIDL fingerprint configuration
exists, but FingerprintService is null.
12-30 16:59:41.127 1291 1291 I SystemServerTiming: StartBackgroundDexOptService
12-30 16:59:41.128 1291 1692 D BiometricService: Registering ID: 1 Modality: 8
Strength: 4095
12-30 16:59:41.129 1291 1692 D BiometricStrengthController: updateStrengths:
revert sensorId=1 to oemStrength=4095
12-30 16:59:41.129 1291 1291 I SystemServerTiming: StartDynamicCodeLoggingService
12-30 16:59:41.131 1291 1692 D BiometricService/Sensor: updateStrength:
Before(ID(1), oemStrength: 4095, updatedStrength: 4095, modality 8, state: 0,
cookie: 0, props: ID: 1, Strength: 0, Type: 0, SupportsFaceDetection: false)
After(ID(1), oemStrength: 4095, updatedStrength: 4095, modality 8, state: 0,
cookie: 0, props: ID: 1, Strength: 0, Type: 0, SupportsFaceDetection: false)
12-30 16:59:41.132 1291 1291 I SystemServerTiming:
StartPruneInstantAppsJobService
12-30 16:59:41.132 1291 1291 I SystemServerTiming: StartShortcutServiceLifecycle
12-30 16:59:41.132 1291 1291 I SystemServiceManager: Starting
com.android.server.pm.ShortcutService$Lifecycle
12-30 16:59:41.135 1291 1291 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:41.138 1291 1291 I SystemServerTiming: StartLauncherAppsService
12-30 16:59:41.138 1291 1291 I SystemServiceManager: Starting
com.android.server.pm.LauncherAppsService
12-30 16:59:41.141 1291 1291 I SystemServerTiming: StartCrossProfileAppsService
12-30 16:59:41.141 1291 1291 I SystemServiceManager: Starting
com.android.server.pm.CrossProfileAppsService
12-30 16:59:41.143 1291 1291 I SystemServerTiming: StartPeopleService
12-30 16:59:41.143 1291 1291 I SystemServiceManager: Starting
com.android.server.people.PeopleService
12-30 16:59:41.145 1291 1291 I SystemServerTiming: StartMediaMetricsManager
12-30 16:59:41.145 1291 1291 I SystemServiceManager: Starting
com.android.server.media.metrics.MediaMetricsManagerService
12-30 16:59:41.148 1291 1291 I SystemServerTiming: StartMediaProjectionManager
12-30 16:59:41.148 1291 1291 I SystemServiceManager: Starting
com.android.server.media.projection.MediaProjectionManagerService
12-30 16:59:41.153 1291 1291 I SystemServerTiming: StartSliceManagerService
12-30 16:59:41.153 1291 1291 I SystemServiceManager: Starting
com.android.server.slice.SliceManagerService$Lifecycle
12-30 16:59:41.157 1291 1291 I SystemServerTiming: StartStatsCompanion
12-30 16:59:41.168 1291 1291 I SystemServiceManager: Starting
com.android.server.stats.StatsCompanion$Lifecycle
12-30 16:59:41.173 1291 1291 I SystemServerTiming:
StartRebootReadinessManagerService
12-30 16:59:41.187 1291 1291 I SystemServiceManager: Starting
com.android.server.scheduling.RebootReadinessManagerService$Lifecycle
12-30 16:59:41.199 1291 1291 I SystemServerTiming: StartStatsPullAtomService
12-30 16:59:41.200 1291 1291 I SystemServiceManager: Starting
com.android.server.stats.pull.StatsPullAtomService
12-30 16:59:41.201 1291 1291 I SystemServerTiming: StartIncidentCompanionService
12-30 16:59:41.201 1291 1291 I SystemServiceManager: Starting
com.android.server.incident.IncidentCompanionService
12-30 16:59:41.202 1291 1291 I SystemServerTiming: StartMmsService
12-30 16:59:41.202 1291 1291 I SystemServiceManager: Starting
com.android.server.MmsServiceBroker
12-30 16:59:41.205 1291 1291 I SystemServerTiming: StartAutoFillService
12-30 16:59:41.206 1291 1291 I SystemServiceManager: Starting
com.android.server.autofill.AutofillManagerService
12-30 16:59:41.210 1291 1291 E AutofillManagerServiceImpl: Bad service name:
com.google.android.gms/.autofill.service.AutofillService
12-30 16:59:41.213 1291 1291 D SystemServer: TranslationService not defined by
OEM
12-30 16:59:41.213 1291 1291 I SystemServerTiming: StartClipboardService
12-30 16:59:41.213 1291 1291 I SystemServiceManager: Starting
com.android.server.clipboard.ClipboardService
12-30 16:59:41.225 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:privacy_share_rom_support value:1
pkg:android userId:0
12-30 16:59:41.225 1291 1291 I SystemServerTiming: AppServiceManager
12-30 16:59:41.226 1291 1291 I SystemServiceManager: Starting
com.android.server.appbinding.AppBindingService$Lifecycle
12-30 16:59:41.228 1291 1291 I MtkSystemServerImpl: startOtherMtkService
12-30 16:59:41.228 1291 1291 I MtkSystemServerImpl:
StartSearchEngineManagerService
12-30 16:59:41.232 1291 1291 E MtkSystemServerImpl:
com.mediatek.fmradio.FmRadioPackageManager not found
12-30 16:59:41.232 1291 1291 I MtkSystemServerImpl: StartPowerHalMgrService
12-30 16:59:41.233 1291 1291 I SystemServiceManager: Starting
com.mediatek.powerhalservice.PowerHalMgrService
12-30 16:59:41.237 1291 1291 D PowerHalMgrService: Start PowerHalMgrService.
12-30 16:59:41.241 1291 1291 I MtkSystemServerImpl: [isWakeupSupport]
MTK_VOW_SUPPORT=false
12-30 16:59:41.241 1291 1291 I MtkSystemServerImpl: V_W_B_S isValidVowConfig
false
12-30 16:59:41.241 1291 1291 I MtkSystemServerImpl: not addService
VoiceWakeupBridgeService
12-30 16:59:41.242 1291 1291 I MtkSystemServerImpl:
StartConnectivitySupplementalService
12-30 16:59:41.242 1291 1291 I SystemServiceManager: Starting
com.mediatek.server.MtkConnectivitySupplementalService
12-30 16:59:41.245 1291 1291 D MtkTestSimHandler: MtkTestSimHandler setting up
12-30 16:59:41.247 1291 1291 D MtkConnectivitySupplementalService: onStart
12-30 16:59:41.247 1291 1291 I SystemServerTiming: startTracingServiceProxy
12-30 16:59:41.248 1291 1291 I SystemServiceManager: Starting
com.android.server.tracing.TracingServiceProxy
12-30 16:59:41.250 1291 1291 I SystemServerTiming: MakeLockSettingsServiceReady
12-30 16:59:41.255 1291 1291 I SyntheticPasswordManager: Device does not support
weaver
12-30 16:59:41.257 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:41.257 1291 1291 I LockSettingsService: Device doesn't implement
AuthSecret HAL
12-30 16:59:41.260 1291 1291 I SystemServerTiming:
StartBootPhaseLockSettingsReady
12-30 16:59:41.260 1291 1291 I SystemServiceManager: Starting phase 480
12-30 16:59:41.260 1291 1291 I SystemServerTiming: OnBootPhase_480
12-30 16:59:41.260 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.vivo.services.vgc.cbs.VivoCbsService
12-30 16:59:41.260 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.security.FileIntegrityService
12-30 16:59:41.261 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.Installer
12-30 16:59:41.261 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.os.DeviceIdentifiersPolicyService
12-30 16:59:41.261 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.uri.UriGrantsManagerService$Lifecycle
12-30 16:59:41.261 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.powerstats.PowerStatsService
12-30 16:59:41.261 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.wm.ActivityTaskManagerService$Lifecycle
12-30 16:59:41.261 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.am.ActivityManagerService$Lifecycle
12-30 16:59:41.261 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.DataLoaderManagerService
12-30 16:59:41.261 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.power.PowerManagerService
12-30 16:59:41.261 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.power.ThermalManagerService
12-30 16:59:41.261 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.power.hint.HintManagerService
12-30 16:59:41.261 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
12-30 16:59:41.262 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.lights.LightsService
12-30 16:59:41.262 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.display.DisplayManagerService
12-30 16:59:41.262 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.display.VivoDisplayStateService
12-30 16:59:41.262 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.verify.domain.DomainVerificationService
12-30 16:59:41.262 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.PackageInstallerService$Lifecycle
12-30 16:59:41.262 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.UserManagerService$LifeCycle
12-30 16:59:41.262 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.om.OverlayManagerService
12-30 16:59:41.262 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.SensorPrivacyService
12-30 16:59:41.262 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.sensors.SensorService
12-30 16:59:41.262 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.SystemConfigService
12-30 16:59:41.262 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.BatteryService
12-30 16:59:41.263 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.usage.UsageStatsService
12-30 16:59:41.263 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.webkit.WebViewUpdateService
12-30 16:59:41.263 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.CachedDeviceStateService
12-30 16:59:41.263 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.BinderCallsStatsService$LifeCycle
12-30 16:59:41.263 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.LooperStatsService$Lifecycle
12-30 16:59:41.263 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.rollback.RollbackManagerService
12-30 16:59:41.263 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.os.NativeTombstoneManagerService
12-30 16:59:41.263 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.os.BugreportManagerService
12-30 16:59:41.263 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.gpu.GpuService
12-30 16:59:41.263 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.security.KeyChainSystemService
12-30 16:59:41.263 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.telecom.TelecomLoaderService
12-30 16:59:41.263 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.accounts.AccountManagerService$Lifecycle
12-30 16:59:41.264 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.content.ContentService$Lifecycle
12-30 16:59:41.264 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.DropBoxManagerService
12-30 16:59:41.264 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.role.RoleService
12-30 16:59:41.264 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.vibrator.VibratorManagerService$Lifecycle
12-30 16:59:41.264 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.mediatek.server.MtkAlarmManagerService
12-30 16:59:41.264 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.devicestate.DeviceStateManagerService
12-30 16:59:41.264 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.camera.CameraServiceProxy
12-30 16:59:41.265 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.BluetoothService
12-30 16:59:41.265 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.connectivity.IpConnectivityMetrics
12-30 16:59:41.265 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
12-30 16:59:41.265 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.PinnerService
12-30 16:59:41.265 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.google.android.startop.iorap.IorapForwardingService
12-30 16:59:41.265 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.integrity.AppIntegrityManagerService
12-30 16:59:41.265 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
12-30 16:59:41.265 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Li
fecycle
12-30 16:59:41.265 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.accessibility.AccessibilityManagerService$Lifecy
cle
12-30 16:59:41.266 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.StorageManagerService$Lifecycle
12-30 16:59:41.266 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.usage.StorageStatsService$Lifecycle
12-30 16:59:41.266 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.UiModeManagerService
12-30 16:59:41.266 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.locksettings.LockSettingsService$Lifecycle
12-30 16:59:41.266 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.PersistentDataBlockService
12-30 16:59:41.266 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.testharness.TestHarnessModeService
12-30 16:59:41.266 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.oemlock.OemLockService
12-30 16:59:41.266 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.DeviceIdleController
12-30 16:59:41.266 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycl
e
12-30 16:59:41.267 1291 1680 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_configration_switch.xml is null,just return file
content, no need decrypt file
12-30 16:59:41.269 1291 1291 I DevicePolicyManager: Current version 2, latest
version 2, not upgrading.
12-30 16:59:41.284 1291 1680 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_bgplayback_whitelist.xml is null,just return file
content, no need decrypt file
12-30 16:59:41.289 1291 1680 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_btsco_whitelist.xml is null,just return file
content, no need decrypt file
12-30 16:59:41.296 1291 1680 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_volume_whitelist.xml is null,just return file
content, no need decrypt file
12-30 16:59:41.308 1291 1680 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_volume_streamtype_blacklist.xml is null,just return
file content, no need decrypt file
12-30 16:59:41.385 1291 1291 W DevicePolicyManager: Failed to set usb data
signaling state
12-30 16:59:41.385 1291 1291 W SystemServiceManager: Service
com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took 119 ms in
onBootPhase
12-30 16:59:41.385 1291 1514 I SystemServerTimingAsync:
InitThreadPoolExec:DevicePolicyManager
12-30 16:59:41.386 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.texttospeech.TextToSpeechManagerService
12-30 16:59:41.386 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.speech.SpeechRecognitionManagerService
12-30 16:59:41.386 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.searchui.SearchUiManagerService
12-30 16:59:41.386 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.smartspace.SmartspaceManagerService
12-30 16:59:41.386 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.graphics.fonts.FontManagerService$Lifecycle
12-30 16:59:41.386 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.textservices.TextServicesManagerService$Lifecycl
e
12-30 16:59:41.386 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.textclassifier.TextClassificationManagerService$
Lifecycle
12-30 16:59:41.386 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.NetworkScoreService$Lifecycle
12-30 16:59:41.386 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.wifi.WifiService
12-30 16:59:41.387 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.wifi.scanner.WifiScanningService
12-30 16:59:41.387 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.wifi.p2p.WifiP2pService
12-30 16:59:41.387 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.ethernet.EthernetService
12-30 16:59:41.387 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.ConnectivityServiceInitializer
12-30 16:59:41.387 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.notification.NotificationManagerService
12-30 16:59:41.387 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.storage.DeviceStorageMonitorService
12-30 16:59:41.387 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.location.LocationManagerService$Lifecycle
12-30 16:59:41.387 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.timedetector.TimeDetectorService$Lifecycle
12-30 16:59:41.387 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecyc
le
12-30 16:59:41.388 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.timezonedetector.location.LocationTimeZoneManage
rService$Lifecycle
12-30 16:59:41.388 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.search.SearchManagerService$Lifecycle
12-30 16:59:41.388 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
12-30 16:59:41.389 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.audio.AudioService$Lifecycle
12-30 16:59:41.390 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareSe
rvice$Lifecycle
12-30 16:59:41.390 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.DockObserver
12-30 16:59:41.390 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.midi.MidiService$Lifecycle
12-30 16:59:41.390 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.adb.AdbService$Lifecycle
12-30 16:59:41.390 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.usb.UsbService$Lifecycle
12-30 16:59:41.390 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.twilight.TwilightService
12-30 16:59:41.390 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.display.color.ColorDisplayService
12-30 16:59:41.390 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.job.JobSchedulerService
12-30 16:59:41.390 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.soundtrigger.SoundTriggerService
12-30 16:59:41.390 1291 1291 D SoundTriggerService: onBootPhase: 480 : false
12-30 16:59:41.390 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.trust.TrustManagerService
12-30 16:59:41.390 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.backup.BackupManagerService$Lifecycle
12-30 16:59:41.391 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.appwidget.AppWidgetService
12-30 16:59:41.391 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.voiceinteraction.VoiceInteractionManagerService
12-30 16:59:41.391 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.apphibernation.AppHibernationService
12-30 16:59:41.391 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.GestureLauncherService
12-30 16:59:41.391 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.SensorNotificationService
12-30 16:59:41.391 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.emergency.EmergencyAffordanceService
12-30 16:59:41.391 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.dreams.DreamManagerService
12-30 16:59:41.391 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.blob.BlobStoreManagerService
12-30 16:59:41.391 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.print.PrintManagerService
12-30 16:59:41.391 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.companion.CompanionDeviceManagerService
12-30 16:59:41.392 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.restrictions.RestrictionsManagerService
12-30 16:59:41.392 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.media.MediaSessionService
12-30 16:59:41.392 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.biometrics.sensors.face.FaceService
12-30 16:59:41.392 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.biometrics.BiometricService
12-30 16:59:41.392 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.biometrics.AuthService
12-30 16:59:41.392 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.ShortcutService$Lifecycle
12-30 16:59:41.396 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.LauncherAppsService
12-30 16:59:41.396 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.CrossProfileAppsService
12-30 16:59:41.396 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.people.PeopleService
12-30 16:59:41.397 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.media.metrics.MediaMetricsManagerService
12-30 16:59:41.397 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.media.projection.MediaProjectionManagerService
12-30 16:59:41.397 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.slice.SliceManagerService$Lifecycle
12-30 16:59:41.397 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.stats.StatsCompanion$Lifecycle
12-30 16:59:41.397 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.scheduling.RebootReadinessManagerService$Lifecyc
le
12-30 16:59:41.397 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.stats.pull.StatsPullAtomService
12-30 16:59:41.397 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.incident.IncidentCompanionService
12-30 16:59:41.397 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.MmsServiceBroker
12-30 16:59:41.397 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.autofill.AutofillManagerService
12-30 16:59:41.397 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.clipboard.ClipboardService
12-30 16:59:41.397 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.appbinding.AppBindingService$Lifecycle
12-30 16:59:41.398 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.mediatek.powerhalservice.PowerHalMgrService
12-30 16:59:41.398 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.mediatek.server.MtkConnectivitySupplementalService
12-30 16:59:41.398 1291 1291 D MtkConnectivitySupplementalService: onBootPhase:
phase=480
12-30 16:59:41.398 1291 1291 I SystemServerTiming:
OnBootPhase_480_com.android.server.tracing.TracingServiceProxy
12-30 16:59:41.398 1291 1291 I SystemServerTiming:
StartBootPhaseSystemServicesReady
12-30 16:59:41.398 1291 1291 I SystemServiceManager: Starting phase 500
12-30 16:59:41.398 1291 1291 I SystemServerTiming: OnBootPhase_500
12-30 16:59:41.398 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.vivo.services.vgc.cbs.VivoCbsService
12-30 16:59:41.399 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.security.FileIntegrityService
12-30 16:59:41.399 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.Installer
12-30 16:59:41.399 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.os.DeviceIdentifiersPolicyService
12-30 16:59:41.399 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.uri.UriGrantsManagerService$Lifecycle
12-30 16:59:41.399 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.powerstats.PowerStatsService
12-30 16:59:41.400 1291 1291 E StatsPullAtomCallbackImpl: Failed to start
PowerStatsService statsd pullers
12-30 16:59:41.400 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.wm.ActivityTaskManagerService$Lifecycle
12-30 16:59:41.400 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.am.ActivityManagerService$Lifecycle
12-30 16:59:41.401 1291 1411 D _V_VivoUsbDeviceManager: handleMessageUpdateState,
connected:false, configured:false
12-30 16:59:41.403 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:41.409 1291 1291 E BatteryStatsService: Could not register
PowerStatsInternal
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.DataLoaderManagerService
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.power.PowerManagerService
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.power.ThermalManagerService
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.power.hint.HintManagerService
12-30 16:59:41.416 1291 1291 V HintManagerService: Initializing HintManager
service...
12-30 16:59:41.416 1291 1291 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.lights.LightsService
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.display.DisplayManagerService
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.display.VivoDisplayStateService
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.verify.domain.DomainVerificationService
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.PackageInstallerService$Lifecycle
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.UserManagerService$LifeCycle
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.om.OverlayManagerService
12-30 16:59:41.416 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.SensorPrivacyService
12-30 16:59:41.422 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.sensors.SensorService
12-30 16:59:41.422 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.SystemConfigService
12-30 16:59:41.422 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.BatteryService
12-30 16:59:41.422 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.usage.UsageStatsService
12-30 16:59:41.424 1291 1291 D AppStandbyController: Setting app idle enabled
state
12-30 16:59:41.441 1291 1291 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:41.442 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.webkit.WebViewUpdateService
12-30 16:59:41.442 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.CachedDeviceStateService
12-30 16:59:41.443 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.BinderCallsStatsService$LifeCycle
12-30 16:59:41.451 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.LooperStatsService$Lifecycle
12-30 16:59:41.452 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.rollback.RollbackManagerService
12-30 16:59:41.452 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.os.NativeTombstoneManagerService
12-30 16:59:41.452 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.os.BugreportManagerService
12-30 16:59:41.452 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.gpu.GpuService
12-30 16:59:41.452 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.security.KeyChainSystemService
12-30 16:59:41.452 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.telecom.TelecomLoaderService
12-30 16:59:41.452 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.accounts.AccountManagerService$Lifecycle
12-30 16:59:41.453 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.content.ContentService$Lifecycle
12-30 16:59:41.453 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.DropBoxManagerService
12-30 16:59:41.454 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.role.RoleService
12-30 16:59:41.454 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.vibrator.VibratorManagerService$Lifecycle
12-30 16:59:41.454 1291 1291 V VibratorManagerService: Initializing
VibratorManager service...
12-30 16:59:41.454 1291 1291 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:41.458 1291 1291 V VibratorManagerService: VibratorManager service
initialized
12-30 16:59:41.458 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.mediatek.server.MtkAlarmManagerService
12-30 16:59:41.464 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.devicestate.DeviceStateManagerService
12-30 16:59:41.464 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.camera.CameraServiceProxy
12-30 16:59:41.464 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.BluetoothService
12-30 16:59:41.465 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.connectivity.IpConnectivityMetrics
12-30 16:59:41.472 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
12-30 16:59:41.472 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.PinnerService
12-30 16:59:41.473 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.google.android.startop.iorap.IorapForwardingService
12-30 16:59:41.473 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.integrity.AppIntegrityManagerService
12-30 16:59:41.473 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
12-30 16:59:41.473 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Li
fecycle
12-30 16:59:41.473 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.accessibility.AccessibilityManagerService$Lifecy
cle
12-30 16:59:41.474 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.StorageManagerService$Lifecycle
12-30 16:59:41.475 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.usage.StorageStatsService$Lifecycle
12-30 16:59:41.475 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.UiModeManagerService
12-30 16:59:41.479 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:vos_nightmode_state value:1 pkg:android
userId:0
12-30 16:59:41.492 1291 1291 I ActivityTaskManager: Config changes=4000200 {1.0 ?
mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port night finger -
keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 -
720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.6 ?fontWeightAdjustment themeId=356656 themeParameter=0
nightModeLevel = -1}
12-30 16:59:41.524 1291 1680 D _V_ConfigurationManager:
/data/bbkcore/vivo_audio_feature_config.xml is null,just return file content, no
need decrypt file
12-30 16:59:41.532 1291 1291 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port
night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} as.1 s.7 ?fontWeightAdjustment
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:41.532 1291 1414 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.CONFIGURATION_CHANGED flg=0x70200010 } ordered=false
userid=-1 ,pid=1291 ,pkg=null
12-30 16:59:41.533 1291 1291 I WindowManager: Override config changes=4000200
{1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port night
finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.6 ?fontWeightAdjustment
themeId=356656 themeParameter=0 nightModeLevel = -1} for displayId=0
12-30 16:59:41.535 1291 1291 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{3340c25 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=true sz=0}
12-30 16:59:41.539 1291 1291 W SystemServiceManager: Service
com.android.server.UiModeManagerService took 64 ms in onBootPhase
12-30 16:59:41.539 1291 1415 D _V_WindowManager: call
SystemAutoRecoverManagerInternal.needToCheckHomeActivity cause exception:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean
com.vivo.services.autorecover.SystemAutoRecoverManagerInternal.needToCheckHomeActiv
ity()' on a null object reference
12-30 16:59:41.539 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.locksettings.LockSettingsService$Lifecycle
12-30 16:59:41.539 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.PersistentDataBlockService
12-30 16:59:41.539 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.testharness.TestHarnessModeService
12-30 16:59:41.540 1291 1291 D TestHarnessModeService: Setting up test harness
mode
12-30 16:59:41.540 1291 1291 D TestHarnessModeService: Getting
PersistentDataBlockManagerInternal from LocalServices
12-30 16:59:41.549 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:41.557 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.oemlock.OemLockService
12-30 16:59:41.557 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.DeviceIdleController
12-30 16:59:41.559 1291 1291 D AnyMotionDetector: AnyMotionDetector instantiated.
12-30 16:59:41.559 1291 1291 D AnyMotionDetector: mNumSufficientSamples = 63
12-30 16:59:41.561 1291 1291 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:41.562 1291 1291 I DeviceIdleController: updateQuickDozeFlagLocked:
enabled=false
12-30 16:59:41.562 1291 1291 D DeviceIdleController: updateInteractivityLocked:
screenOn=true
12-30 16:59:41.562 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=screen, changeLightIdle=true
12-30 16:59:41.563 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycl
e
12-30 16:59:41.563 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.texttospeech.TextToSpeechManagerService
12-30 16:59:41.563 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.speech.SpeechRecognitionManagerService
12-30 16:59:41.563 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.searchui.SearchUiManagerService
12-30 16:59:41.563 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.smartspace.SmartspaceManagerService
12-30 16:59:41.563 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.graphics.fonts.FontManagerService$Lifecycle
12-30 16:59:41.563 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.textservices.TextServicesManagerService$Lifecycl
e
12-30 16:59:41.563 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.textclassifier.TextClassificationManagerService$
Lifecycle
12-30 16:59:41.563 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.NetworkScoreService$Lifecycle
12-30 16:59:41.563 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.wifi.WifiService
12-30 16:59:41.564 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.wifi.scanner.WifiScanningService
12-30 16:59:41.564 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.wifi.p2p.WifiP2pService
12-30 16:59:41.567 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.ethernet.EthernetService
12-30 16:59:41.578 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.ConnectivityServiceInitializer
12-30 16:59:41.579 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.notification.NotificationManagerService
12-30 16:59:41.698 1291 1586 V ActivityManager: Broadcast: Intent
{ act=android.net.wifi.CONFIGURED_NETWORKS_CHANGE flg=0x44000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:41.705 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:41.705 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode_ringer_level value:2 pkg:android
userId:0
12-30 16:59:41.707 1291 1291 D _V_ZenModeHelper: reason = onSystemReady
zenModeEnabled = false mZenModeEnabled = false
12-30 16:59:41.708 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
12-30 16:59:41.764 1291 1680 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiofeature_configration_switch.xml is null,just return file
content, no need decrypt file
12-30 16:59:41.790 1291 1680 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_common_blacklist.xml is null,just return file
content, no need decrypt file
12-30 16:59:41.797 1291 1680 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_common_whitelist.xml is null,just return file
content, no need decrypt file
12-30 16:59:41.866 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:41.868 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:41.869 1291 1630 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:41.871 1291 1291 W SystemServiceManager: Service
com.android.server.notification.NotificationManagerService took 292 ms in
onBootPhase
12-30 16:59:41.871 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.storage.DeviceStorageMonitorService
12-30 16:59:41.871 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.location.LocationManagerService$Lifecycle
12-30 16:59:41.875 1291 1291 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:41.883 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.timedetector.TimeDetectorService$Lifecycle
12-30 16:59:41.883 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecyc
le
12-30 16:59:41.883 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.timezonedetector.location.LocationTimeZoneManage
rService$Lifecycle
12-30 16:59:41.884 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.search.SearchManagerService$Lifecycle
12-30 16:59:41.884 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
12-30 16:59:41.886 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.audio.AudioService$Lifecycle
12-30 16:59:41.886 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareSe
rvice$Lifecycle
12-30 16:59:41.886 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.DockObserver
12-30 16:59:41.887 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.midi.MidiService$Lifecycle
12-30 16:59:41.887 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.adb.AdbService$Lifecycle
12-30 16:59:41.887 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.usb.UsbService$Lifecycle
12-30 16:59:41.887 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.twilight.TwilightService
12-30 16:59:41.887 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.display.color.ColorDisplayService
12-30 16:59:41.888 1291 1291 D _V_VivoColorDisplayServiceImpl: register
vivo_color_manager_service service ok
12-30 16:59:41.890 1291 1291 D _V_VivoColorDisplayServiceImpl: register
vivo_display_enhance service ok
12-30 16:59:41.890 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.job.JobSchedulerService
12-30 16:59:41.912 1291 1586 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:tether_offload_disabled value:1
pkg:android userId:0
12-30 16:59:41.921 1291 1586 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:wifi_watchdog_on value:1 pkg:android
userId:0
12-30 16:59:41.926 1291 1291 V HistoricalRegistry: Interaction before persistence
initialized
12-30 16:59:41.927 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.soundtrigger.SoundTriggerService
12-30 16:59:41.928 1291 1291 D SoundTriggerService: onBootPhase: 500 : false
12-30 16:59:41.928 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.trust.TrustManagerService
12-30 16:59:41.930 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.backup.BackupManagerService$Lifecycle
12-30 16:59:41.930 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.appwidget.AppWidgetService
12-30 16:59:41.930 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.voiceinteraction.VoiceInteractionManagerService
12-30 16:59:41.930 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.apphibernation.AppHibernationService
12-30 16:59:41.932 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.GestureLauncherService
12-30 16:59:41.933 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.SensorNotificationService
12-30 16:59:41.933 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.emergency.EmergencyAffordanceService
12-30 16:59:41.933 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.dreams.DreamManagerService
12-30 16:59:41.933 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.blob.BlobStoreManagerService
12-30 16:59:41.933 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.print.PrintManagerService
12-30 16:59:41.933 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.companion.CompanionDeviceManagerService
12-30 16:59:41.936 1291 1291 I CompanionDeviceManagerService: initBleScanning()
12-30 16:59:41.937 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.restrictions.RestrictionsManagerService
12-30 16:59:41.937 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.media.MediaSessionService
12-30 16:59:41.937 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.biometrics.sensors.face.FaceService
12-30 16:59:41.937 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.biometrics.BiometricService
12-30 16:59:41.937 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.biometrics.AuthService
12-30 16:59:41.937 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.ShortcutService$Lifecycle
12-30 16:59:41.938 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.LauncherAppsService
12-30 16:59:41.938 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.CrossProfileAppsService
12-30 16:59:41.938 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.people.PeopleService
12-30 16:59:41.939 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.media.metrics.MediaMetricsManagerService
12-30 16:59:41.939 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.media.projection.MediaProjectionManagerService
12-30 16:59:41.939 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.slice.SliceManagerService$Lifecycle
12-30 16:59:41.940 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.stats.StatsCompanion$Lifecycle
12-30 16:59:41.940 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.scheduling.RebootReadinessManagerService$Lifecyc
le
12-30 16:59:41.940 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.stats.pull.StatsPullAtomService
12-30 16:59:41.940 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.incident.IncidentCompanionService
12-30 16:59:41.940 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.MmsServiceBroker
12-30 16:59:41.940 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.autofill.AutofillManagerService
12-30 16:59:41.940 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.clipboard.ClipboardService
12-30 16:59:41.941 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.appbinding.AppBindingService$Lifecycle
12-30 16:59:41.941 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.mediatek.powerhalservice.PowerHalMgrService
12-30 16:59:41.941 1291 1291 D PowerHalMgrService: onBootPhase
PowerHalMgrService.
12-30 16:59:41.941 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.mediatek.server.MtkConnectivitySupplementalService
12-30 16:59:41.941 1291 1291 D MtkConnectivitySupplementalService: onBootPhase:
phase=500
12-30 16:59:41.943 1291 1291 D MCSS-Tethering: initialize
12-30 16:59:41.944 1291 1291 D MtkConnectivitySupplementalService: initialize
mtkconnmetrics.
12-30 16:59:41.952 1291 1291 I SystemServerTiming:
OnBootPhase_500_com.android.server.tracing.TracingServiceProxy
12-30 16:59:41.952 1291 1291 I SystemServerTiming: MakeWindowManagerServiceReady
12-30 16:59:41.953 1291 1425 I HealthServiceWrapper: health: HealthServiceWrapper
listening to instance default
12-30 16:59:41.954 1291 1291 I _V_FingerprintUnlockController: onSystemReady()
12-30 16:59:41.955 1291 1291 D _V_FaceUnlockController: onSystemReady (service
disconnected)
12-30 16:59:41.960 1291 1425 D StatsPullAtomService: Registering pullers with
statsd
12-30 16:59:41.979 1291 1425 I StatsPullAtomService: register thermal listener
successfully
12-30 16:59:41.985 1291 1291 D _V_SnapshotWindowInputMonitor: enableInputMonitor,
isEnabled:false
12-30 16:59:41.985 1291 1533 I _V_WallpaperState:
registerWallpaperVisibilityListener.
12-30 16:59:41.988 1291 1291 I _V_VivoSystemServer:
MakeVivoDisplayStateServiceReady
12-30 16:59:41.992 1291 1291 I SystemServerTiming: MakePowerManagerServiceReady
12-30 16:59:41.995 1291 1291 I AttentionDetector: readValuesFromDeviceConfig():
12-30 16:59:41.995 1291 1291 I AttentionDetector: mMaximumExtensionMillis=900000
12-30 16:59:41.995 1291 1291 I AttentionDetector: mPreDimCheckDurationMillis=2000
12-30 16:59:41.995 1291 1291 I AttentionDetector:
mRequestedPostDimTimeoutMillis=0
12-30 16:59:42.032 1291 1291 D _V_Sensor_VivoSensorImpl: setDPCCallback =
com.android.server.display.VivoDisplayPowerControllerImpl$4@665d14c, id = local:0
12-30 16:59:42.035 1291 1291 E DisplayPowerController[0]: failed to set up
display white-balance: java.lang.IllegalStateException: cannot find sensor
com.google.sensor.color
12-30 16:59:42.035 1291 1291 W DisplayPowerController[0]: Screen brightness nits
configuration is unavailable; falling back
12-30 16:59:42.037 1291 1291 D _V_shuangping0705: setOverrideDisplayState :
displayId = 0 ; overrideState = 2 ; mOverridePrimaryState = 2 ;
mOverrideSecondState = 1
12-30 16:59:42.039 1291 1291 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.41680047 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 16:59:42.040 1291 1291 D _V_VivoLocalDisplayDeviceImpl: -1
setPowerModeForState:ON, isMainDisplay=true, false
12-30 16:59:42.055 1291 1291 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.2796093, brightness =
1145, useSurfaceControl status false
12-30 16:59:42.055 1291 1472 I _V_VivoDisplayStateService:
onDisplayStateBeginChange: primary-display turns on
12-30 16:59:42.055 1291 1472 W _V_VivoDisplayStateService: draw wake lock is
already released
12-30 16:59:42.056 1291 1291 D _V_VivoLcmSre: onBrightnessChanged brightness=1145
12-30 16:59:42.056 1291 1734 I _V_VivoDisplayOverlayController:
enableDisableBlackOverlayInternal: primary-display enable: false mOverlayAdded:
false
12-30 16:59:42.056 1291 1291 I _V_VivoLightsService: lcmFloat = 0.2796093;
setBrightness = 1145
12-30 16:59:42.058 1291 1291 D LocalDisplayAdapter: LCM set backlight status true
12-30 16:59:42.060 1291 1291 D _V_VivoPowerManagerService: com.tencent.mm App not
found!
12-30 16:59:42.060 1291 1414 I DisplayDeviceRepository: Display device changed
state: "Built-in Screen", ON
12-30 16:59:42.060 1291 1291 D _V_VivoPowerManagerService: com.tencent.mobileqq
App not found!
12-30 16:59:42.060 1291 1291 D _V_VivoPowerManagerService: com.iqoo.engineermode
App not found!
12-30 16:59:42.061 1291 1472 D _V_VivoDisplayStateService: primary-display
onDisplayStateChanged UNKNOWN to ON backlight: -1 to 1146
12-30 16:59:42.061 1291 1466 I _V_VivoPhoneWindowManagerImpl:
onDisplayStateBeginChange: turns on
12-30 16:59:42.064 1291 1656 I _V_BBKTouchScreenServiceService: displayId = 0
type = 3 state = 1
12-30 16:59:42.065 1291 1675 I _V_Sensor_NativeNotificationImpl:
frontDisplayState = 2; backDisplayState = 1
12-30 16:59:42.065 1291 1662 D _V_CapacityKeyService: mDisplayId =0 rotation = 0
mBrightness =1
12-30 16:59:42.065 1291 1669 I _V_Sensor_FactoryManager: VivoSensorTest
type=0x210; cmd=129
12-30 16:59:42.067 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1146
12-30 16:59:42.067 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:42.068 1291 1291 D _V_VivoPowerManagerService: isWakeLockControlOn =
true
12-30 16:59:42.069 1291 1656 I _V_BBKTouchScreenServiceService: mDisplayId = 0
mDisplayOn = -1 displayOn = 1
12-30 16:59:42.070 1291 1656 I _V_BBKTouchScreenServiceService: displayId = 0
type = 0 state = 1
12-30 16:59:42.070 1291 1656 I _V_BBKTouchScreenServiceService: displayId = 0
type = 10 state = 0
12-30 16:59:42.070 1291 1415 D _V_WindowManager: call
SystemAutoRecoverManagerInternal.needToCheckHomeActivity cause exception:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean
com.vivo.services.autorecover.SystemAutoRecoverManagerInternal.needToCheckHomeActiv
ity()' on a null object reference
12-30 16:59:42.074 1291 1415 D _V_WindowManager: call
SystemAutoRecoverManagerInternal.needToCheckHomeActivity cause exception:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean
com.vivo.services.autorecover.SystemAutoRecoverManagerInternal.needToCheckHomeActiv
ity()' on a null object reference
12-30 16:59:42.078 1291 1466 I _V_Sensor_VRampAnimator: downPoint = [3283, 2491,
1510, 988, 849, 743, 514, 451, 413, 298, 209, 151, 122, 98, 84, 67, 45, 30, 17];
downStep = [35, 48, 26, 11, 9, 9, 14, 9, 8, 6, 3, 3, 2, 2, 2, 2, 2, 2, 2]; upPoint
= [907, 2823]; quickUpStep = [63, 186, 169]; quickUpGap = [20, 0, 0]; quickDownStep
= [9, 27, 28, 154]; quickDownGap = [40, 40, 30, 20]; quickPoint = [2129, 1183, 544,
17]; downSec = [[-1.762758621, 7385.744552], [-1.276545455, 5789.506727], [-
2.365357798, 8501.738275], [-5.543098851, 13300.12726], [-7.305715108,
15041.59213], [-7.283275472, 15022.54088], [-10.94456245, 17742.8771], [-
18.52971429, 21641.64514], [-20.53989474, 22548.23653], [-28.72471304,
25928.56649], [-55.46514607, 33897.21553], [-62.01724138, 35266.60345], [-
82.86206897, 38414.17241], [-87.58333333, 38990.16667], [-131.6428571, 43308.0], [-
120.9411765, 42409.05882], [-199.9090909, 47699.90909], [-267.6666667, 50749.0], [-
306.0769231, 51901.30769]]; useDownStep = 0; lcmFlick = 2; downKeyBr = 849;
downGap1 = 20; downGap2 = 80; upTotalTime = 2800; upLimitCount = 25; pemTotalTime =
10000; dimGap = 20
12-30 16:59:42.078 1291 1291 I FaceDownDetector: readValuesFromDeviceConfig():
12-30 16:59:42.078 1291 1291 I FaceDownDetector: mAccelerationThreshold=0.2
12-30 16:59:42.078 1291 1291 I FaceDownDetector: mZAccelerationThreshold=-9.5
12-30 16:59:42.078 1291 1291 I FaceDownDetector: mTimeThreshold=PT1S
12-30 16:59:42.078 1291 1291 I FaceDownDetector: mIsEnabled=true
12-30 16:59:42.081 1291 1466 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=false,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
12-30 16:59:42.082 1291 1466 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
12-30 16:59:42.082 1291 1466 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
12-30 16:59:42.084 1291 1466 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
12-30 16:59:42.085 1291 1466 W KeyguardServiceDelegate: onScreenTurningOn(): no
keyguard service!
12-30 16:59:42.086 1291 1466 D _V_FingerprintUnlockController:
onScreenTurningOn() screen_init
12-30 16:59:42.086 1291 1466 D _V_FaceUnlockController: onScreenTurningOn
12-30 16:59:42.086 1291 1466 I _V_DisplayPowerController[0]:
animateScreenStateChange end
12-30 16:59:42.086 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 16:59:42.086 1291 1466 I _V_Sensor_AntiMisoperation: screenStateChanged = 2
12-30 16:59:42.087 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 16:59:42.091 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
12-30 16:59:42.094 1291 1466 I _V_Sensor_MultiModeBrightness:
getBrightnessApparently initial brightness = 8.4509426E-5; finalBrightness =
8.4509426E-5; cameraMode = false; driveMode = false
12-30 16:59:42.095 1291 1291 I SystemServerTiming: StartPermissionPolicyService
12-30 16:59:42.095 1291 1291 I SystemServiceManager: Starting
com.android.server.policy.PermissionPolicyService
12-30 16:59:42.095 1291 1466 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = com.android.systemui; autoEnable = false;
waitFirstLux = false; mOldPolicy = -1; mPowerRequest.policy = BRIGHT;
mExitingWindow = false; mJustScreenOn = true; mSwitchDefaultCurve = false
12-30 16:59:42.095 1291 1466 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness mFirstBrightnessTs = 29133 mScreenUnlockState =
false
12-30 16:59:42.095 1291 1466 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness = true, br = 0.41680047, lastbr = 0.0
12-30 16:59:42.096 1291 1466 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 8.4509426E-5; animateBrightness =
8.4509426E-5; rate = 0; state = 2; slowChange = false
12-30 16:59:42.096 1291 1466 D _V_FingerprintUnlockController:
onFingerprintWakeUpFinished
12-30 16:59:42.096 1291 1466 I _V_Sensor_BrightnessInfo: setAnimateStatus status
= 0; target = 8.4509426E-5; current = 8.4509426E-5
12-30 16:59:42.096 1291 1466 I _V_Sensor_BrightnessInfo: setAnimateStatus status
= 0; target = 1.0; current = 1.0
12-30 16:59:42.098 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 8.4509426E-5
12-30 16:59:42.099 1291 1466 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=false,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
12-30 16:59:42.099 1291 1466 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
12-30 16:59:42.099 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = -1, mTargetLcm = 18, tempPemLcm = 18, pemLcm = 18
12-30 16:59:42.099 1291 1466 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
12-30 16:59:42.099 1291 1466 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
12-30 16:59:42.099 1291 1466 I _V_DisplayPowerController[0]:
animateScreenStateChange end
12-30 16:59:42.099 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=8.4509426E-5, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = true
12-30 16:59:42.100 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 8.4509426E-5 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 16:59:42.100 1291 1466 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = com.android.systemui; autoEnable = false;
waitFirstLux = false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT;
mExitingWindow = false; mJustScreenOn = true; mSwitchDefaultCurve = false
12-30 16:59:42.100 1291 1466 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness mFirstBrightnessTs = 29138 mScreenUnlockState =
false
12-30 16:59:42.100 1291 1466 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness = true, br = 0.41680047, lastbr = 0.0
12-30 16:59:42.100 1291 1466 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 8.4509426E-5; animateBrightness =
8.4509426E-5; rate = 0; state = 2; slowChange = false
12-30 16:59:42.100 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.0043956046, brightness
= 18, useSurfaceControl status false
12-30 16:59:42.100 1291 1466 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=false,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
12-30 16:59:42.100 1291 1466 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
12-30 16:59:42.101 1291 1466 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
12-30 16:59:42.101 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=18
12-30 16:59:42.101 1291 1466 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
12-30 16:59:42.101 1291 1466 I _V_DisplayPowerController[0]:
animateScreenStateChange end
12-30 16:59:42.101 1291 1743 I _V_VivoLightsService: lcmFloat = 0.0043956046;
setBrightness = 18
12-30 16:59:42.101 1291 1466 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = com.android.systemui; autoEnable = false;
waitFirstLux = false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT;
mExitingWindow = false; mJustScreenOn = true; mSwitchDefaultCurve = false
12-30 16:59:42.101 1291 1466 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness mFirstBrightnessTs = 29139 mScreenUnlockState =
false
12-30 16:59:42.101 1291 1466 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness = true, br = 0.41680047, lastbr = 0.0
12-30 16:59:42.101 1291 1466 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 8.4509426E-5; animateBrightness =
8.4509426E-5; rate = 0; state = 2; slowChange = false
12-30 16:59:42.102 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 16:59:42.102 1291 1466 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=false,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
12-30 16:59:42.102 1291 1466 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
12-30 16:59:42.102 1291 1466 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
12-30 16:59:42.102 1291 1466 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
12-30 16:59:42.102 1291 1466 I _V_DisplayPowerController[0]:
animateScreenStateChange end
12-30 16:59:42.103 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 18
12-30 16:59:42.103 1291 1466 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = com.android.systemui; autoEnable = false;
waitFirstLux = false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT;
mExitingWindow = false; mJustScreenOn = true; mSwitchDefaultCurve = false
12-30 16:59:42.103 1291 1466 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness mFirstBrightnessTs = 29141 mScreenUnlockState =
false
12-30 16:59:42.103 1291 1466 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness = true, br = 0.41680047, lastbr = 8.4509426E-5
12-30 16:59:42.103 1291 1466 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 8.4509426E-5; animateBrightness =
8.4509426E-5; rate = 0; state = 2; slowChange = false
12-30 16:59:42.104 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:18 pkg:android userId:0
12-30 16:59:42.104 1291 1743 I _V_Sensor_FactoryConfig:
mNotifyLcmBrightnessToDriver = false
12-30 16:59:42.104 1291 1743 E _V_Sensor_FactoryConfig: parseLcmBrightnessJson
12-30 16:59:42.104 1291 1743 E _V_Sensor_JsonObjectOperate: Can't find
file:/system/etc/SensorConfig/LcmBrightnessLevel.json
12-30 16:59:42.104 1291 1743 I _V_Sensor_FactoryConfig:
/system/etc/SensorConfig/LcmBrightnessLevel.json is null! return!
12-30 16:59:42.107 1291 1743 D _V_CapacityKeyService: not support presskey
12-30 16:59:42.107 1291 1291 I SystemServerTiming: MakePackageManagerServiceReady
12-30 16:59:42.108 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 8.4509426E-5
12-30 16:59:42.108 1291 1466 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=false,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
12-30 16:59:42.108 1291 1466 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
12-30 16:59:42.109 1291 1466 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
12-30 16:59:42.109 1291 1466 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
12-30 16:59:42.109 1291 1466 I _V_DisplayPowerController[0]:
animateScreenStateChange end
12-30 16:59:42.110 1291 1466 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = com.android.systemui; autoEnable = false;
waitFirstLux = false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT;
mExitingWindow = false; mJustScreenOn = true; mSwitchDefaultCurve = false
12-30 16:59:42.110 1291 1466 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness mFirstBrightnessTs = 29148 mScreenUnlockState =
false
12-30 16:59:42.110 1291 1466 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness = true, br = 0.41680047, lastbr = 8.4509426E-5
12-30 16:59:42.110 1291 1466 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 8.4509426E-5; animateBrightness =
8.4509426E-5; rate = 0; state = 2; slowChange = false
12-30 16:59:42.111 1291 1291 I _V_VivoADBVerifyInstallUtils: regist for
CANCLE_INSTALL_APP_FROM_ADB
12-30 16:59:42.111 1291 1466 D _V_FingerprintUnlockController: onScreenTurnedOn()
screen_turning_on
12-30 16:59:42.111 1291 1466 D _V_FaceUnlockController: onScreenTurnedOn (service
disconnected)
12-30 16:59:42.112 1291 1466 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:42.152 1291 1586 V ActivityManager: Broadcast sticky: Intent
{ act=android.net.wifi.action.WIFI_SCAN_AVAILABILITY_CHANGED flg=0x44000010 (has
extras) } ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:42.325 1291 1291 W _V_VivoPKMSDatabaseUtils: permissionmanager not
found android.content.pm.PackageManager$NameNotFoundException:
com.vivo.permissionmanager
12-30 16:59:42.328 1291 1746 W _V_ContentProviderHelper: Failed to find
provider:com.iqoo.secure.provider.secureprovider for user 0
12-30 16:59:42.329 1291 1746 W ActivityThread: Failed to find provider info for
com.iqoo.secure.provider.secureprovider (user not unlocked)
12-30 16:59:42.329 1291 1483 D _V_VivoPKMSDatabaseUtils: --handleMessage 1006
12-30 16:59:42.340 1291 1291 I _V_VivoPKMSUtils: registerSettingsObsever
adbSimulateInit true
12-30 16:59:42.341 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:vivo_monkey_test value:0 pkg:android
userId:0
12-30 16:59:42.343 1291 1291 I _V_VivoPKMSUtils: pkms systemReady.
12-30 16:59:42.344 1291 1291 I _V_VivoPKMSUtils: checkComponentStateForCloneUser
12-30 16:59:42.351 1291 1291 I _V_VivoUninstallMgr: regist uninstall verify bc.
12-30 16:59:42.358 1291 1291 I _V_VivoPmsImpl:
disableHotQuestionIfNeed,userId:0,pkg=PackageInfo{774e9e7 com.vivo.feedback}
12-30 16:59:42.361 1291 1291 W _V_PackageManager: setEnabledSetting
packageName:com.vivo.website className:com.vivo.website.feedback.HotQuestionEntry
newState:2 userId:0 callingPackage:null callingUid:1000 callingPid:1291
12-30 16:59:42.367 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/InterceptUnknownDex.xml is null,just return file content, no need
decrypt file
12-30 16:59:42.370 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/Dex2Oat64.xml is null,just return file content, no need decrypt file
12-30 16:59:42.381 1291 1291 D _V_DexoptOptimizer: mAlarmManager successfully set
alarm
12-30 16:59:42.383 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/dexoptimizer_config_1.0.xml is null,just return file content, no need
decrypt file
12-30 16:59:42.388 1291 1291 I _V_PackageInstaller: sealAndValidate session
cost:0
12-30 16:59:42.392 1291 1291 V UserDataPreparer: Found /data/user_de/0 with
serial number 0
12-30 16:59:42.392 1291 1291 V UserDataPreparer: Found /data/user/0 with serial
number 0
12-30 16:59:42.393 1291 1291 V UserDataPreparer: Found /data/system_de/0 with
serial number 0
12-30 16:59:42.393 1291 1291 W UserDataPreparer: Invalid user directory
/data/system_de/tracking
12-30 16:59:42.393 1291 1291 W UserDataPreparer: Invalid user directory
/data/system_de/usagestats
12-30 16:59:42.393 1291 1291 V UserDataPreparer: Found /data/system_ce/0 with
serial number 0
12-30 16:59:42.393 1291 1291 V UserDataPreparer: Found /data/misc_ce/0 with
serial number 0
12-30 16:59:42.395 1291 1291 I PackageManager: Permission ownership changed.
Updating all permissions.
12-30 16:59:42.522 1291 1291 V _V_VivoPermManagerImpl: VivoPermissionImpl
systemReady
12-30 16:59:42.530 1291 1480 E DefaultPermGrantPolicy: Package not found:
com.vivo.tws.vivotws
12-30 16:59:42.531 1291 1480 E DefaultPermGrantPolicy: Package not found:
com.android.vivo.tws.vivotws
12-30 16:59:42.535 1291 1480 E DefaultPermGrantPolicy: Package not found:
com.google.android.apps.actionsservice
12-30 16:59:42.554 1291 1291 I _V_VivoPermManagerImpl: Granting app permissions
for user 0 from vgc
12-30 16:59:42.555 1291 1291 D _V_VivoPermManagerImpl: isFirstBoot == false
12-30 16:59:42.556 1291 1291 E _V_VivoPermManagerImpl: PackageNot found:
com.tencent.tmgp.sgame
12-30 16:59:42.557 1291 1291 E _V_VivoPermManagerImpl: PackageNot found:
com.tencent.tmgp.pubgmhd
12-30 16:59:42.558 1291 1291 I SystemServerTiming: MakeDisplayManagerServiceReady
12-30 16:59:42.570 1291 1414 E DisplayModeDirector: Asked about unknown display,
returning empty display mode specs!(id=0)
12-30 16:59:42.570 1291 1414 E DisplayModeDirector: Asked about unknown display,
returning empty display mode specs!(id=0)
12-30 16:59:42.577 1291 1291 I SystemServerTiming: StartDeviceSpecificServices
12-30 16:59:42.577 1291 1291 I SystemServerTiming: GameManagerService
12-30 16:59:42.577 1291 1291 I SystemServiceManager: Starting
com.android.server.app.GameManagerService$Lifecycle
12-30 16:59:42.578 1291 1415 D _V_WindowManager: call
SystemAutoRecoverManagerInternal.needToCheckHomeActivity cause exception:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean
com.vivo.services.autorecover.SystemAutoRecoverManagerInternal.needToCheckHomeActiv
ity()' on a null object reference
12-30 16:59:42.591 1291 1291 I SystemServerTiming:
StartBootPhaseDeviceSpecificServicesReady
12-30 16:59:42.591 1291 1291 I SystemServiceManager: Starting phase 520
12-30 16:59:42.591 1291 1291 I SystemServerTiming: OnBootPhase_520
12-30 16:59:42.591 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.vivo.services.vgc.cbs.VivoCbsService
12-30 16:59:42.591 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.security.FileIntegrityService
12-30 16:59:42.591 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.Installer
12-30 16:59:42.591 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.os.DeviceIdentifiersPolicyService
12-30 16:59:42.591 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.uri.UriGrantsManagerService$Lifecycle
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.powerstats.PowerStatsService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.wm.ActivityTaskManagerService$Lifecycle
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.am.ActivityManagerService$Lifecycle
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.DataLoaderManagerService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.power.PowerManagerService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.power.ThermalManagerService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.power.hint.HintManagerService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.lights.LightsService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.display.DisplayManagerService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.display.VivoDisplayStateService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.verify.domain.DomainVerificationService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.PackageInstallerService$Lifecycle
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.UserManagerService$LifeCycle
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.om.OverlayManagerService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.SensorPrivacyService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.sensors.SensorService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.SystemConfigService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.BatteryService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.usage.UsageStatsService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.webkit.WebViewUpdateService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.CachedDeviceStateService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.BinderCallsStatsService$LifeCycle
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.LooperStatsService$Lifecycle
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.rollback.RollbackManagerService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.os.NativeTombstoneManagerService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.os.BugreportManagerService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.gpu.GpuService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.security.KeyChainSystemService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.telecom.TelecomLoaderService
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.accounts.AccountManagerService$Lifecycle
12-30 16:59:42.592 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.content.ContentService$Lifecycle
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.DropBoxManagerService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.role.RoleService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.vibrator.VibratorManagerService$Lifecycle
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.mediatek.server.MtkAlarmManagerService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.devicestate.DeviceStateManagerService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.camera.CameraServiceProxy
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.BluetoothService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.connectivity.IpConnectivityMetrics
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.PinnerService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.google.android.startop.iorap.IorapForwardingService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.integrity.AppIntegrityManagerService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Li
fecycle
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.accessibility.AccessibilityManagerService$Lifecy
cle
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.StorageManagerService$Lifecycle
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.usage.StorageStatsService$Lifecycle
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.UiModeManagerService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.locksettings.LockSettingsService$Lifecycle
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.PersistentDataBlockService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.testharness.TestHarnessModeService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.oemlock.OemLockService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.DeviceIdleController
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycl
e
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.texttospeech.TextToSpeechManagerService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.speech.SpeechRecognitionManagerService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.searchui.SearchUiManagerService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.smartspace.SmartspaceManagerService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.graphics.fonts.FontManagerService$Lifecycle
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.textservices.TextServicesManagerService$Lifecycl
e
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.textclassifier.TextClassificationManagerService$
Lifecycle
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.NetworkScoreService$Lifecycle
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.wifi.WifiService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.wifi.scanner.WifiScanningService
12-30 16:59:42.593 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.wifi.p2p.WifiP2pService
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.ethernet.EthernetService
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.ConnectivityServiceInitializer
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.notification.NotificationManagerService
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.storage.DeviceStorageMonitorService
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.location.LocationManagerService$Lifecycle
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.timedetector.TimeDetectorService$Lifecycle
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecyc
le
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.timezonedetector.location.LocationTimeZoneManage
rService$Lifecycle
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.search.SearchManagerService$Lifecycle
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.audio.AudioService$Lifecycle
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareSe
rvice$Lifecycle
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.DockObserver
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.midi.MidiService$Lifecycle
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.adb.AdbService$Lifecycle
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.usb.UsbService$Lifecycle
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.twilight.TwilightService
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.display.color.ColorDisplayService
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.job.JobSchedulerService
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.soundtrigger.SoundTriggerService
12-30 16:59:42.594 1291 1291 D SoundTriggerService: onBootPhase: 520 : false
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.trust.TrustManagerService
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.backup.BackupManagerService$Lifecycle
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.appwidget.AppWidgetService
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.voiceinteraction.VoiceInteractionManagerService
12-30 16:59:42.594 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.apphibernation.AppHibernationService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.GestureLauncherService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.SensorNotificationService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.emergency.EmergencyAffordanceService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.dreams.DreamManagerService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.blob.BlobStoreManagerService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.print.PrintManagerService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.companion.CompanionDeviceManagerService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.restrictions.RestrictionsManagerService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.media.MediaSessionService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.biometrics.sensors.face.FaceService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.biometrics.BiometricService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.biometrics.AuthService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.ShortcutService$Lifecycle
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.LauncherAppsService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.CrossProfileAppsService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.people.PeopleService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.media.metrics.MediaMetricsManagerService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.media.projection.MediaProjectionManagerService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.slice.SliceManagerService$Lifecycle
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.stats.StatsCompanion$Lifecycle
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.scheduling.RebootReadinessManagerService$Lifecyc
le
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.stats.pull.StatsPullAtomService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.incident.IncidentCompanionService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.MmsServiceBroker
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.autofill.AutofillManagerService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.clipboard.ClipboardService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.appbinding.AppBindingService$Lifecycle
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.mediatek.powerhalservice.PowerHalMgrService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.mediatek.server.MtkConnectivitySupplementalService
12-30 16:59:42.595 1291 1291 D MtkConnectivitySupplementalService: onBootPhase:
phase=520
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.tracing.TracingServiceProxy
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.policy.PermissionPolicyService
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.StagingManager$Lifecycle
12-30 16:59:42.595 1291 1291 I SystemServerTiming:
OnBootPhase_520_com.android.server.app.GameManagerService$Lifecycle
12-30 16:59:42.595 1291 1291 I SystemServerTiming: AppSearchManagerService
12-30 16:59:42.599 1291 1414 V ActivityManager: Broadcast: Intent
{ act=android.hardware.display.action.WIFI_DISPLAY_STATUS_CHANGED flg=0x40000010
(has extras) } ordered=false userid=-1 ,pid=1291 ,pkg=android
12-30 16:59:42.624 1291 1291 I SystemServiceManager: Starting
com.android.server.appsearch.AppSearchManagerService
12-30 16:59:42.628 1291 1291 I SystemServerTiming: StartMediaCommunicationService
12-30 16:59:42.629 1291 1291 I SystemServiceManager: Starting
com.android.server.media.MediaCommunicationService
12-30 16:59:42.632 1291 1291 I SystemServerTiming: PhaseActivityManagerReady
12-30 16:59:42.644 1291 1291 I SystemServerTiming: controllersReady
12-30 16:59:42.646 1291 1291 D _V_ThirdPartyIncoming:
DEBUG_THIRD_PARTY_INCOMING_POLICY: systemReady
12-30 16:59:42.647 1291 1291 D _V_ThirdPartyIncoming:
DEBUG_THIRD_PARTY_INCOMING_POLICY:init
12-30 16:59:42.663 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.instagram.android changed
12-30 16:59:42.663 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.facebook.katana changed
12-30 16:59:42.663 1291 1568 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.shopee.ph changed
12-30 16:59:42.663 1291 1573 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.lemon.lvoverseas changed
12-30 16:59:42.664 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.facebook.lite changed
12-30 16:59:42.664 1291 1502 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.outfit7.talkingtomgoldrun changed
12-30 16:59:42.664 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.facebook.orca changed
12-30 16:59:42.664 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.ss.android.ugc.trill changed
12-30 16:59:42.665 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.ext.services changed
12-30 16:59:42.666 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.permissioncontroller changed
12-30 16:59:42.666 1291 1573 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.setupwizard changed
12-30 16:59:42.666 1291 1568 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.cellbroadcastreceiver changed
12-30 16:59:42.666 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.gm changed
12-30 16:59:42.666 1291 1573 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.marvin.talkback changed
12-30 16:59:42.666 1291 1568 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.maps changed
12-30 16:59:42.666 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.chrome changed
12-30 16:59:42.666 1291 1568 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.youtube changed
12-30 16:59:42.666 1291 1573 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.webview changed
12-30 16:59:42.666 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.carrierlocation changed
12-30 16:59:42.666 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.tts changed
12-30 16:59:42.666 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.gms.location.history changed
12-30 16:59:42.666 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.gms changed
12-30 16:59:42.666 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.gsf changed
12-30 16:59:42.666 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.calendar changed
12-30 16:59:42.666 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.vending changed
12-30 16:59:42.666 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.photosgo changed
12-30 16:59:42.666 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.searchlite changed
12-30 16:59:42.666 1291 1502 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.tachyon changed
12-30 16:59:42.666 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.wellbeing changed
12-30 16:59:42.666 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.restore changed
12-30 16:59:42.666 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.assistant changed
12-30 16:59:42.666 1291 1573 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.youtube.music changed
12-30 16:59:42.666 1291 1502 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.configupdater changed
12-30 16:59:42.666 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.gallery changed
12-30 16:59:42.667 1291 1568 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.VideoPlayer changed
12-30 16:59:42.667 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.launcher3 changed
12-30 16:59:42.667 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.feedback changed
12-30 16:59:42.667 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.printspooler changed
12-30 16:59:42.667 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.bbk.iqoo.logsystem changed
12-30 16:59:42.667 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.ewarranty changed
12-30 16:59:42.667 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.bbk.updater changed
12-30 16:59:42.667 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.inputmethod.latin changed
12-30 16:59:42.667 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.SmartKey changed
12-30 16:59:42.667 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.bbk.theme changed
12-30 16:59:42.667 1291 1573 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.mediatek.lbs.em2.ui changed
12-30 16:59:42.667 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.customtool changed
12-30 16:59:42.667 1291 1502 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.camera changed
12-30 16:59:42.667 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.notes changed
12-30 16:59:42.667 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.bbkmusic changed
12-30 16:59:42.667 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.game changed
12-30 16:59:42.667 1291 1573 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.facebook.appmanager changed
12-30 16:59:42.667 1291 1568 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.iqoo.user.engineermode changed
12-30 16:59:42.667 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.cota changed
12-30 16:59:42.667 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.partnersetup changed
12-30 16:59:42.667 1291 1568 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.weather changed
12-30 16:59:42.667 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.website changed
12-30 16:59:42.667 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.companiondevicemanager changed
12-30 16:59:42.667 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.imanager changed
12-30 16:59:42.667 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.deskclock changed
12-30 16:59:42.667 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.bbk.account changed
12-30 16:59:42.667 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.incallui changed
12-30 16:59:42.668 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.mediatek.ygps changed
12-30 16:59:42.668 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.mms changed
12-30 16:59:42.668 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.easyshare changed
12-30 16:59:42.668 1291 1414 W ActivityManager: Unable to start service Intent
{ act=com.vivo.smartmultiwindow.manager_smartmultiwindow_state
pkg=com.vivo.smartmultiwindow } U=0: not found
12-30 16:59:42.668 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.amap.android.location changed
12-30 16:59:42.668 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.browser changed
12-30 16:59:42.668 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.downloads changed
12-30 16:59:42.668 1291 1573 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.captiveportallogin changed
12-30 16:59:42.668 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.bips changed
12-30 16:59:42.668 1291 1573 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.soundpicker changed
12-30 16:59:42.668 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.videoeditor changed
12-30 16:59:42.668 1291 1573 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.contacts changed
12-30 16:59:42.668 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.facebook.services changed
12-30 16:59:42.668 1291 1573 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.appstore changed
12-30 16:59:42.668 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.blockednumber changed
12-30 16:59:42.668 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.userdictionary changed
12-30 16:59:42.668 1291 1414 D _V_VivoFreeformActivityManager: register Freeform
User Switch Observer.
12-30 16:59:42.668 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.contacts changed
12-30 16:59:42.668 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.mtp changed
12-30 16:59:42.668 1291 1414 D _V_VivoFreeformActivityManager: unregister
Freeform User Switch Observer.
12-30 16:59:42.668 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.calendar changed
12-30 16:59:42.668 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.media.module changed
12-30 16:59:42.669 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.shell changed
12-30 16:59:42.669 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.bluetooth changed
12-30 16:59:42.669 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.mediatek.ims changed
12-30 16:59:42.669 1291 1502 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.setupwizard changed
12-30 16:59:42.669 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.systemui changed
12-30 16:59:42.669 1291 1414 D _V_VivoActivityTaskManagerServiceImpl:
mGetVivoMultiWindowRunnable.
12-30 16:59:42.669 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.phone changed
12-30 16:59:42.669 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.fuelsummary changed
12-30 16:59:42.669 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.mediatek.location.lppe.main changed
12-30 16:59:42.669 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.nbu.files changed
12-30 16:59:42.669 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.cellbroadcastservice changed
12-30 16:59:42.669 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.pem changed
12-30 16:59:42.670 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.appfilter changed
12-30 16:59:42.670 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.networkstack.inprocess changed
12-30 16:59:42.670 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.smartshot changed
12-30 16:59:42.670 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package android changed
12-30 16:59:42.670 1291 1495 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.aiengine changed
12-30 16:59:42.670 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.mms.service changed
12-30 16:59:42.670 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.daemonService changed
12-30 16:59:42.670 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.settings changed
12-30 16:59:42.670 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.jadard.tp changed
12-30 16:59:42.670 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.mediatek changed
12-30 16:59:42.670 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.faceui changed
12-30 16:59:42.670 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.server.telecom changed
12-30 16:59:42.670 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.networkstate changed
12-30 16:59:42.670 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.audiofx changed
12-30 16:59:42.670 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.settings changed
12-30 16:59:42.670 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.multinlp changed
12-30 16:59:42.670 1291 1515 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.networkstack.tethering.inprocess
changed
12-30 16:59:42.670 1291 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.location.fused changed
12-30 16:59:42.670 1291 1568 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.pushservice changed
12-30 16:59:42.671 1291 1502 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.omacp changed
12-30 16:59:42.671 1291 1422 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.dialer changed
12-30 16:59:42.672 1291 1556 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.abe changed
12-30 16:59:42.673 1291 1573 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.ons changed
12-30 16:59:42.675 1291 1291 I SystemServerTiming: killProcesses
12-30 16:59:42.677 1291 1291 I ActivityManager: System now ready
12-30 16:59:42.679 1291 1291 I SystemServerTiming:
updateTopComponentForFactoryTest
12-30 16:59:42.680 1291 1291 I SystemServerTiming: registerActivityLaunchObserver
12-30 16:59:42.680 1291 1291 I SystemServerTiming: watchDeviceProvisioning
12-30 16:59:42.694 1291 1291 I SystemServerTiming: retrieveSettings
12-30 16:59:42.696 1291 1291 I ActivityTaskManager: Config changes=10000100
{1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port night
finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.8 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:42.697 1291 1291 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port
night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} as.1 s.9 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:42.698 1291 1291 I WindowManager: Override config changes=10000100
{1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port night
finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.8 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1} for displayId=0
12-30 16:59:42.706 1291 1291 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{3340c25 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=true sz=0}
12-30 16:59:42.710 1291 1415 D _V_WindowManager: call
SystemAutoRecoverManagerInternal.needToCheckHomeActivity cause exception:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean
com.vivo.services.autorecover.SystemAutoRecoverManagerInternal.needToCheckHomeActiv
ity()' on a null object reference
12-30 16:59:42.711 1291 1291 I SystemServerTiming: Ugm.onSystemReady
12-30 16:59:42.712 1291 1291 I SystemServerTiming: updateForceBackgroundCheck
12-30 16:59:42.712 1291 1291 I SystemServer: Making services ready
12-30 16:59:42.712 1291 1291 I SystemServerTiming: StartActivityManagerReadyPhase
12-30 16:59:42.712 1291 1291 I SystemServiceManager: Starting phase 550
12-30 16:59:42.712 1291 1291 I SystemServerTiming: OnBootPhase_550
12-30 16:59:42.712 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.vivo.services.vgc.cbs.VivoCbsService
12-30 16:59:42.723 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.security.FileIntegrityService
12-30 16:59:42.723 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.Installer
12-30 16:59:42.724 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.os.DeviceIdentifiersPolicyService
12-30 16:59:42.724 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.uri.UriGrantsManagerService$Lifecycle
12-30 16:59:42.724 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.powerstats.PowerStatsService
12-30 16:59:42.724 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.wm.ActivityTaskManagerService$Lifecycle
12-30 16:59:42.724 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.am.ActivityManagerService$Lifecycle
12-30 16:59:42.767 1291 1431 D _V_ConfigurationManager: get key from abe
12-30 16:59:42.767 1291 1431 D _V_ConfigurationManager: effectcipher : true false
12-30 16:59:42.864 1291 1291 W SystemServiceManager: Service
com.android.server.am.ActivityManagerService$Lifecycle took 140 ms in onBootPhase
12-30 16:59:42.865 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.DataLoaderManagerService
12-30 16:59:42.865 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.power.PowerManagerService
12-30 16:59:42.865 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.power.ThermalManagerService
12-30 16:59:42.866 1291 1431 I _V_AmsConfigManager: init
mBgstartAllowedServiceStringList:StringList{name='bgstart_allowed_service',
size=19, values=[com.iqoo.secure, com.vivo.safecenter, com.bbk.cloud,
com.bbk.updater, com.vivo.browser, com.mobile.cos.iroaming,
com.eg.android.AlipayGphone, com.vivo.share, com.google.android.gms, com.bbk.theme,
com.unionpay.tsmservice, com.vivo.weather, com.bbk.appstore, com.vivo.customtool,
com.vivo.imanager, com.vivo.gamecube, com.vivo.video.floating, com.vivo.cota,
com.vivo.widget.cleanspeed], uninitialized=false},mForceStopAppStringList =
StringList{name='force_stop_app', size=14, values=[com.android.bbkmusic,
com.android.settings, com.bbk.theme, com.vivo.appstore, com.bbk.appstore,
com.android.providers.downloads, com.android.bbksoundrecorder, com.vivo.smartshot,
com.vivo.browser, com.vivo.email, com.vivo.FMRadio, com.vivo.appfilter,
com.iqoo.trafficupgrade, force_test], uninitialized=false},
mAnrMonitorPackageStringList=StringList{name='anr_monitor_package', size=10,
values=[com.android.systemui, com.bbk.launcher2, com.vivo.upslide,
com.vivo.gallery, com.android.bbkmusic, com.vivo.daemonService, com.android.camera,
com.vivo.browser, com.vivo.appstore, anr_test], uninitialized=false},
mBgstartAllowedActivityStringList=StringList{name='bgstart_allowed_activity',
size=0, values=[], uninitialized=true},
mVivoProtectedBroadcastBlackStringList=StringList{name='vivo_unprotected_broadcast'
, size=0, values=[], uninitialized=true},
mVivoProtectedBroadcastBlackDlStringList=StringList{name='vivo_unprotected_broadcas
t_dl', size=0, values=[], uninitialized=true},
mVivoProtectedBroadcastWhiteStringList=StringList{name='vivo_protected_broadcast',
size=0, values=[], uninitialized=true},
mSplashOptComponentStringList=StringList{name='vivo_splash_opt_component', size=0,
values=[], uninitialized=true},
mCngcoreBlackStringList=StringList{name='cngcore_black', size=0, values=[],
uninitialized=true}
12-30 16:59:42.872 1291 1291 I ThermalHalWrapper: Thermal HAL 2.0 service
connected.
12-30 16:59:42.891 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.power.hint.HintManagerService
12-30 16:59:42.891 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
12-30 16:59:42.891 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.lights.LightsService
12-30 16:59:42.891 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.display.DisplayManagerService
12-30 16:59:42.891 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.display.VivoDisplayStateService
12-30 16:59:42.892 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.verify.domain.DomainVerificationService
12-30 16:59:42.892 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.PackageInstallerService$Lifecycle
12-30 16:59:42.892 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.UserManagerService$LifeCycle
12-30 16:59:42.892 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.om.OverlayManagerService
12-30 16:59:42.892 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.SensorPrivacyService
12-30 16:59:42.892 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.sensors.SensorService
12-30 16:59:42.892 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.SystemConfigService
12-30 16:59:42.892 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.BatteryService
12-30 16:59:42.893 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:supportLowBatteryNotification value:1
pkg:android userId:0
12-30 16:59:42.893 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.usage.UsageStatsService
12-30 16:59:42.893 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.webkit.WebViewUpdateService
12-30 16:59:42.893 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.CachedDeviceStateService
12-30 16:59:42.893 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.BinderCallsStatsService$LifeCycle
12-30 16:59:42.893 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.LooperStatsService$Lifecycle
12-30 16:59:42.893 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.rollback.RollbackManagerService
12-30 16:59:42.893 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.os.NativeTombstoneManagerService
12-30 16:59:42.894 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.os.BugreportManagerService
12-30 16:59:42.894 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.gpu.GpuService
12-30 16:59:42.894 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.security.KeyChainSystemService
12-30 16:59:42.894 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.telecom.TelecomLoaderService
12-30 16:59:42.897 1291 1291 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}
12-30 16:59:42.901 1291 1291 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}
12-30 16:59:42.905 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.accounts.AccountManagerService$Lifecycle
12-30 16:59:42.905 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.content.ContentService$Lifecycle
12-30 16:59:42.920 1291 1513 E NativeTombstoneManager: Tombstone's UID (1047) not
an app, ignoring
12-30 16:59:42.921 1291 1513 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
12-30 16:59:42.930 1291 1669 I _V_Sensor_FactoryManager: VivoSensorTest
type=0x208; cmd=22
12-30 16:59:42.932 1291 1669 I _V_Sensor_FactoryManager: VivoSensorTest
type=0x600; cmd=28
12-30 16:59:42.983 1291 1431 D _V_ConfigurationManager: get key from abe
12-30 16:59:42.983 1291 1431 D _V_ConfigurationManager: effectcipher : true false
12-30 16:59:42.985 1291 1431 I _V_AmsConfigManager:
mBgstartAllowedServiceStringList size=19
12-30 16:59:42.986 1291 1431 I _V_AmsConfigManager: mForceStopAppStringList
size=14
12-30 16:59:42.986 1291 1431 I _V_AmsConfigManager: mAnrMonitorPackageStringList
size=10
12-30 16:59:42.986 1291 1431 I _V_AmsConfigManager:
updateActivityControlConfig...
12-30 16:59:42.986 1291 1431 I _V_AmsConfigManager:
mBgstartAllowedServiceStringList size=0
12-30 16:59:42.986 1291 1431 I _V_AmsConfigManager:
mVivoProtectedBroadcastBlackStringList size=0
12-30 16:59:42.987 1291 1431 I _V_AmsConfigManager:
mVivoProtectedBroadcastBlackDlStringList size=0
12-30 16:59:42.987 1291 1431 I _V_AmsConfigManager:
mVivoProtectedBroadcastWhiteStringList size=0
12-30 16:59:42.987 1291 1431 I _V_AmsConfigManager: mCngcoreBlackStringList
size=0
12-30 16:59:42.987 1291 1431 I _V_AmsConfigManager: updateBinderControlList...
12-30 16:59:43.010 1291 1513 E NativeTombstoneManager: Tombstone's UID (1047) not
an app, ignoring
12-30 16:59:43.011 1291 1513 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
12-30 16:59:43.035 1291 1513 E NativeTombstoneManager: Tombstone's UID (1047) not
an app, ignoring
12-30 16:59:43.037 1291 1513 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
12-30 16:59:43.061 1291 1513 E NativeTombstoneManager: Tombstone's UID (0) not an
app, ignoring
12-30 16:59:43.062 1291 1513 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x0
12-30 16:59:43.500 1291 1291 W SystemServiceManager: Service
com.android.server.content.ContentService$Lifecycle took 595 ms in onBootPhase
12-30 16:59:43.500 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.DropBoxManagerService
12-30 16:59:43.500 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.role.RoleService
12-30 16:59:43.500 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.vibrator.VibratorManagerService$Lifecycle
12-30 16:59:43.500 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.mediatek.server.MtkAlarmManagerService
12-30 16:59:43.500 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.devicestate.DeviceStateManagerService
12-30 16:59:43.500 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.camera.CameraServiceProxy
12-30 16:59:43.500 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.BluetoothService
12-30 16:59:43.500 1291 1291 D BluetoothManagerService: Bluetooth boot completed
12-30 16:59:43.505 1291 1291 D _V_VivoBluetoothManagerServiceImpl:
updateBluetoothStatePolicy start! vgcstate = 10 override = false currentstate = 10
12-30 16:59:43.506 1291 1291 D _V_VivoBluetoothManagerServiceImpl:
getUserTurnOnOffBluetooth userTurnOffBluetooth = true
12-30 16:59:43.506 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.connectivity.IpConnectivityMetrics
12-30 16:59:43.506 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
12-30 16:59:43.517 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.PinnerService
12-30 16:59:43.517 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.google.android.startop.iorap.IorapForwardingService
12-30 16:59:43.517 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.integrity.AppIntegrityManagerService
12-30 16:59:43.517 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
12-30 16:59:43.518 1291 1291 D InputMethodManagerService: --- systemReady
12-30 16:59:43.521 1291 1291 D InputMethodManagerService: --- re-
buildInputMethodList reset = false
12-30 16:59:43.521 1291 1291 D InputMethodManagerService: ------
caller=com.android.server.inputmethod.InputMethodManagerService.systemRunning:1923
com.android.server.inputmethod.InputMethodManagerService$Lifecycle.onBootPhase:1610
com.android.server.SystemServiceManager.startBootPhase:235
com.android.server.SystemServer.lambda$startOtherServices$6$SystemServer:2996
com.android.server.SystemServer$$ExternalSyntheticLambda5.run:48
com.android.server.am.ActivityManagerService.systemReady:8697
com.android.server.SystemServer.startOtherServices:2987
com.android.server.SystemServer.run:1065 com.android.server.SystemServer.main:738
java.lang.reflect.Method.invoke:-2
12-30 16:59:43.521 1291 1291 D InputMethodManagerService: Checking
com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
12-30 16:59:43.580 1291 1557 E _V_PowerDataReport: The current time is less than
the last time, so failed
12-30 16:59:43.580 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:43.604 1291 1291 D InputMethodManagerService: Found an input method
InputMethodInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.
LatinIME, settings:
com.google.android.apps.inputmethod.latin.preference.SettingsActivity}
12-30 16:59:43.605 1291 1291 I InputMethodManagerService: Found no valid default
Voice IME. If the user is still locked, this may be expected.
12-30 16:59:43.612 1291 1291 W SystemServiceManager: Service
com.android.server.inputmethod.InputMethodManagerService$Lifecycle took 95 ms in
onBootPhase
12-30 16:59:43.612 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Li
fecycle
12-30 16:59:43.613 1291 1291 D SecInputMethodManagerService: --- systemReady
12-30 16:59:43.615 1291 1291 D SecInputMethodManagerService: --- re-
buildInputMethodList reset = false
12-30 16:59:43.615 1291 1291 D SecInputMethodManagerService: ------
caller=com.android.server.inputmethod.InputMethodManagerService.systemRunning:1923
com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Lifecycle.onBootPh
ase:447 com.android.server.SystemServiceManager.startBootPhase:235
com.android.server.SystemServer.lambda$startOtherServices$6$SystemServer:2996
com.android.server.SystemServer$$ExternalSyntheticLambda5.run:48
com.android.server.am.ActivityManagerService.systemReady:8697
com.android.server.SystemServer.startOtherServices:2987
com.android.server.SystemServer.run:1065 com.android.server.SystemServer.main:738
java.lang.reflect.Method.invoke:-2
12-30 16:59:43.616 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.accessibility.AccessibilityManagerService$Lifecy
cle
12-30 16:59:43.616 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.StorageManagerService$Lifecycle
12-30 16:59:43.616 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.usage.StorageStatsService$Lifecycle
12-30 16:59:43.616 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.UiModeManagerService
12-30 16:59:43.617 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.locksettings.LockSettingsService$Lifecycle
12-30 16:59:43.618 1291 1291 I RebootEscrowManager: No reboot escrow data found
for users, skipping loading escrow data
12-30 16:59:43.620 1291 1565 I DefragService: defrag service scheduleIdlePass
12-30 16:59:43.620 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.PersistentDataBlockService
12-30 16:59:43.620 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.testharness.TestHarnessModeService
12-30 16:59:43.620 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.oemlock.OemLockService
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.DeviceIdleController
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycl
e
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.texttospeech.TextToSpeechManagerService
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.speech.SpeechRecognitionManagerService
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.searchui.SearchUiManagerService
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.smartspace.SmartspaceManagerService
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.graphics.fonts.FontManagerService$Lifecycle
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.textservices.TextServicesManagerService$Lifecycl
e
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.textclassifier.TextClassificationManagerService$
Lifecycle
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.NetworkScoreService$Lifecycle
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.wifi.WifiService
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.wifi.scanner.WifiScanningService
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.wifi.p2p.WifiP2pService
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.ethernet.EthernetService
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.ConnectivityServiceInitializer
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.notification.NotificationManagerService
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.storage.DeviceStorageMonitorService
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.location.LocationManagerService$Lifecycle
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.timedetector.TimeDetectorService$Lifecycle
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecyc
le
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.timezonedetector.location.LocationTimeZoneManage
rService$Lifecycle
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.search.SearchManagerService$Lifecycle
12-30 16:59:43.621 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
12-30 16:59:43.626 1291 1291 V WallpaperManagerService:
bindWallpaperComponentLocked:
componentName=ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpape
r}
12-30 16:59:43.627 1291 1565 W StorageManagerService: nextTime: 42081374
12-30 16:59:43.630 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.systemui uid 10047, isRmsPreload = false, keepQuiet =false
12-30 16:59:43.631 1291 1291 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 16:59:43.635 1291 1291 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.systemui
12-30 16:59:43.636 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10047; state: DISABLED
12-30 16:59:43.637 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10047; state: DISABLED
12-30 16:59:43.637 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10047; state: DISABLED
12-30 16:59:43.637 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10047; state: ENABLED
12-30 16:59:43.638 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10047; state: ENABLED
12-30 16:59:43.640 1291 1291 W _V_VivoWallpaperManagerServiceImpl: Failed to
notifyWallpaperChanged to SurfaceFlinger
12-30 16:59:43.654 1291 1436 I ActivityManager: Start proc
1755:com.android.systemui/u0a47 for service
{com.android.systemui/com.android.systemui.ImageWallpaper}
12-30 16:59:43.678 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:43.716 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:portrait value:0 pkg:android userId:0
12-30 16:59:43.716 1291 1291 W _V_VivoWallpaperManagerServiceImpl: Wallpaper
width equals screen width!!!
12-30 16:59:43.725 1291 1704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:43.727 1291 1291 W SystemServiceManager: Service
com.android.server.wallpaper.WallpaperManagerService$Lifecycle took 106 ms in
onBootPhase
12-30 16:59:43.727 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.audio.AudioService$Lifecycle
12-30 16:59:43.727 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareSe
rvice$Lifecycle
12-30 16:59:43.727 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.DockObserver
12-30 16:59:43.727 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.midi.MidiService$Lifecycle
12-30 16:59:43.727 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.adb.AdbService$Lifecycle
12-30 16:59:43.727 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:adb_enabled value:0 pkg:android userId:0
12-30 16:59:43.728 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:adb_wifi_enabled value:0 pkg:android
userId:0
12-30 16:59:43.728 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.usb.UsbService$Lifecycle
12-30 16:59:43.728 1291 1704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:43.729 1291 1515 I SystemServerTimingAsync:
InitThreadPoolExec:UsbService$Lifecycle#onBootPhase
12-30 16:59:43.731 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.twilight.TwilightService
12-30 16:59:43.732 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.display.color.ColorDisplayService
12-30 16:59:43.732 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.job.JobSchedulerService
12-30 16:59:43.732 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.soundtrigger.SoundTriggerService
12-30 16:59:43.732 1291 1291 D SoundTriggerService: onBootPhase: 550 : false
12-30 16:59:43.732 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.trust.TrustManagerService
12-30 16:59:43.732 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.backup.BackupManagerService$Lifecycle
12-30 16:59:43.733 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.appwidget.AppWidgetService
12-30 16:59:43.733 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.voiceinteraction.VoiceInteractionManagerService
12-30 16:59:43.733 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.apphibernation.AppHibernationService
12-30 16:59:43.733 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.GestureLauncherService
12-30 16:59:43.733 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.SensorNotificationService
12-30 16:59:43.733 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.emergency.EmergencyAffordanceService
12-30 16:59:43.733 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.dreams.DreamManagerService
12-30 16:59:43.733 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.blob.BlobStoreManagerService
12-30 16:59:43.734 1291 1704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:43.735 1291 1645 I UsbPortManager: ClientCallback V1_2:
12-30 16:59:43.737 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.print.PrintManagerService
12-30 16:59:43.737 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.companion.CompanionDeviceManagerService
12-30 16:59:43.737 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.restrictions.RestrictionsManagerService
12-30 16:59:43.737 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.media.MediaSessionService
12-30 16:59:43.737 1291 1411 I UsbPortManager: USB port added: port=UsbPort{id=,
supportedModes=ufpsupportedContaminantProtectionModes=1supportsEnableContaminantPre
senceProtection=falsesupportsEnableContaminantPresenceDetection=false,
status=UsbPortStatus{connected=true, currentMode=ufp, currentPowerRole=sink,
currentDataRole=device, supportedRoleCombinations=[sink:device],
contaminantDetectionStatus=2, contaminantProtectionStatus=0}, canChangeMode=false,
canChangePowerRole=false, canChangeDataRole=false, connectedAtMillis=30775,
lastConnectDurationMillis=0
12-30 16:59:43.738 1291 1630 W BluetoothManagerService:
bindBluetoothProfileService:Trying to bind to profile: 1, while Bluetooth is
disabled
12-30 16:59:43.739 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.biometrics.sensors.face.FaceService
12-30 16:59:43.739 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.biometrics.BiometricService
12-30 16:59:43.739 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.biometrics.AuthService
12-30 16:59:43.739 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.ShortcutService$Lifecycle
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.LauncherAppsService
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.CrossProfileAppsService
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.people.PeopleService
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.media.metrics.MediaMetricsManagerService
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.media.projection.MediaProjectionManagerService
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.slice.SliceManagerService$Lifecycle
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.stats.StatsCompanion$Lifecycle
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.scheduling.RebootReadinessManagerService$Lifecyc
le
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.stats.pull.StatsPullAtomService
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.incident.IncidentCompanionService
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.MmsServiceBroker
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.autofill.AutofillManagerService
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.clipboard.ClipboardService
12-30 16:59:43.740 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.appbinding.AppBindingService$Lifecycle
12-30 16:59:43.771 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10047; state: DISABLED
12-30 16:59:43.789 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:43.797 1291 1704 W ActivityManager: Slow operation: 58ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 16:59:43.809 1291 1291 I AppBindingService: Updating constants with: null
12-30 16:59:43.809 1291 1291 W SystemServiceManager: Service
com.android.server.appbinding.AppBindingService$Lifecycle took 68 ms in onBootPhase
12-30 16:59:43.809 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.mediatek.powerhalservice.PowerHalMgrService
12-30 16:59:43.810 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.mediatek.server.MtkConnectivitySupplementalService
12-30 16:59:43.810 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:43.811 1291 1291 D MtkConnectivitySupplementalService: onBootPhase:
phase=550
12-30 16:59:43.811 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.tracing.TracingServiceProxy
12-30 16:59:43.812 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.policy.PermissionPolicyService
12-30 16:59:43.890 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:43.940 1291 1486 W PackageManager: Preserving older settings backup
12-30 16:59:43.992 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:44.035 1291 1630 W BluetoothManagerService:
bindBluetoothProfileService:Trying to bind to profile: 1026, while Bluetooth is
disabled
12-30 16:59:44.082 1291 1291 I PackageManager: Permission ownership changed.
Updating all permissions.
12-30 16:59:44.094 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:44.195 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:44.221 1291 1291 W SystemServiceManager: Service
com.android.server.policy.PermissionPolicyService took 409 ms in onBootPhase
12-30 16:59:44.221 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.StagingManager$Lifecycle
12-30 16:59:44.221 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.app.GameManagerService$Lifecycle
12-30 16:59:44.221 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.appsearch.AppSearchManagerService
12-30 16:59:44.221 1291 1291 I SystemServerTiming:
OnBootPhase_550_com.android.server.media.MediaCommunicationService
12-30 16:59:44.221 1291 1291 I SystemServerTiming: StartObservingNativeCrashes
12-30 16:59:44.222 1291 1291 I SystemServerTiming: RegisterAppOpsPolicy
12-30 16:59:44.225 1291 1411 W Looper : Slow dispatch took 141ms android.fg
h=android.os.Handler c=<recycled PooledLambda@bbc639c> m=0
12-30 16:59:44.226 1291 1514 I SystemServerTimingAsync:
InitThreadPoolExec:WebViewFactoryPreparation
12-30 16:59:44.226 1291 1291 I _V_VivoSystemServer: StartANRManager
12-30 16:59:44.227 1291 1514 I SystemServer: WebViewFactoryPreparation
12-30 16:59:44.227 1291 1514 I SystemServerTimingAsync: WebViewFactoryPreparation
12-30 16:59:44.231 1291 1291 I SystemServerTiming:
MakeNetworkManagementServiceReady
12-30 16:59:44.233 1291 1594 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.abe
12-30 16:59:44.233 1291 1594 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 16:59:44.239 1291 1291 I SystemServerTiming: MakeIpSecServiceReady
12-30 16:59:44.241 1291 1291 D IpSecService: IpSecService is ready
12-30 16:59:44.241 1291 1291 I SystemServerTiming: MakeNetworkStatsServiceReady
12-30 16:59:44.243 1291 1514 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 1000; state: DISABLED
12-30 16:59:44.243 1291 1514 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 1000; state: DISABLED
12-30 16:59:44.244 1291 1514 D CompatibilityChangeReporter: Compat change id
reported: 178038272; UID 1000; state: DISABLED
12-30 16:59:44.246 1291 1457 W BatteryExternalStatsWorker: error reading modem
stats:ERROR_PHONE_NOT_AVAILABLE
12-30 16:59:44.255 1291 1436 I Watchdog: Interesting Java process com.vivo.abe
started. Pid 1811
12-30 16:59:44.255 1291 1436 I ActivityManager: Start proc 1811:com.vivo.abe/1000
for content provider {com.vivo.abe/com.vivo.unifiedconfig.UnifiedConfigProvider}
12-30 16:59:44.262 1291 1584 D _V_VivoNpmsImpl:
isAllowUnPrivilegedAppAddAsDefault = false
12-30 16:59:44.262 1291 1584 D _V_VivoNpmsImpl:
isAllowUnPrivilegedAppAddAsDefault = false
12-30 16:59:44.263 1291 1584 D _V_VivoNpmsImpl:
isAllowUnPrivilegedAppAddAsDefault = false
12-30 16:59:44.267 1291 1584 W NetworkPolicy: setRestrictBackgroundUL: already
false
12-30 16:59:44.278 1291 1436 I ActivityManager: Start proc 1814:WebViewLoader-
armeabi-v7a/1037 [android.webkit.WebViewLibraryLoader$RelroFileCreator] for null
12-30 16:59:44.280 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10061; state: ENABLED
12-30 16:59:44.290 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10074; state: ENABLED
12-30 16:59:44.294 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10192; state: ENABLED
12-30 16:59:44.298 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:44.300 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10096; state: ENABLED
12-30 16:59:44.312 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10185; state: ENABLED
12-30 16:59:44.313 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10188; state: ENABLED
12-30 16:59:44.316 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10106; state: ENABLED
12-30 16:59:44.317 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10163; state: ENABLED
12-30 16:59:44.324 1291 1291 I SystemServerTiming: MakeConnectivityServiceReady
12-30 16:59:44.349 1291 1600 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:wifi_acc_temp_disabled value: pkg:android userId:0
12-30 16:59:44.362 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10170; state: ENABLED
12-30 16:59:44.363 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10132; state: ENABLED
12-30 16:59:44.399 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:44.411 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10152; state: ENABLED
12-30 16:59:44.412 1291 1471 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 16:59:44.427 1291 1471 W ActivityManager: Slow operation: 58ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
12-30 16:59:44.430 1291 1408 W PackageManager: Loading a package that does not
exist for the calling user. package=null, user=0
12-30 16:59:44.433 1291 1291 I SystemServerTiming: MakeVpnManagerServiceReady
12-30 16:59:44.457 1291 1291 I SystemServerTiming: MakeVcnManagementServiceReady
12-30 16:59:44.478 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 16:59:44.501 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:44.551 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 182478738; UID 1000; state: ENABLED
12-30 16:59:44.552 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10093; state: ENABLED
12-30 16:59:44.553 1291 1411 W Looper : Slow delivery took 217ms android.fg
h=android.os.Handler c=<recycled PooledLambda@e7151f9> m=0
12-30 16:59:44.553 1291 1411 W Looper : Slow dispatch took 102ms android.fg
h=android.os.Handler c=<recycled PooledLambda@e7151f9> m=0
12-30 16:59:44.556 1291 1291 I SystemServerTiming: MakeNetworkPolicyServiceReady
12-30 16:59:44.557 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10153; state: ENABLED
12-30 16:59:44.561 1291 1408 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:44.566 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10055; state: ENABLED
12-30 16:59:44.570 1291 1471 W StorageManagerService: No primary storage defined
yet; hacking together a stub
12-30 16:59:44.586 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10080; state: ENABLED
12-30 16:59:44.594 1291 1584 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10123; state: ENABLED
12-30 16:59:44.600 1291 1408 I ActivityManager: Process WebViewLoader-armeabi-v7a
(pid 1814) has died: psvc PER
12-30 16:59:44.602 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:44.653 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 16:59:44.653 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 16:59:44.704 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:44.706 1291 1596 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:44.715 1291 1591 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:44.717 1291 1590 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:44.722 1291 1596 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:44.813 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:44.815 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:44.857 1291 1431 D _V_NotificationWhiteListManager: do not apply
default
12-30 16:59:44.868 1291 1291 I SystemServerTiming: PhaseThirdPartyAppsCanStart
12-30 16:59:44.868 1291 1291 I SystemServiceManager: Starting phase 600
12-30 16:59:44.869 1291 1291 I SystemServerTiming: OnBootPhase_600
12-30 16:59:44.869 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.vivo.services.vgc.cbs.VivoCbsService
12-30 16:59:44.869 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.security.FileIntegrityService
12-30 16:59:44.869 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.Installer
12-30 16:59:44.869 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.os.DeviceIdentifiersPolicyService
12-30 16:59:44.869 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.uri.UriGrantsManagerService$Lifecycle
12-30 16:59:44.869 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.powerstats.PowerStatsService
12-30 16:59:44.869 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.wm.ActivityTaskManagerService$Lifecycle
12-30 16:59:44.869 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.am.ActivityManagerService$Lifecycle
12-30 16:59:44.872 1291 1291 I ExplicitHealthCheckController: Explicit health
checks enabled.
12-30 16:59:44.872 1291 1291 I PackageWatchdog: Syncing state, reason: health
check state enabled
12-30 16:59:44.873 1291 1291 I PackageWatchdog: Discarding observer rollback-
observer. All packages expired
12-30 16:59:44.873 1291 1425 I PackageWatchdog: Saving observer state to file
12-30 16:59:44.874 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.DataLoaderManagerService
12-30 16:59:44.874 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.power.PowerManagerService
12-30 16:59:44.874 1291 1291 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:boot_count value:20 pkg:android userId:0
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.power.ThermalManagerService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.power.hint.HintManagerService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.lights.LightsService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.display.DisplayManagerService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.display.VivoDisplayStateService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.verify.domain.DomainVerificationService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.PackageInstallerService$Lifecycle
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.UserManagerService$LifeCycle
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.om.OverlayManagerService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.SensorPrivacyService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.sensors.SensorService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.SystemConfigService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.BatteryService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.usage.UsageStatsService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.webkit.WebViewUpdateService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.CachedDeviceStateService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.BinderCallsStatsService$LifeCycle
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.LooperStatsService$Lifecycle
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.rollback.RollbackManagerService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.os.NativeTombstoneManagerService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.os.BugreportManagerService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.gpu.GpuService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.security.KeyChainSystemService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.telecom.TelecomLoaderService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.accounts.AccountManagerService$Lifecycle
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.content.ContentService$Lifecycle
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.DropBoxManagerService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.role.RoleService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.vibrator.VibratorManagerService$Lifecycle
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.mediatek.server.MtkAlarmManagerService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.devicestate.DeviceStateManagerService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.camera.CameraServiceProxy
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.BluetoothService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.connectivity.IpConnectivityMetrics
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.PinnerService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.google.android.startop.iorap.IorapForwardingService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.integrity.AppIntegrityManagerService
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Li
fecycle
12-30 16:59:44.875 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.accessibility.AccessibilityManagerService$Lifecy
cle
12-30 16:59:44.876 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.StorageManagerService$Lifecycle
12-30 16:59:44.876 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.usage.StorageStatsService$Lifecycle
12-30 16:59:44.876 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.UiModeManagerService
12-30 16:59:44.876 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.locksettings.LockSettingsService$Lifecycle
12-30 16:59:44.876 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.PersistentDataBlockService
12-30 16:59:44.876 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.testharness.TestHarnessModeService
12-30 16:59:44.876 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.oemlock.OemLockService
12-30 16:59:44.876 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.DeviceIdleController
12-30 16:59:44.876 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycl
e
12-30 16:59:44.876 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.texttospeech.TextToSpeechManagerService
12-30 16:59:44.876 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.speech.SpeechRecognitionManagerService
12-30 16:59:44.877 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.searchui.SearchUiManagerService
12-30 16:59:44.879 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.smartspace.SmartspaceManagerService
12-30 16:59:44.879 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.graphics.fonts.FontManagerService$Lifecycle
12-30 16:59:44.880 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.textservices.TextServicesManagerService$Lifecycl
e
12-30 16:59:44.880 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.textclassifier.TextClassificationManagerService$
Lifecycle
12-30 16:59:44.880 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.NetworkScoreService$Lifecycle
12-30 16:59:44.880 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.wifi.WifiService
12-30 16:59:44.880 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.wifi.scanner.WifiScanningService
12-30 16:59:44.880 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.wifi.p2p.WifiP2pService
12-30 16:59:44.880 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.ethernet.EthernetService
12-30 16:59:44.880 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.ConnectivityServiceInitializer
12-30 16:59:44.880 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.notification.NotificationManagerService
12-30 16:59:44.882 1291 1291 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
12-30 16:59:44.887 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.storage.DeviceStorageMonitorService
12-30 16:59:44.887 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.location.LocationManagerService$Lifecycle
12-30 16:59:44.901 1291 1291 D DeviceIdleController:
startMonitoringMotionLocked()
12-30 16:59:44.908 1291 1291 D DeviceIdleController: scheduleMotionAlarmLocked
12-30 16:59:44.909 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 17, arg2: 1, arg3: 1000, arg4: 0, name: android
12-30 16:59:44.913 1291 1510 D DeviceIdleController: handleMessage(7)
12-30 16:59:44.914 1291 1510 D DeviceIdleController: handleMessage(7)
12-30 16:59:44.924 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1000; state: ENABLED
12-30 16:59:44.925 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:44.989 1291 1510 D DeviceIdleController: handleMessage(7)
12-30 16:59:44.991 1291 1411 W Looper : Drained
12-30 16:59:44.991 1291 1889 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.007 1291 1291 W SystemServiceManager: Service
com.android.server.location.LocationManagerService$Lifecycle took 119 ms in
onBootPhase
12-30 16:59:45.007 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.timedetector.TimeDetectorService$Lifecycle
12-30 16:59:45.007 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecyc
le
12-30 16:59:45.007 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.timezonedetector.location.LocationTimeZoneManage
rService$Lifecycle
12-30 16:59:45.007 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.search.SearchManagerService$Lifecycle
12-30 16:59:45.007 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
12-30 16:59:45.008 1291 1291 I WallpaperManagerService: switch-user-0
12-30 16:59:45.008 1291 1291 V WallpaperManagerService:
bindWallpaperComponentLocked:
componentName=ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpape
r}
12-30 16:59:45.009 1291 1889 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 1000; state: ENABLED
12-30 16:59:45.009 1291 1889 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 1000; state: DISABLED
12-30 16:59:45.010 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.systemui uid 10047, isRmsPreload = false, keepQuiet =false
12-30 16:59:45.012 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.audio.AudioService$Lifecycle
12-30 16:59:45.012 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareSe
rvice$Lifecycle
12-30 16:59:45.012 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.DockObserver
12-30 16:59:45.012 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.midi.MidiService$Lifecycle
12-30 16:59:45.012 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.adb.AdbService$Lifecycle
12-30 16:59:45.012 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.usb.UsbService$Lifecycle
12-30 16:59:45.012 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.twilight.TwilightService
12-30 16:59:45.012 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.display.color.ColorDisplayService
12-30 16:59:45.012 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.job.JobSchedulerService
12-30 16:59:45.015 1291 1625 I _V_VivoLocationUtils: --handleMessage 1001
12-30 16:59:45.021 1291 1889 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.034 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.soundtrigger.SoundTriggerService
12-30 16:59:45.034 1291 1291 D SoundTriggerService: onBootPhase: 600 : false
12-30 16:59:45.035 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.trust.TrustManagerService
12-30 16:59:45.052 1291 1291 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
12-30 16:59:45.053 1291 1291 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.sendBroadcast:1191
com.android.server.trust.VivoTrustManagerServiceImpl.sendBroadcastToSmartunlockApp:
49 com.android.server.trust.TrustManagerService.onBootPhase:242
com.android.server.SystemServiceManager.startBootPhase:235
com.android.server.SystemServer.lambda$startOtherServices$6$SystemServer:3190
12-30 16:59:45.054 1291 1291 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.vivo.smartunlock.action.DATA flg=0x10
pkg=com.vivo.smartunlock } send by ApplicationInfo{6fb5491 android} should with
permissions for security!!!
12-30 16:59:45.054 1291 1291 W _V_PackageManager: ## return empyt for Intent
{ act=android.vivo.smartunlock.action.DATA flg=0x10 pkg=com.vivo.smartunlock }
pkgName:com.vivo.smartunlock
12-30 16:59:45.054 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.backup.BackupManagerService$Lifecycle
12-30 16:59:45.055 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.appwidget.AppWidgetService
12-30 16:59:45.055 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.voiceinteraction.VoiceInteractionManagerService
12-30 16:59:45.056 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.apphibernation.AppHibernationService
12-30 16:59:45.056 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.GestureLauncherService
12-30 16:59:45.057 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1145 pkg:android userId:0
12-30 16:59:45.058 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.SensorNotificationService
12-30 16:59:45.059 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.emergency.EmergencyAffordanceService
12-30 16:59:45.061 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.dreams.DreamManagerService
12-30 16:59:45.062 1291 1291 W DreamManagerService: Dream
ComponentInfo{com.android.dreams.alwaysondisplay/com.android.dreams.alwaysondisplay
.AlwaysOnDisplay} does not exist
12-30 16:59:45.062 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.blob.BlobStoreManagerService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.print.PrintManagerService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.companion.CompanionDeviceManagerService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.restrictions.RestrictionsManagerService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.media.MediaSessionService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.biometrics.sensors.face.FaceService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.biometrics.BiometricService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.biometrics.AuthService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.ShortcutService$Lifecycle
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.LauncherAppsService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.CrossProfileAppsService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.people.PeopleService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.media.metrics.MediaMetricsManagerService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.media.projection.MediaProjectionManagerService
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.slice.SliceManagerService$Lifecycle
12-30 16:59:45.072 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.stats.StatsCompanion$Lifecycle
12-30 16:59:45.083 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
12-30 16:59:45.085 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.scheduling.RebootReadinessManagerService$Lifecyc
le
12-30 16:59:45.085 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.stats.pull.StatsPullAtomService
12-30 16:59:45.085 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.incident.IncidentCompanionService
12-30 16:59:45.085 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.MmsServiceBroker
12-30 16:59:45.085 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.autofill.AutofillManagerService
12-30 16:59:45.085 1291 1425 D StatsPullAtomService: Registering NetworkStats
pullers with statsd
12-30 16:59:45.087 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.clipboard.ClipboardService
12-30 16:59:45.087 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.appbinding.AppBindingService$Lifecycle
12-30 16:59:45.087 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.087 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.mediatek.powerhalservice.PowerHalMgrService
12-30 16:59:45.087 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.mediatek.server.MtkConnectivitySupplementalService
12-30 16:59:45.087 1291 1291 D MtkConnectivitySupplementalService: onBootPhase:
phase=600
12-30 16:59:45.087 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.tracing.TracingServiceProxy
12-30 16:59:45.087 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.policy.PermissionPolicyService
12-30 16:59:45.087 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.StagingManager$Lifecycle
12-30 16:59:45.087 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.app.GameManagerService$Lifecycle
12-30 16:59:45.087 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.appsearch.AppSearchManagerService
12-30 16:59:45.087 1291 1291 I SystemServerTiming:
OnBootPhase_600_com.android.server.media.MediaCommunicationService
12-30 16:59:45.087 1291 1291 I SystemServerTiming: StartNetworkStack
12-30 16:59:45.088 1291 1291 D ConnectivityModuleConnector: Starting networking
module android.net.INetworkStackConnector
12-30 16:59:45.088 1291 1291 D ConnectivityModuleConnector: Starting networking
module in system_server process
12-30 16:59:45.091 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 16:59:45.093 1291 1291 D ConnectivityModuleConnector: Networking module
service start requested
12-30 16:59:45.093 1291 1291 I SystemServerTiming: StartTethering
12-30 16:59:45.094 1291 1291 D ConnectivityModuleConnector: Starting networking
module android.net.ITetheringConnector
12-30 16:59:45.094 1291 1291 D ConnectivityModuleConnector: Starting networking
module in system_server process
12-30 16:59:45.099 1291 1291 D ConnectivityModuleConnector: Networking module
service start requested
12-30 16:59:45.100 1291 1291 I SystemServerTiming:
MakeCountryDetectionServiceReady
12-30 16:59:45.100 1291 1291 I SystemServerTiming: MakeNetworkTimeUpdateReady
12-30 16:59:45.104 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.105 1291 1291 I SystemServerTiming: MakeInputManagerServiceReady
12-30 16:59:45.106 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.113 1291 1291 D _V_VivoInputManager: system ready, notify Lid
state, lidOpen:false
12-30 16:59:45.114 1291 1291 D _V_VivoInputManager: system ready, notify Machine
covered false
12-30 16:59:45.114 1291 1291 I SystemServerTiming: MakeTelephonyRegistryReady
12-30 16:59:45.115 1291 1291 I SystemServerTiming: MakeMediaRouterServiceReady
12-30 16:59:45.115 1291 1291 I SystemServerTiming: MakeMmsServiceReady
12-30 16:59:45.115 1291 1291 I MmsServiceBroker: Delay connecting to MmsService
until an API is called
12-30 16:59:45.116 1291 1291 I SystemServerTiming: IncidentDaemonReady
12-30 16:59:45.117 1291 1291 I SystemServerTiming: NetworkDataControllerService
12-30 16:59:45.119 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:time_remaining_estimate_millis value:-1
pkg:com.android.systemui userId:0
12-30 16:59:45.119 1291 1291 I SystemServerTiming: MakeIncrementalServiceReady
12-30 16:59:45.119 1291 1291 W _V_VivoSystemServer: start to HangVivoDebugConfig
12-30 16:59:45.120 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:time_remaining_estimate_based_on_usage
value:0 pkg:com.android.systemui userId:0
12-30 16:59:45.121 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:average_time_to_discharge value:-1
pkg:com.android.systemui userId:0
12-30 16:59:45.122 1291 1919 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:battery_estimates_last_update_time value:1703926785121
pkg:com.android.systemui userId:0
12-30 16:59:45.124 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/Hang_Vivo_Debug.xml is null,just return file content, no need decrypt
file
12-30 16:59:45.125 1291 1291 I _V_VivoSystemServer: startAutoRecoverService
12-30 16:59:45.125 1291 1925 I _V_HangVivoDebugConfig: Failed to write to
/sys/kernel/kme/wdt/enable_monitor
12-30 16:59:45.125 1291 1291 I SystemServiceManager: Starting
com.vivo.services.autorecover.SystemAutoRecoverService
12-30 16:59:45.126 1291 1925 I _V_HangVivoDebugConfig: Failed to write to
/sys/kernel/hung_ctl/hung_task_enable
12-30 16:59:45.127 1291 1925 I _V_HangVivoDebugConfig: Failed to write to
/sys/kernel/hung_ctl/hung_task_whitelist
12-30 16:59:45.127 1291 1925 I _V_HangVivoDebugConfig: Failed to write to
/sys/kernel/hung_ctl/hung_task_criticallist
12-30 16:59:45.127 1291 1925 I _V_HangVivoDebugConfig: Failed to write to
/sys/kernel/hung_ctl/hung_task_keyword_criticallist
12-30 16:59:45.128 1291 1925 I _V_HangVivoDebugConfig: Failed to write to
/sys/kernel/hung_ctl/hung_task_keyword_whitelist
12-30 16:59:45.128 1291 1925 I _V_HangVivoDebugConfig: hung_task_enable:
12-30 16:59:45.128 1291 1925 I _V_HangVivoDebugConfig: ,hung_task_whitelist:
12-30 16:59:45.128 1291 1925 I _V_HangVivoDebugConfig: ,hung_task_criticallist:
12-30 16:59:45.128 1291 1925 I
_V_HangVivoDebugConfig: ,hung_task_keyword_criticallist:
12-30 16:59:45.128 1291 1925 I
_V_HangVivoDebugConfig: ,hung_task_keyword_whitelist:
12-30 16:59:45.131 1291 1926 D _V_ConfigurationManager:
/data/bbkcore/SystemAutoRecover_AutoRecoverPolicy_2.0.xml is null,just return file
content, no need decrypt file
12-30 16:59:45.135 1291 1718 D _V_VibratorManagerService:
handlerVibrator_screen_open_deal
12-30 16:59:45.162 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.170 1291 1291 I SystemServerTiming: getCurrentUser
12-30 16:59:45.170 1291 1291 I ActivityManager: Current user:0
12-30 16:59:45.170 1291 1291 I SystemServerTiming: ActivityManagerStartApps
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.StartUser-0
12-30 16:59:45.171 1291 1291 I SystemServiceManager: Calling onStartUser 0
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.vivo.services.vgc.cbs.VivoCbsService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.security.FileIntegrityService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.Installer
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.os.DeviceIdentifiersPolicyService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.uri.UriGrantsManagerService$Lifecycle
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.powerstats.PowerStatsService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.wm.ActivityTaskManagerService$Lifecycle
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.am.ActivityManagerService$Lifecycle
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.DataLoaderManagerService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.power.PowerManagerService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.power.ThermalManagerService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.power.hint.HintManagerService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.lights.LightsService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.display.DisplayManagerService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.display.VivoDisplayStateService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.verify.domain.DomainVerificationService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.PackageInstallerService$Lifecycle
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.UserManagerService$LifeCycle
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.om.OverlayManagerService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.SensorPrivacyService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.sensors.SensorService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.SystemConfigService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.BatteryService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.usage.UsageStatsService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.webkit.WebViewUpdateService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.CachedDeviceStateService
12-30 16:59:45.171 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.BinderCallsStatsService$LifeCycle
12-30 16:59:45.172 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.LooperStatsService$Lifecycle
12-30 16:59:45.172 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.rollback.RollbackManagerService
12-30 16:59:45.172 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.os.NativeTombstoneManagerService
12-30 16:59:45.172 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.os.BugreportManagerService
12-30 16:59:45.172 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.gpu.GpuService
12-30 16:59:45.172 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.security.KeyChainSystemService
12-30 16:59:45.172 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.telecom.TelecomLoaderService
12-30 16:59:45.172 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.accounts.AccountManagerService$Lifecycle
12-30 16:59:45.172 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.content.ContentService$Lifecycle
12-30 16:59:45.172 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.DropBoxManagerService
12-30 16:59:45.172 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.role.RoleService
12-30 16:59:45.185 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.vibrator.VibratorManagerService$Lifecycle
12-30 16:59:45.185 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.mediatek.server.MtkAlarmManagerService
12-30 16:59:45.185 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.devicestate.DeviceStateManagerService
12-30 16:59:45.185 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.camera.CameraServiceProxy
12-30 16:59:45.186 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.BluetoothService
12-30 16:59:45.187 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.connectivity.IpConnectivityMetrics
12-30 16:59:45.187 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
12-30 16:59:45.187 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.PinnerService
12-30 16:59:45.187 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.google.android.startop.iorap.IorapForwardingService
12-30 16:59:45.187 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.integrity.AppIntegrityManagerService
12-30 16:59:45.187 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
12-30 16:59:45.187 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Lifecycle
12-30 16:59:45.187 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
12-30 16:59:45.187 1291 1291 D AccessibilityManagerService:
shortcutTargets=hasSet=trueisSetupComplete=true
12-30 16:59:45.187 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.StorageManagerService$Lifecycle
12-30 16:59:45.194 1291 1291 V StorageManagerService: Package
com.vivo.soundrecorder does not have legacy storage
12-30 16:59:45.194 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 10047; state: ENABLED
12-30 16:59:45.194 1291 1291 V StorageManagerService: Package com.mediatek.ims
does not have legacy storage
12-30 16:59:45.194 1291 1291 V StorageManagerService: Package
com.android.cts.priv.ctsshim does not have legacy storage
12-30 16:59:45.195 1291 1291 V StorageManagerService: Package
com.vivo.weather.provider does not have legacy storage
12-30 16:59:45.195 1291 1291 V StorageManagerService: Package
com.google.android.youtube does not have legacy storage
12-30 16:59:45.195 1291 1291 V StorageManagerService: Package
com.android.internal.display.cutout.emulation.corner does not have legacy storage
12-30 16:59:45.195 1291 1291 V StorageManagerService: Package
com.google.android.ext.services does not have legacy storage
12-30 16:59:45.195 1291 1291 V StorageManagerService: Package
com.google.android.networkstack.overlay.vivo does not have legacy storage
12-30 16:59:45.195 1291 1291 V StorageManagerService: Package
com.android.internal.display.cutout.emulation.double does not have legacy storage
12-30 16:59:45.195 1291 1291 V StorageManagerService: Package
com.android.providers.telephony does not have legacy storage
12-30 16:59:45.195 1291 1291 V StorageManagerService: Package
com.android.dynsystem does not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package
com.vivo.fuelsummary does not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package
com.android.providers.calendar does not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package
com.mediatek.telephony does not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package
com.android.providers.media does not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package
com.android.networkstack.tethering.overlay does not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package
com.vivo.setupwizard does not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package
com.google.android.onetimeinitializer does not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package
com.google.android.ext.shared does not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package
com.android.internal.systemui.navbar.gestural_wide_back does not have legacy
storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package
com.mediatek.location.lppe.main does not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package
com.focaltech.deltadiff does not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package com.vivo.easyshare
does not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package com.vivo.abe does
not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package com.vivo.pem does
not have legacy storage
12-30 16:59:45.196 1291 1291 V StorageManagerService: Package
com.android.wallpapercropper does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package
com.mediatek.SettingsProviderResOverlay does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package com.vivo.appfilter
does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package
com.mediatek.systemuiresoverlay does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package
com.focaltouchscreen.sensortest does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package
com.android.networkstack.tethering.inprocess.overlay does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package
com.ilitek.touchscreen.noisev2 does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package
com.android.wifi.resources.overlay does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package
com.android.documentsui does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package
com.android.externalstorage does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package com.vivo.crontab
does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package com.mediatek.ygps
does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package
com.android.htmlviewer does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package
com.android.companiondevicemanager does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package
android.overlay.vrro does not have legacy storage
12-30 16:59:45.197 1291 1291 V StorageManagerService: Package
com.android.mms.service does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package
com.funtouch.uiengine does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package
com.touchscreen.chipone.icnl9911c does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package
com.android.providers.downloads does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package
com.android.networkstack.inprocess does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package
com.google.android.networkstack.tethering.overlay does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package com.vivo.weather
does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package com.vivo.website
does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package
com.android.internal.systemui.onehanded.gestural does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package com.jadard.noise
does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package
com.mediatek.cellbroadcastuiresoverlay does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package
com.android.bbkmusic does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package
com.android.networkstack.inprocess.overlay does not have legacy storage
12-30 16:59:45.198 1291 1291 V StorageManagerService: Package com.android.browser
does not have legacy storage
12-30 16:59:45.199 1291 1291 V StorageManagerService: Package
com.nt36xxxtouchscreen.deltadiff does not have legacy storage
12-30 16:59:45.199 1291 1291 V StorageManagerService: Package com.bbk.updater
does not have legacy storage
12-30 16:59:45.199 1291 1291 V StorageManagerService: Package
com.nttouchscreen.mptest does not have legacy storage
12-30 16:59:45.199 1291 1291 V StorageManagerService: Package
com.google.android.configupdater does not have legacy storage
12-30 16:59:45.199 1291 1291 V StorageManagerService: Package
com.lemon.lvoverseas does not have legacy storage
12-30 16:59:45.199 1291 1291 V StorageManagerService: Package
com.google.android.overlay.modules.permissioncontroller does not have legacy
storage
12-30 16:59:45.199 1291 1291 V StorageManagerService: Package
com.iqoo.user.engineermode does not have legacy storage
12-30 16:59:45.199 1291 1291 V StorageManagerService: Package com.vivo.ewarranty
does not have legacy storage
12-30 16:59:45.199 1291 1291 V StorageManagerService: Package
com.vivo.pushservice does not have legacy storage
12-30 16:59:45.199 1291 1291 V StorageManagerService: Package
com.android.systemui.plugin.globalactions.wallet does not have legacy storage
12-30 16:59:45.199 1291 1291 V StorageManagerService: Package com.google.ar.core
does not have legacy storage
12-30 16:59:45.199 1291 1291 V StorageManagerService: Package com.android.vending
does not have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package
com.android.pacprocessor does not have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package
com.android.simappdialog does not have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package
com.android.connectivity.resources does not have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package
com.android.internal.display.cutout.emulation.hole does not have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package
com.android.internal.display.cutout.emulation.tall does not have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package
com.android.networkstack.overlay does not have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package
com.android.certinstaller does not have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package
com.android.carrierconfig does not have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package com.vivo.smartshot
does not have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package
com.google.android.marvin.talkback does not have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package
com.android.internal.systemui.navbar.threebutton does not have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package android does not
have legacy storage
12-30 16:59:45.200 1291 1291 V StorageManagerService: Package
com.android.contacts does not have legacy storage
12-30 16:59:45.201 1291 1291 V StorageManagerService: Package
com.ilitek.touchscreen.tptest3X does not have legacy storage
12-30 16:59:45.201 1291 1291 V StorageManagerService: Package
com.touchscreen.chipone does not have legacy storage
12-30 16:59:45.201 1291 1291 V StorageManagerService: Package com.bbk.cloud does
not have legacy storage
12-30 16:59:45.201 1291 1291 V StorageManagerService: Package
com.vivo.timerwidget does not have legacy storage
12-30 16:59:45.201 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:keyguard_launch_emergency_dialer_state
value:0 pkg:com.android.systemui userId:0
12-30 16:59:45.201 1291 1291 V StorageManagerService: Package com.bbk.theme does
not have legacy storage
12-30 16:59:45.201 1291 1291 V StorageManagerService: Package com.android.egg
does not have legacy storage
12-30 16:59:45.201 1291 1291 V StorageManagerService: Package com.android.mms
does not have legacy storage
12-30 16:59:45.201 1291 1291 V StorageManagerService: Package com.android.mtp
does not have legacy storage
12-30 16:59:45.201 1291 1291 V StorageManagerService: Package com.android.ons
does not have legacy storage
12-30 16:59:45.201 1291 1291 V StorageManagerService: Package com.android.stk
does not have legacy storage
12-30 16:59:45.201 1291 1291 V StorageManagerService: Package
com.android.launcher3 does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package
com.android.backupconfirm does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package
com.instagram.android does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package
com.android.statementservice does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package
com.google.android.gm does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package
com.google.android.apps.tachyon does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package
com.vlife.vivo.wallpaper does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package
com.google.android.overlay.gmsconfig.common does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package com.vivo.aiengine
does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package
com.vivo.daemonService does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package
com.android.settings.intelligence does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package
com.mediatek.frameworkresoverlay does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package com.ringclip does
not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package com.debug.loggerui
does not have legacy storage
12-30 16:59:45.202 1291 1291 V StorageManagerService: Package
com.google.android.apps.searchlite does not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package
com.android.internal.systemui.navbar.gestural_extra_wide_back does not have legacy
storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package
com.google.android.permissioncontroller does not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package
com.google.android.setupwizard does not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package
com.android.providers.settings does not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package
com.android.sharedstoragebackup does not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package
com.facebook.services does not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package com.vivo.imanager
does not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package
com.android.printspooler does not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package com.vivo.cota does
not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package com.vivo.game does
not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package
com.google.android.overlay.modules.ext.services does not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package com.jadard.tp does
not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package
com.android.incallui does not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package
com.google.android.overlay.gmsconfig.gallerygo does not have legacy storage
12-30 16:59:45.203 1291 1291 V StorageManagerService: Package
com.android.inputdevices does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package
com.google.android.apps.wellbeing does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package
android.autoinstalls.config.vivo.devices does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package com.android.bips
does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package com.mediatek does
not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package
com.google.android.apps.nbu.files does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package
com.google.android.overlay.gmsconfig.comms does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package
com.bbk.iqoo.logsystem does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package
com.iqoo.aftersale.engineermode does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package com.vivo.SmartKey
does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package
com.vivo.engineercamera does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package
com.google.android.apps.maps does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package
com.google.android.modulemetadata does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package
com.android.internal.systemui.navbar.threegestural does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package
com.android.cellbroadcastreceiver does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package
com.google.android.webview does not have legacy storage
12-30 16:59:45.204 1291 1291 V StorageManagerService: Package com.vivo.faceui
does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package
com.android.onetimeinitializer does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package
com.vivo.videoeditor does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package
com.android.server.telecom does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package
com.google.android.syncadapters.contacts does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package
com.android.cellbroadcastservice does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package com.android.bbklog
does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package
com.android.keychain does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package com.android.camera
does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package com.android.chrome
does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package com.vivo.unionpay
does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package com.android.dialer
does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package
com.google.android.packageinstaller does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package
com.google.android.gms does not have legacy storage
12-30 16:59:45.205 1291 1291 V StorageManagerService: Package
com.google.android.gsf does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package
com.google.android.tts does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package
com.ss.android.ugc.trill does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package
com.android.wifi.resources does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package
com.android.calllogbackup does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package
com.google.android.partnersetup does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package
com.android.cameraextensions does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package com.vivo.feedback
does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package
com.android.localtransport does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package
com.android.carrierdefaultapp does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package
com.outfit7.talkingtomgoldrun does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package
com.vivo.networkstate does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package
com.android.theme.font.notoserifsource does not have legacy storage
12-30 16:59:45.206 1291 1291 V StorageManagerService: Package
com.mediatek.FrameworkResOverlayExt does not have legacy storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.android.proxyhandler does not have legacy storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.android.internal.display.cutout.emulation.waterfall does not have legacy
storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.android.VideoPlayer does not have legacy storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.google.android.overlay.modules.permissioncontroller.forframework does not have
legacy storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.google.android.feedback does not have legacy storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.google.android.printservice.recommendation does not have legacy storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.google.android.calendar does not have legacy storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.vivo.doubletimezoneclock does not have legacy storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.android.managedprovisioning does not have legacy storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.android.soundpicker does not have legacy storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.mediatek.capctrl.service does not have legacy storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.tencent.soter.soterserver does not have legacy storage
12-30 16:59:45.207 1291 1291 V StorageManagerService: Package
com.nttouchscreen.getdata does not have legacy storage
12-30 16:59:45.208 1291 1291 V StorageManagerService: Package com.facebook.katana
does not have legacy storage
12-30 16:59:45.208 1291 1291 V StorageManagerService: Package
com.android.providers.partnerbookmarks does not have legacy storage
12-30 16:59:45.208 1291 1291 V StorageManagerService: Package com.facebook.lite
does not have legacy storage
12-30 16:59:45.208 1291 1291 V StorageManagerService: Package com.facebook.orca
does not have legacy storage
12-30 16:59:45.208 1291 1291 V StorageManagerService: Package com.facebook.system
does not have legacy storage
12-30 16:59:45.208 1291 1291 V StorageManagerService: Package
com.vivo.networkimprove does not have legacy storage
12-30 16:59:45.208 1291 1291 V StorageManagerService: Package
com.google.android.gms.policy_sidecar_aps does not have legacy storage
12-30 16:59:45.208 1291 1291 V StorageManagerService: Package com.vivo.audiofx
does not have legacy storage
12-30 16:59:45.208 1291 1291 V StorageManagerService: Package
com.google.android.apps.photosgo does not have legacy storage
12-30 16:59:45.208 1291 1291 V StorageManagerService: Package
com.bbk.theme.resources does not have legacy storage
12-30 16:59:45.208 1291 1291 V StorageManagerService: Package
com.android.storagemanager does not have legacy storage
12-30 16:59:45.208 1291 1291 V StorageManagerService: Package
com.touchscreen.chipone.vivo_noise does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package
com.google.android.overlay.gmsconfig.searchgo does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package
com.android.bookmarkprovider does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package
com.android.settings does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package
com.google.android.networkstack.overlay does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package com.vivo.multinlp
does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package
com.android.networkstack.tethering.inprocess does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package
com.android.networkstack.permissionconfig does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package
com.vivo.carrierlocation does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package
com.mediatek.lbs.em2.ui does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package
com.android.cts.ctsshim does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package
com.google.android.overlay.modules.modulemetadata.forframework does not have legacy
storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package
com.google.android.apps.assistant does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package com.vivo.upslide
does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package
com.android.vpndialogs does not have legacy storage
12-30 16:59:45.209 1291 1291 V StorageManagerService: Package com.vivo.gallery
does not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package com.vivo.notes does
not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package com.vivo.omacp does
not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package com.android.phone
does not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package com.android.se.go
does not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package com.android.shell
does not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package
com.android.wallpaperbackup does not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package
com.android.providers.blockednumber does not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package com.vivo.customtool
does not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package
com.android.email.partnerprovider does not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package
com.android.providers.userdictionary does not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package
com.android.providers.media.module does not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package
com.google.android.apps.setupwizard.searchselector does not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package
com.android.emergency does not have legacy storage
12-30 16:59:45.210 1291 1291 V StorageManagerService: Package com.shopee.ph does
not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package
com.android.hotspot2.osulogin does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package
com.google.android.gms.location.history does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package
com.android.internal.systemui.navbar.gestural does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package com.vivo.FMRadio
does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package
com.android.location.fused does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package
com.android.deskclock does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package
com.android.systemui does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package
com.google.android.apps.youtube.music does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package
android.overlay.vivoresrro does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package
com.android.bluetoothmidiservice does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package
com.amap.android.location does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package com.vivo.appstore
does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package
com.facebook.appmanager does not have legacy storage
12-30 16:59:45.211 1291 1291 V StorageManagerService: Package com.vivo.browser
does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package com.android.traceur
does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package
com.yozo.vivo.office does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package
com.android.bluetooth does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package
com.android.providers.contacts does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package
com.android.captiveportallogin does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package com.vivo.calculator
does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package
com.android.internal.systemui.navbar.gestural_narrow_back does not have legacy
storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package
com.google.android.overlay.gmsconfig.go does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package
com.mediatek.gbaservice does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package
com.wapi.wapicertmanager does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package
com.google.android.inputmethod.latin does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package com.gsma.rcs does
not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package
com.vivo.simplelauncher does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package com.bbk.account
does not have legacy storage
12-30 16:59:45.212 1291 1291 V StorageManagerService: Package
com.google.android.apps.restore has legacy storage
12-30 16:59:45.213 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.usage.StorageStatsService$Lifecycle
12-30 16:59:45.213 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.UiModeManagerService
12-30 16:59:45.213 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.locksettings.LockSettingsService$Lifecycle
12-30 16:59:45.213 1291 1291 D _V_LockSettingsService: userHandle userId: 0
12-30 16:59:45.214 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.PersistentDataBlockService
12-30 16:59:45.214 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.testharness.TestHarnessModeService
12-30 16:59:45.214 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.oemlock.OemLockService
12-30 16:59:45.214 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.DeviceIdleController
12-30 16:59:45.214 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
12-30 16:59:45.214 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.texttospeech.TextToSpeechManagerService
12-30 16:59:45.214 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.speech.SpeechRecognitionManagerService
12-30 16:59:45.215 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.searchui.SearchUiManagerService
12-30 16:59:45.215 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.smartspace.SmartspaceManagerService
12-30 16:59:45.215 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.graphics.fonts.FontManagerService$Lifecycle
12-30 16:59:45.215 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.textservices.TextServicesManagerService$Lifecycle
12-30 16:59:45.215 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
12-30 16:59:45.216 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.NetworkScoreService$Lifecycle
12-30 16:59:45.216 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.wifi.WifiService
12-30 16:59:45.216 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.wifi.scanner.WifiScanningService
12-30 16:59:45.216 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.wifi.p2p.WifiP2pService
12-30 16:59:45.216 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.ethernet.EthernetService
12-30 16:59:45.216 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.ConnectivityServiceInitializer
12-30 16:59:45.216 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.notification.NotificationManagerService
12-30 16:59:45.216 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.storage.DeviceStorageMonitorService
12-30 16:59:45.216 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.location.LocationManagerService$Lifecycle
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.timedetector.TimeDetectorService$Lifecycle
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.timezonedetector.location.LocationTimeZoneManagerService$Lifec
ycle
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.search.SearchManagerService$Lifecycle
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.audio.AudioService$Lifecycle
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycl
e
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.DockObserver
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.midi.MidiService$Lifecycle
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.adb.AdbService$Lifecycle
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.usb.UsbService$Lifecycle
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.twilight.TwilightService
12-30 16:59:45.218 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.display.color.ColorDisplayService
12-30 16:59:45.218 1291 1291 D _V_VivoColorDisplayServiceImpl: onStartUser:
userHandle=0
12-30 16:59:45.219 1291 1291 D _V_VivoColorManagerService: isChildrenMode: null
12-30 16:59:45.220 1291 1291 D _V_VivoColorManagerService: isChildrenMode: null
12-30 16:59:45.220 1291 1291 D _V_VivoColorManagerService: isChildrenMode: null
12-30 16:59:45.228 1291 1291 D _V_VivoColorManagerService: RGB factor matched
status false for device type value default, supportColorManager value false, color
mode default, use array index 8, use demo array index -1
12-30 16:59:45.233 1291 1291 D _V_VivoColorManagerService: RGB ratio matched
status false for panel type value lcd, platform value mtk, color mode default, use
array index 0
12-30 16:59:45.233 1291 1291 D _V_VivoColorManagerService:
setColorTemperatureMatrix factor=138 R=0.9969121 G=0.9876486 B=0.9731357
12-30 16:59:45.234 1291 1291 D _V_VivoLcmDcManager: onStartUser: userHandle=0
12-30 16:59:45.234 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.job.JobSchedulerService
12-30 16:59:45.234 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.soundtrigger.SoundTriggerService
12-30 16:59:45.234 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.trust.TrustManagerService
12-30 16:59:45.234 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.backup.BackupManagerService$Lifecycle
12-30 16:59:45.234 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.appwidget.AppWidgetService
12-30 16:59:45.234 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.voiceinteraction.VoiceInteractionManagerService
12-30 16:59:45.259 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.apphibernation.AppHibernationService
12-30 16:59:45.259 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.GestureLauncherService
12-30 16:59:45.259 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.SensorNotificationService
12-30 16:59:45.259 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.emergency.EmergencyAffordanceService
12-30 16:59:45.259 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.dreams.DreamManagerService
12-30 16:59:45.259 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.blob.BlobStoreManagerService
12-30 16:59:45.259 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.print.PrintManagerService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.companion.CompanionDeviceManagerService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.restrictions.RestrictionsManagerService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.media.MediaSessionService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.biometrics.sensors.face.FaceService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.biometrics.BiometricService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.biometrics.AuthService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.ShortcutService$Lifecycle
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.LauncherAppsService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.CrossProfileAppsService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.people.PeopleService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.media.metrics.MediaMetricsManagerService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.media.projection.MediaProjectionManagerService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.slice.SliceManagerService$Lifecycle
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.stats.StatsCompanion$Lifecycle
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.scheduling.RebootReadinessManagerService$Lifecycle
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.stats.pull.StatsPullAtomService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.incident.IncidentCompanionService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.MmsServiceBroker
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.autofill.AutofillManagerService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.clipboard.ClipboardService
12-30 16:59:45.260 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.appbinding.AppBindingService$Lifecycle
12-30 16:59:45.261 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.mediatek.powerhalservice.PowerHalMgrService
12-30 16:59:45.261 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.mediatek.server.MtkConnectivitySupplementalService
12-30 16:59:45.261 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.tracing.TracingServiceProxy
12-30 16:59:45.261 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.policy.PermissionPolicyService
12-30 16:59:45.261 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.StagingManager$Lifecycle
12-30 16:59:45.261 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.app.GameManagerService$Lifecycle
12-30 16:59:45.263 1291 1291 V GameManagerService: Settings file doesn't exists,
skip reading
12-30 16:59:45.264 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.appsearch.AppSearchManagerService
12-30 16:59:45.264 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.media.MediaCommunicationService
12-30 16:59:45.264 1291 1291 I SystemServerTiming: ssm.onStartUser-
0_com.vivo.services.autorecover.SystemAutoRecoverService
12-30 16:59:45.264 1291 1291 I SystemServerTiming: startPersistentApps
12-30 16:59:45.266 1291 1291 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.pushservice
12-30 16:59:45.267 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10080; state: DISABLED
12-30 16:59:45.268 1291 1291 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.daemonService
12-30 16:59:45.269 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 16:59:45.270 1291 1291 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.faceui
12-30 16:59:45.271 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10080; state: ENABLED
12-30 16:59:45.276 1291 1918 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:finger_simpinpuk value:enable
pkg:com.android.systemui userId:0
12-30 16:59:45.277 1291 1291 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.phone
12-30 16:59:45.277 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1001; state: DISABLED
12-30 16:59:45.278 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 1001; state: DISABLED
12-30 16:59:45.278 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 1001; state: DISABLED
12-30 16:59:45.279 1291 1750 W GameManagerService: Invalid package config for
com.outfit7.talkingtomgoldrun:[Name:com.outfit7.talkingtomgoldrun Modes: {}]
12-30 16:59:45.279 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 1001; state: ENABLED
12-30 16:59:45.279 1291 1750 I GameManagerService: Disabling downscale for
com.outfit7.talkingtomgoldrun
12-30 16:59:45.280 1291 1291 I SystemServerTiming: startHomeOnAllDisplays
12-30 16:59:45.282 1291 1291 I _V_WindowManager: check
1aInfo:ActivityInfo{517bcea com.android.settings.FallbackHome} intent:Intent
{ act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x100 }
reason:systemReady
12-30 16:59:45.284 1291 1291 E _V_WindowManager: check default
home,preferredHome:ActivityInfo{2515678 com.android.launcher3.Launcher}
12-30 16:59:45.285 1291 1291 I _V_WindowManager: rebuilt home to
ActivityInfo{dca9151 com.android.settings.FallbackHome}
12-30 16:59:45.285 1291 1291 I _V_WindowManager: check
2aInfo:ActivityInfo{dca9151 com.android.settings.FallbackHome}
12-30 16:59:45.288 1291 1291 I _V_ActivityTaskManager: ActivityStarter
this=com.android.server.wm.ActivityStarter@d2cbdb6,mRootWindowContainer=com.android
.server.wm.RootWindowContainer@e9e6ab7com.android.server.wm.ActivityStarter$Default
Factory.obtain:395 com.android.server.wm.ActivityStartController.obtainStarter:128
com.android.server.wm.ActivityStartController.startHomeActivity:183
com.android.server.wm.RootWindowContainer.startHomeOnTaskDisplayArea:1776
com.android.server.wm.RootWindowContainer.lambda$startHomeOnDisplay$13$RootWindowCo
ntainer:1702 com.android.server.wm.RootWindowContainer$
$ExternalSyntheticLambda12.apply:16
com.android.server.wm.TaskDisplayArea.reduceOnAllTaskDisplayAreas:640
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.WindowContainer.reduceOnAllTaskDisplayAreas:2126
com.android.server.wm.RootWindowContainer.startHomeOnDisplay:1701
com.android.server.wm.RootWindowContainer.startHomeOnDisplay:1683
com.android.server.wm.RootWindowContainer.startHomeOnAllDisplays:1668
12-30 16:59:45.305 1291 1291 D _V_VivoBackgroundActivityController: callerPackage
is null, callerUid:0 realUid:-1
12-30 16:59:45.308 1291 1291 D _V_VivoFirewall: shouldPreventStartActivity allow,
callingPackage:null, callingUid:0, callingPid:0, realCallingUid:-1,
lastReason:startHomeActivity: systemReady:0:0:0, isVivoWidget:false,
nullController:true, aInfo:ActivityInfo{dca9151 com.android.settings.FallbackHome}
12-30 16:59:45.308 1291 1291 I ActivityTaskManager: START u0
{act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100
cmp=com.android.settings/.FallbackHome (has extras)} from uid 0 ,pid
0,realCallingUid:-1,realCallingPid:0
12-30 16:59:45.309 1291 1918 D Face10 : Daemon was null, reconnecting, current
operation: null
12-30 16:59:45.311 1291 1291 D _V_ThirdPartyIncoming: shouldStartIncoming,
sourceRecord : mIsGame =false
12-30 16:59:45.315 1291 1918 D Face10 : Face HAL ready, HAL ID: 3020726560
12-30 16:59:45.321 1291 1691 D BiometricScheduler/Face10: [Added] {[0]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, new queue
size: 1
12-30 16:59:45.321 1291 1691 D BiometricScheduler/Face10: [Polled] {[0]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
12-30 16:59:45.321 1291 1691 D BiometricScheduler/Face10: [Starting] {[0]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
12-30 16:59:45.322 1291 1691 D BiometricScheduler/Face10: [Started] {[0]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}
12-30 16:59:45.346 1291 1484 I _V_VivoPKMSUtils: begin init seq num from loc.
12-30 16:59:45.348 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.349 1291 1484 W _V_VivoPKMSUtils: init seqNum -1
12-30 16:59:45.350 1291 1484 W _V_VivoPKMSUtils: init seqNum -1
12-30 16:59:45.350 1291 1484 W _V_VivoPKMSUtils: init seqNum -1
12-30 16:59:45.354 1291 1484 I _V_VivoPKMSUtils: Do not need check seq Num.
12-30 16:59:45.354 1291 1484 I _V_VivoPKMSUtils: after initSeq 0 0 0
12-30 16:59:45.360 1291 1691 D BiometricScheduler/Face10: [Added] {[1]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, new queue
size: 1
12-30 16:59:45.360 1291 1691 V BiometricScheduler/Face10: Not idle, current
operation: {[0] FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0,
userId=0}, State: 2
12-30 16:59:45.361 1291 1691 D BiometricScheduler/Face10: [Added] {[2]
FaceInternalCleanupClient, proto=7, owner=android, cookie=0, userId=0}, new queue
size: 2
12-30 16:59:45.361 1291 1691 V BiometricScheduler/Face10: Not idle, current
operation: {[0] FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0,
userId=0}, State: 2
12-30 16:59:45.361 1291 1691 D BiometricScheduler/Face10: [Added] {[3]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, new queue
size: 3
12-30 16:59:45.361 1291 1691 V BiometricScheduler/Face10: Not idle, current
operation: {[0] FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0,
userId=0}, State: 2
12-30 16:59:45.362 1291 1691 D BiometricScheduler/Face10: [Added] {[4]
FaceGetFeatureClient, proto=9, owner=android, cookie=0, userId=0}, new queue size:
4
12-30 16:59:45.362 1291 1691 V BiometricScheduler/Face10: Not idle, current
operation: {[0] FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0,
userId=0}, State: 2
12-30 16:59:45.362 1291 1691 D BiometricScheduler/Face10: [Finishing] {[0]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, success:
true
12-30 16:59:45.363 1291 1691 D BiometricScheduler/Face10: [Polled] {[1]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
12-30 16:59:45.363 1291 1691 D BiometricScheduler/Face10: [Starting] {[1]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
12-30 16:59:45.363 1291 1691 D BiometricScheduler/Face10: [Started] {[1]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}
12-30 16:59:45.364 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.366 1291 1691 D BiometricScheduler/Face10: [Finishing] {[1]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, success:
true
12-30 16:59:45.366 1291 1691 D BiometricScheduler/Face10: [Polled] {[2]
FaceInternalCleanupClient, proto=7, owner=android, cookie=0, userId=0}, State: 0
12-30 16:59:45.366 1291 1691 D BiometricScheduler/Face10: [Starting] {[2]
FaceInternalCleanupClient, proto=7, owner=android, cookie=0, userId=0}, State: 0
12-30 16:59:45.366 1291 1691 D BiometricScheduler/Face10: [Started] {[2]
FaceInternalCleanupClient, proto=7, owner=android, cookie=0, userId=0}
12-30 16:59:45.367 1291 1691 D Biometrics/InternalCleanupClient: Starting
enumerate: {[5] FaceInternalEnumerateClient, proto=6, owner=android, cookie=0,
userId=0}
12-30 16:59:45.368 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:45.368 1291 1691 D Biometrics/InternalCleanupClient: onEnumerated,
remaining: 0
12-30 16:59:45.368 1291 1691 V Biometrics/InternalEnumerateClient:
handleEnumeratedTemplate: 1946978772
12-30 16:59:45.368 1291 1691 V Biometrics/InternalEnumerateClient: Matched: true
12-30 16:59:45.369 1291 1691 D Biometrics/InternalCleanupClient: Enumerate
onClientFinished: {[5] FaceInternalEnumerateClient, proto=6, owner=android,
cookie=0, userId=0}, success: true
12-30 16:59:45.369 1291 1691 D BiometricScheduler/Face10: [Finishing] {[2]
FaceInternalCleanupClient, proto=7, owner=android, cookie=0, userId=0}, success:
true
12-30 16:59:45.369 1291 1691 D BiometricScheduler/Face10: [Polled] {[3]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
12-30 16:59:45.369 1291 1691 D BiometricScheduler/Face10: [Starting] {[3]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
12-30 16:59:45.369 1291 1691 D BiometricScheduler/Face10: [Started] {[3]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}
12-30 16:59:45.370 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:45.372 1291 1691 D BiometricScheduler/Face10: [Finishing] {[3]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, success:
true
12-30 16:59:45.372 1291 1691 D BiometricScheduler/Face10: [Polled] {[4]
FaceGetFeatureClient, proto=9, owner=android, cookie=0, userId=0}, State: 0
12-30 16:59:45.372 1291 1691 D BiometricScheduler/Face10: [Starting] {[4]
FaceGetFeatureClient, proto=9, owner=android, cookie=0, userId=0}, State: 0
12-30 16:59:45.372 1291 1691 D BiometricScheduler/Face10: [Started] {[4]
FaceGetFeatureClient, proto=9, owner=android, cookie=0, userId=0}
12-30 16:59:45.373 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:45.373 1291 1691 D BiometricScheduler/Face10: [Finishing] {[4]
FaceGetFeatureClient, proto=9, owner=android, cookie=0, userId=0}, success: true
12-30 16:59:45.373 1291 1691 D Face10 : Updating attention value for user: 0 to
value: 1
12-30 16:59:45.373 1291 1691 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:face_unlock_attention_required value:1
pkg:android userId:0
12-30 16:59:45.373 1291 1691 D BiometricScheduler/Face10: No operations,
returning to idle
12-30 16:59:45.374 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.385 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.391 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.403 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.409 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.420 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.499 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.512 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.523 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.540 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.549 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.565 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.576 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.589 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.599 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.612 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.621 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.635 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.642 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.650 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 1000; state: DISABLED
12-30 16:59:45.652 1291 1291 I ActivityTaskManager: ActivityRecord setRealCalling
mRealCallPid=0 mRealCallUid=-1 mIsCaptureEnabled=false
12-30 16:59:45.652 1291 1291 I _V_ActivityTaskManager: cong: startActivityInner
name = com.android.settings/.FallbackHome
12-30 16:59:45.654 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.661 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.673 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.680 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.690 1291 1291 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.startActivityLocked:8012
com.android.server.wm.ActivityStarter.startActivityInner:2579
com.android.server.wm.ActivityStarter.startActivityUnchecked:2181
12-30 16:59:45.691 1291 1291 D _V_BarAnimController: prepareAppTransition 1 0
12-30 16:59:45.692 1291 1291 D _V_BarAnimController: fillFakeBarsWithContent
12-30 16:59:45.692 1291 1544 D _V_BarAnimController: mCaptureRunnable run
12-30 16:59:45.692 1291 1544 D _V_BarAnimController: mCaptureRunnable done
12-30 16:59:45.694 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.696 1291 1291 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 16:59:45.699 1291 1291 D _V_VivoActivityTaskManagerServiceImpl:
isMultiWindowEnterJustDefaultDisplay of false
12-30 16:59:45.699 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.700 1291 1291 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.Task.resumeTopActivityInnerLocked:7624
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7256
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7269
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2724
12-30 16:59:45.700 1291 1291 D _V_BarAnimController: prepareAppTransition 1 0
12-30 16:59:45.700 1291 1291 D _V_BarAnimController: fillFakeBarsWithContent
12-30 16:59:45.709 1291 1291 D _V_RMS-Preload: displayId=0, callingUid=-1,
callingPid=0, requestUid=1000, requestPid=0, requestPkgName=com.android.settings,
requestProcName=com.android.settings,
requestComponentName=com.android.settings.FallbackHome starter.
12-30 16:59:45.712 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.712 1291 1291 I _V_ActivityTaskManager: ActivityStarter
this=com.android.server.wm.ActivityStarter@49f07fa,mRootWindowContainer=com.android
.server.wm.RootWindowContainer@e9e6ab7com.android.server.wm.ActivityStarter$Default
Factory.obtain:395
com.android.server.wm.ActivityStartController.onExecutionComplete:133
com.android.server.wm.ActivityStarter.onExecutionComplete:1748
com.android.server.wm.ActivityStarter.execute:916
com.android.server.wm.ActivityStartController.startHomeActivity:188
com.android.server.wm.RootWindowContainer.startHomeOnTaskDisplayArea:1776
com.android.server.wm.RootWindowContainer.lambda$startHomeOnDisplay$13$RootWindowCo
ntainer:1702 com.android.server.wm.RootWindowContainer$
$ExternalSyntheticLambda12.apply:16
com.android.server.wm.TaskDisplayArea.reduceOnAllTaskDisplayAreas:640
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.WindowContainer.reduceOnAllTaskDisplayAreas:2126
com.android.server.wm.RootWindowContainer.startHomeOnDisplay:1701
12-30 16:59:45.715 1291 1291 I SystemServerTiming: showSystemReadyErrorDialogs
12-30 16:59:45.724 1291 1425 D CountryDetector: Using custom country detector
class: com.android.server.location.ComprehensiveCountryDetector
12-30 16:59:45.725 1291 1425 E CountryDetector: Could not instantiate the custom
country detector class
12-30 16:59:45.725 1291 1425 D CountryDetector: Using default country detector
12-30 16:59:45.839 1291 1414 W Looper : Slow dispatch took 123ms android.display
h=com.android.server.wm.TaskChangeNotificationController$MainHandler c=null m=21
12-30 16:59:45.844 1291 1291 I SystemServerTiming: sendUserStartBroadcast
12-30 16:59:45.845 1291 1291 I SystemServerTiming: resumeTopActivities
12-30 16:59:45.846 1291 1291 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 16:59:45.847 1291 1291 D _V_VivoActivityTaskManagerServiceImpl:
isMultiWindowEnterJustDefaultDisplay of false
12-30 16:59:45.848 1291 1291 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_OPEN, TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.resumeTopActivityInnerLocked:7651
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7256
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7269
12-30 16:59:45.848 1291 1291 D _V_BarAnimController: prepareAppTransition 1 0
12-30 16:59:45.848 1291 1291 D _V_BarAnimController: fillFakeBarsWithContent skip
capture as last capture time is in 100ms with animation has not been started
12-30 16:59:45.849 1291 1291 W _V_ActivityTaskManager: app transition
startingDisplayed is false
12-30 16:59:45.849 1291 1291 I SystemServerTiming: sendUserSwitchBroadcasts
12-30 16:59:45.850 1291 1291 I SystemServerTiming: setBinderProxies
12-30 16:59:45.851 1291 1436 W ActivityManager: Slow operation: 585ms so far, now
at startProcess: done updating battery stats
12-30 16:59:45.851 1291 1291 D _V_VivoBackgroundActivityController:
registerBroadcast
12-30 16:59:45.851 1291 1291 D _V_VivoBackgroundActivityController:
registerObserver
12-30 16:59:45.852 1291 1436 W ActivityManager: Slow operation: 586ms so far, now
at startProcess: building log message
12-30 16:59:45.852 1291 1436 I ActivityManager: Start proc
1932:com.vivo.pushservice/u0a80 for added application com.vivo.pushservice
12-30 16:59:45.852 1291 1436 W ActivityManager: Slow operation: 586ms so far, now
at startProcess: starting to update pids map
12-30 16:59:45.853 1291 1436 W ActivityManager: Slow operation: 587ms so far, now
at startProcess: done updating pids map
12-30 16:59:45.853 1291 1436 W ActivityManager: Slow operation: 586ms so far, now
at startProcess: asking zygote to start proc
12-30 16:59:45.856 1291 1530 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.settings
12-30 16:59:45.861 1291 1412 D _V_VivoRatioControllerUtilsImpl: DEBUG_RATIOLIST:
Intent.ACTION_USER_SWITCHED
12-30 16:59:45.862 1291 1612 D _V_VivoNetworkAnalyser: is oversea = true
12-30 16:59:45.874 1291 1436 W ActivityManager: Slow operation: 606ms so far, now
at startProcess: returned from zygote!
12-30 16:59:45.876 1291 1466 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:45.876 1291 1411 D time_zone_detector: handleConfigChanged()
12-30 16:59:45.877 1291 1411 D time_zone_detector: Could not determine time zone:
No best telephony suggestion. detectionReason=clearGeolocationSuggestionIfNeeded()
12-30 16:59:45.882 1291 1411 W DreamManagerService: Dream
ComponentInfo{com.android.dreams.alwaysondisplay/com.android.dreams.alwaysondisplay
.AlwaysOnDisplay} does not exist
12-30 16:59:45.893 1291 1436 W ActivityManager: Slow operation: 625ms so far, now
at startProcess: done updating battery stats
12-30 16:59:45.893 1291 1436 W ActivityManager: Slow operation: 625ms so far, now
at startProcess: building log message
12-30 16:59:45.893 1291 1436 I ActivityManager: Start proc
1982:com.vivo.daemonService/1000 for added application com.vivo.daemonService
12-30 16:59:45.893 1291 1436 W ActivityManager: Slow operation: 625ms so far, now
at startProcess: starting to update pids map
12-30 16:59:45.893 1291 1436 W ActivityManager: Slow operation: 625ms so far, now
at startProcess: done updating pids map
12-30 16:59:45.893 1291 1436 W ActivityManager: Slow operation: 623ms so far, now
at startProcess: asking zygote to start proc
12-30 16:59:45.906 1291 1442 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 16:59:45.908 1291 1442 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.appfilter
12-30 16:59:45.910 1291 1436 W ActivityManager: Slow operation: 640ms so far, now
at startProcess: returned from zygote!
12-30 16:59:45.911 1291 1291 V _V_EmergencyBroadcastManager: systemReady.
12-30 16:59:45.911 1291 1442 D _V_VivoFirewall: IqooSecureDBListener
updateCacheList id=9223372036854775807
12-30 16:59:45.931 1291 1408 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10080; state: DISABLED
12-30 16:59:45.941 1291 1408 D _V_VivoActivityRecordImpl:
lastMergedOverrideConfig:{1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi
nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.8 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1} newMergedOverrideConfig:{1.0 ?
mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port night finger -
keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 -
720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=home mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.2 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1} isExiting:false isexittofullscreeen:false isfromfreeform:false
fromfreeform:false this:ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0}
12-30 16:59:45.948 1291 1408 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
12-30 16:59:45.958 1291 1933 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.mod.child for user 0
12-30 16:59:45.958 1291 1436 W ActivityManager: Slow operation: 688ms so far, now
at startProcess: done updating battery stats
12-30 16:59:45.958 1291 1436 W ActivityManager: Slow operation: 689ms so far, now
at startProcess: building log message
12-30 16:59:45.958 1291 1436 I ActivityManager: Start proc
1989:com.vivo.faceui/1000 for added application com.vivo.faceui
12-30 16:59:45.958 1291 1436 W ActivityManager: Slow operation: 689ms so far, now
at startProcess: starting to update pids map
12-30 16:59:45.959 1291 1436 W ActivityManager: Slow operation: 689ms so far, now
at startProcess: done updating pids map
12-30 16:59:45.959 1291 1436 W ActivityManager: Slow operation: 685ms so far, now
at startProcess: asking zygote to start proc
12-30 16:59:45.960 1291 1933 W ActivityThread: Failed to find provider info for
com.vivo.mod.child (user not unlocked)
12-30 16:59:45.969 1291 1291 D BinderGroup: onSystemReady
12-30 16:59:45.970 1291 1291 D BinderGroup: init error=-1
12-30 16:59:45.972 1291 1436 W ActivityManager: Slow operation: 698ms so far, now
at startProcess: returned from zygote!
12-30 16:59:45.988 1291 1918 D CompatibilityChangeReporter: Compat change id
reported: 181136395; UID 1000; state: DISABLED
12-30 16:59:45.988 1291 1918 D CompatibilityChangeReporter: Compat change id
reported: 174042936; UID 1000; state: DISABLED
12-30 16:59:45.996 1291 1446 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 16:59:45.998 1291 1446 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.abe
12-30 16:59:45.998 1291 1446 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 16:59:45.999 1291 1436 W ActivityManager: Slow operation: 725ms so far, now
at startProcess: done updating battery stats
12-30 16:59:45.999 1291 1436 I Watchdog: Interesting Java process
com.android.phone started. Pid 2015
12-30 16:59:45.999 1291 1436 W ActivityManager: Slow operation: 726ms so far, now
at startProcess: building log message
12-30 16:59:45.999 1291 1436 I ActivityManager: Start proc
2015:com.android.phone/1001 for added application com.android.phone
12-30 16:59:45.999 1291 1436 W ActivityManager: Slow operation: 726ms so far, now
at startProcess: starting to update pids map
12-30 16:59:46.001 1291 1436 W ActivityManager: Slow operation: 727ms so far, now
at startProcess: done updating pids map
12-30 16:59:46.001 1291 1436 W ActivityManager: Slow operation: 145ms so far, now
at startProcess: asking zygote to start proc
12-30 16:59:46.006 1291 1933 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.mod.child for user 0
12-30 16:59:46.006 1291 1933 W ActivityThread: Failed to find provider info for
com.vivo.mod.child (user not unlocked)
12-30 16:59:46.023 1291 1408 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 16:59:46.037 1291 1436 W ActivityManager: Slow operation: 181ms so far, now
at startProcess: returned from zygote!
12-30 16:59:46.041 1291 1436 W ActivityManager: Slow operation: 185ms so far, now
at startProcess: done updating battery stats
12-30 16:59:46.041 1291 1436 W ActivityManager: Slow operation: 185ms so far, now
at startProcess: building log message
12-30 16:59:46.041 1291 1436 I ActivityManager: Start proc
2033:com.android.settings/1000 for top-activity
{com.android.settings/com.android.settings.FallbackHome}
12-30 16:59:46.041 1291 1436 W ActivityManager: Slow operation: 185ms so far, now
at startProcess: starting to update pids map
12-30 16:59:46.041 1291 1436 W ActivityManager: Slow operation: 185ms so far, now
at startProcess: done updating pids map
12-30 16:59:46.041 1291 1436 W ActivityManager: Slow operation: 134ms so far, now
at startProcess: asking zygote to start proc
12-30 16:59:46.055 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:46.057 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:46.058 1291 1436 W ActivityManager: Slow operation: 151ms so far, now
at startProcess: returned from zygote!
12-30 16:59:46.058 1291 1436 W ActivityManager: Slow operation: 152ms so far, now
at startProcess: done updating battery stats
12-30 16:59:46.059 1291 1436 W ActivityManager: Slow operation: 152ms so far, now
at startProcess: building log message
12-30 16:59:46.059 1291 1436 I ActivityManager: Start proc
2035:com.vivo.appfilter:service/1000 for service
{com.vivo.appfilter/com.vivo.appfilter.service.VivoBringupManagerService}
12-30 16:59:46.059 1291 1436 W ActivityManager: Slow operation: 152ms so far, now
at startProcess: starting to update pids map
12-30 16:59:46.059 1291 1436 W ActivityManager: Slow operation: 152ms so far, now
at startProcess: done updating pids map
12-30 16:59:46.059 1291 1436 W ActivityManager: Slow operation: 62ms so far, now
at startProcess: asking zygote to start proc
12-30 16:59:46.061 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:46.084 1291 1436 W ActivityManager: Slow operation: 87ms so far, now
at startProcess: returned from zygote!
12-30 16:59:46.089 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1001; state: DISABLED
12-30 16:59:46.102 1291 1436 W ActivityManager: Slow operation: 105ms so far, now
at startProcess: done updating battery stats
12-30 16:59:46.102 1291 1436 W ActivityManager: Slow operation: 105ms so far, now
at startProcess: building log message
12-30 16:59:46.102 1291 1436 I ActivityManager: Start proc 2037:com.vivo.rms/1000
for service {com.vivo.abe/com.vivo.rms.dispatcher.EventReceiverService}
12-30 16:59:46.102 1291 1436 W ActivityManager: Slow operation: 105ms so far, now
at startProcess: starting to update pids map
12-30 16:59:46.104 1291 1436 W ActivityManager: Slow operation: 107ms so far, now
at startProcess: done updating pids map
12-30 16:59:46.114 1291 1291 D _V_ConfigurationManager:
/data/bbkcore/frameworklock_1.0.xml is null,just return file content, no need
decrypt file
12-30 16:59:46.133 1291 2054 I _V_AppCrashRescue: appcrashFile exists, new
atomicFile now.
12-30 16:59:46.134 1291 1291 E _V_ANRManager: mPackageName = android, Get anr
service = com.android.server.am.anr.ANRManagerService@f304422
12-30 16:59:46.144 1291 2054 I _V_AppCrashRescue: getAllStringList: typeName:
appcrash_switch
12-30 16:59:46.147 1291 2054 D _V_ConfigurationManager:
/data/bbkcore/AppcrashRescue_config_1.0.xml is null,just return file content, no
need decrypt file
12-30 16:59:46.147 1291 2054 I _V_AppCrashRescue: getAllStringList: typeName:
allow_thirdparty_app_list
12-30 16:59:46.147 1291 1291 I SystemServerTiming: StartSystemUI
12-30 16:59:46.149 1291 2054 I _V_AppCrashRescue: getAllStringList: typeName:
ne_type
12-30 16:59:46.149 1291 2054 I _V_AppCrashRescue: getAllStringList: typeName:
je_type
12-30 16:59:46.149 1291 2054 I _V_AppCrashRescue: getAllStringList: typeName:
ne_keyword
12-30 16:59:46.149 1291 2054 I _V_AppCrashRescue: getAllStringList: typeName:
update_times_max
12-30 16:59:46.149 1291 2054 I _V_AppCrashRescue: getAllStringList: typeName:
odex_err_type
12-30 16:59:46.152 1291 2054 I _V_AppCrashRescue: registerAllObserver: typeName
appcrash_switch
12-30 16:59:46.152 1291 2054 I _V_AppCrashRescue: registerAllObserver: typeName
allow_thirdparty_app_list
12-30 16:59:46.152 1291 2054 I _V_AppCrashRescue: registerAllObserver: typeName
ne_type
12-30 16:59:46.152 1291 2054 I _V_AppCrashRescue: registerAllObserver: typeName
je_type
12-30 16:59:46.152 1291 2054 I _V_AppCrashRescue: registerAllObserver: typeName
ne_keyword
12-30 16:59:46.152 1291 2054 I _V_AppCrashRescue: registerAllObserver: typeName
update_times_max
12-30 16:59:46.152 1291 2054 I _V_AppCrashRescue: registerAllObserver: typeName
odex_err_type
12-30 16:59:46.160 1291 2054 I _V_AppCrashRescue: sRescueSwitchList size: 0
12-30 16:59:46.160 1291 2054 I _V_AppCrashRescue: sRescueSwitch status: true
12-30 16:59:46.160 1291 2054 I _V_AppCrashRescue: sRescue3partyAppStringList
size: 0
12-30 16:59:46.160 1291 2054 I _V_AppCrashRescue: sRescueNETypeStringList size: 0
12-30 16:59:46.160 1291 2054 I _V_AppCrashRescue: allow ne_type: Aborted
12-30 16:59:46.160 1291 2054 I _V_AppCrashRescue: allow ne_type: Segmentation
fault
12-30 16:59:46.160 1291 2054 I _V_AppCrashRescue: allow ne_type: Illegal
instruction
12-30 16:59:46.161 1291 2054 I _V_AppCrashRescue: sRescueJETypeStringList size: 0
12-30 16:59:46.161 1291 2054 I _V_AppCrashRescue: allow je_type:
android.content.res.Resources$NotFoundException
12-30 16:59:46.161 1291 2054 I _V_AppCrashRescue: allow je_type:
java.lang.NoSuchMethodError
12-30 16:59:46.161 1291 2054 I _V_AppCrashRescue: allow je_type:
java.lang.ClassNotFoundException
12-30 16:59:46.161 1291 2054 I _V_AppCrashRescue: allow je_type:
java.lang.NoClassDefFoundError
12-30 16:59:46.161 1291 2054 I _V_AppCrashRescue: allow je_type:
java.lang.UnsatisfiedLinkError
12-30 16:59:46.164 1291 2054 I _V_AppCrashRescue: allow je_type:
java.lang.VerifyError
12-30 16:59:46.164 1291 2054 I _V_AppCrashRescue: allow je_type:
java.lang.NoSuchFieldError
12-30 16:59:46.164 1291 2054 I _V_AppCrashRescue: allow je_type:
java.lang.ExceptionInInitializerError
12-30 16:59:46.164 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10047; state: DISABLED
12-30 16:59:46.165 1291 1454 I _V_FrozenOfflineManager: initState:
mAllowFreeze=true, mMobileConnected=false, mWifiConnected=false mExtWifiConnected =
false
12-30 16:59:46.166 1291 2054 I _V_AppCrashRescue: sRescueNEKeywordStringList
size: 0
12-30 16:59:46.166 1291 2054 I _V_AppCrashRescue: allow ne_keyword:
all_ne_keyword
12-30 16:59:46.166 1291 2054 I _V_AppCrashRescue: sRescueUpdateTimeStringList
size: 0
12-30 16:59:46.166 1291 2054 I _V_AppCrashRescue: sUpdateTimesMax value: 3
12-30 16:59:46.173 1291 2054 I _V_AppCrashRescue:
sDexFileDamageErrorTypeStringList size: 0
12-30 16:59:46.173 1291 2054 I _V_AppCrashRescue: allow odex_err_type:
ClassStatus::kLast
12-30 16:59:46.173 1291 2054 I _V_AppCrashRescue: allow odex_err_type:
DexFile::kDexNoIndex16
12-30 16:59:46.173 1291 2054 I _V_AppCrashRescue: allow odex_err_type:
java.lang.VerifyError
12-30 16:59:46.174 1291 2054 I _V_AppCrashRescue: allow odex_err_type:
VdexFile::GetQuickenedInfoOf
12-30 16:59:46.174 1291 2054 I _V_AppCrashRescue: allow odex_err_type:
art::HInstructionBuilder
12-30 16:59:46.174 1291 2054 I _V_AppCrashRescue: allow odex_err_type:
range0_.InSource
12-30 16:59:46.174 1291 2054 I _V_AppCrashRescue: allow odex_err_type:
decompressed_size
12-30 16:59:46.174 1291 2054 I _V_AppCrashRescue: allow odex_err_type:
accessor.InsnsSizeInCodeUnits
12-30 16:59:46.179 1291 1291 D _V_FaceUnlockController: ensureBiometricsReady
12-30 16:59:46.216 1291 1408 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 16:59:46.220 1291 1408 W ActivityManager: Slow operation: 51ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 16:59:46.220 1291 1408 W ActivityManager: Slow operation: 51ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 16:59:46.230 1291 1408 I ActivityTaskManager: Config changes=100 {1.0 ?mcc?
mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port night finger
-keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 -
720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.10 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1}
12-30 16:59:46.232 1291 1408 I ActivityTaskManager: Sending to proc
com.android.systemui new config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp
300dpi nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 -
720, 1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.11 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:46.233 1291 1408 I ActivityTaskManager: Sending to proc
com.android.phone new config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp
300dpi nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 -
720, 1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.12 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:46.234 1291 1408 I ActivityTaskManager: Sending to proc
com.vivo.faceui new config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi
nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.13 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:46.235 1291 1408 I ActivityTaskManager: Sending to proc
com.vivo.daemonService new config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp
300dpi nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 -
720, 1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.14 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:46.236 1291 1408 I ActivityTaskManager: Sending to proc
com.vivo.pushservice new config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp
300dpi nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 -
720, 1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.15 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:46.237 1291 1408 I ActivityTaskManager: Sending to proc com.vivo.abe
new config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port
night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.16 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:46.237 1291 1408 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port
night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} as.1 s.17 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:46.238 1291 1408 I WindowManager: Override config changes=100 {1.0 ?
mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port night finger -
keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 -
720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.10 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1} for displayId=0
12-30 16:59:46.256 1291 1408 I _V_VivoFoldRebootUtilImpl: onConfigurationChanged
r:ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0}
currentState=0 startState=-1 activityState = INITIALIZING info = Settings
12-30 16:59:46.260 1291 1408 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0},mainRootTask:Task{3340c25 #1 type=home ??
U=0 displayId=0 visible=true mode=fullscreen translucent=false sz=1}
12-30 16:59:46.269 1291 1408 I _V_SDS :
onSetActivityResumed=com.android.settings
recordInfo=com.android.settings/.FallbackHome pid=2033
12-30 16:59:46.273 1291 1408 I HoverMode: ar is resume in second =
ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0}
12-30 16:59:46.276 1291 1408 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=0, state=0,
isLandTranslucentBackToLauncher=false
12-30 16:59:46.279 1291 1408 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
12-30 16:59:46.281 1291 1408 W ActivityManager: Slow operation: 112ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 16:59:46.284 1291 1415 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
12-30 16:59:46.287 1291 1415 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 0 mRemoteAnimState = 0 transit = 0
12-30 16:59:46.288 1291 1415 D _V_BarAnimController: appTransitionFinished
12-30 16:59:46.294 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.systemui uid 10047, isRmsPreload = false, keepQuiet =false
12-30 16:59:46.299 1291 1291 D _V_FaceUnlockController: bindFaceUIService
12-30 16:59:46.299 1291 1291 I _V_FaceUIServiceDelegate: File descriptior is null
12-30 16:59:46.301 1291 1291 D _V_FingerprintUnlockController:
bindFingerprintKeyguardService
12-30 16:59:46.302 1291 1291 D _V_FingerprintUnlockController: Don't bind
fingerprint keyguard service due to have no FEATURE_FINGERPRINT !
12-30 16:59:46.303 1291 1291 D _V_VivoLcmEsd: proximity positive is :false
12-30 16:59:46.304 1291 1291 D _V_VivoBrightnessPolicyService: Enviroment lux
2000. Update max nit.
12-30 16:59:46.306 1291 1291 W Looper : Slow delivery took 12875ms main
h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0
12-30 16:59:46.316 1291 1918 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 16:59:46.323 1291 1291 D _V_BatteryService: startSwitchCardService, msg = 0
12-30 16:59:46.324 1291 1291 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.startService:1840
com.android.server.BatteryService$8.run:629 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
12-30 16:59:46.343 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 16:59:46.349 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:46.352 1291 1918 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_color
value:16776698 pkg:com.vivo.faceui userId:0
12-30 16:59:46.363 1291 1291 W ActivityManager: Unable to start service Intent
{ cmp=com.vivo.wallet/com.vivo.pay.swing.service.SwitchCardService (has extras) }
U=0: not found
12-30 16:59:46.363 1291 1291 D VivoBatteryService: INCOME SUCCESS
12-30 16:59:46.363 1291 1291 D VivoBatteryService: INCOME SUCCESS
12-30 16:59:46.363 1291 1412 D _V_CapacityKeyService: foregroundActivities
detected uid=1000 appName=com.android.settings state=true
12-30 16:59:46.364 1291 1412 D _V_CapacityKeyService: foreground:
com.android.settings
12-30 16:59:46.381 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 5 value: [0]
12-30 16:59:46.384 1291 1672 I _V_Sensor_AutoAppManager: uidName =
android.uid.system:1000; topName = com.android.settings; foregroundActivities =
true; packageName = com.android.settings; processName = com.android.settings;
inFreeform = false
12-30 16:59:46.385 1291 1672 D _V_Sensor_AppTypeManager: getAppNameFromUidPid pkg
= android.uid.system
12-30 16:59:46.385 1291 1672 E _V_Sensor_ConnectPemService: getSingleAppType
java.lang.NullPointerException: Attempt to invoke interface method 'boolean
android.os.IBinder.transact(int, android.os.Parcel, android.os.Parcel, int)' on a
null object reference
12-30 16:59:46.385 1291 1672 D _V_Sensor_AppTypeManager: arraySize = 0,isEmpty =
true
12-30 16:59:46.387 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 16:59:46.388 1291 1672 E _V_Sensor_AppTypeManager: arraySize <= 3!
12-30 16:59:46.403 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:46.407 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_fullscreen_flag
12-30 16:59:46.439 1291 2088 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 16:59:46.445 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_start
value:18 pkg:com.vivo.faceui userId:0
12-30 16:59:46.446 1291 2088 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_end value:18
pkg:com.vivo.faceui userId:0
12-30 16:59:46.448 1291 1408 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_duration
value:0 pkg:com.vivo.faceui userId:0
12-30 16:59:46.453 1291 1409 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:46.468 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:46.470 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/captive_portal_https_url
12-30 16:59:46.473 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/captive_portal_http_url
12-30 16:59:46.474 1291 1291 D ConditionProviders.SCP: onConnected
12-30 16:59:46.475 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode_config_etag value:-2079455149
pkg:android userId:0
12-30 16:59:46.475 1291 1291 D _V_ZenModeHelper: reason = readXml zenModeEnabled
= false mZenModeEnabled = false
12-30 16:59:46.475 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
12-30 16:59:46.476 1291 1291 D ConditionProviders: Subscribing to
condition://android/event?userId=-10000&calendar=&reply=1 with
ComponentInfo{android/com.android.server.notification.EventConditionProvider}
12-30 16:59:46.477 1291 1291 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}
12-30 16:59:46.488 1291 1704 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_screen_doze value:0
pkg:com.vivo.faceui userId:0
12-30 16:59:46.492 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10184, isRmsPreload = false, keepQuiet
=false
12-30 16:59:46.494 1291 1291 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 16:59:46.499 1291 1291 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.ext.services
12-30 16:59:46.500 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10184; state: DISABLED
12-30 16:59:46.501 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10184; state: ENABLED
12-30 16:59:46.501 1291 1408 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:46.528 1291 1408 W ProcessStats: Tracking association
SourceState{1a9e07c system/1000 ImpFg #57} whose proc state 4 is better than
process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (0
skipped)
12-30 16:59:46.530 1291 1471 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:46.539 1291 1291 I _V_Sensor_NativeNotification: notifyOrientation =
1
12-30 16:59:46.539 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 13 value: [1]
12-30 16:59:46.541 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode_config_etag value:-2079455149
pkg:android userId:0
12-30 16:59:46.541 1291 1291 D _V_ZenModeHelper: reason = cleanUpZenRules
zenModeEnabled = false mZenModeEnabled = false
12-30 16:59:46.541 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
12-30 16:59:46.545 1291 1436 I ActivityManager: Start proc
2118:com.google.android.ext.services/u0a184 for service
{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRend
erServiceImpl}
12-30 16:59:46.549 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:46.563 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 16:59:46.567 1291 2088 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:system_unlock_state value:0
pkg:com.vivo.daemonService userId:0
12-30 16:59:46.588 1291 1471 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:46.591 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/wifi_acc_temp_disabled
12-30 16:59:46.592 1291 1291 I PackageWatchdog: Syncing health check requests for
packages: {}
12-30 16:59:46.593 1291 1291 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
12-30 16:59:46.594 1291 1471 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:46.595 1291 1442 D _V_VivoFirewall: fromAppfilter:true
12-30 16:59:46.596 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10184, isRmsPreload = false, keepQuiet
=false
12-30 16:59:46.597 1291 1291 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 16:59:46.597 1291 1291 I ExplicitHealthCheckController: Explicit health
check service is bound
12-30 16:59:46.598 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/boot_count
12-30 16:59:46.600 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:46.627 1291 1471 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10184; state: DISABLED
12-30 16:59:46.627 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
12-30 16:59:46.629 1291 1742 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 16:59:46.636 1291 1742 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:5c86b35 u0
com.android.systemui.ImageWallpaper} task=null
12-30 16:59:46.639 1291 1409 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 16:59:46.644 1291 1409 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:f0a6617 u0
ShellDropTarget} task=null
12-30 16:59:46.658 1291 1918 V _V_WindowManager: hide:
Window{com.android.systemui:f0a6617 u0 ShellDropTarget}
com.android.server.wm.DisplayPolicy.applyKeyguardPolicy:2324
com.android.server.wm.DisplayPolicy.applyPostLayoutPolicyLw:2086
com.android.server.wm.DisplayContent.lambda$new$7$DisplayContent:985
com.android.server.wm.DisplayContent$$ExternalSyntheticLambda24.accept:4
com.android.server.wm.WindowContainer$ForAllWindowsConsumerWrapper.apply:2560
12-30 16:59:46.663 1291 1918 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.settings/com.android.settings.FallbackHome}
,resizeMode=0 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 16:59:46.668 1291 1918 I WindowManager: Relayout
Window{com.android.systemui:5c86b35 u0 com.android.systemui.ImageWallpaper}:
oldVis=0, newVis=0, requestedWidth=720, requestedHeight=1600, attrs.width=720,
attrs.height=1600, compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags =
12000004, mInvGlobalScale = 1.0
12-30 16:59:46.672 1291 1415 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 10047; state: ENABLED
12-30 16:59:46.677 1291 1471 W ActivityManager: Slow operation: 69ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 16:59:46.679 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:46.680 1291 1918 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:5c86b35 u0 com.android.systemui.ImageWallpaper}
mDrawState=DRAW_PENDING
12-30 16:59:46.680 1291 1918 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=null mSyncState=0
12-30 16:59:46.689 1291 1408 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
12-30 16:59:46.691 1291 1918 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@a564546
12-30 16:59:46.692 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 16:59:46.697 1291 2088 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:46.700 1291 1471 I WindowManager: Relayout
Window{com.android.systemui:5c86b35 u0 com.android.systemui.ImageWallpaper}:
oldVis=0, newVis=0, requestedWidth=720, requestedHeight=1600, attrs.width=720,
attrs.height=1600, compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags =
2000004, mInvGlobalScale = 1.0
12-30 16:59:46.712 1291 1408 W OverlayManager: service 'idmap' died
12-30 16:59:46.732 1291 1471 D MR2SystemProvider: Updating system provider info :
MediaRouteProviderInfo { uniqueId=null, routes=[MediaRoute2Info{ id=DEVICE_ROUTE,
name=Phone, features=[android.media.route.feature.LIVE_AUDIO,
android.media.route.feature.LIVE_VIDEO,
android.media.route.feature.LOCAL_PLAYBACK], iconUri=null, description=null,
connectionState=2, clientPackageName=null, volumeHandling=1, volumeMax=15,
volume=0, providerId=null }] }
12-30 16:59:46.747 1291 1471 D MR2SystemProvider: Updating system routing session
info :
RoutingSessionInfo{ sessionId=com.android.server.media/.SystemMediaRoute2Provider:S
YSTEM_SESSION, name=null, clientPackageName=,
selectedRoutes={com.android.server.media/.SystemMediaRoute2Provider:DEVICE_ROUTE},
selectableRoutes={}, deselectableRoutes={}, transferableRoutes={},
volumeHandling=0, volumeMax=0, volume=0 }
12-30 16:59:46.748 1291 2104 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
12-30 16:59:46.751 1291 2104 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@f3f2093
12-30 16:59:46.767 1291 1471 D MR2SystemProvider: publishProviderState
12-30 16:59:46.772 1291 2104 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
12-30 16:59:46.773 1291 2104 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@1ebc085
12-30 16:59:46.778 1291 1471 D MR2SystemProvider: Updating system provider info :
MediaRouteProviderInfo { uniqueId=null, routes=[MediaRoute2Info{ id=DEVICE_ROUTE,
name=Phone, features=[android.media.route.feature.LIVE_AUDIO,
android.media.route.feature.LIVE_VIDEO,
android.media.route.feature.LOCAL_PLAYBACK], iconUri=null, description=null,
connectionState=2, clientPackageName=null, volumeHandling=1, volumeMax=15,
volume=12, providerId=null }] }
12-30 16:59:46.789 1291 1414 D _V_BarAnimController: reset
12-30 16:59:46.789 1291 1414 D _V_BarAnimController: resetRealBars
12-30 16:59:46.789 1291 1414 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
12-30 16:59:46.789 1291 1414 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
12-30 16:59:46.789 1291 1414 D _V_BarAnimController: resetFakeBars
12-30 16:59:46.789 1291 1414 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
12-30 16:59:46.790 1291 1414 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
12-30 16:59:46.859 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 1000, arg4: 0, name: com.vivo.daemonService
12-30 16:59:46.863 1291 1742 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1000; state: ENABLED
12-30 16:59:46.877 1291 1667 I _V_Sensor_ProxStateController: handleAppChange
topName = com.android.settings topWindowMode = 1 appType = 0 mAppScene = 3
12-30 16:59:46.885 1291 1408 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.vivo.pushservice.ips value:
pkg:com.vivo.pushservice userId:0
12-30 16:59:46.901 1291 1918 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:navigation_mode value:0
pkg:com.android.systemui userId:0
12-30 16:59:46.925 1291 1742 W StorageManagerService: No primary storage defined
yet; hacking together a stub
12-30 16:59:46.931 1291 1917 W StorageManagerService: No primary storage defined
yet; hacking together a stub
12-30 16:59:46.932 1291 1967 W StorageManagerService: No primary storage defined
yet; hacking together a stub
12-30 16:59:46.941 1291 1408 D _V_VivoKeyguardControllerImpl: setKeyguardShown
keyguardShowing = true, aodShowing = false, aodChanged = false, mKeyguardGoingAway
= false ,caller by com.android.server.wm.KeyguardController.setKeyguardShown:201
com.android.server.wm.ActivityTaskManagerService.setLockScreenShown:3306
android.app.IActivityTaskManager$Stub.onTransact:2257
com.android.server.wm.ActivityTaskManagerService.onTransact:5879
android.os.Binder.execTransactInternal:1184 android.os.Binder.execTransact:1143
<bottom of call stack> <bottom of call stack> <bottom of call stack> <bottom of
call stack>
12-30 16:59:46.941 1291 1408 D _V_ActivityTaskManager: keyguard showing before
screen turning off, take a snapshot
12-30 16:59:46.942 1291 1408 W _V_VivoStack: Stack is:
12-30 16:59:46.942 1291 1408 W _V_VivoStack: java.lang.Exception: Debug addToken:
{"keyguard", display 0, acquire at 33979 (1 ms ago)}
12-30 16:59:46.942 1291 1408 W _V_VivoStack: at
com.android.server.wm.RootWindowContainer.createSleepToken(RootWindowContainer.java
:3123)
12-30 16:59:46.942 1291 1408 W _V_VivoStack: at
com.android.server.wm.ActivityTaskManagerService$SleepTokenAcquirerImpl.acquire(Act
ivityTaskManagerService.java:5283)
12-30 16:59:46.942 1291 1408 W _V_VivoStack: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:576)
12-30 16:59:46.942 1291 1408 W _V_VivoStack: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:569)
12-30 16:59:46.942 1291 1408 W _V_VivoStack: at
com.android.server.wm.KeyguardController.setKeyguardShown(KeyguardController.java:2
65)
12-30 16:59:46.942 1291 1408 W _V_VivoStack: at
com.android.server.wm.ActivityTaskManagerService.setLockScreenShown(ActivityTaskMan
agerService.java:3306)
12-30 16:59:46.942 1291 1408 W _V_VivoStack: at
android.app.IActivityTaskManager$Stub.onTransact(IActivityTaskManager.java:2257)
12-30 16:59:46.942 1291 1408 W _V_VivoStack: at
com.android.server.wm.ActivityTaskManagerService.onTransact(ActivityTaskManagerServ
ice.java:5879)
12-30 16:59:46.942 1291 1408 W _V_VivoStack: at
android.os.Binder.execTransactInternal(Binder.java:1184)
12-30 16:59:46.942 1291 1408 W _V_VivoStack: at
android.os.Binder.execTransact(Binder.java:1143)
12-30 16:59:46.943 1291 1408 D ActivityTaskManager: Top Process State changed to
PROCESS_STATE_TOP_SLEEPING
12-30 16:59:46.944 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:46.948 1291 1408 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0} ,caller by
com.android.server.wm.Task.goToSleepIfPossible:6729
com.android.server.wm.Task.lambda$goToSleepIfPossible$20:6715
com.android.server.wm.Task$$ExternalSyntheticLambda30.accept:6
com.android.server.wm.Task.forAllLeafTasks:4625
com.android.server.wm.Task.forAllLeafTasks:4613
com.android.server.wm.Task.goToSleepIfPossible:6714
com.android.server.wm.RootWindowContainer.lambda$putTasksToSleep$29$RootWindowConta
iner:3254 com.android.server.wm.RootWindowContainer$
$ExternalSyntheticLambda29.accept:10
com.android.server.wm.Task.forAllRootTasks:4637
com.android.server.wm.WindowContainer.forAllRootTasks:1863
com.android.server.wm.WindowContainer.forAllRootTasks:1863
com.android.server.wm.WindowContainer.forAllRootTasks:1863
12-30 16:59:46.957 1291 1408 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.settings/com.android.settings.FallbackHome}
,resizeMode=0 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 16:59:46.959 1291 1408 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=2 ,topActivity=null ,resizeMode=2 ,topActivityType=0 ,of
windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720,
1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} }
12-30 16:59:46.961 1291 1408 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
12-30 16:59:46.963 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10080; state: DISABLED
12-30 16:59:46.964 1291 1408 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 16:59:46.969 1291 1408 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4761
com.android.server.wm.WindowManagerService.addWindow:2115
com.android.server.wm.Session.addToDisplayAsUser:242
android.view.IWindowSession$Stub.onTransact:691
com.android.server.wm.Session.onTransact:207
android.os.Binder.execTransactInternal:1179
12-30 16:59:46.970 1291 1408 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{63fd3f3 u0
com.android.settings/com.android.settings.FallbackHome} task=null
12-30 16:59:46.976 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 182478738; UID 1000; state: DISABLED
12-30 16:59:46.985 1291 1742 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0}
currentState=0 startState=-1 activityState = PAUSING info = Settings
12-30 16:59:46.987 1291 1414 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=1000, requestPid=2033,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.FallbackHome took -1ms finished.
12-30 16:59:46.988 1291 1291 W Looper : Slow dispatch took 181ms main
h=android.app.ActivityThread$H c=null m=114
12-30 16:59:46.991 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:46.993 1291 1414 V ActivityTaskManager: Stopping
ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0}:
nowVisible=false animating=false finishing=false
12-30 16:59:46.993 1291 1917 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.launcher3 uid 10135, isRmsPreload = false, keepQuiet =false
12-30 16:59:46.994 1291 1917 W _V_VivoAmsImpl: mCallingPidFilter=1755,
mCallingUidFilter=10047
12-30 16:59:46.994 1291 1414 I DeviceIdleController: keyguardShowing=true
12-30 16:59:46.996 1291 1917 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.launcher3
12-30 16:59:46.997 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10135; state: DISABLED
12-30 16:59:46.997 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10135; state: ENABLED
12-30 16:59:47.016 1291 1918 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
12-30 16:59:47.017 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/battery_estimates_last_update_time
12-30 16:59:47.017 1291 1291 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
12-30 16:59:47.020 1291 1436 I ActivityManager: Start proc
2225:com.android.launcher3/u0a135 for service
{com.android.launcher3/com.android.quickstep.TouchInteractionService}
12-30 16:59:47.026 1291 1918 I _V_VivoCommonService: get info binder pid is :1932
12-30 16:59:47.027 1291 1742 I WindowManager: Relayout Window{63fd3f3 u0
com.android.settings/com.android.settings.FallbackHome}: oldVis=4, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-30 16:59:47.040 1291 1409 I _V_VivoCommonService: get info binder pid is :1932
12-30 16:59:47.044 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 16:59:47.049 1291 1918 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
12-30 16:59:47.052 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.057 1291 1414 V ActivityTaskManager: Stopping
ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0}:
nowVisible=false animating=false finishing=false
12-30 16:59:47.069 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 16:59:47.070 1291 1414 I ActivityManagerTiming: FinishBooting
12-30 16:59:47.070 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.074 1291 1414 I _V_FingerprintUnlockController: onBootCompleted()
12-30 16:59:47.075 1291 1291 I _V_VivoPKMSUtils: Receive Intent
{ act=android.intent.action.USER_STARTED flg=0x50000010 (has extras) }
12-30 16:59:47.075 1291 1414 D _V_FaceUnlockController: onStartedWakingUp
12-30 16:59:47.075 1291 1414 D _V_VivoLcmDcManager: onStartedWakingUp: why=0
12-30 16:59:47.075 1291 1414 D _V_FingerprintUnlockController:
onFinishedWakingUp()
12-30 16:59:47.076 1291 1291 I _V_UserManagerService: calling
setUserRestriction,key:no_record_audio,value:false,userId:0,callinguid:1000,calling
Pkg:android
12-30 16:59:47.076 1291 1414 D _V_FaceUnlockController: onFinishedWakingUp
12-30 16:59:47.076 1291 1414 D _V_VivoLcmDcManager: onFinishedWakingUp
12-30 16:59:47.076 1291 1291 D _V_VivoKeyguardOverlayController:
DEBUG_KOC:PMDBListener onReceive intent=Intent
{ act=android.intent.action.USER_SWITCHED flg=0x50000010 (has extras) }
12-30 16:59:47.077 1291 1414 W KeyguardServiceDelegate: onScreenTurningOn(): no
keyguard service!
12-30 16:59:47.077 1291 1414 D _V_FingerprintUnlockController:
onScreenTurningOn() screen_turned_on
12-30 16:59:47.077 1291 1414 D _V_FaceUnlockController: onScreenTurningOn
12-30 16:59:47.077 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 16:59:47.078 1291 1414 D _V_FingerprintUnlockController: onScreenTurnedOn()
screen_turning_on
12-30 16:59:47.078 1291 1414 D _V_FaceUnlockController: onScreenTurnedOn (service
disconnected)
12-30 16:59:47.084 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 1000, arg4: 0, name: android
12-30 16:59:47.085 1291 1291 I _V_VivoDisplayPolicyImpl: getDefaultNavBar = 0,
isOverseas = true isVosProduct = true
12-30 16:59:47.103 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:47.106 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:47.108 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:47.109 1291 1967 D WindowManager: App removed or hidden
activity=ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0}
12-30 16:59:47.110 1291 1967 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 16:59:47.133 1291 1918 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10135; state: DISABLED
12-30 16:59:47.166 1291 1918 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
12-30 16:59:47.167 1291 1919 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@8a89071
12-30 16:59:47.170 1291 1408 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
12-30 16:59:47.171 1291 1918 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@42e1e56
12-30 16:59:47.181 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:ringermode value:2
pkg:com.vivo.daemonService userId:0
12-30 16:59:47.185 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:vibratemode value:1
pkg:com.vivo.daemonService userId:0
12-30 16:59:47.207 1291 1918 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.smartmultiwindow for user 0
12-30 16:59:47.211 1291 1918 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.settings
12-30 16:59:47.212 1291 1918 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 16:59:47.224 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.229 1291 1436 I ActivityManager: Start proc
2272:com.android.settings:SettingsExProvider/1000 for content provider
{com.android.settings/com.vivo.settings.provider.SecretProvider}
12-30 16:59:47.234 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.236 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.241 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.244 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.250 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.254 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.255 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.257 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.259 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.260 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.262 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.265 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.290 1291 1291 D AccessibilityManagerService: Ignoring non-
encryption-aware service
ComponentInfo{com.google.android.marvin.talkback/com.google.android.accessibility.a
ccessibilitymenu.AccessibilityMenuService}
12-30 16:59:47.292 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
12-30 16:59:47.293 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.294 1291 1291 W Looper : Slow dispatch took 197ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@c5e5eea m=0
12-30 16:59:47.295 1291 1412 W Looper : Slow dispatch took 198ms android.ui
h=com.android.server.policy.PhoneWindowManager$PolicyHandler
c=com.android.server.accessibility.AccessibilityWaterMark$3@815e5db m=0
12-30 16:59:47.295 1291 1291 I SystemServerTiming:
ManagedServices.unbindOtherUserServices_current0
12-30 16:59:47.297 1291 1291 V ConditionProviders: enabling condition provider
for 0:
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.d
nd.impl.DndConditionProviderService}
12-30 16:59:47.297 1291 1291 V ConditionProviders: Not registering
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.d
nd.impl.DndConditionProviderService} is already bound
12-30 16:59:47.297 1291 1291 I SystemServerTiming:
ManagedServices.unbindOtherUserServices_current0
12-30 16:59:47.297 1291 1291 V NotificationListeners: enabling notification
listener for 0:
ComponentInfo{com.android.launcher3/com.android.launcher3.notification.Notification
Listener}
12-30 16:59:47.298 1291 1291 V NotificationListeners: binding: Intent
{ act=android.service.notification.NotificationListenerService
cmp=com.android.launcher3/.notification.NotificationListener (has extras) }
12-30 16:59:47.299 1291 1291 W ActivityManager: Unable to start service Intent
{ act=android.service.notification.NotificationListenerService
cmp=com.android.launcher3/.notification.NotificationListener } U=0: not found
12-30 16:59:47.299 1291 1291 W NotificationListeners: Unable to bind notification
listener service: Intent
{ act=android.service.notification.NotificationListenerService
cmp=com.android.launcher3/.notification.NotificationListener (has extras) } in user
0
12-30 16:59:47.299 1291 1291 W NotificationListeners: Not binding notification
listener service
ComponentInfo{com.vivo.pushservice/com.vivo.push.util.NotificationMonitor}: service
not found
12-30 16:59:47.300 1291 1291 I SystemServerTiming:
ManagedServices.unbindOtherUserServices_current0
12-30 16:59:47.300 1291 1291 V NotificationAssistants: enabling notification
assistant for 0:
ComponentInfo{com.google.android.ext.services/android.ext.services.notification.Ass
istant}
12-30 16:59:47.301 1291 1291 V NotificationAssistants: binding: Intent
{ act=android.service.notification.NotificationAssistantService
cmp=com.google.android.ext.services/android.ext.services.notification.Assistant
(has extras) }
12-30 16:59:47.302 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10184, isRmsPreload = false, keepQuiet
=false
12-30 16:59:47.311 1291 1412 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 16:59:47.318 1291 1412 I _V_FaceUIServiceDelegate: Faceui service binded
12-30 16:59:47.323 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:47.336 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:ringermode value:2
pkg:com.vivo.daemonService userId:0
12-30 16:59:47.338 1291 1918 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:vibratemode value:1
pkg:com.vivo.daemonService userId:0
12-30 16:59:47.343 1291 1918 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:ringermode value:2
pkg:com.vivo.daemonService userId:0
12-30 16:59:47.344 1291 1918 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:vibratemode value:1
pkg:com.vivo.daemonService userId:0
12-30 16:59:47.348 1291 1917 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:ringermode value:2
pkg:com.vivo.daemonService userId:0
12-30 16:59:47.348 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.349 1291 1917 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:vibratemode value:1
pkg:com.vivo.daemonService userId:0
12-30 16:59:47.405 1291 1918 W ActivityManager: Slow operation: 53ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 16:59:47.405 1291 1918 W ActivityManager: Slow operation: 53ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 16:59:47.407 1291 1918 W ActivityManager: Slow operation: 54ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 16:59:47.410 1291 1918 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
12-30 16:59:47.419 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.420 1291 1412 I _V_FaceUIServiceDelegate: service connected
12-30 16:59:47.428 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.431 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.441 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.443 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.450 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.461 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:47.462 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.463 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.478 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 16:59:47.489 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.492 1291 1918 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.smartmultiwindow for user 0
12-30 16:59:47.495 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.497 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.502 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.504 1291 1409 I _V_FaceUIStateMonitor: get memory FileDescriptor
12-30 16:59:47.507 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.510 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.512 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.514 1291 1409 I _V_VivoFaceServiceImpl: sendCommand cmd: 1016
extra: 0
12-30 16:59:47.519 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.521 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.523 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.527 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.529 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.531 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.533 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.535 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.539 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:47.539 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.544 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.547 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.549 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.553 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.555 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.559 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.563 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.567 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.572 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.573 1291 1918 D CompatibilityChangeReporter: Compat change id
reported: 124107808; UID 1001; state: ENABLED
12-30 16:59:47.574 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.578 1291 1431 W _V_ContentProviderHelper: Failed to find
provider:com.iqoo.secure.provider.secureprovider for user 0
12-30 16:59:47.578 1291 1431 W ActivityThread: Failed to find provider info for
com.iqoo.secure.provider.secureprovider (user not unlocked)
12-30 16:59:47.583 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.587 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.589 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.589 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 1, device: 2, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.589 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.591 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 1, device: 4, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.592 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.594 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1001; state: DISABLED
12-30 16:59:47.596 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.600 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.600 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 1, device: 8, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.602 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.603 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.605 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 1, device: 128, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.609 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 1, device: 256, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.615 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.616 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.631 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:47.651 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.662 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.679 1291 1918 D CompatibilityChangeReporter: Compat change id
reported: 182478738; UID 1001; state: ENABLED
12-30 16:59:47.699 1291 1919 W ActivityManager: Unable to start service Intent
{ act=vivo.intent.action.BIND_INTENTION_PLUS_SERVICE pkg=com.vivo.aiengine } U=0:
not found
12-30 16:59:47.700 1291 1918 W ActivityManager: Unable to start service Intent
{ act=vivo.intent.action.BIND_INTENTION_PLUS_SERVICE pkg=com.vivo.aiengine } U=0:
not found
12-30 16:59:47.718 1291 1918 I StatusBarManagerService: registerStatusBar
bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@e210508
12-30 16:59:47.724 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 16:59:47.728 1291 1409 W _V_ContentProviderHelper: Failed to find
provider:telephonyCollectData for user 0
12-30 16:59:47.731 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.734 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.736 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.738 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.742 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.761 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.769 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:47.785 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:radio.data.stall.recovery.action value:0
pkg:com.android.phone userId:0
12-30 16:59:47.806 1291 1918 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.810 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.810 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.814 1291 1918 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.816 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.817 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.818 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:47.818 1291 1918 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.819 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:47.821 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.821 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.823 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.825 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.825 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.827 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.829 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.830 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.833 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.836 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.836 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.838 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.841 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.841 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.843 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.845 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.846 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.847 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 7, device: 2, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.848 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.850 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 7, device: 4, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.852 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.852 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.853 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 7, device: 8, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.853 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.857 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.857 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.860 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.861 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 7, device: 128, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.863 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.863 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.864 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 7, device: 256, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.866 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.867 1291 1432 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.settings.fullscreenprovider for user 0
12-30 16:59:47.867 1291 1432 W ActivityThread: Failed to find provider info for
com.vivo.settings.fullscreenprovider (user not unlocked)
12-30 16:59:47.869 1291 1432 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.settings.fullscreenprovider for user 0
12-30 16:59:47.869 1291 1432 W ActivityThread: Failed to find provider info for
com.vivo.settings.fullscreenprovider (user not unlocked)
12-30 16:59:47.870 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.870 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.871 1291 1432 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.settings.fullscreenprovider for user 0
12-30 16:59:47.871 1291 1432 W ActivityThread: Failed to find provider info for
com.vivo.settings.fullscreenprovider (user not unlocked)
12-30 16:59:47.872 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.873 1291 1432 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.settings.fullscreenprovider for user 0
12-30 16:59:47.873 1291 1432 W ActivityThread: Failed to find provider info for
com.vivo.settings.fullscreenprovider (user not unlocked)
12-30 16:59:47.874 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.874 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.877 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.879 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.880 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.883 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.885 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.885 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.887 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.889 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.889 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.901 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:radio.data.stall.recovery.action value:0
pkg:com.android.phone userId:0
12-30 16:59:47.916 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.918 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.918 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.920 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.922 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.922 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.924 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.926 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.926 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.928 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.930 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.930 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.932 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.934 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.935 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.938 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.940 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.940 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.943 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.945 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.945 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.947 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.949 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.950 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.951 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.953 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 1, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.954 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.954 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.955 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 2, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.957 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.960 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.961 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.963 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.963 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 128, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.965 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.965 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.968 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.968 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 2048, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.970 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.970 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.972 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 4096, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.973 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.978 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.978 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.979 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 262144, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.980 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.981 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 262145, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.983 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.983 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.986 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 2097152, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.987 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.990 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.990 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.993 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 67108864, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:47.994 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:47.996 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:47.996 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.002 1291 1967 I _V_VivoDisplayPolicyImpl: setVivoNavBar true
com.android.server.wm.DisplayPolicy.addWindowLw:1303
com.android.server.wm.WindowManagerService.addWindow:2116
com.android.server.wm.Session.addToDisplayAsUser:242
12-30 16:59:48.003 1291 1967 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:fdc9f1a u0
NavigationBar0} task=null
12-30 16:59:48.022 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.038 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.041 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.047 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.058 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 1, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:48.059 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 2, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:48.066 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 128, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:48.068 1291 1967 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10080, isRmsPreload = false, keepQuiet =false
12-30 16:59:48.069 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.070 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 2048, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:48.074 1291 1442 D _V_VivoFirewall: fromAppfilter:true
12-30 16:59:48.081 1291 1918 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 16:59:48.084 1291 1918 D _V_FingerprintUnlockController:
onKeyguardOccluded(false)
12-30 16:59:48.084 1291 1918 D _V_FaceUnlockController: onKeyguardOccluded false
12-30 16:59:48.085 1291 1918 D _V_BBKTouchScreenServiceService: touch service get
state : isOccluded:vts:0
12-30 16:59:48.085 1291 1918 D _V_BBKTouchScreenServiceService: touch phone
state: 4
12-30 16:59:48.085 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 4096, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:48.086 1291 1918 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:8ffcbfb u0
NotificationShade} task=null
12-30 16:59:48.087 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.091 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 262144, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:48.095 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 262145, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:48.099 1291 1918 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 16:59:48.099 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 2097152, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:48.100 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.102 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.103 1291 1918 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:3e2dfcf u0
StatusBar} task=null
12-30 16:59:48.106 1291 1291 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 67108864, vivoStreamState.getDeltaIndex(device) : 0
12-30 16:59:48.138 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.150 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.157 1291 1967 W _V_ContentProviderHelper: Failed to find
provider:telephonyCollectData for user 0
12-30 16:59:48.161 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.165 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.168 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.169 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.172 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.205 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:radio.data.stall.recovery.action value:0
pkg:com.android.phone userId:0
12-30 16:59:48.212 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.223 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.225 1291 1918 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.228 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.229 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.229 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.230 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.231 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.232 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.233 1291 1291 W Looper : Slow dispatch took 920ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@4d16ba m=0
12-30 16:59:48.233 1291 1654 D _V_BBKTouchScreenServiceService: REVICE MSG USER
CHANGE
12-30 16:59:48.233 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.233 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 16:59:48.234 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.234 1291 1654 I _V_BBKTouchScreenServiceService: e setting switch
string: 0
12-30 16:59:48.234 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.234 1291 1291 I _V_Sensor_NativeNotification:
notifyDisplayColorMode = 0
12-30 16:59:48.235 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 9 value: [0]
12-30 16:59:48.235 1291 1654 I _V_BBKTouchScreenServiceService: displayId = 2
type = 2 state = 0
12-30 16:59:48.235 1291 1291 I _V_Sensor_NativeNotification: notifyDcState = 0
12-30 16:59:48.235 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 11 value: [0]
12-30 16:59:48.235 1291 1291 I _V_Sensor_NativeNotification: notifyNightMode = 0
12-30 16:59:48.235 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 12 value: [0]
12-30 16:59:48.235 1291 1291 I _V_Sensor_NativeNotification:
notifyEyeProtectSwitch = 0
12-30 16:59:48.235 1291 1291 I _V_Sensor_NativeNotification: notifyDcState = 0
12-30 16:59:48.235 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 10 value: [0]
12-30 16:59:48.236 1291 1291 I _V_Sensor_NativeNotification: Initial color =
0;dcState = 0;nightMode = 0;eyeProtect = 0
12-30 16:59:48.236 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 11 value: [0]
12-30 16:59:48.236 1291 1291 I _V_Sensor_NativeNotification: MOTION_DIRECT_PROX
enable = 0
12-30 16:59:48.236 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 13 value: [0]
12-30 16:59:48.236 1291 1291 I _V_Sensor_AutoInfoManager: action =
android.intent.action.USER_SWITCHED
12-30 16:59:48.237 1291 1654 I _V_BBKTouchScreenServiceService: displayId = 2
type = 13 state = 0
12-30 16:59:48.237 1291 1291 D _V_DisplayPowerControllerImpl:
updateVivoSensorState flag = 2
12-30 16:59:48.238 1291 1291 I _V_Sensor_MultiModeBrightness: cameraModeChange
mode = 0; isCameraMode = false
12-30 16:59:48.238 1291 1466 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=false,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
12-30 16:59:48.238 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:cam_bright value:-1 pkg:android userId:0
12-30 16:59:48.238 1291 1466 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
12-30 16:59:48.238 1291 1291 D _V_DisplayPowerControllerImpl:
updateVivoSensorState flag = 5
12-30 16:59:48.238 1291 1466 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
12-30 16:59:48.238 1291 1466 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
12-30 16:59:48.238 1291 1654 I _V_BBKTouchScreenServiceService: displayId = 2
type = 14 state = 0
12-30 16:59:48.238 1291 1466 I _V_DisplayPowerController[0]:
animateScreenStateChange end
12-30 16:59:48.239 1291 1654 I _V_BBKTouchScreenServiceService: displayId = 0
type = 15 state = 0
12-30 16:59:48.239 1291 1654 I _V_BBKTouchScreenServiceService: displayId = 0
type = 23 state = 0
12-30 16:59:48.239 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.239 1291 1654 I _V_BBKTouchScreenServiceService: displayId = 2
type = 19 state = 0
12-30 16:59:48.239 1291 1466 I _V_Sensor_MultiModeBrightness:
getBrightnessApparently initial brightness = 8.4509426E-5; finalBrightness =
8.4509426E-5; cameraMode = false; driveMode = false
12-30 16:59:48.240 1291 1654 I _V_BBKTouchScreenServiceService: displayId = 2
type = 20 state = 0
12-30 16:59:48.240 1291 1466 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = com.android.systemui; autoEnable = false;
waitFirstLux = false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT;
mExitingWindow = false; mJustScreenOn = true; mSwitchDefaultCurve = false
12-30 16:59:48.240 1291 1466 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 8.4509426E-5; animateBrightness =
8.4509426E-5; rate = 0; state = 2; slowChange = false
12-30 16:59:48.241 1291 1466 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=false,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
12-30 16:59:48.241 1291 1466 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
12-30 16:59:48.241 1291 1466 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
12-30 16:59:48.241 1291 1466 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
12-30 16:59:48.241 1291 1466 I _V_DisplayPowerController[0]:
animateScreenStateChange end
12-30 16:59:48.241 1291 1466 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = com.android.systemui; autoEnable = false;
waitFirstLux = false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT;
mExitingWindow = false; mJustScreenOn = false; mSwitchDefaultCurve = false
12-30 16:59:48.241 1291 1466 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 8.4509426E-5; animateBrightness =
8.4509426E-5; rate = 0; state = 2; slowChange = false
12-30 16:59:48.243 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.244 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.244 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.246 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.253 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.253 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.253 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.255 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.257 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.257 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.258 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.260 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.263 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 16:59:48.263 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 16:59:48.263 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 16:59:48.263 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 16:59:48.263 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 16:59:48.263 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED chargeState = 3
12-30 16:59:48.263 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-30 16:59:48.264 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
1; pos = 5 value: [3]
12-30 16:59:48.264 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 16:59:48.264 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 16:59:48.264 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.265 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 16:59:48.265 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.265 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 16:59:48.265 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.265 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 16:59:48.265 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 16:59:48.265 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 16:59:48.265 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 16:59:48.266 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 16:59:48.266 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.266 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 16:59:48.266 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 16:59:48.266 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 16:59:48.267 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 16:59:48.267 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 16:59:48.267 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 16:59:48.267 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 16:59:48.268 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 16:59:48.268 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 16:59:48.269 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.269 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.269 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.269 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 16:59:48.269 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 16:59:48.269 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 16:59:48.270 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 16:59:48.270 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 16:59:48.270 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 16:59:48.270 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 16:59:48.270 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 16:59:48.270 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 16:59:48.270 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.270 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 16:59:48.271 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 16:59:48.271 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 16:59:48.271 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 16:59:48.271 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 16:59:48.271 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 16:59:48.272 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 16:59:48.272 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 16:59:48.272 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 16:59:48.272 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 16:59:48.274 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.274 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.274 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.276 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.278 1291 1291 D ConditionProviders.SCP: onSubscribe
condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=7.0&exitAtAlarm=true
12-30 16:59:48.279 1291 1291 D ConditionProviders.SCP: setRegistered true
12-30 16:59:48.279 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.279 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.280 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.282 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.282 1291 1617 W _V_ContentProviderHelper: Failed to find
provider:com.android.calendar for user 0
12-30 16:59:48.282 1291 1617 W ActivityThread: Failed to find provider info for
com.android.calendar (user not unlocked)
12-30 16:59:48.285 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.286 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.286 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.287 1291 1617 W _V_ContentProviderHelper: Failed to find
provider:com.android.calendar for user 0
12-30 16:59:48.287 1291 1617 W ActivityThread: Failed to find provider info for
com.android.calendar (user not unlocked)
12-30 16:59:48.287 1291 1291 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 08:00:00 GMT+08:00 1970 (0)}], now=Sat Dec
30 16:59:48 GMT+08:00 2023 (1703926788279), nextUserAlarmTime=Thu Jan 01 08:00:00
GMT+08:00 1970 (0)
12-30 16:59:48.287 1291 1291 D ConditionProviders.SCP: notifyCondition
condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=7.0&exitAtAlarm=true
STATE_FALSE reason=!meetsSchedule
12-30 16:59:48.288 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:snoozed_schedule_condition_provider
value: pkg:android userId:0
12-30 16:59:48.288 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.291 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.291 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.291 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.293 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.294 1291 1291 D ConditionProviders.SCP: Scheduling evaluate for
Sat Dec 30 22:00:00 GMT+08:00 2023 (1703944800000), in +5h0m11s721ms, now=Sat Dec
30 16:59:48 GMT+08:00 2023 (1703926788279)
12-30 16:59:48.296 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.296 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.297 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.298 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.299 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 16:59:48.299 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 16:59:48.299 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 16:59:48.299 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 16:59:48.300 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 16:59:48.300 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 16:59:48.300 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 16:59:48.300 1291 1291 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
12-30 16:59:48.301 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.301 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.301 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 16:59:48.301 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 16:59:48.301 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.302 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 16:59:48.303 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 16:59:48.303 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 16:59:48.303 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 16:59:48.303 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 16:59:48.304 1291 1918 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.306 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.306 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.307 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.310 1291 1918 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.313 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.313 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.313 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.315 1291 1918 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.319 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.319 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.319 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.331 1291 1918 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:radio.data.stall.recovery.action value:0
pkg:com.android.phone userId:0
12-30 16:59:48.347 1291 1291 W BluetoothManagerService:
bindBluetoothProfileService:Trying to bind to profile: 1, while Bluetooth is
disabled
12-30 16:59:48.349 1291 1918 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.352 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.352 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.352 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.353 1291 1431 D _V_VivoBackgroundActivityController:
mReadCompentListRunnable!
12-30 16:59:48.354 1291 1431 D _V_VivoBackgroundActivityController: start
getListFromUCS BackgroundActivityBlack
12-30 16:59:48.354 1291 1918 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.356 1291 1431 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:48.358 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.358 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.359 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.360 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.363 1291 1291 I Telecom : mq: Registering broadcast receiver:
android.content.IntentFilter@6d8a132
12-30 16:59:48.363 1291 1291 I Telecom : mq: Registering broadcast receiver:
android.content.IntentFilter@a060e83
12-30 16:59:48.364 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.364 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.365 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.366 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.371 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.371 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.371 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.373 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.377 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.377 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.378 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.380 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.384 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.384 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.385 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.387 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.390 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.391 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.391 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.392 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.395 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.395 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.397 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.398 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.402 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.402 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.402 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.403 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.406 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.407 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.407 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.409 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.412 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.412 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.413 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.413 1291 1442 D _V_VivoWidgetAppControllx: start registerObserver
12-30 16:59:48.416 1291 1442 D _V_VivoWidgetAppControllx:
getAccessibilityServicesPkg value=null
12-30 16:59:48.417 1291 1918 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.419 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.419 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.420 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.421 1291 1918 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.425 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.425 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.426 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.427 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.431 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.431 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.432 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.434 1291 1645 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 53, .batteryVoltage = 4067, .batteryTemperature =
337, .batteryCurrent = 1243, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 7000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
12-30 16:59:48.436 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.439 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.439 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.439 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.440 1291 1431 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 16:59:48.441 1291 1967 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 16:59:48.443 1291 1431 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 16:59:48.444 1291 1918 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 16:59:48.445 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.445 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.448 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:48.449 1291 1918 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 16:59:48.455 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:announces_type value:2
pkg:com.android.server.telecom userId:0
12-30 16:59:48.455 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:specific_scene_features value:4
pkg:com.android.server.telecom userId:0
12-30 16:59:48.461 1291 1431 D _V_VivoBackgroundActivityController:
parseAndAddContent start
12-30 16:59:48.463 1291 1431 D _V_VivoBackgroundActivityController:
parseAndAddContent end, blacksize: 0, dstListSize: 30, activityTimeout: 5000
12-30 16:59:48.463 1291 1291 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.startService:1840
android.content.ContextWrapper.startService:776
com.android.server.telecom.or.<init>:404
com.android.server.telecom.TelecomSystem.<init>:359
com.android.server.telecom.components.TelecomService.a:255
12-30 16:59:48.463 1291 1431 D _V_VivoBackgroundActivityController: add bg comp
list for overseas
12-30 16:59:48.464 1291 1431 D _V_VivoBackgroundActivityController: start
getListFromUCS BackgroundActivityWhite
12-30 16:59:48.466 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 16:59:48.466 1291 1431 D _V_VivoBackgroundActivityController: NO DATA in
DB!
12-30 16:59:48.474 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.489 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.490 1291 1918 I _V_ANRManager: Create new log list for pid: 1755
12-30 16:59:48.492 1291 1918 I _V_ANRManager: Add log successfully, pid = 1755
12-30 16:59:48.493 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.499 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.525 1291 1291 W Looper : Slow dispatch took 221ms main
h=android.app.ActivityThread$H
c=android.app.LoadedApk$ServiceDispatcher$RunConnection@bc3e60e m=0
12-30 16:59:48.530 1291 1291 I ConnectivityModuleConnector: Networking module
service connected
12-30 16:59:48.539 1291 1291 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
12-30 16:59:48.540 1291 1291 I ExplicitHealthCheckController: Service
initialized, syncing requests
12-30 16:59:48.541 1291 1291 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
12-30 16:59:48.541 1291 1291 I ConnectivityModuleConnector: Networking module
service connected
12-30 16:59:48.544 1291 1291 I AutofillManagerService: Updating for user 0:
disabled=false
12-30 16:59:48.544 1291 1291 E AutofillManagerServiceImpl: Bad service name:
com.google.android.gms/.autofill.service.AutofillService
12-30 16:59:48.549 1291 1291 V NotificationAssistants: 0 notification assistant
service connected:
ComponentInfo{com.google.android.ext.services/android.ext.services.notification.Ass
istant}
12-30 16:59:48.566 1291 1291 I PackageWatchdog: Syncing health check requests for
packages: {}
12-30 16:59:48.566 1291 1291 D ExplicitHealthCheckController: Getting health
check supported packages
12-30 16:59:48.568 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10184, isRmsPreload = false, keepQuiet
=false
12-30 16:59:48.571 1291 2105 I ExplicitHealthCheckController: Explicit health
check supported packages []
12-30 16:59:48.571 1291 2105 D PackageWatchdog: Received supported packages []
12-30 16:59:48.572 1291 2105 D ExplicitHealthCheckController: Getting health
check requested packages
12-30 16:59:48.573 1291 2105 I ExplicitHealthCheckController: Explicit health
check requested packages []
12-30 16:59:48.573 1291 2105 I ExplicitHealthCheckController: No more health
check requests, unbinding...
12-30 16:59:48.576 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 16:59:48.577 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 16:59:48.577 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 16:59:48.577 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 16:59:48.577 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 16:59:48.577 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 16:59:48.577 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 16:59:48.578 1291 1291 W Looper : Drained
12-30 16:59:48.583 1291 2105 I ExplicitHealthCheckController: Explicit health
check service is unbound
12-30 16:59:48.714 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:48.719 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:48.737 1291 1670 I _V_Sensor_NativeNotification: DIRCET_DISABLE, so
disable prox
12-30 16:59:48.803 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.806 1291 2105 W _V_ContentProviderHelper: Failed to find
provider:com.android.contacts for user 0
12-30 16:59:48.808 1291 1918 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:48.820 1291 1918 W _V_ContentProviderHelper: Failed to find
provider:com.android.contacts for user 0
12-30 16:59:48.825 1291 2105 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10047; state: ENABLED
12-30 16:59:48.836 1291 1918 W BluetoothManagerService:
bindBluetoothProfileService:Trying to bind to profile: 1, while Bluetooth is
disabled
12-30 16:59:48.866 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:48.925 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:48.926 1291 1919 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 16:59:48.930 1291 1919 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:6c27ec5 u0
ScreenDecorOverlay} task=null
12-30 16:59:48.931 1291 2105 I PackageManager: Adding preferred activity
com.android.dialer/.EmergencyDialer callingUid:1001 callingPid: 2015 for user 0:
12-30 16:59:48.952 1291 1409 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 16:59:48.955 1291 1409 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:d2f47d2 u0
ScreenDecorOverlayBottom} task=null
12-30 16:59:48.980 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.985 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.988 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.991 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.995 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:48.998 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.002 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.004 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.007 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.020 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.028 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.035 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.038 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.041 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.044 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.046 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.049 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.064 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility false
12-30 16:59:49.064 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateVisibility false
12-30 16:59:49.064 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility false
12-30 16:59:49.064 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateVisibility false
12-30 16:59:49.064 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility false
12-30 16:59:49.064 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility false
12-30 16:59:49.064 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility false
12-30 16:59:49.064 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateVisibility false
12-30 16:59:49.065 1291 1919 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][0,0], mVisible=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,0][0,0], mVisible=false}, InsetsSource:
{mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,0], mVisible=false}, InsetsSource:
{mType=ITYPE_RIGHT_GESTURES, mFrame=[0,0][0,0], mVisible=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][0,0], mVisible=false},
InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,0][0,0],
mVisible=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-
2147483648,1600], mVisible=true}, InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT,
mFrame=[0,0][720,44], mVisible=true}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[2147483647,0][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][0,0],
mVisible=false}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0]
[0,0], mVisible=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0][0,0],
mVisible=false} }
12-30 16:59:49.065 1291 1412 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_fullscreen_flag value:1 pkg:android userId:0
12-30 16:59:49.066 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_fullscreen_flag
12-30 16:59:49.073 1291 1919 I WindowManager: Relayout
Window{com.android.systemui:6c27ec5 u0 ScreenDecorOverlay}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=-2,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = 13100050, mInvGlobalScale
= 1.0
12-30 16:59:49.077 1291 1291 I _V_UserManagerService: writeUserLP:0
12-30 16:59:49.077 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.078 1291 1291 I _V_UserManagerService: verify OK
12-30 16:59:49.082 1291 1291 I _V_UserManagerService: update backup
12-30 16:59:49.117 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.121 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.128 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
12-30 16:59:49.133 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.136 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.140 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
12-30 16:59:49.141 1291 1412 D _V_FaceUnlockController: setKeyguardService true
(service connected)
12-30 16:59:49.142 1291 1919 W _V_KeyguardStateMonitor:
(KeyguardState,KeyguardServiceWrapper) onShowingStateChanged showing = true
12-30 16:59:49.143 1291 1919 D _V_FingerprintUnlockController:
onKeyguardShown(true)
12-30 16:59:49.143 1291 1919 D _V_FaceUnlockController: onKeyguardShown true
12-30 16:59:49.143 1291 1919 D _V_SnapshotWindow: onKeyguardShown(showing:true,
drawn:false)
12-30 16:59:49.144 1291 1919 D _V_BBKTouchScreenServiceService: touch service get
state : unlock:vts:0
12-30 16:59:49.144 1291 1919 D _V_BBKTouchScreenServiceService: touch phone
state: 4
12-30 16:59:49.152 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.152 1291 1919 D _V_StatusBarManagerService: manageDisableList
userId=0 old what1=0x0 new what=0x1200000 pkg=com.android.systemui mCurrentUserId=0
for update
12-30 16:59:49.154 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.157 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.159 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.161 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.163 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.165 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.167 1291 1919 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:d2f47d2 u0 ScreenDecorOverlayBottom},
shouldSendRedrawForSync() = false
12-30 16:59:49.167 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.169 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.172 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.174 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.175 1291 1919 I WindowManager: Relayout
Window{com.android.systemui:d2f47d2 u0 ScreenDecorOverlayBottom}: oldVis=0,
newVis=0, requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=-2,
compatFrame = Rect(0, 1540 - 720, 1600), mAttrs.privateFlags = 13100050,
mInvGlobalScale = 1.0
12-30 16:59:49.176 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.177 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.178 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.179 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.180 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.182 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.182 1291 1967 I WindowManager: Relayout
Window{com.android.systemui:f0a6617 u0 ShellDropTarget}: oldVis=4, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 92000050,
mInvGlobalScale = 1.0
12-30 16:59:49.184 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.186 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.188 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.192 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.194 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.195 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.198 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.199 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.200 1291 2105 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:d2f47d2 u0 ScreenDecorOverlayBottom}
mDrawState=DRAW_PENDING
12-30 16:59:49.200 1291 2105 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@9392ae1 mSyncState=0
12-30 16:59:49.201 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.202 1291 1917 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:6c27ec5 u0 ScreenDecorOverlay} mDrawState=DRAW_PENDING
12-30 16:59:49.202 1291 1917 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@36e0006 mSyncState=0
12-30 16:59:49.203 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.206 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.208 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.211 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.214 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.215 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.217 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.219 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.220 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.221 1291 2105 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM
name:hide_rotation_lock_toggle_for_accessibility value:0 pkg:com.android.systemui
userId:0
12-30 16:59:49.222 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.224 1291 1919 V _V_WindowManager: freezeDisplayRotationWithReason:
displayId = 0, tmpRotation=0, rotation=0, CallingPid =1755, reason = default
12-30 16:59:49.224 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.227 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.227 1291 1917 I WindowManager: Relayout
Window{com.android.systemui:6c27ec5 u0 ScreenDecorOverlay}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=-2,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = 13100050, mInvGlobalScale
= 1.0
12-30 16:59:49.231 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.233 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.236 1291 2105 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:finger_for_bouncer_show value:0
pkg:com.android.systemui userId:0
12-30 16:59:49.237 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.237 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:accelerometer_rotation value:0
pkg:android userId:0
12-30 16:59:49.238 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:user_rotation value:0 pkg:android
userId:0
12-30 16:59:49.239 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.241 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.243 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.245 1291 2105 I WindowManager: Relayout
Window{com.android.systemui:d2f47d2 u0 ScreenDecorOverlayBottom}: oldVis=0,
newVis=0, requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=-2,
compatFrame = Rect(0, 1540 - 720, 1600), mAttrs.privateFlags = 13100050,
mInvGlobalScale = 1.0
12-30 16:59:49.245 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.247 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.249 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.253 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.256 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.258 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.260 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.261 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.262 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.264 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.264 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility true
12-30 16:59:49.264 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility true
12-30 16:59:49.264 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility true
12-30 16:59:49.264 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility true
12-30 16:59:49.264 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility true
12-30 16:59:49.265 1291 1919 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][0,0], mVisible=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,0][0,0], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,0], mVisible=true}, InsetsSource:
{mType=ITYPE_RIGHT_GESTURES, mFrame=[0,0][0,0], mVisible=true}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][0,0], mVisible=false},
InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,0][0,0],
mVisible=true}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-
2147483648,1600], mVisible=true}, InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT,
mFrame=[0,0][720,44], mVisible=true}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[2147483647,0][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][0,0],
mVisible=false}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0]
[0,0], mVisible=true}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0][0,0],
mVisible=false} }
12-30 16:59:49.266 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.268 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.269 1291 1582 D _V_VivoNpmsImpl:
addDefaultDataSaveAllowlistUidsInner for package com.vivo.customtool, uid 10109,
policy 4
12-30 16:59:49.269 1291 1582 D _V_VivoNpmsImpl:
addDefaultDataSaveAllowlistUidsInner for package com.vivo.cota, uid 10093, policy 4
12-30 16:59:49.272 1291 1919 I WindowManager: Relayout
Window{com.android.systemui:fdc9f1a u0 NavigationBar0}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 1521 - 720, 1600), mAttrs.privateFlags = 33000000,
mInvGlobalScale = 1.0
12-30 16:59:49.273 1291 2105 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:d2f47d2 u0 ScreenDecorOverlayBottom}
mDrawState=HAS_DRAWN
12-30 16:59:49.274 1291 2105 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@6da1692 mSyncState=0
12-30 16:59:49.276 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.284 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.286 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.288 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.289 1291 1919 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][0,0], mVisible=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[0,0], mVisible=false}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][0,0],
mVisible=false}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} }
12-30 16:59:49.290 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.327 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.android.contacts for user 0
12-30 16:59:49.334 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.339 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.359 1291 2105 W _V_ContentProviderHelper: Failed to find
provider:com.android.contacts for user 0
12-30 16:59:49.412 1291 1442 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.launcher2.settings for user 0
12-30 16:59:49.412 1291 1442 W ActivityThread: Failed to find provider info for
com.bbk.launcher2.settings (user not unlocked)
12-30 16:59:49.412 1291 1442 D _V_VivoWidgetAppControllx: cursor null
12-30 16:59:49.444 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.android.contacts for user 0
12-30 16:59:49.502 1291 1917 I _V_ANRManager: Add log successfully, pid = 1755
12-30 16:59:49.504 1291 1919 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:49.507 1291 1414 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.510 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 16:59:49.513 1291 1919 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 16:59:49.517 1291 1919 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:8ffcbfb u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
12-30 16:59:49.518 1291 1919 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
12-30 16:59:49.559 1291 1917 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateVisibility true
12-30 16:59:49.559 1291 1917 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateVisibility true
12-30 16:59:49.559 1291 1917 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateVisibility true
12-30 16:59:49.560 1291 1412 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_fullscreen_flag value:0 pkg:android userId:0
12-30 16:59:49.560 1291 1917 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} }
12-30 16:59:49.561 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_fullscreen_flag
12-30 16:59:49.562 1291 1917 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:49.563 1291 1917 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:3e2dfcf u0 StatusBar}, shouldSendRedrawForSync() =
false
12-30 16:59:49.563 1291 1917 D _V_BarAnimController: shouldChangeDrawState,
return false for Window{com.android.systemui:3e2dfcf u0 StatusBar}
12-30 16:59:49.564 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.569 1291 1917 I WindowManager: Relayout
Window{com.android.systemui:3e2dfcf u0 StatusBar}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=60,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = 13000000, mInvGlobalScale
= 1.0
12-30 16:59:49.574 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.581 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.582 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.586 1291 2105 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:3e2dfcf u0 StatusBar} mDrawState=DRAW_PENDING
12-30 16:59:49.586 1291 2105 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@82e6d90 mSyncState=0
12-30 16:59:49.586 1291 2105 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:8ffcbfb u0 NotificationShade} mDrawState=DRAW_PENDING
12-30 16:59:49.586 1291 2105 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@e86b689 mSyncState=0
12-30 16:59:49.587 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.589 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.590 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.590 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.591 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:49.592 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.600 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.604 1291 1415 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 16:59:49.606 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.607 1291 1415 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 16:59:49.608 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.610 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.610 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:49.611 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:49.612 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.614 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.615 1291 1967 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} mDrawState=DRAW_PENDING
12-30 16:59:49.615 1291 1967 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@3eb36cb mSyncState=0
12-30 16:59:49.617 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.627 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:49.627 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:49.633 1291 1415 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 16:59:49.636 1291 1415 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 16:59:49.638 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:49.639 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:49.647 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.649 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:49.649 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:49.657 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.657 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.662 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
12-30 16:59:49.666 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.667 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.669 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.670 1291 1917 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
12-30 16:59:49.673 1291 1411 D time_zone_detector: Telephony suggestion received.
currentUserConfig=ConfigurationInternal{mUserId=0, mUserConfigAllowed=true,
mTelephonyDetectionSupported=true, mGeoDetectionSupported=false,
mAutoDetectionEnabled=true, mLocationEnabled=false, mGeoDetectionEnabled=false}
newSuggestion=TelephonyTimeZoneSuggestion{mSlotIndex=0, mZoneId='null',
mMatchType=0, mQuality=0, mDebugInfo=[getTimeZoneSuggestion:
nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
countryIsoCode=null, Detection
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}})]}
12-30 16:59:49.673 1291 1411 D time_zone_detector: Best suggestion not good
enough.
bestTelephonySuggestion=QualifiedTelephonyTimeZoneSuggestion{suggestion=TelephonyTi
meZoneSuggestion{mSlotIndex=0, mZoneId='null', mMatchType=0, mQuality=0,
mDebugInfo=[getTimeZoneSuggestion:
nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
countryIsoCode=null, Detection
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}})]},
score=0}, detectionReason=New telephony time zone suggested.
suggestion=TelephonyTimeZoneSuggestion{mSlotIndex=0, mZoneId='null', mMatchType=0,
mQuality=0, mDebugInfo=[getTimeZoneSuggestion:
nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
countryIsoCode=null, Detection
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}})]}
12-30 16:59:49.676 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.679 1291 1411 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.679 1291 1411 D time_detector: Not setting system clock. New time
and system clock are close enough. elapsedRealtimeMillis=36717
newTime=TimestampedValue{mReferenceTimeMillis=15931, mValue=1703926769000}
cause=Found good telephony suggestion.,
bestTelephonySuggestion=TelephonyTimeSuggestion{mSlotIndex='0',
mUtcTime=TimestampedValue{mReferenceTimeMillis=15931, mValue=1703926769000},
mDebugInfo=[Sending new time suggestion
nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}})]},
detectionReason=New telephony time suggested.
timeSuggestion=TelephonyTimeSuggestion{mSlotIndex='0',
mUtcTime=TimestampedValue{mReferenceTimeMillis=15931, mValue=1703926769000},
mDebugInfo=[Sending new time suggestion
nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}})]}
systemClockUpdateThreshold=2000 absTimeDifference=107
newSystemClockMillis=1703926789786
12-30 16:59:49.680 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.681 1291 1411 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.682 1291 1411 D time_zone_detector: Telephony suggestion received.
currentUserConfig=ConfigurationInternal{mUserId=0, mUserConfigAllowed=true,
mTelephonyDetectionSupported=true, mGeoDetectionSupported=false,
mAutoDetectionEnabled=true, mLocationEnabled=false, mGeoDetectionEnabled=false}
newSuggestion=TelephonyTimeZoneSuggestion{mSlotIndex=1, mZoneId='null',
mMatchType=0, mQuality=0, mDebugInfo=[getTimeZoneSuggestion:
nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
countryIsoCode=null, Detection
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}})]}
12-30 16:59:49.682 1291 1411 D time_zone_detector: Best suggestion not good
enough.
bestTelephonySuggestion=QualifiedTelephonyTimeZoneSuggestion{suggestion=TelephonyTi
meZoneSuggestion{mSlotIndex=0, mZoneId='null', mMatchType=0, mQuality=0,
mDebugInfo=[getTimeZoneSuggestion:
nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
countryIsoCode=null, Detection
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}})]},
score=0}, detectionReason=New telephony time zone suggested.
suggestion=TelephonyTimeZoneSuggestion{mSlotIndex=1, mZoneId='null', mMatchType=0,
mQuality=0, mDebugInfo=[getTimeZoneSuggestion:
nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
countryIsoCode=null, Detection
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}})]}
12-30 16:59:49.684 1291 1411 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.684 1291 1411 D time_detector: Not setting system clock. New time
and system clock are close enough. elapsedRealtimeMillis=36722
newTime=TimestampedValue{mReferenceTimeMillis=15931, mValue=1703926769000}
cause=Found good telephony suggestion.,
bestTelephonySuggestion=TelephonyTimeSuggestion{mSlotIndex='0',
mUtcTime=TimestampedValue{mReferenceTimeMillis=15931, mValue=1703926769000},
mDebugInfo=[Sending new time suggestion
nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}})]},
detectionReason=New telephony time suggested.
timeSuggestion=TelephonyTimeSuggestion{mSlotIndex='1',
mUtcTime=TimestampedValue{mReferenceTimeMillis=15931, mValue=1703926769000},
mDebugInfo=[Sending new time suggestion
nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}})]}
systemClockUpdateThreshold=2000 absTimeDifference=107
newSystemClockMillis=1703926789791
12-30 16:59:49.685 1291 1411 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.690 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.692 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.696 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.698 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.700 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.702 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.704 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.706 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.708 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.710 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.712 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.714 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.716 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.718 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.721 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.723 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.723 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.725 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.726 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.727 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.729 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.731 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.733 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.735 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.737 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.739 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.741 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.743 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.746 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.748 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.750 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.753 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.755 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.758 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.758 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.759 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.761 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.763 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.765 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.767 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.803 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:49.805 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:49.817 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 182478738; UID 10047; state: ENABLED
12-30 16:59:49.853 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.865 1291 1919 W _V_VivoAmsImpl: mCallingPidFilter=1755,
mCallingUidFilter=10047
12-30 16:59:49.868 1291 1919 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.upslide
12-30 16:59:49.868 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 16:59:49.869 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:49.871 1291 1409 W _V_VivoAmsImpl: mCallingPidFilter=1755,
mCallingUidFilter=10047
12-30 16:59:49.871 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:device_current_country value:ph
pkg:com.android.phone userId:0
12-30 16:59:49.887 1291 1436 I ActivityManager: Start proc
2443:com.vivo.upslide/1000 for service
{com.vivo.upslide/com.vivo.upslide.UpSlideService}
12-30 16:59:49.918 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.027 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.034 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.119 1291 1613 D VcnManagementService: new snapshot:
TelephonySubscriptionSnapshot{ mActiveDataSubId=2, mSubIdToInfoMap={},
mPrivilegedPackages={} }
12-30 16:59:50.189 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:50.193 1291 2088 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_sim_data_call value:2
pkg:com.android.phone userId:0
12-30 16:59:50.220 1291 1742 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:navigation_gesture_slide_back value:0
pkg:com.vivo.upslide userId:0
12-30 16:59:50.224 1291 1291 D _V_Sensor_PhoneState: add 2 to list
12-30 16:59:50.224 1291 1291 D _V_Sensor_PhoneState: Listener sub: 2
12-30 16:59:50.227 1291 1425 E StatsPullAtomService: subInfo of subId 2 is
invalid, ignored.
12-30 16:59:50.227 1291 1584 W NetworkPolicy: Missing subscriberId for subId 2
12-30 16:59:50.240 1291 1291 D _V_Sensor_PhoneState: onPreciseCallStateChanged
mActiveSubId: -1
12-30 16:59:50.240 1291 1291 D _V_Sensor_PhoneState: onPreciseCallStateChanged
foregroundState: -1 ringingState: -1
12-30 16:59:50.251 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.256 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.260 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.265 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.294 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.308 1291 1291 V _V_NotificationClassifyManager: save notification
classify config.
12-30 16:59:50.333 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.370 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.375 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.391 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.402 1291 1919 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 16:59:50.407 1291 1919 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.vivo.upslide:a45e090 u0
SideSlideDisplayPanel} task=null
12-30 16:59:50.423 1291 1919 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 16:59:50.426 1291 1919 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.vivo.upslide:9af84c1 u0
SideSlideGestureBar-Left} task=null
12-30 16:59:50.439 1291 1919 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 16:59:50.442 1291 1919 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.vivo.upslide:86eabfd u0
SideSlideGestureBar-Right} task=null
12-30 16:59:50.449 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.455 1291 1919 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 16:59:50.458 1291 1919 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.vivo.upslide:aff0af9 u0
SideSlideGestureBar-Bottom} task=null
12-30 16:59:50.490 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
12-30 16:59:50.493 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.502 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.506 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.512 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
12-30 16:59:50.520 1291 1919 I _V_ANRManager: Add log successfully, pid = 1755
12-30 16:59:50.525 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.526 1291 1917 W ActivityManager: Unable to start service Intent
{ act=com.vivo.smartmultiwindow.util_recent pkg=com.vivo.smartmultiwindow } U=0:
not found
12-30 16:59:50.565 1291 1919 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:50.565 1291 1919 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:50.569 1291 1919 I WindowManager: Relayout
Window{com.vivo.upslide:a45e090 u0 SideSlideDisplayPanel}: oldVis=0, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12000040,
mInvGlobalScale = 1.0
12-30 16:59:50.576 1291 1917 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:50.576 1291 1917 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:50.580 1291 1917 I WindowManager: Relayout
Window{com.vivo.upslide:9af84c1 u0 SideSlideGestureBar-Left}: oldVis=0, newVis=8,
requestedWidth=45, requestedHeight=1507, attrs.width=45, attrs.height=1507,
compatFrame = Rect(0, 1567 - 0, 1567), mAttrs.privateFlags = 12000040,
mInvGlobalScale = 1.0
12-30 16:59:50.589 1291 1917 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:50.589 1291 1917 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:50.592 1291 1917 I WindowManager: Relayout
Window{com.vivo.upslide:86eabfd u0 SideSlideGestureBar-Right}: oldVis=0, newVis=8,
requestedWidth=45, requestedHeight=1507, attrs.width=45, attrs.height=1507,
compatFrame = Rect(720, 1567 - 720, 1567), mAttrs.privateFlags = 12000040,
mInvGlobalScale = 1.0
12-30 16:59:50.599 1291 1919 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:50.599 1291 1919 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:50.603 1291 1919 I WindowManager: Relayout
Window{com.vivo.upslide:aff0af9 u0 SideSlideGestureBar-Bottom}: oldVis=0, newVis=8,
requestedWidth=720, requestedHeight=33, attrs.width=720, attrs.height=33,
compatFrame = Rect(360, 1600 - 360, 1600), mAttrs.privateFlags = 12000040,
mInvGlobalScale = 1.0
12-30 16:59:50.618 1291 1917 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:50.618 1291 1917 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:50.621 1291 1917 I WindowManager: Relayout
Window{com.vivo.upslide:9af84c1 u0 SideSlideGestureBar-Left}: oldVis=8, newVis=8,
requestedWidth=45, requestedHeight=1507, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 1567 - 0, 1567), mAttrs.privateFlags = null, mInvGlobalScale
= 1.0
12-30 16:59:50.627 1291 1917 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:50.627 1291 1917 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:50.629 1291 1917 I WindowManager: Relayout
Window{com.vivo.upslide:86eabfd u0 SideSlideGestureBar-Right}: oldVis=8, newVis=8,
requestedWidth=45, requestedHeight=1507, attrs.width=null, attrs.height=null,
compatFrame = Rect(720, 1567 - 720, 1567), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
12-30 16:59:50.635 1291 1917 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:50.635 1291 1917 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:50.637 1291 1917 I WindowManager: Relayout
Window{com.vivo.upslide:aff0af9 u0 SideSlideGestureBar-Bottom}: oldVis=8, newVis=8,
requestedWidth=720, requestedHeight=33, attrs.width=null, attrs.height=null,
compatFrame = Rect(360, 1600 - 360, 1600), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
12-30 16:59:50.650 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.651 1291 1919 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:50.652 1291 1919 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:50.654 1291 1919 I WindowManager: Relayout
Window{com.vivo.upslide:9af84c1 u0 SideSlideGestureBar-Left}: oldVis=8, newVis=8,
requestedWidth=45, requestedHeight=1507, attrs.width=45, attrs.height=1507,
compatFrame = Rect(0, 1567 - 0, 1567), mAttrs.privateFlags = 12000040,
mInvGlobalScale = 1.0
12-30 16:59:50.661 1291 1917 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:50.661 1291 1917 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:50.663 1291 1917 I WindowManager: Relayout
Window{com.vivo.upslide:86eabfd u0 SideSlideGestureBar-Right}: oldVis=8, newVis=8,
requestedWidth=45, requestedHeight=1507, attrs.width=45, attrs.height=1507,
compatFrame = Rect(720, 1567 - 720, 1567), mAttrs.privateFlags = 12000040,
mInvGlobalScale = 1.0
12-30 16:59:50.669 1291 1917 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:50.669 1291 1917 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:50.671 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.673 1291 1917 I WindowManager: Relayout
Window{com.vivo.upslide:aff0af9 u0 SideSlideGestureBar-Bottom}: oldVis=8, newVis=8,
requestedWidth=0, requestedHeight=33, attrs.width=-1, attrs.height=33, compatFrame
= Rect(0, 1600 - 720, 1600), mAttrs.privateFlags = 12000040, mInvGlobalScale = 1.0
12-30 16:59:50.684 1291 2105 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:50.685 1291 2105 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:50.687 1291 2105 I WindowManager: Relayout
Window{com.vivo.upslide:aff0af9 u0 SideSlideGestureBar-Bottom}: oldVis=8, newVis=8,
requestedWidth=720, requestedHeight=33, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 1600 - 720, 1600), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
12-30 16:59:50.712 1291 1291 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:captive_portal_https_url value: pkg:android userId:0
12-30 16:59:50.713 1291 1291 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:captive_portal_http_url value: pkg:android userId:0
12-30 16:59:50.715 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/captive_portal_https_url
12-30 16:59:50.716 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/captive_portal_http_url
12-30 16:59:50.740 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.741 1291 1411 D time_zone_detector: Telephony suggestion received.
currentUserConfig=ConfigurationInternal{mUserId=0, mUserConfigAllowed=true,
mTelephonyDetectionSupported=true, mGeoDetectionSupported=false,
mAutoDetectionEnabled=true, mLocationEnabled=false, mGeoDetectionEnabled=false}
newSuggestion=TelephonyTimeZoneSuggestion{mSlotIndex=1, mZoneId='Asia/Manila',
mMatchType=3, mQuality=1, mDebugInfo=[findTimeZoneFromCountryAndNitz:
countryIsoCode=ph, nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
findTimeZoneFromCountryAndNitz:
lookupResult=OffsetResult{mTimeZone(ID)=Asia/Manila, mIsOnlyMatch=true}, Detection
reason=handleCountryDetected("ph")]}
12-30 16:59:50.741 1291 1411 D time_zone_detector: No need to change the time
zone; device is already set to newZoneId., newZoneId=Asia/Manila, cause=Found good
suggestion.,
bestTelephonySuggestion=QualifiedTelephonyTimeZoneSuggestion{suggestion=TelephonyTi
meZoneSuggestion{mSlotIndex=1, mZoneId='Asia/Manila', mMatchType=3, mQuality=1,
mDebugInfo=[findTimeZoneFromCountryAndNitz: countryIsoCode=ph,
nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
findTimeZoneFromCountryAndNitz:
lookupResult=OffsetResult{mTimeZone(ID)=Asia/Manila, mIsOnlyMatch=true}, Detection
reason=handleCountryDetected("ph")]}, score=3}, detectionReason=New telephony time
zone suggested. suggestion=TelephonyTimeZoneSuggestion{mSlotIndex=1,
mZoneId='Asia/Manila', mMatchType=3, mQuality=1,
mDebugInfo=[findTimeZoneFromCountryAndNitz: countryIsoCode=ph,
nitzSignal=TimestampedValue{mReferenceTimeMillis=15931,
mValue=NitzData{mOriginalString=23/12/30,08:59:29+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1703926769000, mEmulatorHostTimeZone=null}},
findTimeZoneFromCountryAndNitz:
lookupResult=OffsetResult{mTimeZone(ID)=Asia/Manila, mIsOnlyMatch=true}, Detection
reason=handleCountryDetected("ph")]}
12-30 16:59:50.761 1291 1466 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.788 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.794 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.805 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1001; state: ENABLED
12-30 16:59:50.815 1291 1425 E StatsPullAtomService: subInfo of subId 2 is
invalid, ignored.
12-30 16:59:50.816 1291 1584 W NetworkPolicy: Missing subscriberId for subId 2
12-30 16:59:50.816 1291 1291 D _V_Sensor_PhoneState: add 2 to list
12-30 16:59:50.824 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3122
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:50.825 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3125
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
12-30 16:59:50.826 1291 1600 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:wifi_acc_temp_disabled value:mobile_roaming pkg:android
userId:0
12-30 16:59:50.827 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/wifi_acc_temp_disabled
12-30 16:59:50.828 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:50.828 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3132
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:50.828 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:50.830 1291 1919 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3137
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:50.830 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 151105954; UID 1000; state: ENABLED
12-30 16:59:50.831 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 151105954; UID 1000; state: DISABLED
12-30 16:59:50.832 1291 1435 E AppOps : attributionTag TZManagerService not
declared in manifest of android
12-30 16:59:50.835 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 16:59:50.836 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 16:59:50.837 1291 1435 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
12-30 16:59:50.837 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 16:59:50.838 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 16:59:50.839 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 16:59:50.840 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{66715c8 1755:com.android.systemui/u0a47} (pid=1755, uid=10047)
excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:50.840 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:50.840 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 181658987; UID 10047; state: ENABLED
12-30 16:59:50.841 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:50.842 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 16:59:50.873 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:flashlight_available value:1
pkg:com.android.systemui userId:0
12-30 16:59:50.873 1291 2105 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:flashlight_enabled value:0
pkg:com.android.systemui userId:0
12-30 16:59:50.912 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.928 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:50.956 1291 1919 W ActivityManager: Unable to start service Intent
{ cmp=com.vivo.upslide/com.vivo.card.service.CardService } U=0: not found
12-30 16:59:50.959 1291 1919 W ActivityManager: Unable to start service Intent
{ cmp=com.android.launcher3/.keyguardstatechanged.service.UnlockAnimService } U=0:
not found
12-30 16:59:50.964 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 10047, arg4: 0, name: com.android.systemui
12-30 16:59:51.044 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.049 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.052 1291 1919 D _V_LockSettingsService: checkVoldPassword password
is empty
12-30 16:59:51.055 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.062 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 10047, arg4: 0, name: com.android.systemui
12-30 16:59:51.076 1291 2105 W ActivityManager: Unable to start service Intent
{ cmp=com.android.launcher3/.keyguardstatechanged.service.UnlockAnimService } U=0:
not found
12-30 16:59:51.080 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:51.080 1291 1415 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:8ffcbfb u0 NotificationShade},
shouldSendRedrawForSync() = false
12-30 16:59:51.157 1291 1409 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 16:59:51.180 1291 1409 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 16:59:51.206 1291 1919 W _V_ContentProviderHelper: Failed to find
provider:com.voconfig.bridge for user 0
12-30 16:59:51.283 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:51.288 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:51.290 1291 1409 W ActivityManager: Unable to start service Intent
{ act=com.vivo.smartmultiwindow.util_recent pkg=com.vivo.smartmultiwindow } U=0:
not found
12-30 16:59:51.314 1291 1919 W ActivityManager: Unable to start service Intent
{ act=com.vivo.share.action.VIVO_SHARE_SERVICE flg=0x10000000 pkg=com.vivo.share }
U=0: not found
12-30 16:59:51.542 1291 2105 I _V_ANRManager: Add log successfully, pid = 1755
12-30 16:59:51.543 1291 1809 D _V_ANRManager: totaltime = 5000
12-30 16:59:51.543 1291 1809 I _V_ANRManager: Create new dump time for pid: 1755
12-30 16:59:51.628 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.631 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.634 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.635 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.642 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.644 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.647 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.648 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.650 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.651 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.653 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.659 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.663 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.666 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.814 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.817 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.827 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.829 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.830 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.832 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.834 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.836 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.882 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.885 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.887 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.905 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.935 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_sim_data_call value:2
pkg:com.android.phone userId:0
12-30 16:59:51.954 1291 1291 D _V_Sensor_PhoneState: add 2 to list
12-30 16:59:51.959 1291 1425 I StatsPullAtomService: subId 2 added into
historical sub list
12-30 16:59:51.961 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.962 1291 1431 E _V_EmergencyBroadcastManager: start
getEmergencyBroadcastFromXmlFile
12-30 16:59:51.966 1291 1919 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) } on
bgKeyApp queue
12-30 16:59:51.968 1291 1431 E _V_EmergencyBroadcastManager: end
getEmergencyBroadcastFromXmlFile
12-30 16:59:51.974 1291 1291 I _V_VivoPmsImpl: conditionalPkg onReceive
intent:Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has
extras) }
12-30 16:59:51.982 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:51.991 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 16:59:51.995 1291 1919 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.SIM_CARD_STATE_CHANGED flg=0x5002010 (has extras) }
on bgKeyApp queue
12-30 16:59:52.047 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.051 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.053 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.055 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.057 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.059 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.061 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.063 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.065 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.066 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.068 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.070 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.072 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.074 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.076 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.078 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.080 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.083 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.083 1291 1414 W _V_VivoWmsImpl: WAITING_FOR_DRAWN_TIMEOUT: for
unfrozen android.uid.systemui:10047
12-30 16:59:52.085 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.087 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.089 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.091 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.093 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.095 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.097 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.099 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.105 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.110 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.118 1291 1917 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.intent.action.SIM_STATE_CHANGED flg=0x5000010 (has extras) } on
background queue
12-30 16:59:52.119 1291 1291 I _V_VivoPmsImpl: conditionalPkg onReceive
intent:Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5000010 (has
extras) }
12-30 16:59:52.124 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.139 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.140 1291 1917 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.SIM_CARD_STATE_CHANGED flg=0x5000010 (has extras) }
on background queue
12-30 16:59:52.155 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.169 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.187 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.198 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.214 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.230 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.245 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.253 1291 1809 D _V_ANRManager: Done with pid 1755 in 708ms
12-30 16:59:52.253 1291 1809 D _V_ANRManager: dumpProcessFiles add:
/data/anr/anrmanager/trace_1755_1970-01-01-08-00-38-581.txt
12-30 16:59:52.259 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.370 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.455 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.474 1291 1433 D _V_ConfigurationManager:
/data/bbkcore/config_white_list_1.0.xml is null,just return file content, no need
decrypt file
12-30 16:59:52.544 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 10047, arg4: 0, name: com.android.systemui
12-30 16:59:52.557 1291 1919 I _V_ANRManager: Add log successfully, pid = 1755
12-30 16:59:52.653 1291 1431 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:52.715 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.721 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 10047, arg4: 0, name: com.android.systemui
12-30 16:59:52.724 1291 2088 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility false
12-30 16:59:52.724 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.725 1291 2088 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=false},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} } from Window{com.android.systemui:8ffcbfb u0
NotificationShade}
12-30 16:59:52.728 1291 2088 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:8ffcbfb u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=true
12-30 16:59:52.737 1291 1414 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=false},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} }
12-30 16:59:52.739 1291 1414 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:52.744 1291 1918 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.745 1291 1918 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.747 1291 1918 D _V_VivoPowerManagerService: Received from
keyguard isKeyguarActive = false
12-30 16:59:52.747 1291 1919 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.748 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.748 1291 1919 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.750 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 10047, arg4: 0, name: com.android.systemui
12-30 16:59:52.753 1291 1918 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.754 1291 1918 D _V_FaceUnlockController: onKeyguardMsgChanged
keyguard_status 1
12-30 16:59:52.755 1291 1918 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:finger_for_bouncer_show value:1 pkg:com.android.systemui
userId:0
12-30 16:59:52.756 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/finger_for_bouncer_show
12-30 16:59:52.767 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 10047, arg4: 0, name: com.android.systemui
12-30 16:59:52.862 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 10047, arg4: 0, name: com.android.systemui
12-30 16:59:52.872 1291 1918 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.873 1291 1918 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.874 1291 2105 D _V_FaceUnlockController: onKeyguardMsgChanged
keyguard_status 2
12-30 16:59:52.874 1291 1918 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.875 1291 1919 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.875 1291 2105 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:finger_for_bouncer_show value:0 pkg:com.android.systemui
userId:0
12-30 16:59:52.876 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/finger_for_bouncer_show
12-30 16:59:52.879 1291 2105 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.881 1291 2105 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.882 1291 2105 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.883 1291 1919 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:52.883 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:52.952 1291 2105 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:52.954 1291 2105 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
12-30 16:59:53.078 1291 1919 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:3e2dfcf u0 StatusBar} mDrawState=HAS_DRAWN
12-30 16:59:53.078 1291 1919 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@6eb7e9f mSyncState=0
12-30 16:59:53.079 1291 1919 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:8ffcbfb u0 NotificationShade} mDrawState=DRAW_PENDING
12-30 16:59:53.079 1291 1919 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@d38bec mSyncState=0
12-30 16:59:53.082 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:53.085 1291 1414 W WindowManager: Window freeze timeout expired.
12-30 16:59:53.087 1291 1414 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:53.087 1291 1414 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:53.099 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:53.099 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:53.222 1291 1918 W StorageManagerService: No primary storage defined
yet; hacking together a stub
12-30 16:59:53.223 1291 1918 W StorageManagerService: No primary storage defined
yet; hacking together a stub
12-30 16:59:53.228 1291 1414 I ActivityManagerTiming: FinishBooting
12-30 16:59:53.236 1291 1414 I ActivityManager: About to commit checkpoint
12-30 16:59:53.237 1291 1414 I SystemServiceManager: Starting phase 1000
12-30 16:59:53.237 1291 1414 I ActivityManagerTiming: OnBootPhase_1000
12-30 16:59:53.237 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.vivo.services.vgc.cbs.VivoCbsService
12-30 16:59:53.237 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.security.FileIntegrityService
12-30 16:59:53.237 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.Installer
12-30 16:59:53.237 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.os.DeviceIdentifiersPolicyService
12-30 16:59:53.237 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.uri.UriGrantsManagerService$Lifecycle
12-30 16:59:53.237 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.powerstats.PowerStatsService
12-30 16:59:53.238 1291 1414 E PowerStatsService: Failed to start
PowerStatsService loggers
12-30 16:59:53.238 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.wm.ActivityTaskManagerService$Lifecycle
12-30 16:59:53.238 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.am.ActivityManagerService$Lifecycle
12-30 16:59:53.238 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.DataLoaderManagerService
12-30 16:59:53.238 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.power.PowerManagerService
12-30 16:59:53.239 1291 1414 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:low_power value:0 pkg:android userId:0
12-30 16:59:53.241 1291 1414 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.241 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.power.ThermalManagerService
12-30 16:59:53.241 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.power.hint.HintManagerService
12-30 16:59:53.241 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
12-30 16:59:53.241 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.lights.LightsService
12-30 16:59:53.241 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.display.DisplayManagerService
12-30 16:59:53.242 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.display.VivoDisplayStateService
12-30 16:59:53.242 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.verify.domain.DomainVerificationService
12-30 16:59:53.243 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.PackageInstallerService$Lifecycle
12-30 16:59:53.243 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.UserManagerService$LifeCycle
12-30 16:59:53.243 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.om.OverlayManagerService
12-30 16:59:53.243 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.SensorPrivacyService
12-30 16:59:53.243 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.sensors.SensorService
12-30 16:59:53.243 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.SystemConfigService
12-30 16:59:53.243 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.BatteryService
12-30 16:59:53.243 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.usage.UsageStatsService
12-30 16:59:53.244 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.webkit.WebViewUpdateService
12-30 16:59:53.244 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.CachedDeviceStateService
12-30 16:59:53.244 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.BinderCallsStatsService$LifeCycle
12-30 16:59:53.244 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.LooperStatsService$Lifecycle
12-30 16:59:53.244 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.rollback.RollbackManagerService
12-30 16:59:53.245 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.os.NativeTombstoneManagerService
12-30 16:59:53.245 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.os.BugreportManagerService
12-30 16:59:53.245 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.gpu.GpuService
12-30 16:59:53.245 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.security.KeyChainSystemService
12-30 16:59:53.245 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.telecom.TelecomLoaderService
12-30 16:59:53.245 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.accounts.AccountManagerService$Lifecycle
12-30 16:59:53.245 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.content.ContentService$Lifecycle
12-30 16:59:53.245 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.DropBoxManagerService
12-30 16:59:53.245 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.role.RoleService
12-30 16:59:53.245 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.vibrator.VibratorManagerService$Lifecycle
12-30 16:59:53.245 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.mediatek.server.MtkAlarmManagerService
12-30 16:59:53.245 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.devicestate.DeviceStateManagerService
12-30 16:59:53.246 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.camera.CameraServiceProxy
12-30 16:59:53.246 1291 1512 D RollbackManager:
mRollbackLifetimeDurationInMillis=1209600000
12-30 16:59:53.247 1291 1510 D AppStandbyController: Loading headless system app
cache. appIdleEnabled=true
12-30 16:59:53.250 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.BluetoothService
12-30 16:59:53.250 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.connectivity.IpConnectivityMetrics
12-30 16:59:53.250 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
12-30 16:59:53.250 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.PinnerService
12-30 16:59:53.250 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.google.android.startop.iorap.IorapForwardingService
12-30 16:59:53.250 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.integrity.AppIntegrityManagerService
12-30 16:59:53.250 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
12-30 16:59:53.251 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$L
ifecycle
12-30 16:59:53.251 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.accessibility.AccessibilityManagerService$Lifec
ycle
12-30 16:59:53.251 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.StorageManagerService$Lifecycle
12-30 16:59:53.251 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.usage.StorageStatsService$Lifecycle
12-30 16:59:53.252 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.UiModeManagerService
12-30 16:59:53.252 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.locksettings.LockSettingsService$Lifecycle
12-30 16:59:53.252 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.PersistentDataBlockService
12-30 16:59:53.252 1291 1565 D StorageManagerService: Thinking about init,
mBootCompleted=true, mDaemonConnected=true
12-30 16:59:53.252 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.testharness.TestHarnessModeService
12-30 16:59:53.252 1291 1565 D StorageManagerService: Thinking about reset,
mBootCompleted=true, mDaemonConnected=true
12-30 16:59:53.252 1291 1414 D TestHarnessModeService: Completing Test Harness
Mode setup.
12-30 16:59:53.252 1291 1565 I StorageSessionController: Started resetting
external storage service...
12-30 16:59:53.252 1291 1565 I StorageSessionController: Finished resetting
external storage service
12-30 16:59:53.252 1291 1565 I StorageManagerService: Resetting vold...
12-30 16:59:53.253 1291 1565 I StorageManagerService: Reset vold
12-30 16:59:53.275 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.oemlock.OemLockService
12-30 16:59:53.275 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.DeviceIdleController
12-30 16:59:53.275 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecyc
le
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.texttospeech.TextToSpeechManagerService
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.speech.SpeechRecognitionManagerService
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.searchui.SearchUiManagerService
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.smartspace.SmartspaceManagerService
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.graphics.fonts.FontManagerService$Lifecycle
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.textservices.TextServicesManagerService$Lifecyc
le
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.textclassifier.TextClassificationManagerService
$Lifecycle
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.NetworkScoreService$Lifecycle
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.wifi.WifiService
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.wifi.scanner.WifiScanningService
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.wifi.p2p.WifiP2pService
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.ethernet.EthernetService
12-30 16:59:53.277 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.ConnectivityServiceInitializer
12-30 16:59:53.278 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.notification.NotificationManagerService
12-30 16:59:53.278 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.storage.DeviceStorageMonitorService
12-30 16:59:53.278 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.location.LocationManagerService$Lifecycle
12-30 16:59:53.278 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.timedetector.TimeDetectorService$Lifecycle
12-30 16:59:53.278 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecy
cle
12-30 16:59:53.278 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.timezonedetector.location.LocationTimeZoneManag
erService$Lifecycle
12-30 16:59:53.278 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.search.SearchManagerService$Lifecycle
12-30 16:59:53.278 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
12-30 16:59:53.278 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.audio.AudioService$Lifecycle
12-30 16:59:53.278 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareS
ervice$Lifecycle
12-30 16:59:53.278 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.DockObserver
12-30 16:59:53.278 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.midi.MidiService$Lifecycle
12-30 16:59:53.279 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.adb.AdbService$Lifecycle
12-30 16:59:53.279 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.usb.UsbService$Lifecycle
12-30 16:59:53.279 1291 1414 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.car.networking.bluetoothWhiteList for user 0
12-30 16:59:53.279 1291 1414 W ActivityThread: Failed to find provider info for
com.vivo.car.networking.bluetoothWhiteList (user not unlocked)
12-30 16:59:53.279 1291 1414 E _V_UsbDeviceManager: Whitelist keywords cursor is
null
12-30 16:59:53.282 1291 1918 D _V_FaceUnlockController: onKeyguardMsgChanged
keyguard_status 1
12-30 16:59:53.282 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.twilight.TwilightService
12-30 16:59:53.283 1291 1411 E AdbDebuggingManager: Expected keyStore, but got
tag=adbKey
12-30 16:59:53.283 1291 1408 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:finger_for_bouncer_show value:1 pkg:com.android.systemui
userId:0
12-30 16:59:53.283 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.display.color.ColorDisplayService
12-30 16:59:53.283 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.job.JobSchedulerService
12-30 16:59:53.283 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.soundtrigger.SoundTriggerService
12-30 16:59:53.283 1291 1411 E AdbDebuggingManager: Expected keyStore, but got
tag=adbKey
12-30 16:59:53.283 1291 1414 D SoundTriggerService: onBootPhase: 1000 : false
12-30 16:59:53.283 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.trust.TrustManagerService
12-30 16:59:53.284 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.backup.BackupManagerService$Lifecycle
12-30 16:59:53.284 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.appwidget.AppWidgetService
12-30 16:59:53.284 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.voiceinteraction.VoiceInteractionManagerService
12-30 16:59:53.284 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.apphibernation.AppHibernationService
12-30 16:59:53.284 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/finger_for_bouncer_show
12-30 16:59:53.285 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.GestureLauncherService
12-30 16:59:53.285 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.SensorNotificationService
12-30 16:59:53.286 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.287 1291 1414 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 1000; state: ENABLED
12-30 16:59:53.287 1291 1414 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 1000; state: DISABLED
12-30 16:59:53.290 1291 1625 I _V_VivoLocationUtils: --handleMessage 1001
12-30 16:59:53.291 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.emergency.EmergencyAffordanceService
12-30 16:59:53.292 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.dreams.DreamManagerService
12-30 16:59:53.292 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.blob.BlobStoreManagerService
12-30 16:59:53.293 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.print.PrintManagerService
12-30 16:59:53.293 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.companion.CompanionDeviceManagerService
12-30 16:59:53.293 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.restrictions.RestrictionsManagerService
12-30 16:59:53.293 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.media.MediaSessionService
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.biometrics.sensors.face.FaceService
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.biometrics.BiometricService
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.biometrics.AuthService
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.ShortcutService$Lifecycle
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.LauncherAppsService
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.CrossProfileAppsService
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.people.PeopleService
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.media.metrics.MediaMetricsManagerService
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.media.projection.MediaProjectionManagerService
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.slice.SliceManagerService$Lifecycle
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.stats.StatsCompanion$Lifecycle
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.scheduling.RebootReadinessManagerService$Lifecy
cle
12-30 16:59:53.295 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.stats.pull.StatsPullAtomService
12-30 16:59:53.296 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.incident.IncidentCompanionService
12-30 16:59:53.296 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.MmsServiceBroker
12-30 16:59:53.296 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.autofill.AutofillManagerService
12-30 16:59:53.296 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.clipboard.ClipboardService
12-30 16:59:53.296 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.appbinding.AppBindingService$Lifecycle
12-30 16:59:53.296 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.mediatek.powerhalservice.PowerHalMgrService
12-30 16:59:53.296 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.mediatek.server.MtkConnectivitySupplementalService
12-30 16:59:53.296 1291 1414 D MtkConnectivitySupplementalService: onBootPhase:
phase=1000
12-30 16:59:53.296 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.tracing.TracingServiceProxy
12-30 16:59:53.296 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.policy.PermissionPolicyService
12-30 16:59:53.296 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.StagingManager$Lifecycle
12-30 16:59:53.296 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.app.GameManagerService$Lifecycle
12-30 16:59:53.296 1291 1414 D GameManagerService: onBootCompleted
12-30 16:59:53.296 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.appsearch.AppSearchManagerService
12-30 16:59:53.297 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.media.MediaCommunicationService
12-30 16:59:53.297 1291 1414 I ActivityManagerTiming:
OnBootPhase_1000_com.vivo.services.autorecover.SystemAutoRecoverService
12-30 16:59:53.298 1291 1414 D ActivityManagerTiming: TotalBootTime took to
complete: 22201ms
12-30 16:59:53.298 1291 1414 D SystemServerInitThreadPool: Shutdown requested
12-30 16:59:53.298 1291 1414 I SystemServerTiming: WaitInitThreadPoolShutdown
12-30 16:59:53.303 1291 1414 D SystemServerInitThreadPool: Shutdown successful
12-30 16:59:53.305 1291 1411 I UsbDeviceManager: Setting USB config to charging
12-30 16:59:53.305 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.308 1291 1414 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.wellbeing
12-30 16:59:53.309 1291 1414 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10152; state: DISABLED
12-30 16:59:53.309 1291 1414 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10152; state: DISABLED
12-30 16:59:53.309 1291 1414 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10152; state: DISABLED
12-30 16:59:53.309 1291 1414 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10152; state: ENABLED
12-30 16:59:53.310 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10152; state: ENABLED
12-30 16:59:53.313 1291 1414 I ActivityManager: User 0 state changed from BOOTING
to RUNNING_LOCKED
12-30 16:59:53.313 1291 1414 W ActivityManager: UserLifecycleEvent 4 received
without an active userJourneySession.
12-30 16:59:53.313 1291 2557 W AppHibernationService: No hibernation state
associated with package com.litatom.app. Maybe the package was uninstalled?
12-30 16:59:53.313 1291 2557 W AppHibernationService: No hibernation state
associated with package com.lenovo.anyshare.gps. Maybe the package was uninstalled?
12-30 16:59:53.313 1291 2557 W AppHibernationService: No hibernation state
associated with package com.mobile.legends. Maybe the package was uninstalled?
12-30 16:59:53.319 1291 1414 D StorageManagerService: unlockUserKey: 0
isFileEncryptedNativeOrEmulated: true hasToken: false hasSecret: false
12-30 16:59:53.321 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.322 1291 1414 D StorageManagerService: Not unlocking user 0's CE
storage yet because a secret is needed
12-30 16:59:53.323 1291 1414 W ActivityManager: UserLifecycleEvent 5 received
without an active userJourneySession.
12-30 16:59:53.323 1291 1565 D _V_FBEWarnNotice: Go to show fbe notice..
12-30 16:59:53.323 1291 1565 I _V_FBEWarnNotice: hide encryption notification,
user: UserHandle{0} id:9
12-30 16:59:53.325 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.326 1291 1565 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=android
opPkg=androidtag=fbe_warn_notificate notification=Notification(channel=SECURITY
shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x2
color=0x00000000 vis=PUBLIC internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
12-30 16:59:53.328 1291 1414 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{3340c25 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=false sz=1}
12-30 16:59:53.329 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.332 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.334 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.338 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.345 1291 1414 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:53.345 1291 1414 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:53.357 1291 1436 I ActivityManager: Start proc
2561:com.google.android.apps.wellbeing/u0a152 for on-hold
12-30 16:59:53.371 1291 1408 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:53.371 1291 1408 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:53.377 1291 1408 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
12-30 16:59:53.380 1291 1586 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivo_wifi_sar_dsi value:-1 pkg:android
userId:0
12-30 16:59:53.383 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.385 1291 1414 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:53.386 1291 1565 I _V_FBEWarnNotice: showing fbe_notice 101021 for 0
12-30 16:59:53.388 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.393 1291 1414 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:53.393 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.399 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.402 1291 1414 W Looper : Slow dispatch took 196ms android.display
h=com.android.server.wm.WindowManagerService$H c=null m=37
12-30 16:59:53.402 1291 1414 D ColorDisplayService: setUp: currentUser=0
12-30 16:59:53.408 1291 1436 W ActivityManager: Slow operation: 100ms so far, now
at startProcess: done updating pids map
12-30 16:59:53.412 1291 1917 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:53.412 1291 1917 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:53.424 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.428 1291 1471 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 16:59:53.430 1291 1414 D _V_VivoColorManagerService: getColorMode ---mode=-
1
12-30 16:59:53.431 1291 1414 D _V_VivoColorManagerService: isChildrenMode: null
12-30 16:59:53.431 1291 1414 D _V_VivoColorManagerService: isChildrenMode: null
12-30 16:59:53.434 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.437 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.442 1291 1414 D _V_VivoColorManagerService: RGB factor matched
status false for device type value default, supportColorManager value false, color
mode default, use array index 8, use demo array index -1
12-30 16:59:53.444 1291 1414 D _V_VivoColorManagerService: RGB ratio matched
status false for panel type value lcd, platform value mtk, color mode default, use
array index 0
12-30 16:59:53.444 1291 1414 D _V_VivoColorManagerService:
setColorTemperatureMatrix factor=138 R=0.9969121 G=0.9876486 B=0.9731357
12-30 16:59:53.445 1291 1414 D ColorDisplayService:
onNightDisplayAutoModeChanged: autoMode=0
12-30 16:59:53.445 1291 1414 I ColorDisplayService: Turning off night display
12-30 16:59:53.445 1291 1414 D _V_VivoColorManagerService: isChildrenMode: null
12-30 16:59:53.446 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.446 1291 1414 D _V_VivoColorManagerService: isChildrenMode: null
12-30 16:59:53.446 1291 1414 D _V_VivoColorManagerService: RGB factor matched
status false for device type value default, supportColorManager value false, color
mode default, use array index 8, use demo array index -1
12-30 16:59:53.447 1291 1414 D _V_VivoColorManagerService: RGB ratio matched
status false for panel type value lcd, platform value mtk, color mode default, use
array index 0
12-30 16:59:53.447 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:53.447 1291 1414 D _V_VivoColorManagerService:
setColorTemperatureMatrix factor=138 R=0.9969121 G=0.9876486 B=0.9731357
12-30 16:59:53.448 1291 1414 D ColorDisplayService: Setting bright color
reduction level: 50
12-30 16:59:53.449 1291 1414 D _V_VivoColorManagerService: setUp: currentUser=0
mUserActivated=false mAutoMode=0
12-30 16:59:53.450 1291 1471 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:53.453 1291 1471 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:53.459 1291 1414 D _V_VivoColorManagerService:
isNotificationEnable:false notificationCount=0
12-30 16:59:53.459 1291 1414 D _V_VivoColorManagerService: isChildrenMode: null
12-30 16:59:53.460 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.460 1291 1414 D _V_VivoLcmDcManager: setUp userHandle=0
mSupportDcMatrix=false mSupportLm=falsemSupportLcdLm=false
12-30 16:59:53.466 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.471 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.475 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.483 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.494 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.495 1291 2104 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10152; state: DISABLED
12-30 16:59:53.496 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.496 1291 2104 D _V_ActivityManager: Change proc configuration to
global = {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port
night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.10 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:53.500 1291 1590 D _V_ConfigurationManager:
/data/bbkcore/wlan_log_config_1.0.xml is null,just return file content, no need
decrypt file
12-30 16:59:53.501 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.507 1291 1414 D _V_ColorDisplayService: applyTint level=100, from:
R=0.9969121 G=0.9876486 B=0.9731357
12-30 16:59:53.507 1291 1414 D _V_ColorDisplayService: applyTint level=100, to:
R=0.9969121 G=0.9876486 B=0.9731357
12-30 16:59:53.545 1291 2104 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:finger_simpinpuk value:enable
pkg:com.android.systemui userId:0
12-30 16:59:53.573 1291 2104 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility true
12-30 16:59:53.574 1291 2104 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} } from Window{com.android.systemui:8ffcbfb u0
NotificationShade}
12-30 16:59:53.581 1291 1408 I _V_ANRManager: Add log successfully, pid = 1755
12-30 16:59:53.581 1291 2104 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:8ffcbfb u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
12-30 16:59:53.594 1291 1414 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} }
12-30 16:59:53.596 1291 1414 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:53.596 1291 1414 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:53.605 1291 1291 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
12-30 16:59:53.688 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.702 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:53.719 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.735 1291 1408 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:53.799 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.848 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.883 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.934 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.960 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:53.985 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.011 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.034 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.049 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.070 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.090 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.123 1291 1917 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 16:59:54.137 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.151 1291 1917 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 16:59:54.154 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.158 1291 1291 V ConditionProviders: 0 condition provider service
connected:
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.d
nd.impl.DndConditionProviderService}
12-30 16:59:54.162 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode_config_etag value:-2079455149
pkg:android userId:0
12-30 16:59:54.163 1291 1291 D _V_ZenModeHelper: reason =
zmc.onServiceAdded:ComponentInfo{com.google.android.apps.wellbeing/
com.google.android.apps.wellbeing.dnd.impl.DndConditionProviderService}
zenModeEnabled = false mZenModeEnabled = false
12-30 16:59:54.163 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
12-30 16:59:54.164 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.171 1291 1918 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms }
U=0: not found
12-30 16:59:54.172 1291 1918 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@5f957cf
12-30 16:59:54.180 1291 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.186 1291 2104 W _V_ContentProviderHelper: Failed to find
provider:com.voconfig.bridge for user 0
12-30 16:59:54.193 1291 2088 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms }
U=0: not found
12-30 16:59:54.193 1291 2088 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@d2c771d
12-30 16:59:54.200 1291 2104 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 16:59:54.201 1291 2104 W _V_VivoAmsImpl: mCallingPidFilter=2561,
mCallingUidFilter=10152
12-30 16:59:54.203 1291 2104 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gms
12-30 16:59:54.204 1291 2104 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10156; state: DISABLED
12-30 16:59:54.205 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10156; state: ENABLED
12-30 16:59:54.225 1291 1919 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms }
U=0: not found
12-30 16:59:54.226 1291 1919 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@2a46cd5
12-30 16:59:54.231 1291 1436 I ActivityManager: Start proc
2628:com.google.android.gms.persistent/u0a156 for service
{com.google.android.gms/com.google.android.gms.chimera.PersistentDirectBootAwareApi
Service}
12-30 16:59:54.270 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.274 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.280 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:54.283 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:54.285 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:54.292 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.293 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.295 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.297 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.300 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.301 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.303 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.310 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10156; state: DISABLED
12-30 16:59:54.314 1291 2104 I ActivityTaskManager: Config changes=3 {1.0
515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port night finger -
keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 -
720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.19 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1}
12-30 16:59:54.323 1291 2104 I ActivityTaskManager: Sending to proc
com.android.systemui new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp
300dpi nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 -
720, 1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.20 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:54.324 1291 2104 I ActivityTaskManager: Sending to proc
com.google.android.apps.wellbeing new config {1.0 515mcc3mnc [en_US] ldltr sw384dp
w384dp h779dp 300dpi nrml long port night finger -keyb/v/h -nav/h
winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720, 1521)
mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.21 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1}
12-30 16:59:54.325 1291 2104 I ActivityTaskManager: Sending to proc
com.vivo.upslide new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp
300dpi nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 -
720, 1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.22 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:54.326 1291 2104 I ActivityTaskManager: Sending to proc
com.android.settings:SettingsExProvider new config {1.0 515mcc3mnc [en_US] ldltr
sw384dp w384dp h779dp 300dpi nrml long port night finger -keyb/v/h -nav/h
winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720, 1521)
mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.23 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1}
12-30 16:59:54.328 1291 2104 I ActivityTaskManager: Sending to proc
com.android.launcher3 new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp
h779dp 300dpi nrml long port night finger -keyb/v/h -nav/h
winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720, 1521)
mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.24 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1}
12-30 16:59:54.329 1291 2104 I ActivityTaskManager: Sending to proc
com.google.android.ext.services new config {1.0 515mcc3mnc [en_US] ldltr sw384dp
w384dp h779dp 300dpi nrml long port night finger -keyb/v/h -nav/h
winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720, 1521)
mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.25 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1}
12-30 16:59:54.330 1291 2104 I ActivityTaskManager: Sending to proc com.vivo.rms
new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long
port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.26 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:54.331 1291 2104 I ActivityTaskManager: Sending to proc
com.vivo.appfilter:service new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp
h779dp 300dpi nrml long port night finger -keyb/v/h -nav/h
winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720, 1521)
mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.27 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1}
12-30 16:59:54.332 1291 2104 I ActivityTaskManager: Sending to proc
com.android.settings new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp
300dpi nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 -
720, 1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.28 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:54.332 1291 2104 I ActivityTaskManager: Sending to proc
com.android.phone new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp
300dpi nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 -
720, 1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.29 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:54.333 1291 2104 I ActivityTaskManager: Sending to proc
com.vivo.faceui new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp
300dpi nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 -
720, 1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.30 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:54.334 1291 2104 I ActivityTaskManager: Sending to proc
com.vivo.daemonService new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp
h779dp 300dpi nrml long port night finger -keyb/v/h -nav/h
winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720, 1521)
mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.31 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1}
12-30 16:59:54.335 1291 2104 I ActivityTaskManager: Sending to proc
com.vivo.pushservice new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp
300dpi nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 -
720, 1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.32 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:54.336 1291 2104 I ActivityTaskManager: Sending to proc com.vivo.abe
new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long
port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.33 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:54.337 1291 2104 I ActivityTaskManager: Sending to proc system new
config {1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port
night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} as.1 s.34 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1}
12-30 16:59:54.339 1291 2104 I WindowManager: Override config changes=3 {1.0
515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port night finger -
keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 -
720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.19 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1} for displayId=0
12-30 16:59:54.348 1291 2104 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 1000; state: DISABLED
12-30 16:59:54.351 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 16:59:54.353 1291 2104 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0},mainRootTask:Task{3340c25 #1 type=home ??
U=0 displayId=0 visible=true mode=fullscreen translucent=false sz=1}
12-30 16:59:54.359 1291 2104 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:d2f47d2 u0 ScreenDecorOverlayBottom},
shouldSendRedrawForSync() = false
12-30 16:59:54.359 1291 2104 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:6c27ec5 u0 ScreenDecorOverlay},
shouldSendRedrawForSync() = false
12-30 16:59:54.359 1291 2104 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:fdc9f1a u0 NavigationBar0}, shouldSendRedrawForSync() =
false
12-30 16:59:54.359 1291 2104 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:54.359 1291 2104 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:54.359 1291 2104 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:8ffcbfb u0 NotificationShade},
shouldSendRedrawForSync() = false
12-30 16:59:54.359 1291 2104 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:3e2dfcf u0 StatusBar}, shouldSendRedrawForSync() =
false
12-30 16:59:54.362 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.366 1291 1919 W ActivityManager: Slow operation: 77ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 16:59:54.366 1291 1919 W ActivityManager: Slow operation: 77ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 16:59:54.367 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.374 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.379 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.385 1291 1919 W ActivityManager: Slow operation: 96ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 16:59:54.389 1291 1919 W ActivityManager: Slow operation: 100ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
12-30 16:59:54.391 1291 1471 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:54.405 1291 2088 D VibratorManagerService: Canceling vibration
12-30 16:59:54.409 1291 2088 D _V_VibratorManagerService: mAudioVibrating = false
12-30 16:59:54.409 1291 2088 D _V_RichTapVibratorService: richtap service stop!!
12-30 16:59:54.412 1291 2088 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
12-30 16:59:54.412 1291 2088 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@ab2a0d8
12-30 16:59:54.412 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-30 16:59:54.431 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.473 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.480 1291 1471 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
12-30 16:59:54.485 1291 1569 I _V_VivoLockSettingsServiceImpl: notifyLockValue:0,
updateSilentValue: 0
12-30 16:59:54.485 1291 1569 I _V_VivoLockSettingsServiceImpl: get db is 0,return
12-30 16:59:54.487 1291 1630 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:audio_safe_volume_state value:3
pkg:android userId:0
12-30 16:59:54.493 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.504 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.508 1291 1569 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:com.bbk.updater.silent value:0
pkg:android userId:0
12-30 16:59:54.509 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.511 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.513 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.518 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.520 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.522 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.524 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.546 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.548 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.551 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.553 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.558 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.561 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.563 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.565 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.571 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.592 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.595 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.617 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.630 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.633 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.667 1291 1471 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 16:59:54.674 1291 2088 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 16:59:54.676 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.679 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.695 1291 2088 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 16:59:54.697 1291 2088 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityTelcel1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 16:59:54.701 1291 2088 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 16:59:54.702 1291 2088 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityTelcel1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 16:59:54.703 1291 1291 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:captive_portal_https_url value: pkg:android userId:0
12-30 16:59:54.704 1291 1291 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:captive_portal_http_url value: pkg:android userId:0
12-30 16:59:54.705 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/captive_portal_https_url
12-30 16:59:54.705 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/captive_portal_http_url
12-30 16:59:54.711 1291 2088 W _V_VivoAmsImpl: mCallingPidFilter=2015,
mCallingUidFilter=1001
12-30 16:59:54.712 1291 2088 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.carrierconfig
12-30 16:59:54.713 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1001; state: DISABLED
12-30 16:59:54.714 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 1001; state: DISABLED
12-30 16:59:54.714 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 1001; state: DISABLED
12-30 16:59:54.714 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 1001; state: ENABLED
12-30 16:59:54.726 1291 2088 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:54.726 1291 2088 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:54.729 1291 1436 I ActivityManager: Start proc
2655:com.android.carrierconfig/1001 for service
{com.android.carrierconfig/com.android.carrierconfig.DefaultCarrierConfigService}
12-30 16:59:54.729 1291 2088 I WindowManager: Relayout
Window{com.android.systemui:fdc9f1a u0 NavigationBar0}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=79, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 1521 - 720, 1600), mAttrs.privateFlags = 33000000,
mInvGlobalScale = 1.0
12-30 16:59:54.739 1291 2088 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:54.739 1291 2088 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:54.741 1291 2088 I WindowManager: Relayout
Window{com.android.systemui:6c27ec5 u0 ScreenDecorOverlay}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=-2,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = 13100050, mInvGlobalScale
= 1.0
12-30 16:59:54.754 1291 1408 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:54.757 1291 1408 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:54.764 1291 1408 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:54.764 1291 1408 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:54.784 1291 2088 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:54.784 1291 2088 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:54.786 1291 2088 I WindowManager: Relayout
Window{com.android.systemui:d2f47d2 u0 ScreenDecorOverlayBottom}: oldVis=0,
newVis=0, requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=-2,
compatFrame = Rect(0, 1540 - 720, 1600), mAttrs.privateFlags = 13100050,
mInvGlobalScale = 1.0
12-30 16:59:54.791 1291 2642 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.802 1291 1409 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:54.804 1291 1919 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:54.805 1291 1409 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:54.807 1291 1919 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:54.809 1291 1409 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 16:59:54.813 1291 1408 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:54.814 1291 2104 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:54.814 1291 1408 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:54.818 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:54.821 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:54.862 1291 1471 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:54.862 1291 1471 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:54.865 1291 1471 I WindowManager: Relayout
Window{com.android.systemui:fdc9f1a u0 NavigationBar0}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=79, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 1521 - 720, 1600), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
12-30 16:59:54.872 1291 1408 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:54.872 1291 1408 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:54.872 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.891 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.899 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3122
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:54.900 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3125
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
12-30 16:59:54.903 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:54.903 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:54.903 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3132
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:54.905 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3137
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:54.907 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 16:59:54.907 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 16:59:54.909 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 16:59:54.909 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 16:59:54.910 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{66715c8 1755:com.android.systemui/u0a47} (pid=1755, uid=10047)
excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:54.910 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:54.910 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:54.911 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.934 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.947 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.952 1291 1917 I _V_BroadcastQueue: Broadcast intent Intent
{ act=com.mediatek.internal.stk.command flg=0x2010
cmp=com.android.stk/.StkCmdReceiver (has extras) } on bgKeyApp queue
12-30 16:59:54.956 1291 1917 I _V_BroadcastQueue: Broadcast intent Intent
{ act=com.android.internal.stk.command flg=0x2010
cmp=com.android.stk/.StkCmdReceiver (has extras) } on bgKeyApp queue
12-30 16:59:54.962 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.981 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:54.999 1291 1291 D _V_Sensor_PhoneState: add 2 to list
12-30 16:59:55.008 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3122
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:55.009 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3125
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
12-30 16:59:55.010 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3132
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:55.012 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3137
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:55.014 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.014 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.017 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 16:59:55.018 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 16:59:55.020 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.021 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.021 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{66715c8 1755:com.android.systemui/u0a47} (pid=1755, uid=10047)
excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.021 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.021 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.023 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3122
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:55.024 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3125
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
12-30 16:59:55.027 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.027 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.027 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3132
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:55.029 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3137
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:55.031 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 16:59:55.032 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 16:59:55.034 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.034 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.034 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{66715c8 1755:com.android.systemui/u0a47} (pid=1755, uid=10047)
excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.035 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.036 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:55.036 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.058 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.081 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.085 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.105 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.112 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.124 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.128 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.144 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.148 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.150 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.152 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.156 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.159 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.169 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.181 1291 1471 W _V_ContentProviderHelper: Failed to find
provider:com.google.android.gsf.gservices for user 0
12-30 16:59:55.210 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.254 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.298 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.301 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.303 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.305 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.324 1291 1471 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) } on
bgKeyApp queue
12-30 16:59:55.327 1291 1291 I _V_VivoPmsImpl: conditionalPkg onReceive
intent:Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has
extras) }
12-30 16:59:55.347 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.512 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.549 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.551 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.570 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.573 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.627 1291 1471 I _V_BroadcastQueue: Broadcast intent Intent
{ act=com.android.internal.stk.session_end flg=0x2010
cmp=com.android.stk/.StkCmdReceiver (has extras) } on bgKeyApp queue
12-30 16:59:55.632 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.677 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.682 1291 1471 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
12-30 16:59:55.686 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.689 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.692 1291 1471 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
12-30 16:59:55.707 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.734 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.737 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.740 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.742 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.780 1291 1291 D _V_Sensor_PhoneState: add 2 to list
12-30 16:59:55.822 1291 1291 D _V_Sensor_PhoneState: add 2 to list
12-30 16:59:55.841 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.859 1291 1471 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.CARRIER_CONFIG_CHANGED flg=0x15002010 (has extras) }
on fgKeyApp queue
12-30 16:59:55.892 1291 1435 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.cellbroadcastreceiver
12-30 16:59:55.892 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10177; state: DISABLED
12-30 16:59:55.892 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10177; state: DISABLED
12-30 16:59:55.892 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10177; state: DISABLED
12-30 16:59:55.892 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10177; state: ENABLED
12-30 16:59:55.893 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10177; state: ENABLED
12-30 16:59:55.910 1291 1889 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.912 1291 1436 I ActivityManager: Start proc
2687:com.android.cellbroadcastreceiver/u0a177 for broadcast
{com.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastR
eceiver}
12-30 16:59:55.914 1291 1889 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.946 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:55.954 1291 1919 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.CARRIER_CONFIG_CHANGED flg=0x15002010 (has extras) }
on fgKeyApp queue
12-30 16:59:56.000 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.003 1291 1471 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:56.004 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.005 1291 2104 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:56.007 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:56.010 1291 1889 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.011 1291 1889 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.025 1291 1408 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10177; state: DISABLED
12-30 16:59:56.027 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.122 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.126 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.127 1291 1409 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:56.130 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.132 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.133 1291 1431 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:56.142 1291 1453 D _V_ConfigurationManager:
/data/bbkcore/sceneconfig.0.xml is null,just return file content, no need decrypt
file
12-30 16:59:56.144 1291 1453 D _V_ConfigurationManager:
/data/bbkcore/sceneconfig.0.xml is null,just return file content, no need decrypt
file
12-30 16:59:56.145 1291 1453 I _V_SceneConfigs: file:sceneconfig.0.xml,length =0
12-30 16:59:56.194 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.268 1291 1408 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:56.303 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 16:59:56.319 1291 1409 W _V_PackageManager: setEnabledSetting
packageName:com.android.cellbroadcastreceiver
className:com.android.cellbroadcastreceiver.CellBroadcastListLauncherActivity
newState:2 userId:0 callingPackage:null callingUid:10177 callingPid:2687
12-30 16:59:56.329 1291 1481 D _V_SystemConfig: CC:
12-30 16:59:56.349 1291 1409 W _V_PackageManager: setEnabledSetting
packageName:com.android.cellbroadcastreceiver
className:com.android.cellbroadcastreceiver.CellBroadcastListLauncherActivity
newState:2 userId:0 callingPackage:null callingUid:10177 callingPid:2687
12-30 16:59:56.371 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.424 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.430 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.435 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.443 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.461 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.462 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.469 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.470 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.475 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.479 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.480 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.482 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.486 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.488 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.493 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.534 1291 1409 W _V_ContentProviderHelper: Failed to find
provider:com.google.android.gsf.gservices for user 0
12-30 16:59:56.545 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3122
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:56.546 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3125
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
12-30 16:59:56.548 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:56.549 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:56.549 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3132
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:56.550 1291 1409 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3137
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 16:59:56.553 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 16:59:56.553 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 16:59:56.555 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 16:59:56.555 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 16:59:56.555 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{66715c8 1755:com.android.systemui/u0a47} (pid=1755, uid=10047)
excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:56.555 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:56.556 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 16:59:56.556 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.564 1291 1408 W ActivityManager: Unable to start service Intent
{ act=com.google.android.chimera.BoundService.START dat=chimera-
action:com.google.android.gms.phenotype.service.START
cmp=com.google.android.gms/.chimera.PersistentApiService } U=0: not found
12-30 16:59:56.568 1291 1409 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@27bc27b
12-30 16:59:56.574 1291 1409 W ActivityManager: Unable to start service Intent
{ act=com.google.android.chimera.BoundService.START dat=chimera-
action:com.google.android.gms.phenotype.service.START
cmp=com.google.android.gms/.chimera.PersistentApiService } U=0: not found
12-30 16:59:56.575 1291 1471 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@79d1062
12-30 16:59:56.578 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.585 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_sim_data_call value:2
pkg:com.android.phone userId:0
12-30 16:59:56.591 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_sim_voice_call value:2
pkg:com.android.phone userId:0
12-30 16:59:56.599 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_sim_sms value:2
pkg:com.android.phone userId:0
12-30 16:59:56.613 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.619 1291 1889 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.620 1291 1889 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.622 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.631 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.638 1291 1409 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) }
from com.android.phone (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 16:59:56.638 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.643 1291 1409 W ProcessStats: Tracking association
SourceState{1a9e07c system/1000 ImpFg #204} whose proc state 4 is better than
process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (40
skipped)
12-30 16:59:56.648 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1001; state: DISABLED
12-30 16:59:56.649 1291 1409 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5000010 (has extras) }
from com.android.phone (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 16:59:56.651 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.655 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.658 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.660 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.663 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.664 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.667 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.669 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.678 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.681 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.682 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.685 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.699 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.766 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.768 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.770 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.771 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.774 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.778 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.783 1291 1471 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 16:59:56.791 1291 1471 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 16:59:56.800 1291 1471 W _V_ContentProviderHelper: Failed to find
provider:com.voconfig.bridge for user 0
12-30 16:59:56.815 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.822 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.870 1291 1412 D DeviceIdleController: Adding AppId 10122 to temp
whitelist. New entry: true
12-30 16:59:56.870 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10122, delay=20000
12-30 16:59:56.870 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10122]
12-30 16:59:56.872 1291 1471 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.updater
12-30 16:59:56.872 1291 1471 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10122; state: DISABLED
12-30 16:59:56.873 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10122; state: ENABLED
12-30 16:59:56.878 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10122]
12-30 16:59:56.878 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 16:59:56.893 1291 1436 I ActivityManager: Start proc
2735:com.bbk.updater/u0a122 for broadcast
{com.bbk.updater/com.bbk.updater.receiver.BootCompleteReceiver}
12-30 16:59:56.954 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:56.957 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:56.959 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:56.974 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:56.979 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10122; state: DISABLED
12-30 16:59:56.992 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.006 1291 2104 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{3340c25 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=false sz=1}
12-30 16:59:57.013 1291 2751 I _V_ActivityManager: collectPssSampleEventTracking
12-30 16:59:57.018 1291 1408 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) } on
bgKeyApp queue
12-30 16:59:57.021 1291 1584 I NetworkPolicy: INTENT_VALUE_ICC_LOADED
12-30 16:59:57.035 1291 1291 I _V_VivoPmsImpl: conditionalPkg onReceive
intent:Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has
extras) }
12-30 16:59:57.106 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.107 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.112 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.119 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.147 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.159 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.184 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.voconfig.bridge for user 0
12-30 16:59:57.221 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.266 1291 1919 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.CARRIER_SIGNAL_RESET flg=0x10002010
cmp=com.android.carrierdefaultapp/.CarrierDefaultBroadcastReceiver (has extras) }
on fgKeyApp queue
12-30 16:59:57.269 1291 1435 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.carrierdefaultapp
12-30 16:59:57.270 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10067; state: DISABLED
12-30 16:59:57.270 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10067; state: DISABLED
12-30 16:59:57.270 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10067; state: DISABLED
12-30 16:59:57.270 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10067; state: ENABLED
12-30 16:59:57.271 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10067; state: ENABLED
12-30 16:59:57.276 1291 1919 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.CARRIER_SIGNAL_RESET flg=0x10002010
cmp=com.android.carrierdefaultapp/.CarrierDefaultBroadcastReceiver (has extras) }
on fgKeyApp queue
12-30 16:59:57.278 1291 1917 W StorageManagerService: No primary storage defined
yet; hacking together a stub
12-30 16:59:57.283 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.287 1291 1436 I ActivityManager: Start proc
2754:com.android.carrierdefaultapp/u0a67 for broadcast
{com.android.carrierdefaultapp/com.android.carrierdefaultapp.CarrierDefaultBroadcas
tReceiver}
12-30 16:59:57.287 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.318 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.331 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.346 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.350 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.371 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.373 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.376 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.378 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:57.378 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.380 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:57.381 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:57.386 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.404 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10067; state: DISABLED
12-30 16:59:57.413 1291 1408 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 16:59:57.422 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:57.428 1291 2104 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 16:59:57.445 1291 2104 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.updater
12-30 16:59:57.446 1291 2104 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10122; state: DISABLED
12-30 16:59:57.446 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10122; state: ENABLED
12-30 16:59:57.448 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.467 1291 1436 I ActivityManager: Start proc
2798:com.bbk.updater:remote/u0a122 for content provider
{com.bbk.updater/com.bbk.updater.provider.RemoteContentProvider}
12-30 16:59:57.481 1291 1919 W _V_VivoAmsImpl: mCallingPidFilter=2735,
mCallingUidFilter=10122
12-30 16:59:57.482 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:57.504 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:57.539 1291 1409 W _V_PackageManager: setEnabledSetting
packageName:com.android.carrierdefaultapp
className:com.android.carrierdefaultapp.URLHandlerActivity newState:2 userId:0
callingPackage:null callingUid:10067 callingPid:2754
12-30 16:59:57.543 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:57.545 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:57.546 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 16:59:57.549 1291 1409 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:57.560 1291 1408 W _V_PackageManager: setEnabledSetting
packageName:com.android.carrierdefaultapp
className:com.android.carrierdefaultapp.URLHandlerActivity newState:2 userId:0
callingPackage:null callingUid:10067 callingPid:2754
12-30 16:59:57.625 1291 1919 I _V_VivoCommonService: get info binder pid is :2735
12-30 16:59:57.690 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:shutdown_after_optimization value:0
pkg:com.bbk.updater userId:0
12-30 16:59:57.692 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.706 1291 1408 W StorageManagerService: No primary storage defined
yet; hacking together a stub
12-30 16:59:57.708 1291 1408 I BroadcastQueue: Delay finish:
com.bbk.updater/.receiver.BootCompleteReceiver
12-30 16:59:57.720 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.730 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.744 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 16:59:57.784 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.790 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.798 1291 1408 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) }
from com.android.phone (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 16:59:57.801 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.803 1291 2104 I _V_VivoCommonService: get info binder pid is :1932
12-30 16:59:57.805 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.818 1291 2104 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 16:59:57.823 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.825 1291 2104 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 16:59:57.827 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.829 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.832 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.838 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.838 1291 1408 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
12-30 16:59:57.840 1291 1919 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@8ae4743
12-30 16:59:57.843 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.847 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
12-30 16:59:57.848 1291 1409 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
12-30 16:59:57.849 1291 1409 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@cbcf1c0
12-30 16:59:57.852 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.854 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.858 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
12-30 16:59:57.865 1291 1409 I BroadcastQueue: Delay finish:
com.android.stk/.StkCmdReceiver
12-30 16:59:57.879 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.884 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.898 1291 1291 D _V_Sensor_PhoneState: add 2 to list
12-30 16:59:57.899 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.904 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.908 1291 1919 I _V_VivoCommonService: get info binder pid is :2735
12-30 16:59:57.908 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.909 1291 2088 I _V_VivoCommonService: get info binder pid is :2735
12-30 16:59:57.916 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.922 1291 2088 W StorageManagerService: No primary storage defined
yet; hacking together a stub
12-30 16:59:57.933 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.936 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.944 1291 2088 I _V_VivoCommonService: get info binder pid is :2735
12-30 16:59:57.945 1291 1409 I _V_VivoCommonService: get info binder pid is :2735
12-30 16:59:57.976 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.979 1291 1409 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.CARRIER_CONFIG_CHANGED flg=0x15002010 (has extras) }
on fgKeyApp queue
12-30 16:59:57.988 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:57.991 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.028 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.031 1291 1889 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.033 1291 1889 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.035 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.036 1291 2104 W _V_PackageManager: setEnabledSetting
packageName:com.android.cellbroadcastreceiver
className:com.android.cellbroadcastreceiver.CellBroadcastListLauncherActivity
newState:2 userId:0 callingPackage:null callingUid:10177 callingPid:2687
12-30 16:59:58.049 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.052 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.065 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.067 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.070 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.071 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.073 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.075 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.107 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.207 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.209 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.213 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.217 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.218 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.222 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.223 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.255 1291 2088 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:rtt_calling_mode value:0
pkg:com.android.phone userId:0
12-30 16:59:58.257 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.261 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.262 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.263 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.265 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.267 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.267 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.272 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.273 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.274 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.278 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.279 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.279 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.283 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.284 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.285 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.288 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.291 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.291 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.295 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.296 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.313 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.335 1291 1645 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 53, .batteryVoltage = 4081, .batteryTemperature =
338, .batteryCurrent = 1217, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 10000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
12-30 16:59:58.339 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 16:59:58.339 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 16:59:58.339 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 16:59:58.340 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 16:59:58.340 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 16:59:58.340 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 16:59:58.340 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 16:59:58.369 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.383 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.384 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.393 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.406 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.412 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.439 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.442 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.444 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.446 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.447 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.449 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.451 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.453 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.463 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.465 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.468 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.470 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.513 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.580 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.599 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.603 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.620 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.676 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.677 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.680 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.685 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.708 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.713 1291 2088 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
12-30 16:59:58.719 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.721 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.726 1291 2104 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
12-30 16:59:58.737 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.753 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.753 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.763 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.777 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.801 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.817 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.884 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.889 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.908 1291 1558 D _V_FingerprintUnlockController: keyCode: 300,
action: 1
12-30 16:59:58.908 1291 1558 D _V_FaceUnlockController: onKeyEvent 300 action 1
12-30 16:59:58.921 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : true
12-30 16:59:58.924 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
12-30 16:59:58.925 1291 1412 V _V_WindowOrientationListenerImpl: in
onTouchEndLocked. proposedRotation=0, oldProposedRotation=0, lastChangedRotation=0
12-30 16:59:58.932 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.933 1291 1412 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 16:59:58.933 1291 1412 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 16:59:58.958 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:58.960 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.017 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 124107808; UID 1001; state: ENABLED
12-30 16:59:59.025 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : true
12-30 16:59:59.146 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.147 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.198 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.199 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.246 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.271 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.272 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.338 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.340 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.496 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.498 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.546 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.548 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.551 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.613 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.623 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.629 1291 1610 D _V_VivoConnectivityService:
read_private_dns_mode:null, change:3
12-30 16:59:59.629 1291 1610 D _V_VivoConnectivityService:
read_private_dns_default_mode:null
12-30 16:59:59.629 1291 1610 D _V_VivoConnectivityService:
read_private_dns_specifier:null
12-30 16:59:59.631 1291 1610 D _V_VivoConnectivityService: reportVcode:
[private_dns_default_mode:null] [private_dns_fallback:off] [from:boot]
[private_dns_specifier:null] [private_dns_mode:null]
12-30 16:59:59.688 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.690 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.755 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.765 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.832 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.834 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 16:59:59.856 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.003 1291 1527 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.005 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.024 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.025 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.057 1291 1421 D _V_VivoCbsService: startCotaServiceImpl
mStartCotaCount=1, mStartCotaPhoneId=1
12-30 17:00:00.071 1291 1421 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 17:00:00.074 1291 1421 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.cota
12-30 17:00:00.074 1291 1421 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10093; state: DISABLED
12-30 17:00:00.075 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.075 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10093; state: ENABLED
12-30 17:00:00.078 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.101 1291 1436 I ActivityManager: Start proc
2865:com.vivo.cota/u0a93 for service
{com.vivo.cota/com.vivo.cota.service.CotaService}
12-30 17:00:00.146 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.148 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.163 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.168 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:00.170 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:00.172 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:00.193 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10093; state: DISABLED
12-30 17:00:00.213 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.216 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.364 1291 2088 W StorageManagerService: No primary storage defined
yet; hacking together a stub
12-30 17:00:00.401 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:00.407 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.410 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.438 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.440 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.456 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:00.459 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:00.466 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.475 1291 2088 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10080, isRmsPreload = false, keepQuiet =false
12-30 17:00:00.510 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.511 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.533 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10093; state: ENABLED
12-30 17:00:00.557 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.558 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.743 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.745 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.771 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.794 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.797 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.858 1291 2088 I NetworkWatchlistService: vivo_recovery, register
netId listener
12-30 17:00:00.860 1291 2088 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:00.861 1291 1919 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
12-30 17:00:00.862 1291 2088 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@185ece1
12-30 17:00:00.864 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.865 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.866 1291 2088 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
12-30 17:00:00.869 1291 2088 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@b389a06
12-30 17:00:00.931 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:00.933 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.093 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.098 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.099 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.148 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.149 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.192 1291 1919 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:01.218 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.233 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.301 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.303 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.340 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:01.370 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.385 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.395 1291 1409 W ActivityManager: Unable to start service Intent
{ act=com.google.android.chimera.BoundService.START dat=chimera-
action:com.google.android.gms.clearcut.bootcount.service.START
cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } U=0: not found
12-30 17:00:01.396 1291 1409 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@1f86633
12-30 17:00:01.424 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.427 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.433 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.476 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.477 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.495 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.497 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.531 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.533 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.607 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.609 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.719 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.720 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.737 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.739 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.739 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.800 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.803 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.869 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:01.871 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.028 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.030 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.045 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.047 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.048 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.088 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.090 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.158 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.160 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.342 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.344 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.359 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.360 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.372 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.382 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.396 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.408 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.478 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.481 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.546 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:02.687 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:03.043 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:03.383 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:03.722 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:04.224 1291 1409 D ConditionProviders: Disabling component
com.google.android.apps.wellbeing/.dnd.impl.DndConditionProviderService
12-30 17:00:04.265 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:04.705 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:05.180 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:05.503 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:05.641 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:user_preferred_data_sub value:2
pkg:com.android.phone userId:0
12-30 17:00:05.644 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_sim_voice_call value:2
pkg:com.android.phone userId:0
12-30 17:00:05.655 1291 1919 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_sim_sms value:2
pkg:com.android.phone userId:0
12-30 17:00:05.875 1291 1919 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:05.876 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:06.181 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:06.537 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:07.169 1291 1919 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.vivolog.action.EXCEPTION flg=0x10 (has extras) }
send by ApplicationInfo{8cf21ba com.android.phone} should with permissions for
security!!!
12-30 17:00:07.435 1291 1919 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:00:07.588 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:08.217 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:08.253 1291 1413 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10184, isRmsPreload = false, keepQuiet
=false
12-30 17:00:08.258 1291 1413 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10184; state: DISABLED
12-30 17:00:08.263 1291 1413 W ProcessStats: Tracking association
SourceState{1a9e07c system/1000 ImpFg #301} whose proc state 4 is better than
process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (46
skipped)
12-30 17:00:08.265 1291 1810 W UsageStatsService: Failed to query usage stats for
locked user 0
12-30 17:00:08.274 1291 2917 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:08.289 1291 2918 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:08.300 1291 2919 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:08.329 1291 2920 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:08.674 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:09.284 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:09.608 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:09.929 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:10.589 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
12-30 17:00:10.593 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:10.893 1291 1919 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:11.645 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:12.000 1291 1431 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:12.133 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : true
12-30 17:00:12.201 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
12-30 17:00:12.213 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:12.377 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:12.390 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:12.485 1291 1435 I ActivityManager: Waited long enough for:
ServiceRecord{993d46d u0 com.bbk.updater/.remote.RemoteService}
12-30 17:00:12.486 1291 1435 I BroadcastQueue: Resuming delayed broadcast
12-30 17:00:12.499 1291 1435 I BroadcastQueue: Resuming delayed broadcast
12-30 17:00:12.504 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: true
12-30 17:00:12.504 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=20000
12-30 17:00:12.505 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10122]
12-30 17:00:12.526 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10122]
12-30 17:00:12.528 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:12.539 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10156; state: DISABLED
12-30 17:00:12.540 1291 1919 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther2
newState:1 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 17:00:12.554 1291 1409 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) }
from com.android.phone (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 17:00:12.564 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:12.568 1291 1672 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.deskclock
12-30 17:00:12.569 1291 1672 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10074; state: DISABLED
12-30 17:00:12.570 1291 1672 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10074; state: DISABLED
12-30 17:00:12.570 1291 1672 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10074; state: DISABLED
12-30 17:00:12.571 1291 1672 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10074; state: ENABLED
12-30 17:00:12.572 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10074; state: ENABLED
12-30 17:00:12.575 1291 1412 D DeviceIdleController: Adding AppId 10074 to temp
whitelist. New entry: true
12-30 17:00:12.576 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10074, delay=20000
12-30 17:00:12.576 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10074, 10122]
12-30 17:00:12.577 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10074, 10122]
12-30 17:00:12.579 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:12.597 1291 1436 I ActivityManager: Start proc
2927:com.android.deskclock/u0a74 for broadcast
{com.android.deskclock/com.android.deskclock.AlarmInitReceiver}
12-30 17:00:12.655 1291 1646 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.bindService:1937
com.android.server.display.color.brightness.apptype.ConnectPemService.connectPem:84
com.android.server.display.color.brightness.apptype.ConnectPemService.access$300:19
com.android.server.display.color.brightness.apptype.ConnectPemService$ConnectPemHan
dler.handleMessage:53 android.os.Handler.dispatchMessage:106
12-30 17:00:12.661 1291 1646 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 17:00:12.664 1291 1672 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.bindService:1937
com.vivo.sensor.brightness.info.apptype.ConnectPemService.connectPem:84
com.vivo.sensor.brightness.info.apptype.ConnectPemService.access$300:19
com.vivo.sensor.brightness.info.apptype.ConnectPemService$ConnectPemHandler.handleM
essage:53 android.os.Handler.dispatchMessage:106
12-30 17:00:12.665 1291 1646 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.pem
12-30 17:00:12.666 1291 1646 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:12.667 1291 1646 D _V_ConnectPemService: connect pem, result = true
12-30 17:00:12.670 1291 1672 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 17:00:12.671 1291 1672 D _V_Sensor_ConnectPemService: connect pem, result =
true
12-30 17:00:12.672 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:12.674 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:12.676 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:12.704 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10074; state: DISABLED
12-30 17:00:12.722 1291 1436 W ActivityManager: Slow operation: 59ms so far, now
at startProcess: done updating battery stats
12-30 17:00:12.723 1291 1436 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: building log message
12-30 17:00:12.723 1291 1436 I ActivityManager: Start proc 2941:com.vivo.pem/1000
for service {com.vivo.pem/com.vivo.pem.core.hide.io.PemService}
12-30 17:00:12.723 1291 1436 W ActivityManager: Slow operation: 61ms so far, now
at startProcess: starting to update pids map
12-30 17:00:12.725 1291 1436 W ActivityManager: Slow operation: 62ms so far, now
at startProcess: done updating pids map
12-30 17:00:13.038 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:13.110 1291 1409 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:13.114 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:13.175 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:alert_time value:-1
pkg:com.android.deskclock userId:0
12-30 17:00:13.176 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.android.deskclock.icon.status value:0
pkg:com.android.deskclock userId:0
12-30 17:00:13.182 1291 1919 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.android.deskclock.ALARM_CHANGED flg=0x10
pkg=com.android.deskclock } send by ApplicationInfo{2da187a com.android.deskclock}
should with permissions for security!!!
12-30 17:00:13.184 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:13.190 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:app_standby_enabled value:1
pkg:com.vivo.pem userId:0
12-30 17:00:13.192 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:adaptive_battery_management_enabled
value:1 pkg:com.vivo.pem userId:0
12-30 17:00:13.205 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: true
12-30 17:00:13.205 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=20000
12-30 17:00:13.205 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10074, 10122]
12-30 17:00:13.209 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10074, 10122]
12-30 17:00:13.210 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:13.260 1291 1919 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.LOCKED_BOOT_COMPLETED flg=0x89000010 (has
extras) } to com.android.providers.blockednumber/.BlockedNumberInitReceiver
requires android.permission.RECEIVE_BOOT_COMPLETED due to sender null (uid 1000)
12-30 17:00:13.271 1291 1412 D DeviceIdleController: Adding AppId 10122 to temp
whitelist. New entry: false
12-30 17:00:13.272 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10122; state: DISABLED
12-30 17:00:13.277 1291 1456 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.bindService:1937
com.vivo.framework.pem.VivoStats.connectPEM:505
com.vivo.framework.pem.VivoStats.access$100:29
com.vivo.framework.pem.VivoStats$NoteHandler.handleMessage:324
android.os.Handler.dispatchMessage:106
12-30 17:00:13.294 1291 1412 D DeviceIdleController: Adding AppId 10152 to temp
whitelist. New entry: true
12-30 17:00:13.294 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10152, delay=20000
12-30 17:00:13.294 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10074, 10122, 10152]
12-30 17:00:13.303 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10152; state: DISABLED
12-30 17:00:13.304 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10074, 10122, 10152]
12-30 17:00:13.305 1291 1291 D _V_Sensor_ConnectPemService: onServiceConnected!
12-30 17:00:13.309 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:13.311 1291 1291 D _V_ConnectPemService: onServiceConnected!
12-30 17:00:13.319 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:13.342 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:13.352 1291 1409 W ActivityManager: Unable to start service Intent
{ act=com.google.android.contextmanager.service.ContextManagerService.START
pkg=com.google.android.gms } U=0: not found
12-30 17:00:13.356 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:00:13.356 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:00:13.359 1291 1409 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@b0924ff
12-30 17:00:13.502 1291 1414 D ColorDisplayService: Setting saturation level: 100
12-30 17:00:13.511 1291 2088 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms }
U=0: not found
12-30 17:00:13.512 1291 2104 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@bbb4bef
12-30 17:00:13.562 1291 1409 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.winddown.ui.WindDownDarkThemeSettings
newState:2 userId:0 callingPackage:null callingUid:10152 callingPid:2561
12-30 17:00:13.566 1291 1414 D ColorDisplayService: Setting saturation level: 100
12-30 17:00:13.566 1291 1414 D _V_ColorDisplayService: applyTint level=150, from:
R=1.0 G=1.0 B=1.0
12-30 17:00:13.566 1291 1414 D _V_ColorDisplayService: applyTint level=150, to:
R=1.0 G=1.0 B=1.0
12-30 17:00:13.571 1291 1919 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.screen.ui.GrayscaleTileService
newState:2 userId:0 callingPackage:null callingUid:10152 callingPid:2561
12-30 17:00:13.580 1291 1412 D DeviceIdleController: Adding AppId 10156 to temp
whitelist. New entry: true
12-30 17:00:13.580 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10156, delay=20000
12-30 17:00:13.580 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10074, 10122, 10152, 10156]
12-30 17:00:13.582 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:13.584 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10074, 10122, 10152, 10156]
12-30 17:00:13.584 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:13.593 1291 2088 W _V_VivoAmsImpl: mCallingPidFilter=2628,
mCallingUidFilter=10156
12-30 17:00:13.595 1291 2088 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gms
12-30 17:00:13.596 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10156; state: DISABLED
12-30 17:00:13.597 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10156; state: ENABLED
12-30 17:00:13.598 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:00:13.598 1291 2088 I BroadcastQueue: Delay finish:
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
12-30 17:00:13.598 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:13.599 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:00:13.618 1291 1436 I ActivityManager: Start proc
2987:com.google.android.gms/u0a156 for service
{com.google.android.gms/com.google.android.gms.chimera.GmsIntentOperationService}
12-30 17:00:13.689 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:13.691 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:13.694 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:13.839 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:13.843 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:13.844 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:13.917 1291 2088 W _V_ContentProviderHelper: Failed to find
provider:com.google.android.gsf.gservices for user 0
12-30 17:00:13.975 1291 1919 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:pem_htp_thred value:43-52-58-1000-1000-1000
pkg:com.vivo.pem userId:0
12-30 17:00:13.978 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/pem_htp_thred
12-30 17:00:13.979 1291 1919 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:pem_htp_thred value:43-62-65-1000-1000-1000
pkg:com.vivo.pem userId:0
12-30 17:00:13.980 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/pem_htp_thred
12-30 17:00:14.094 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1000; state: ENABLED
12-30 17:00:14.121 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 66544, arg2: 1, arg3: 1000, arg4: 0, name: com.vivo.pem
12-30 17:00:14.154 1291 1919 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.smartmultiwindow for user 0
12-30 17:00:14.241 1291 2088 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:powermonitor value:1 pkg:com.vivo.pem
userId:0
12-30 17:00:14.265 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 1000; state: ENABLED
12-30 17:00:14.265 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 1000; state: DISABLED
12-30 17:00:14.270 1291 1625 I _V_VivoLocationUtils: --handleMessage 1001
12-30 17:00:14.289 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
12-30 17:00:14.300 1291 1408 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:pempsmstate value:0 pkg:com.vivo.pem
userId:0
12-30 17:00:14.300 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:14.301 1291 1408 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:pemMonsterState value:0 pkg:com.vivo.pem
userId:0
12-30 17:00:14.335 1291 1919 W ActivityManager: Unable to start service Intent
{ act=com.google.android.chimera.BoundService.START dat=chimera-
action:com.google.android.gms.phenotype.service.START
cmp=com.google.android.gms/.chimera.PersistentApiService } U=0: not found
12-30 17:00:14.340 1291 1919 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@b142669
12-30 17:00:14.342 1291 3050 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:14.388 1291 3054 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:14.395 1291 1919 W ActivityManager: Unable to start service Intent
{ act=com.google.android.chimera.BoundService.START dat=chimera-
action:com.google.android.gms.phenotype.service.START
cmp=com.google.android.gms/.chimera.PersistentApiService } U=0: not found
12-30 17:00:14.396 1291 1919 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@5432e08
12-30 17:00:14.589 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:14.727 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : true
12-30 17:00:14.828 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
12-30 17:00:14.844 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:14.847 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:14.858 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:14.860 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:15.054 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:15.133 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : true
12-30 17:00:15.139 1291 1919 W ActivityManager: Unable to start service Intent
{ act=com.google.android.chimera.BoundService.START dat=chimera-
action:com.google.android.gms.phenotype.service.START
cmp=com.google.android.gms/.chimera.PersistentApiService } U=0: not found
12-30 17:00:15.141 1291 1919 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@fc2144c
12-30 17:00:15.157 1291 1408 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.gcm.nts.SchedulerService newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:00:15.159 1291 1919 W ActivityManager: Unable to start service Intent
{ flg=0x89000010 pkg=com.google.android.gms
cmp=com.google.android.gms/.gcm.nts.SchedulerService (has extras) } U=0: not found
12-30 17:00:15.160 1291 1408 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.gcm.GcmInternalReceiver newState:2 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:00:15.167 1291 1408 W ActivityManager: Unable to start service Intent
{ act=com.google.android.chimera.BoundService.START dat=chimera-
action:com.google.android.gms.phenotype.service.START
cmp=com.google.android.gms/.chimera.PersistentApiService } U=0: not found
12-30 17:00:15.171 1291 1408 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@c222938
12-30 17:00:15.200 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
12-30 17:00:15.202 1291 1919 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:15.337 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : true
12-30 17:00:15.384 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.google.android.gsf.gservices for user 0
12-30 17:00:15.386 1291 1919 W _V_ContentProviderHelper: Failed to find
provider:com.google.android.gsf.gservices for user 0
12-30 17:00:15.398 1291 1919 W _V_ContentProviderHelper: Failed to find
provider:com.google.android.gsf.gservices for user 0
12-30 17:00:15.400 1291 1919 W _V_ContentProviderHelper: Failed to find
provider:com.google.android.gsf.gservices for user 0
12-30 17:00:15.402 1291 1919 W _V_ContentProviderHelper: Failed to find
provider:com.google.android.gsf.gservices for user 0
12-30 17:00:15.404 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
12-30 17:00:15.406 1291 1408 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10156; state: ENABLED
12-30 17:00:15.409 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.google.android.gsf.gservices for user 0
12-30 17:00:15.999 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : true
12-30 17:00:16.082 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
12-30 17:00:16.095 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:16.256 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : true
12-30 17:00:16.315 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.android.launcher.speedup.provider for user 0
12-30 17:00:16.324 1291 3069 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:16.336 1291 3070 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:16.338 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
12-30 17:00:16.341 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.bbk.updater)
12-30 17:00:16.341 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.bbk.updater])
12-30 17:00:16.342 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.vivo.pushservice)
12-30 17:00:16.342 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.vivo.pushservice])
12-30 17:00:16.343 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = android)
12-30 17:00:16.343 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [android])
12-30 17:00:16.344 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.bbk.cloud)
12-30 17:00:16.344 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.bbk.cloud])
12-30 17:00:16.345 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.android.mms)
12-30 17:00:16.345 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.android.mms])
12-30 17:00:16.346 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.vivo.imanager)
12-30 17:00:16.346 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.vivo.imanager])
12-30 17:00:16.347 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.vivo.cota)
12-30 17:00:16.347 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.vivo.cota])
12-30 17:00:16.347 1291 3071 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:16.348 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.vivo.game)
12-30 17:00:16.348 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.vivo.game])
12-30 17:00:16.349 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.google.android.gms)
12-30 17:00:16.349 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.google.android.gms])
12-30 17:00:16.350 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.vivo.customtool)
12-30 17:00:16.350 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.vivo.customtool])
12-30 17:00:16.351 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.amap.android.location)
12-30 17:00:16.351 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.amap.android.location])
12-30 17:00:16.351 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.vivo.appstore)
12-30 17:00:16.352 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.vivo.appstore])
12-30 17:00:16.352 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.bbk.account)
12-30 17:00:16.352 1291 1408 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.bbk.account])
12-30 17:00:16.525 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : true
12-30 17:00:16.617 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
12-30 17:00:16.619 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:16.763 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : true
12-30 17:00:16.829 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
12-30 17:00:16.847 1291 1919 D LockSettingsService: spBasedDoVerifyCredential:
user=0 hasEnrolledBiometrics=true
12-30 17:00:16.908 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:16.909 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10122, timeNow=63947
12-30 17:00:16.909 1291 1510 D DeviceIdleController: Time to remove uid 10122:
80309
12-30 17:00:16.909 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10122, delay=16362
12-30 17:00:16.946 1291 1919 I _V_SyntheticPasswordManager:
unwrapPasswordBasedSyntheticPassword verifyChallenge responseCode:0
12-30 17:00:16.949 1291 1919 D _V_FingerprintUnlockController:
onCredentialVerified(1)
12-30 17:00:16.950 1291 1919 D _V_VivoSyntheticPasswordManagerImpl: begin
unwrapSyntheticPasswordBlob. userId: 0handle: -6791931264714884735
12-30 17:00:16.960 1291 2088 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:error_confirm_attempts value:0
pkg:com.android.systemui userId:0
12-30 17:00:16.965 1291 2104 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_KEYGUARD_GOING_AWAY mNextAppTransitionRequests=[],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.requestTransitionAndLegacyPrepare:5776
com.android.server.wm.KeyguardController.keyguardGoingAway:300
com.android.server.wm.ActivityTaskManagerService.keyguardGoingAway:3871
android.app.IActivityTaskManager$Stub.onTransact:2350
12-30 17:00:16.967 1291 2104 D _V_BarAnimController: prepareAppTransition 0 0
12-30 17:00:16.968 1291 2104 W _V_VivoStack: Stack is:
12-30 17:00:16.968 1291 2104 W _V_VivoStack: java.lang.Exception: Debug rmToken:
{"keyguard", display 0, acquire at 33979 (30026 ms ago)}
12-30 17:00:16.968 1291 2104 W _V_VivoStack: at
com.android.server.wm.RootWindowContainer.removeSleepToken(RootWindowContainer.java
:3136)
12-30 17:00:16.968 1291 2104 W _V_VivoStack: at
com.android.server.wm.ActivityTaskManagerService$SleepTokenAcquirerImpl.release(Act
ivityTaskManagerService.java:5294)
12-30 17:00:16.968 1291 2104 W _V_VivoStack: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:578)
12-30 17:00:16.968 1291 2104 W _V_VivoStack: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:569)
12-30 17:00:16.968 1291 2104 W _V_VivoStack: at
com.android.server.wm.KeyguardController.keyguardGoingAway(KeyguardController.java:
302)
12-30 17:00:16.968 1291 2104 W _V_VivoStack: at
com.android.server.wm.ActivityTaskManagerService.keyguardGoingAway(ActivityTaskMana
gerService.java:3871)
12-30 17:00:16.968 1291 2104 W _V_VivoStack: at
android.app.IActivityTaskManager$Stub.onTransact(IActivityTaskManager.java:2350)
12-30 17:00:16.968 1291 2104 W _V_VivoStack: at
com.android.server.wm.ActivityTaskManagerService.onTransact(ActivityTaskManagerServ
ice.java:5879)
12-30 17:00:16.968 1291 2104 W _V_VivoStack: at
android.os.Binder.execTransactInternal(Binder.java:1184)
12-30 17:00:16.968 1291 2104 W _V_VivoStack: at
android.os.Binder.execTransact(Binder.java:1143)
12-30 17:00:16.969 1291 2104 D ActivityTaskManager: Top Process State changed to
PROCESS_STATE_TOP
12-30 17:00:16.975 1291 2104 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:00:16.979 1291 2104 D _V_VivoActivityTaskManagerServiceImpl:
isMultiWindowEnterJustDefaultDisplay of false
12-30 17:00:16.980 1291 2104 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_KEYGUARD_GOING_AWAY],
mNextAppTransitionFlags=TRANSIT_FLAG_KEYGUARD_GOING_AWAY_WITH_WALLPAPER
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.resumeTopActivityInnerLocked:7651
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7256
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7269
12-30 17:00:16.980 1291 2104 D _V_BarAnimController: prepareAppTransition 1 0
12-30 17:00:16.981 1291 2104 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
12-30 17:00:16.981 1291 2104 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
12-30 17:00:16.981 1291 2104 D _V_BarAnimController: fillFakeBarsWithContent
12-30 17:00:16.981 1291 1544 D _V_BarAnimController: mCaptureRunnable run
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: Failed to write to
/sys/rsc/rsc_svp
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils:
java.io.FileNotFoundException: /sys/rsc/rsc_svp: open failed: ENOENT (No such file
or directory)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
java.io.FileWriter.<init>(FileWriter.java:63)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.threadBoostStatus(BoostThreadUtils.java:35)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.activityVisiableThreadBoost(BoostThreadUtils
.java:20)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.VivoTaskImpl.activityVisiableThreadBoost(VivoTaskImpl.java:28
03)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityInnerLocked(Task.java:7691)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7256)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7269)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7315)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.lambda$applySleepTokens$21$RootWindowCont
ainer(RootWindowContainer.java:2836)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda28.accept(Unknown
Source:8)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.Task.forAllRootTasks(Task.java:4637)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1856)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.applySleepTokens(RootWindowContainer.java
:2818)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService.updateSleepIfNeededLocked(Activity
TaskManagerService.java:5319)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.removeSleepToken(RootWindowContainer.java
:3149)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService$SleepTokenAcquirerImpl.release(Act
ivityTaskManagerService.java:5294)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:578)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:569)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.KeyguardController.keyguardGoingAway(KeyguardController.java:
302)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService.keyguardGoingAway(ActivityTaskMana
gerService.java:3871)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
android.app.IActivityTaskManager$Stub.onTransact(IActivityTaskManager.java:2350)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService.onTransact(ActivityTaskManagerServ
ice.java:5879)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
android.os.Binder.execTransactInternal(Binder.java:1184)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
android.os.Binder.execTransact(Binder.java:1143)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
libcore.io.Linux.open(Native Method)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
12-30 17:00:16.983 1291 2104 W _V_BoostThreadUtils: ... 32 more
12-30 17:00:16.985 1291 2104 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0} null
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: Failed to write to
/sys/rsc/rsc_svp
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils:
java.io.FileNotFoundException: /sys/rsc/rsc_svp: open failed: ENOENT (No such file
or directory)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
java.io.FileWriter.<init>(FileWriter.java:63)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.threadBoostStatus(BoostThreadUtils.java:35)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.activityVisiableThreadBoost(BoostThreadUtils
.java:20)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.VivoTaskImpl.activityVisiableThreadBoost(VivoTaskImpl.java:28
03)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityInnerLocked(Task.java:7693)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7256)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7269)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7315)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.lambda$applySleepTokens$21$RootWindowCont
ainer(RootWindowContainer.java:2836)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda28.accept(Unknown
Source:8)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.Task.forAllRootTasks(Task.java:4637)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1856)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.applySleepTokens(RootWindowContainer.java
:2818)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService.updateSleepIfNeededLocked(Activity
TaskManagerService.java:5319)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.removeSleepToken(RootWindowContainer.java
:3149)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService$SleepTokenAcquirerImpl.release(Act
ivityTaskManagerService.java:5294)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:578)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:569)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.KeyguardController.keyguardGoingAway(KeyguardController.java:
302)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService.keyguardGoingAway(ActivityTaskMana
gerService.java:3871)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
android.app.IActivityTaskManager$Stub.onTransact(IActivityTaskManager.java:2350)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService.onTransact(ActivityTaskManagerServ
ice.java:5879)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
android.os.Binder.execTransactInternal(Binder.java:1184)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
android.os.Binder.execTransact(Binder.java:1143)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
libcore.io.Linux.open(Native Method)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
12-30 17:00:16.986 1291 2104 W _V_BoostThreadUtils: ... 32 more
12-30 17:00:16.987 1291 2104 I _V_SDS :
onSetActivityResumed=com.android.settings
recordInfo=com.android.settings/.FallbackHome pid=2033
12-30 17:00:16.988 1291 2104 I HoverMode: ar is resume in second =
ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0}
12-30 17:00:16.993 1291 2104 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0},mainRootTask:Task{3340c25 #1 type=home ??
U=0 displayId=0 visible=true mode=fullscreen translucent=false sz=1}
12-30 17:00:16.996 1291 2104 D _V_VivoActivityRecordImpl:
lastMergedOverrideConfig:{1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi
nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.3 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1} newMergedOverrideConfig:{1.0
515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port night finger -
keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 -
720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=home mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.4 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1} isExiting:false isexittofullscreeen:false isfromfreeform:false
fromfreeform:false this:ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0}
12-30 17:00:16.999 1291 2104 D _V_VivoActivityRecordImpl: global theme : name =
ComponentInfo{com.android.settings/com.android.settings.FallbackHome}, noRelaunch =
false, actRelaunch = true, actRelaunchRemove = false, forceRelaunch = false,
actRelStateThemePara = -1, actRelaunchAssets = 0, final change = 80000003
12-30 17:00:17.001 1291 2104 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0} null
12-30 17:00:17.002 1291 2104 D CompatibilityChangeReporter: Compat change id
reported: 181136395; UID 1000; state: DISABLED
12-30 17:00:17.002 1291 2104 D CompatibilityChangeReporter: Compat change id
reported: 174042936; UID 1000; state: DISABLED
12-30 17:00:17.003 1291 2104 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 1000; state: DISABLED
12-30 17:00:17.003 1291 2104 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=20, state=0,
isLandTranslucentBackToLauncher=false
12-30 17:00:17.005 1291 2104 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
12-30 17:00:17.007 1291 2104 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=20, state=0,
isLandTranslucentBackToLauncher=false
12-30 17:00:17.008 1291 2104 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:00:17.009 1291 2104 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=20, state=0,
isLandTranslucentBackToLauncher=false
12-30 17:00:17.012 1291 2104 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:00:17.029 1291 1544 D _V_BarAnimController: mCaptureRunnable done
12-30 17:00:17.029 1291 1919 I _V_SyntheticPasswordManager:
unwrapPasswordBasedSyntheticPassword result.gkResponse:Response: 0, GK HAT: true,
GK PW: false
12-30 17:00:17.030 1291 1919 I _V_LockSettingsService: spBasedDoVerifyCredential
gkResponse code is RESPONSE_OK
12-30 17:00:17.031 1291 1570 D BiometricDeferredQueue: Face
addPendingLockoutResetForUser: 0
12-30 17:00:17.032 1291 3082 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:17.036 1291 2104 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=20, state=0,
isLandTranslucentBackToLauncher=false
12-30 17:00:17.043 1291 2104 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:00:17.043 1291 2104 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:00:17.045 1291 3083 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:17.046 1291 2104 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.settings/com.android.settings.FallbackHome}
,resizeMode=0 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:00:17.051 1291 2088 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:00:17.051 1291 2088 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:00:17.053 1291 2088 I WindowManager: Relayout Window{63fd3f3 u0
com.android.settings/com.android.settings.FallbackHome}: oldVis=8, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
12-30 17:00:17.061 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:00:17.061 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:00:17.063 1291 1919 D _V_LockSettingsService: credential verified,
userId:0
12-30 17:00:17.063 1291 1919 V LockSettingsService: Unlock keystore for user: 0
12-30 17:00:17.078 1291 1408 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0}
currentState=0 startState=-1 activityState = RESUMED info = Settings
12-30 17:00:17.085 1291 1409 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:00:17.085 1291 1409 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:00:17.087 1291 1919 I LockSettingsService: Unlocking user 0 with secret
only, length 32
12-30 17:00:17.088 1291 1919 D StorageManagerService: unlockUserKey: 0
isFileEncryptedNativeOrEmulated: true hasToken: false hasSecret: true
12-30 17:00:17.091 1291 1409 I WindowManager: Relayout Window{63fd3f3 u0
com.android.settings/com.android.settings.FallbackHome}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
12-30 17:00:17.096 1291 1291 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
12-30 17:00:17.096 1291 1291 W Looper : Slow dispatch took 142ms main
h=com.android.server.trust.TrustManagerService$2 c=null m=3
12-30 17:00:17.097 1291 1291 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
12-30 17:00:17.097 1291 1291 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
12-30 17:00:17.098 1291 1415 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 1000; state: ENABLED
12-30 17:00:17.103 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:00:17.104 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:00:17.106 1291 1919 I _V_StorageManagerService: unlockUserKey success,
append it
12-30 17:00:17.107 1291 1919 W ActivityManager: UserLifecycleEvent 5 received
without an active userJourneySession.
12-30 17:00:17.107 1291 1919 D ActivityManager: Started unlocking user 0
12-30 17:00:17.107 1291 1919 D LockSettingsService: unlockUser started
12-30 17:00:17.108 1291 1919 D ActivityManager: Unlocking user 0 progress 0
12-30 17:00:17.108 1291 1919 D LockSettingsService: unlockUser progress 0
12-30 17:00:17.108 1291 1919 D ActivityManager: Unlocking user 0 progress 5
12-30 17:00:17.108 1291 1919 D LockSettingsService: unlockUser progress 5
12-30 17:00:17.109 1291 1565 D _V_FBEWarnNotice: Go to cancel fbe_notice..
12-30 17:00:17.109 1291 1411 D _V_VivoUserDataPreparerImpl: ttsd2.
12-30 17:00:17.110 1291 1565 I _V_FBEWarnNotice: cancel fbe_notice 101021 for 0
12-30 17:00:17.110 1291 3084 D _V_VivoUserDataPreparerImpl: ttsd2I begin.
12-30 17:00:17.114 1291 1291 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
12-30 17:00:17.116 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 1000; state: ENABLED
12-30 17:00:17.116 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 1000; state: DISABLED
12-30 17:00:17.117 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 10080; state: ENABLED
12-30 17:00:17.119 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 10047; state: ENABLED
12-30 17:00:17.119 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 10184; state: DISABLED
12-30 17:00:17.198 1291 1409 D _V_WindowManager: finishDrawingWindow:
Window{63fd3f3 u0 com.android.settings/com.android.settings.FallbackHome}
mDrawState=DRAW_PENDING
12-30 17:00:17.199 1291 1409 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@7482999 mSyncState=0
12-30 17:00:17.208 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:00:17.209 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:00:17.216 1291 1415 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:5c86b35 u0 com.android.systemui.ImageWallpaper},
shouldSendRedrawForSync() = false
12-30 17:00:17.217 1291 3097 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:17.223 1291 1415 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
12-30 17:00:17.225 1291 1415 D _V_VivoActivityRecordImpl:
setInvolveInDisplayAreaAnim true , ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0}
12-30 17:00:17.233 1291 1415 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
12-30 17:00:17.234 1291 1415 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=1000, requestPid=2033,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.FallbackHome took -1ms finished.
12-30 17:00:17.235 1291 1415 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 17:00:17.237 1291 1415 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 0 mRemoteAnimState = 0 transit = 21
12-30 17:00:17.249 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:00:17.249 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:00:17.258 1291 1409 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:00:17.258 1291 1409 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:00:17.262 1291 1411 V UserDataPreparer: Found /data/user/0 with serial
number 0
12-30 17:00:17.262 1291 1409 I WindowManager: Relayout
Window{com.android.systemui:5c86b35 u0 com.android.systemui.ImageWallpaper}:
oldVis=0, newVis=0, requestedWidth=720, requestedHeight=1600, attrs.width=720,
attrs.height=1600, compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags =
2000004, mInvGlobalScale = 1.0
12-30 17:00:17.262 1291 1411 V UserDataPreparer: Found /data/system_ce/0 with
serial number 0
12-30 17:00:17.263 1291 1411 D UserDataPreparer: Setting property:
sys.user.0.ce_available=true
12-30 17:00:17.266 1291 1411 V PackageManager: reconcileAppsData for null u0 0x2
migrateAppData=false
12-30 17:00:17.270 1291 1415 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 17:00:17.273 1291 1409 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:00:17.277 1291 1409 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:00:17.277 1291 1409 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:00:17.281 1291 2088 D _V_VivoPowerManagerService: Received from
keyguard isKeyguarActive = true
12-30 17:00:17.281 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:17.282 1291 1409 I WindowManager: Relayout
Window{com.android.systemui:5c86b35 u0 com.android.systemui.ImageWallpaper}:
oldVis=0, newVis=0, requestedWidth=720, requestedHeight=1600, attrs.width=720,
attrs.height=1600, compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags =
2000004, mInvGlobalScale = 1.0
12-30 17:00:17.284 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 10047, arg4: 0, name: com.android.systemui
12-30 17:00:17.285 1291 2104 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 17:00:17.288 1291 2104 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 17:00:17.288 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 10047, arg4: 0, name: com.android.systemui
12-30 17:00:17.288 1291 1415 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=1000, requestPid=2033,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.FallbackHome took -1ms finished.
12-30 17:00:17.289 1291 2104 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 17:00:17.290 1291 1415 D _V_VivoActivityRecordImpl:
setInvolveInDisplayAreaAnim false , ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0}
12-30 17:00:17.292 1291 2088 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
12-30 17:00:17.296 1291 1415 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:00:17.300 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:00:17.300 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:00:17.302 1291 1415 D _V_BarAnimController: appTransitionFinished
12-30 17:00:17.311 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:00:17.311 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:00:17.346 1291 1918 D _V_FaceUnlockController: onKeyguardMsgChanged
keyguard_status 2
12-30 17:00:17.348 1291 1918 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:finger_for_bouncer_show value:0 pkg:com.android.systemui
userId:0
12-30 17:00:17.350 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/finger_for_bouncer_show
12-30 17:00:17.355 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 10047, arg4: 0, name: com.android.systemui
12-30 17:00:17.378 1291 2088 W _V_KeyguardStateMonitor:
(KeyguardState,KeyguardServiceWrapper) onShowingStateChanged showing = false
12-30 17:00:17.379 1291 2088 D _V_FingerprintUnlockController:
onKeyguardShown(false)
12-30 17:00:17.381 1291 2088 D _V_FaceUnlockController: onKeyguardShown false
12-30 17:00:17.381 1291 2088 D _V_SnapshotWindow: onKeyguardShown(showing:false,
drawn:false)
12-30 17:00:17.383 1291 1918 W _V_FaceUIServiceDelegate: invalid user 0 or no
failed attempt recorded
12-30 17:00:17.383 1291 2088 D _V_BBKTouchScreenServiceService: touch service get
state : unlock:vts:1
12-30 17:00:17.383 1291 1918 I DisplayPowerState: face block screenOn: false old-
state: false
12-30 17:00:17.383 1291 2088 D _V_BBKTouchScreenServiceService: touch phone
state: 5
12-30 17:00:17.383 1291 2088 I _V_BBKTouchScreenServiceService: displayId = 2
type = 31 state = 5
12-30 17:00:17.386 1291 1408 D _V_StatusBarManagerService: manageDisableList
userId=0 old what1=0x1200000 new what=0x0 pkg=com.android.systemui mCurrentUserId=0
for update
12-30 17:00:17.386 1291 1967 D _V_VivoKeyguardControllerImpl: setKeyguardShown
keyguardShowing = false, aodShowing = false, aodChanged = false, mKeyguardGoingAway
= true ,caller by com.android.server.wm.KeyguardController.setKeyguardShown:201
com.android.server.wm.ActivityTaskManagerService.setLockScreenShown:3306
android.app.IActivityTaskManager$Stub.onTransact:2257
com.android.server.wm.ActivityTaskManagerService.onTransact:5879
android.os.Binder.execTransactInternal:1184 android.os.Binder.execTransact:1143
<bottom of call stack> <bottom of call stack> <bottom of call stack> <bottom of
call stack>
12-30 17:00:17.386 1291 1291 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
12-30 17:00:17.387 1291 1291 D BiometricService: Sensor ID(1), oemStrength: 4095,
updatedStrength: 4095, modality 8, state: 0, cookie: 0, props: ID: 1, Strength: 0,
Type: 0, SupportsFaceDetection: false, sensorId 1, hasEnrollments: true cannot
participate in Keystore operations
12-30 17:00:17.390 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:17.393 1291 1414 I DeviceIdleController: keyguardShowing=false
12-30 17:00:17.393 1291 1414 I DeviceIdleController: becomeActiveLocked,
reason=unlocked, changeLightIdle=true
12-30 17:00:17.393 1291 1408 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.vivo.action.KEYGUARD_STATE_CHANGED flg=0x24000010 (has
extras) } send by ApplicationInfo{b2874b com.android.systemui} should with
permissions for security!!!
12-30 17:00:17.393 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:17.395 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:17.396 1291 2642 D _V_VivoLockSettingsStrongAuthImpl:
requireStrongAuth strongAuthReason == 4096 ,userId ==0
12-30 17:00:17.397 1291 1571 W _V_VivoLockSettingsStrongAuthImpl:
notifyStrongAuthTrackers strongAuthReason == 4097 ,userId ==0
12-30 17:00:17.400 1291 1408 D _V_LockSettingsService: userPresent userId: 0
12-30 17:00:17.400 1291 1408 D _V_VivoLockSettingsStrongAuthImpl:
requireStrongAuth strongAuthReason == 0 ,userId ==0
12-30 17:00:17.400 1291 1571 W _V_VivoLockSettingsStrongAuthImpl:
notifyStrongAuthTrackers strongAuthReason == 0 ,userId ==0
12-30 17:00:17.401 1291 2642 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:face_convenience value:0
pkg:com.vivo.faceui userId:0
12-30 17:00:17.402 1291 2642 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:field_convenience_strongauth value:0
pkg:com.vivo.faceui userId:0
12-30 17:00:17.415 1291 1431 D _V_ConfigurationManager:
/data/bbkcore/com.vivo.vpivot_1_0.0.1.xml is null,just return file content, no need
decrypt file
12-30 17:00:17.417 1291 1408 V _V_WindowManager: show:
Window{com.android.systemui:f0a6617 u0 ShellDropTarget}
com.android.server.wm.DisplayPolicy.applyKeyguardPolicy:2326
com.android.server.wm.DisplayPolicy.applyPostLayoutPolicyLw:2086
com.android.server.wm.DisplayContent.lambda$new$7$DisplayContent:985
com.android.server.wm.DisplayContent$$ExternalSyntheticLambda24.accept:4
com.android.server.wm.WindowContainer$ForAllWindowsConsumerWrapper.apply:2560
12-30 17:00:17.421 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:17.423 1291 1408 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.settings/com.android.settings.FallbackHome}
,resizeMode=0 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:00:17.426 1291 1414 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:17.427 1291 1291 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
12-30 17:00:17.430 1291 1408 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{63fd3f3 u0 com.android.settings/com.android.settings.FallbackHome}
12-30 17:00:17.432 1291 1408 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{63fd3f3 u0 com.android.settings/com.android.settings.FallbackHome}
12-30 17:00:17.433 1291 1291 D _V_TrustManagerService: aggregateIsTrusted - no
active trusted agent
12-30 17:00:17.435 1291 1408 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{63fd3f3 u0 com.android.settings/com.android.settings.FallbackHome}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
12-30 17:00:17.439 1291 1408 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
12-30 17:00:17.439 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:17.450 1291 1967 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:00:17.453 1291 1291 I _V_VivoTrustManagerServiceImpl: onReceive action
is:android.intent.action.USER_PRESENT
12-30 17:00:17.454 1291 1291 I _V_Sensor_AutoInfoManager: action =
android.intent.action.USER_PRESENT
12-30 17:00:17.454 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 17 value: [17]
12-30 17:00:17.466 1291 1967 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@4d561e9 ,windowToken
=android.os.BinderProxy@fd15662 ,isPassword=false ,mIsSecImms=false
12-30 17:00:17.467 1291 1967 D _V_SafeScreenUtil: initPdProtectSetting
12-30 17:00:17.467 1291 1967 D _V_SafeScreenUtil: syncPdMode set value = false
12-30 17:00:17.469 1291 1967 D _V_SafeScreenUtil: syncPdMode success, value:
false
12-30 17:00:17.471 1291 1967 D _V_InputMethodManagerService: Check pwd = false
12-30 17:00:17.472 1291 1967 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@462a120 inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@dd3d788
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_PAN|IS_FORWARD_NAVIGATION windowFlags=#81910100
unverifiedTargetSdkVersion=31
12-30 17:00:17.475 1291 1967 V InputMethodManagerService: Unspecified window will
hide input
12-30 17:00:17.476 1291 1967 V InputMethodManagerService: switching to client:
client=android.os.BinderProxy@462a120 keyguard=false
12-30 17:00:17.476 1291 1967 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{a0e6521 uid=1000 pid=2033 displayId=0}
12-30 17:00:17.477 1291 1967 E _V_InputMethodManagerService:
mCurId=null
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:00:17.478 1291 1967 D _V_InputMethodManagerService:
bindCurrentInputMethodServiceLocked service= Intent { act=android.view.InputMethod
cmp=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
(has extras) }, conn =
com.android.server.inputmethod.InputMethodManagerService@ca62e87 ,flags=1082130437
,mIsSecImms=false
12-30 17:00:17.479 1291 1967 I _V_VivoRatioControllerUtilsImpl:
setCurrentInputMethod, component =
ComponentInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME}
12-30 17:00:17.483 1291 1967 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.inputmethod.latin uid 10119, isRmsPreload = false,
keepQuiet =false
12-30 17:00:17.484 1291 1967 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 17:00:17.487 1291 1967 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.inputmethod.latin
12-30 17:00:17.488 1291 1967 V InputMethodManagerService: Adding window token:
android.os.Binder@44af7d2 for display: 0
12-30 17:00:17.488 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10119; state: ENABLED
12-30 17:00:17.520 1291 1436 I _V_VivoRatioControllerUtilsImpl:
handleProcessStartedLocked input method pid = 3111, componentName =
ComponentInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME}
12-30 17:00:17.520 1291 1436 I ActivityManager: Start proc
3111:com.google.android.inputmethod.latin/u0a119 for service
{com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME}
12-30 17:00:17.523 1291 1408 D _V_FaceUnlockController: onKeyguardMsgChanged
keyguard_status 0
12-30 17:00:17.523 1291 2642 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:17.585 1291 2642 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
12-30 17:00:17.593 1291 2642 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:17.595 1291 2642 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:17.597 1291 2642 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:17.636 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10119; state: DISABLED
12-30 17:00:17.731 1291 1415 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:00:17.803 1291 1414 D _V_BarAnimController: reset
12-30 17:00:17.804 1291 1414 D _V_BarAnimController: resetRealBars
12-30 17:00:17.804 1291 1414 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
12-30 17:00:17.804 1291 1414 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
12-30 17:00:17.804 1291 1414 D _V_BarAnimController: updateGestureRotation cancel
12-30 17:00:17.805 1291 1414 D _V_BarAnimController: resetFakeBars
12-30 17:00:17.805 1291 1414 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
12-30 17:00:17.805 1291 1414 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
12-30 17:00:17.808 1291 1415 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:fdc9f1a u0 NavigationBar0}, shouldSendRedrawForSync() =
false
12-30 17:00:17.968 1291 1431 D _V_SafeScreenUtil: mReadConfigRunnable!
12-30 17:00:17.968 1291 1431 D _V_SafeScreenUtil: start
updateSafeScreenSwitchFromUCS
12-30 17:00:17.970 1291 1431 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:17.974 1291 1431 D _V_SafeScreenUtil: cursor is null or empty!
12-30 17:00:18.150 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:18.203 1291 3084 D _V_VivoUserDataPreparerImpl: ttsd2I end.
12-30 17:00:18.205 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:18.261 1291 1291 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
12-30 17:00:18.269 1291 1291 D _V_VivoLcmEsd: proximity positive is :true
12-30 17:00:18.270 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
12-30 17:00:18.295 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:18.303 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:18.314 1291 2088 D VibratorManagerService: Canceling vibration
12-30 17:00:18.320 1291 2088 D _V_VibratorManagerService: mAudioVibrating = false
12-30 17:00:18.320 1291 2088 D _V_RichTapVibratorService: richtap service stop!!
12-30 17:00:18.322 1291 2088 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
12-30 17:00:18.323 1291 2088 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@b5c8c94
12-30 17:00:18.323 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-30 17:00:18.324 1291 2088 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
12-30 17:00:18.328 1291 1527 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:18.331 1291 2104 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@af43c83
12-30 17:00:18.333 1291 2104 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForFakeTarget
Window{63fd3f3 u0 com.android.settings/com.android.settings.FallbackHome}
12-30 17:00:18.336 1291 2088 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:18.342 1291 2104 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:00:18.344 1291 2104 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:00:18.345 1291 2104 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForFakeTarget
null
12-30 17:00:18.346 1291 2104 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:8ffcbfb u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
12-30 17:00:18.348 1291 2104 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
12-30 17:00:18.358 1291 1291 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
12-30 17:00:18.364 1291 1291 D _V_VivoLcmEsd: proximity positive is :false
12-30 17:00:18.365 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
12-30 17:00:18.368 1291 1412 D _V_WindowManager: requestTransientBars swipeTarget
= Window{com.android.systemui:3e2dfcf u0 StatusBar} controlTarget =
Window{com.android.systemui:8ffcbfb u0 NotificationShade} navHidden = false
statusHidden = false
12-30 17:00:18.368 1291 1411 V PackageManager: reconcileAppsData finished 247
packages
12-30 17:00:18.369 1291 1411 I ActivityManager: User 0 state changed from
RUNNING_LOCKED to RUNNING_UNLOCKING
12-30 17:00:18.370 1291 1411 D ActivityManager: Unlocking user 0 progress 20
12-30 17:00:18.370 1291 1411 D LockSettingsService: unlockUser progress 20
12-30 17:00:18.370 1291 1411 W Looper : Slow dispatch took 1261ms android.fg
h=android.os.Handler c=com.android.server.am.UserController$
$ExternalSyntheticLambda5@166b8fb m=0
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.UnlockingUser-0
12-30 17:00:18.371 1291 1435 I SystemServiceManager: Calling onUnlockingUser 0
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.vivo.services.vgc.cbs.VivoCbsService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.security.FileIntegrityService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.Installer
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.os.DeviceIdentifiersPolicyService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.uri.UriGrantsManagerService$Lifecycle
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.powerstats.PowerStatsService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.wm.ActivityTaskManagerService$Lifecycle
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.am.ActivityManagerService$Lifecycle
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.DataLoaderManagerService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.power.PowerManagerService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.power.ThermalManagerService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.power.hint.HintManagerService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.lights.LightsService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.display.DisplayManagerService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.display.VivoDisplayStateService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.verify.domain.DomainVerificationService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.PackageInstallerService$Lifecycle
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.UserManagerService$LifeCycle
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.om.OverlayManagerService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.SensorPrivacyService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.sensors.SensorService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.SystemConfigService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.BatteryService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.usage.UsageStatsService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.webkit.WebViewUpdateService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.CachedDeviceStateService
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.BinderCallsStatsService$LifeCycle
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.LooperStatsService$Lifecycle
12-30 17:00:18.371 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.rollback.RollbackManagerService
12-30 17:00:18.373 1291 1411 W Looper : Slow delivery took 984ms android.fg
h=com.android.server.usb.UsbDeviceManager$UsbHandlerLegacy c=null m=13
12-30 17:00:18.374 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.os.NativeTombstoneManagerService
12-30 17:00:18.374 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.os.BugreportManagerService
12-30 17:00:18.374 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.gpu.GpuService
12-30 17:00:18.374 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.security.KeyChainSystemService
12-30 17:00:18.374 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.telecom.TelecomLoaderService
12-30 17:00:18.374 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.accounts.AccountManagerService$Lifecycle
12-30 17:00:18.374 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.content.ContentService$Lifecycle
12-30 17:00:18.374 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.DropBoxManagerService
12-30 17:00:18.374 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.role.RoleService
12-30 17:00:18.374 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.vibrator.VibratorManagerService$Lifecycle
12-30 17:00:18.374 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.mediatek.server.MtkAlarmManagerService
12-30 17:00:18.375 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.devicestate.DeviceStateManagerService
12-30 17:00:18.375 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.camera.CameraServiceProxy
12-30 17:00:18.375 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.BluetoothService
12-30 17:00:18.375 1291 1435 D BluetoothManagerService: User 0 unlocked
12-30 17:00:18.375 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.connectivity.IpConnectivityMetrics
12-30 17:00:18.375 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
12-30 17:00:18.375 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.PinnerService
12-30 17:00:18.375 1291 1413 D BluetoothManagerService: MESSAGE_USER_UNLOCKED
12-30 17:00:18.375 1291 2104 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:18.375 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.google.android.startop.iorap.IorapForwardingService
12-30 17:00:18.375 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.integrity.AppIntegrityManagerService
12-30 17:00:18.375 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
12-30 17:00:18.375 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Lifecycle
12-30 17:00:18.375 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
12-30 17:00:18.375 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.StorageManagerService$Lifecycle
12-30 17:00:18.375 1291 1291 D InputMethodManagerService: onUnlockUser: userId=0
curUserId=0
12-30 17:00:18.375 1291 1435 D StorageManagerService: onUnlockUser 0
12-30 17:00:18.375 1291 1435 I StorageSessionController: On user unlock 0
12-30 17:00:18.376 1291 1435 I StorageSessionController: Initialialising...
12-30 17:00:18.376 1291 1291 D InputMethodManagerService: --- re-
buildInputMethodList reset = false
12-30 17:00:18.376 1291 1291 D InputMethodManagerService: ------
caller=com.android.server.inputmethod.InputMethodManagerService.onUnlockUser:1634
com.android.server.inputmethod.InputMethodManagerService.handleMessage:4925
android.os.Handler.dispatchMessage:102 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1095
com.android.server.SystemServer.main:738 java.lang.reflect.Method.invoke:-2
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run:582
com.android.internal.os.ZygoteInit.main:1046
12-30 17:00:18.376 1291 1291 D InputMethodManagerService: Checking
com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
12-30 17:00:18.377 1291 2104 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:18.380 1291 2088 V StorageManagerService: Found primary storage at
VolumeInfo{emulated;0}:
12-30 17:00:18.380 1291 2088 V StorageManagerService: type=EMULATED
diskId=null partGuid= mountFlags=0 mountUserId=0
12-30 17:00:18.380 1291 2088 V StorageManagerService: state=UNMOUNTED
12-30 17:00:18.380 1291 2088 V StorageManagerService: fsType=null fsUuid=null
fsLabel=null
12-30 17:00:18.380 1291 2088 V StorageManagerService: path=null
internalPath=null
12-30 17:00:18.380 1291 2088 V _V_StorageManagerService: CancelNotification state
0
12-30 17:00:18.380 1291 1565 I StorageManagerService: Mounting volume
VolumeInfo{emulated;0}:
12-30 17:00:18.380 1291 1565 I StorageManagerService: type=EMULATED
diskId=null partGuid= mountFlags=PRIMARY|VISIBLE
12-30 17:00:18.380 1291 1565 I StorageManagerService: mountUserId=0
state=UNMOUNTED
12-30 17:00:18.380 1291 1565 I StorageManagerService: fsType=null fsUuid=null
fsLabel=null
12-30 17:00:18.380 1291 1565 I StorageManagerService: path=null
internalPath=null
12-30 17:00:18.381 1291 2088 V _V_StorageManagerService: CancelNotification state
1
12-30 17:00:18.385 1291 2088 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:8ffcbfb u0 NotificationShade} mDrawState=DRAW_PENDING
12-30 17:00:18.385 1291 2088 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@71af371 mSyncState=0
12-30 17:00:18.390 1291 1411 W Looper : Drained
12-30 17:00:18.391 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:18.405 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:18.407 1291 1291 D InputMethodManagerService: Found an input method
InputMethodInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.
LatinIME, settings:
com.google.android.apps.inputmethod.latin.preference.SettingsActivity}
12-30 17:00:18.407 1291 1291 D InputMethodManagerService: Checking
com.google.android.tts/com.google.android.apps.speech.tts.googletts.settings.asr.vo
iceime.VoiceInputMethodService
12-30 17:00:18.425 1291 1291 D InputMethodManagerService: Found an input method
InputMethodInfo{com.google.android.tts/com.google.android.apps.speech.tts.googletts
.settings.asr.voiceime.VoiceInputMethodService, settings:
com.google.android.apps.speech.tts.googletts.settings.asr.voiceime.ui.VoiceImeSetti
ngsActivity}
12-30 17:00:18.428 1291 1565 I StorageSessionController: On volume mount
VolumeInfo{emulated;0}:
12-30 17:00:18.428 1291 1565 I StorageSessionController: type=EMULATED
diskId=null partGuid= mountFlags=PRIMARY|VISIBLE
12-30 17:00:18.428 1291 1565 I StorageSessionController: mountUserId=0
state=CHECKING
12-30 17:00:18.428 1291 1565 I StorageSessionController: fsType=null
fsUuid=null fsLabel=null
12-30 17:00:18.428 1291 1565 I StorageSessionController:
path=/storage/emulated internalPath=/data/media
12-30 17:00:18.429 1291 1565 I StorageSessionController: Creating connection for
user: 0
12-30 17:00:18.430 1291 1565 I StorageSessionController: Creating and starting
session with id: emulated;0
12-30 17:00:18.431 1291 1565 I StorageUserConnection: Binding to the
ExternalStorageService for user 0
12-30 17:00:18.432 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:input_methods_subtype_history
value:com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME;1
891618174 pkg:android userId:0
12-30 17:00:18.432 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:selected_input_method_subtype
value:1891618174 pkg:android userId:0
12-30 17:00:18.433 1291 1291 D _V_InputMethodManagerService:
userId=0 ,curUserId=0
12-30 17:00:18.436 1291 1291 D _V_InputMethodManagerService:
mSecureImsOn=true ,userId=0
12-30 17:00:18.437 1291 1291 D SecInputMethodManagerService: onUnlockUser:
userId=0 curUserId=0
12-30 17:00:18.437 1291 1291 D SecInputMethodManagerService: --- re-
buildInputMethodList reset = false
12-30 17:00:18.437 1291 1291 D SecInputMethodManagerService: ------
caller=com.android.server.inputmethod.InputMethodManagerService.onUnlockUser:1634
com.android.server.inputmethod.InputMethodManagerService.handleMessage:4925
android.os.Handler.dispatchMessage:102 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1095
com.android.server.SystemServer.main:738 java.lang.reflect.Method.invoke:-2
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run:582
com.android.internal.os.ZygoteInit.main:1046
12-30 17:00:18.438 1291 1565 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.media.module uid 10000, isRmsPreload = false,
keepQuiet =false
12-30 17:00:18.439 1291 1565 W _V_VivoAmsImpl: mCallingPidFilter=415,
mCallingUidFilter=0
12-30 17:00:18.439 1291 1291 D _V_SecInputMethodManagerService:
userId=0 ,curUserId=0
12-30 17:00:18.441 1291 1565 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.providers.media.module
12-30 17:00:18.442 1291 1565 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10000; state: DISABLED
12-30 17:00:18.442 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10000; state: ENABLED
12-30 17:00:18.443 1291 1565 I StorageUserConnection: Bound to the
ExternalStorageService for user 0
12-30 17:00:18.447 1291 1435 W SystemServiceManager: Service
com.android.server.StorageManagerService$Lifecycle took 71 ms in onUnlockingUser-0
12-30 17:00:18.447 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.usage.StorageStatsService$Lifecycle
12-30 17:00:18.447 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.UiModeManagerService
12-30 17:00:18.447 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.locksettings.LockSettingsService$Lifecycle
12-30 17:00:18.448 1291 1570 D _V_LockSettingsService: onUnlockUser userId: 0
12-30 17:00:18.448 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.PersistentDataBlockService
12-30 17:00:18.448 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.testharness.TestHarnessModeService
12-30 17:00:18.448 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.oemlock.OemLockService
12-30 17:00:18.448 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.DeviceIdleController
12-30 17:00:18.449 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
12-30 17:00:18.449 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.texttospeech.TextToSpeechManagerService
12-30 17:00:18.449 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.speech.SpeechRecognitionManagerService
12-30 17:00:18.449 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.searchui.SearchUiManagerService
12-30 17:00:18.449 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.smartspace.SmartspaceManagerService
12-30 17:00:18.450 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.graphics.fonts.FontManagerService$Lifecycle
12-30 17:00:18.450 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.textservices.TextServicesManagerService$Lifecycle
12-30 17:00:18.455 1291 1570 V LockSettingsService: hide encryption notification,
user: 0
12-30 17:00:18.458 1291 1436 I Watchdog: Interesting Java process
com.android.providers.media.module started. Pid 3154
12-30 17:00:18.458 1291 1436 I ActivityManager: Start proc
3154:com.android.providers.media.module/u0a0 for service
{com.android.providers.media.module/com.android.providers.media.fuse.ExternalStorag
eServiceImpl}
12-30 17:00:18.458 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
12-30 17:00:18.459 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.NetworkScoreService$Lifecycle
12-30 17:00:18.459 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.wifi.WifiService
12-30 17:00:18.460 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.wifi.scanner.WifiScanningService
12-30 17:00:18.460 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.wifi.p2p.WifiP2pService
12-30 17:00:18.460 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.ethernet.EthernetService
12-30 17:00:18.460 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.ConnectivityServiceInitializer
12-30 17:00:18.460 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.notification.NotificationManagerService
12-30 17:00:18.461 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.storage.DeviceStorageMonitorService
12-30 17:00:18.461 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.location.LocationManagerService$Lifecycle
12-30 17:00:18.461 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.timedetector.TimeDetectorService$Lifecycle
12-30 17:00:18.461 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
12-30 17:00:18.461 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.timezonedetector.location.LocationTimeZoneManagerService$Lifec
ycle
12-30 17:00:18.461 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.search.SearchManagerService$Lifecycle
12-30 17:00:18.461 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
12-30 17:00:18.461 1291 1435 I WallpaperManagerService: on-unlock-user-0
12-30 17:00:18.462 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.audio.AudioService$Lifecycle
12-30 17:00:18.462 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycl
e
12-30 17:00:18.462 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.DockObserver
12-30 17:00:18.462 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.midi.MidiService$Lifecycle
12-30 17:00:18.463 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.adb.AdbService$Lifecycle
12-30 17:00:18.463 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.usb.UsbService$Lifecycle
12-30 17:00:18.464 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.twilight.TwilightService
12-30 17:00:18.464 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.display.color.ColorDisplayService
12-30 17:00:18.464 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.job.JobSchedulerService
12-30 17:00:18.464 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.soundtrigger.SoundTriggerService
12-30 17:00:18.464 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.trust.TrustManagerService
12-30 17:00:18.464 1291 1291 I NotificationHistory: Attempted to unlock
gone/disabled user 0
12-30 17:00:18.464 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.backup.BackupManagerService$Lifecycle
12-30 17:00:18.465 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.appwidget.AppWidgetService
12-30 17:00:18.465 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.voiceinteraction.VoiceInteractionManagerService
12-30 17:00:18.466 1291 1648 I BackupManagerService: Starting service for user: 0
12-30 17:00:18.468 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.apphibernation.AppHibernationService
12-30 17:00:18.468 1291 1648 V BackupManagerService: [UserID:0] Starting with
transport com.google.android.gms/.backup.BackupTransportService
12-30 17:00:18.473 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.GestureLauncherService
12-30 17:00:18.473 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.SensorNotificationService
12-30 17:00:18.473 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.emergency.EmergencyAffordanceService
12-30 17:00:18.473 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.dreams.DreamManagerService
12-30 17:00:18.473 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.blob.BlobStoreManagerService
12-30 17:00:18.473 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.print.PrintManagerService
12-30 17:00:18.473 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.companion.CompanionDeviceManagerService
12-30 17:00:18.477 1291 1648 D BackupManagerService: [UserID:0] Started thread
backup-0
12-30 17:00:18.478 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: Failed to parse
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService:
java.lang.NumberFormatException: null
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
java.lang.Long.parseLong(Long.java:557)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
java.lang.Long.parseLong(Long.java:636)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.parseLongOrDefault(Compa
nionDeviceManagerService.java:1483)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.readAllAssociations(Comp
anionDeviceManagerService.java:1097)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.getAllAssociations(Compa
nionDeviceManagerService.java:1030)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.onUserUnlocking(Companio
nDeviceManagerService.java:325)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
com.android.server.SystemServiceManager.onUser(SystemServiceManager.java:409)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
com.android.server.SystemServiceManager.onUser(SystemServiceManager.java:364)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
com.android.server.SystemServiceManager.onUserUnlocking(SystemServiceManager.java:3
04)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
com.android.server.am.UserController.handleMessage(UserController.java:2841)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
android.os.Handler.dispatchMessage(Handler.java:102)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
android.os.Looper.loopOnce(Looper.java:233)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
android.os.Looper.loop(Looper.java:334)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
android.os.HandlerThread.run(HandlerThread.java:67)
12-30 17:00:18.486 1291 1435 W CompanionDeviceManagerService: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: Failed to parse
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService:
java.lang.NumberFormatException: null
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
java.lang.Long.parseLong(Long.java:557)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
java.lang.Long.parseLong(Long.java:636)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.parseLongOrDefault(Compa
nionDeviceManagerService.java:1483)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.readAllAssociations(Comp
anionDeviceManagerService.java:1097)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.getAllAssociations(Compa
nionDeviceManagerService.java:1030)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.onUserUnlocking(Companio
nDeviceManagerService.java:325)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
com.android.server.SystemServiceManager.onUser(SystemServiceManager.java:409)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
com.android.server.SystemServiceManager.onUser(SystemServiceManager.java:364)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
com.android.server.SystemServiceManager.onUserUnlocking(SystemServiceManager.java:3
04)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
com.android.server.am.UserController.handleMessage(UserController.java:2841)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
android.os.Handler.dispatchMessage(Handler.java:102)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
android.os.Looper.loopOnce(Looper.java:233)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
android.os.Looper.loop(Looper.java:334)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
android.os.HandlerThread.run(HandlerThread.java:67)
12-30 17:00:18.487 1291 1435 W CompanionDeviceManagerService: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
12-30 17:00:18.487 1291 1291 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #372} whose proc state 2 is better than
process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (41
skipped)
12-30 17:00:18.488 1291 1435 I CompanionDeviceManagerService: Read associations
from disk: {0=[]}
12-30 17:00:18.488 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.restrictions.RestrictionsManagerService
12-30 17:00:18.488 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.media.MediaSessionService
12-30 17:00:18.488 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.biometrics.sensors.face.FaceService
12-30 17:00:18.488 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.biometrics.BiometricService
12-30 17:00:18.488 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.biometrics.AuthService
12-30 17:00:18.488 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.ShortcutService$Lifecycle
12-30 17:00:18.489 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.LauncherAppsService
12-30 17:00:18.489 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.CrossProfileAppsService
12-30 17:00:18.489 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.people.PeopleService
12-30 17:00:18.489 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.media.metrics.MediaMetricsManagerService
12-30 17:00:18.489 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.media.projection.MediaProjectionManagerService
12-30 17:00:18.489 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.slice.SliceManagerService$Lifecycle
12-30 17:00:18.489 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.stats.StatsCompanion$Lifecycle
12-30 17:00:18.489 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.scheduling.RebootReadinessManagerService$Lifecycle
12-30 17:00:18.489 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.stats.pull.StatsPullAtomService
12-30 17:00:18.489 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.incident.IncidentCompanionService
12-30 17:00:18.489 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.MmsServiceBroker
12-30 17:00:18.489 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.autofill.AutofillManagerService
12-30 17:00:18.493 1291 1291 D _V_InputMethodManagerService: onServiceConnected
name=ComponentInfo{com.google.android.inputmethod.latin/com.android.inputmethod.lat
in.LatinIME} ,service=android.os.BinderProxy@e7b58bb ,mIsSecImms=false
12-30 17:00:18.496 1291 1291 V InputMethodManagerService: Initiating attach with
token: android.os.Binder@44af7d2
12-30 17:00:18.497 1291 1291 V InputMethodManagerService: Sending attach of
token: android.os.Binder@44af7d2 for display: 0
12-30 17:00:18.497 1291 1291 V InputMethodManagerService: Creating new session
for client ClientState{a0e6521 uid=1000 pid=2033 displayId=0}
12-30 17:00:18.498 1291 2557 W AppHibernationService: No hibernation state
associated with package com.litatom.app user 0. Maybethe package was uninstalled?
12-30 17:00:18.498 1291 2557 W AppHibernationService: No hibernation state
associated with package com.lenovo.anyshare.gps user 0. Maybethe package was
uninstalled?
12-30 17:00:18.498 1291 2557 W AppHibernationService: No hibernation state
associated with package com.mobile.legends user 0. Maybethe package was
uninstalled?
12-30 17:00:18.503 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.clipboard.ClipboardService
12-30 17:00:18.503 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.appbinding.AppBindingService$Lifecycle
12-30 17:00:18.504 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.mediatek.powerhalservice.PowerHalMgrService
12-30 17:00:18.504 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.mediatek.server.MtkConnectivitySupplementalService
12-30 17:00:18.504 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.tracing.TracingServiceProxy
12-30 17:00:18.504 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.policy.PermissionPolicyService
12-30 17:00:18.504 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.StagingManager$Lifecycle
12-30 17:00:18.504 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.app.GameManagerService$Lifecycle
12-30 17:00:18.504 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.appsearch.AppSearchManagerService
12-30 17:00:18.505 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10184, isRmsPreload = false, keepQuiet
=false
12-30 17:00:18.506 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.media.MediaCommunicationService
12-30 17:00:18.506 1291 1435 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.vivo.services.autorecover.SystemAutoRecoverService
12-30 17:00:18.506 1291 1435 W ActivityManager: UserLifecycleEvent 5 received
without an active userJourneySession.
12-30 17:00:18.506 1291 1435 W ActivityManager: UserLifecycleEvent 6 received
without an active userJourneySession.
12-30 17:00:18.507 1291 1435 I ActivityManager: User 0 state changed from
RUNNING_UNLOCKING to RUNNING_UNLOCKED
12-30 17:00:18.507 1291 1411 I ActivityTaskManager: Loading recents for user 0
into memory.
12-30 17:00:18.510 1291 1435 D SystemServerTiming: SystemUserUnlock took to
complete: 1402ms
12-30 17:00:18.510 1291 1435 D LockSettingsService: unlockUser finished
12-30 17:00:18.513 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10184, isRmsPreload = false, keepQuiet
=false
12-30 17:00:18.513 1291 1919 D LockSettingsService: activateEscrowTokens: user=0
12-30 17:00:18.513 1291 1919 I LockSettingsService: Disabling escrow token on
user 0
12-30 17:00:18.515 1291 1648 E BackupPasswordManager: Unable to read backup pw
version
12-30 17:00:18.515 1291 1570 D BiometricDeferredQueue: Processing pending
resetLockout for face
12-30 17:00:18.515 1291 1570 D BiometricDeferredQueue: Generating challenge for
sensor: 1, user: 0
12-30 17:00:18.515 1291 1648 E BackupPasswordManager: Unable to read saved backup
pw hash
12-30 17:00:18.516 1291 1919 D _V_LockSettingsService:
sendCredentialsOnUnlockIfRequired userId: 0
12-30 17:00:18.517 1291 1435 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.aiengine
12-30 17:00:18.517 1291 1919 D _V_LockSettingsService: doVerifyCredential,
spBasedDoVerifyCredential response:Response: 0, GK HAT: true, GK PW: false
12-30 17:00:18.518 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:18.519 1291 1425 D IntervalStats: Unable to parse usage stats
packages: [67, 139, 244, 247, 248, 250, 252, 255, 258, 260, 262, 265, 281, 282,
283, 291, 295, 305, 307, 308, 318, 323, 324, 325, 329, 330, 332, 350]
12-30 17:00:18.524 1291 1425 I UsageStatsService: User[0] Rollover scheduled @
2023-12-31 14:02:14(1704002534746)
12-30 17:00:18.525 1291 1571 W _V_LockSettings: RequiredStrongAuthTimeout ==
259200000, userId == 0
12-30 17:00:18.550 1291 1691 D BiometricScheduler/Face10: [Added] {[6]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, new queue
size: 1
12-30 17:00:18.550 1291 1691 D BiometricScheduler/Face10: [Polled] {[6]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
12-30 17:00:18.558 1291 1436 I ActivityManager: Start proc
3174:com.vivo.aiengine/1000 for added application com.vivo.aiengine
12-30 17:00:18.559 1291 1691 D BiometricScheduler/Face10: [Starting] {[6]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
12-30 17:00:18.564 1291 1691 D BiometricScheduler/Face10: [Started] {[6]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}
12-30 17:00:18.564 1291 1691 D FaceUpdateActiveUserClient: Already user: 0,
returning
12-30 17:00:18.566 1291 1691 D BiometricScheduler/Face10: [Added] {[7]
FaceGenerateChallengeClient, proto=10, owner=android, cookie=0, userId=0}, new
queue size: 1
12-30 17:00:18.566 1291 1691 V BiometricScheduler/Face10: Not idle, current
operation: {[6] FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0,
userId=0}, State: 2
12-30 17:00:18.566 1291 1691 D BiometricScheduler/Face10: [Finishing] {[6]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, success:
true
12-30 17:00:18.568 1291 1691 D BiometricScheduler/Face10: [Polled] {[7]
FaceGenerateChallengeClient, proto=10, owner=android, cookie=0, userId=0}, State: 0
12-30 17:00:18.568 1291 1691 D BiometricScheduler/Face10: [Starting] {[7]
FaceGenerateChallengeClient, proto=10, owner=android, cookie=0, userId=0}, State: 0
12-30 17:00:18.568 1291 1691 D BiometricScheduler/Face10: [Started] {[7]
FaceGenerateChallengeClient, proto=10, owner=android, cookie=0, userId=0}
12-30 17:00:18.572 1291 1919 D _V_FingerprintUnlockController:
onCredentialVerified(0)
12-30 17:00:18.572 1291 1919 D _V_BBKTouchScreenServiceService: touch service get
state : key_authenticate:vts:0
12-30 17:00:18.573 1291 1919 D _V_BBKTouchScreenServiceService: touch phone
state: 5
12-30 17:00:18.574 1291 1691 D BiometricScheduler/Face10: [Finishing] {[7]
FaceGenerateChallengeClient, proto=10, owner=android, cookie=0, userId=0}, success:
true
12-30 17:00:18.575 1291 1411 V PackageConfigPersister: loadPackages: empty list
files from /data/system_ce/0/package_configs
12-30 17:00:18.575 1291 1691 D BiometricScheduler/Face10: No operations,
returning to idle
12-30 17:00:18.580 1291 1919 D _V_VivoLockSettingsServiceImpl: reset report
status
12-30 17:00:18.582 1291 3155 V BackupManagerConstants:
getKeyValueBackupIntervalMilliseconds(...) returns 14400000
12-30 17:00:18.589 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: + com.vivo.browser
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.android.providers.blockednumber
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.google.android.apps.wellbeing
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.google.android.apps.tachyon
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: + android
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.google.android.gms
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.android.cellbroadcastreceiver
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.google.android.videos
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.android.providers.settings
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.google.android.marvin.talkback
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.android.calllogbackup
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: + com.android.vending
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: + com.android.chrome
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.android.documentsui
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.google.android.gm
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.google.android.apps.magazines
12-30 17:00:18.590 1291 1648 V ProcessedPackagesJournal: +
com.google.android.apps.docs
12-30 17:00:18.590 1291 1291 D BiometricDeferredQueue: Resetting face lockout for
sensor: 1, user: 0
12-30 17:00:18.591 1291 1648 V ProcessedPackagesJournal: +
com.google.android.inputmethod.latin
12-30 17:00:18.591 1291 1648 V ProcessedPackagesJournal: +
com.google.android.youtube
12-30 17:00:18.591 1291 1648 V ProcessedPackagesJournal: +
com.google.android.calendar
12-30 17:00:18.591 1291 1648 V ProcessedPackagesJournal: +
com.google.android.apps.youtube.music
12-30 17:00:18.591 1291 1648 V ProcessedPackagesJournal: +
com.google.android.apps.nbu.files
12-30 17:00:18.591 1291 1648 V ProcessedPackagesJournal: +
com.outfit7.talkingtomgoldrun
12-30 17:00:18.591 1291 3155 V BackupManagerConstants:
getKeyValueBackupFuzzMilliseconds(...) returns 600000
12-30 17:00:18.591 1291 3155 V BackupManagerConstants:
getKeyValueBackupRequiredNetworkType(...) returns 1
12-30 17:00:18.591 1291 3155 V BackupManagerConstants:
getKeyValueBackupRequireCharging(...) returns true
12-30 17:00:18.592 1291 3155 V KeyValueBackupJob: Scheduling k/v pass in 241
minutes
12-30 17:00:18.604 1291 2088 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:18.606 1291 2088 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:18.618 1291 1436 W ActivityManager: Slow operation: 102ms so far, now
at startProcess: starting to update pids map
12-30 17:00:18.618 1291 1436 W ActivityManager: Slow operation: 102ms so far, now
at startProcess: done updating pids map
12-30 17:00:18.641 1291 1919 D _V_VivoLockSettingsServiceImpl: setFailedTimes,
response code:0, failed times:0, continuous failed time:0
12-30 17:00:18.642 1291 1919 D _V_VivoLockSettingsServiceImpl: no need to report,
response code is ok
12-30 17:00:18.653 1291 1919 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 17:00:18.676 1291 1691 D BiometricScheduler/Face10: [Added] {[8]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, new queue
size: 1
12-30 17:00:18.676 1291 1291 D BiometricDeferredQueue: Done requesting
resetLockout for all face sensors
12-30 17:00:18.676 1291 1691 D BiometricScheduler/Face10: [Polled] {[8]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
12-30 17:00:18.677 1291 1919 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded,
win=Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod} task=null
12-30 17:00:18.677 1291 1291 W Looper : Slow dispatch took 104ms main
h=android.hardware.face.FaceManager$MyHandler c=null m=108
12-30 17:00:18.677 1291 1691 D BiometricScheduler/Face10: [Starting] {[8]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
12-30 17:00:18.677 1291 1691 D BiometricScheduler/Face10: [Started] {[8]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}
12-30 17:00:18.677 1291 1691 D FaceUpdateActiveUserClient: Already user: 0,
returning
12-30 17:00:18.678 1291 1691 D BiometricScheduler/Face10: [Added] {[9]
FaceResetLockoutClient, proto=12, owner=android, cookie=0, userId=0}, new queue
size: 1
12-30 17:00:18.678 1291 1691 V BiometricScheduler/Face10: Not idle, current
operation: {[8] FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0,
userId=0}, State: 2
12-30 17:00:18.678 1291 1691 D Face10 : scheduleRevokeChallenge executing - no
active clients
12-30 17:00:18.679 1291 1691 D BiometricScheduler/Face10: [Added] {[10]
FaceRevokeChallengeClient, proto=11, owner=android, cookie=0, userId=0}, new queue
size: 2
12-30 17:00:18.679 1291 1691 V BiometricScheduler/Face10: Not idle, current
operation: {[8] FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0,
userId=0}, State: 2
12-30 17:00:18.679 1291 1691 D BiometricScheduler/Face10: [Finishing] {[8]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, success:
true
12-30 17:00:18.679 1291 1691 D BiometricScheduler/Face10: [Polled] {[9]
FaceResetLockoutClient, proto=12, owner=android, cookie=0, userId=0}, State: 0
12-30 17:00:18.679 1291 1691 D BiometricScheduler/Face10: [Starting] {[9]
FaceResetLockoutClient, proto=12, owner=android, cookie=0, userId=0}, State: 0
12-30 17:00:18.679 1291 1691 D BiometricScheduler/Face10: [Started] {[9]
FaceResetLockoutClient, proto=12, owner=android, cookie=0, userId=0}
12-30 17:00:18.680 1291 1691 D BiometricScheduler/Face10: [Finishing] {[9]
FaceResetLockoutClient, proto=12, owner=android, cookie=0, userId=0}, success: true
12-30 17:00:18.680 1291 1691 D BiometricScheduler/Face10: [Polled] {[10]
FaceRevokeChallengeClient, proto=11, owner=android, cookie=0, userId=0}, State: 0
12-30 17:00:18.680 1291 1691 D BiometricScheduler/Face10: [Starting] {[10]
FaceRevokeChallengeClient, proto=11, owner=android, cookie=0, userId=0}, State: 0
12-30 17:00:18.681 1291 1691 D BiometricScheduler/Face10: [Started] {[10]
FaceRevokeChallengeClient, proto=11, owner=android, cookie=0, userId=0}
12-30 17:00:18.683 1291 1691 D BiometricScheduler/Face10: [Finishing] {[10]
FaceRevokeChallengeClient, proto=11, owner=android, cookie=0, userId=0}, success:
true
12-30 17:00:18.683 1291 1691 D BiometricScheduler/Face10: No operations,
returning to idle
12-30 17:00:18.683 1291 1648 I BackupManagerService: [UserID:0] Package
uk.co.nickfines.RealCalc not installed; dropping from full backup
12-30 17:00:18.685 1291 1919 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateControlForTarget
com.android.server.wm.DisplayContent$RemoteInsetsControlTarget@b4a255f
12-30 17:00:18.688 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:00:18.690 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10000; state: DISABLED
12-30 17:00:18.698 1291 1967 W ActivityManager: Slow operation: 77ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:00:18.707 1291 1967 W ActivityManager: Slow operation: 85ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:00:18.707 1291 1967 W ActivityManager: Slow operation: 85ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:00:18.724 1291 1967 W ActivityManager: Slow operation: 102ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:18.736 1291 1411 I AppWidgetServiceImpl: handleUserUnlocked User:0
currentDesktopHostId:0
12-30 17:00:18.737 1291 1411 D _V_AppWidgetServiceImpl:
ensureGroupStateLoadedLocked [0]
12-30 17:00:18.740 1291 1435 I ActivityManager: Posting BOOT_COMPLETED user #0
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl:
loadGroupWidgetProvidersLocked 39
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10123,
cmp:ComponentInfo{com.android.bbkmusic/com.android.bbkmusic.widget.MusicWidgetProvi
der}}}
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10169,
cmp:ComponentInfo{com.android.chrome/org.chromium.chrome.browser.quickactionsearchw
idget.QuickActionSearchWidgetProvider$QuickActionSearchWidgetProviderSearch}}}
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10169,
cmp:ComponentInfo{com.android.chrome/org.chromium.chrome.browser.quickactionsearchw
idget.QuickActionSearchWidgetProvider$QuickActionSearchWidgetProviderDino}}}
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10169,
cmp:ComponentInfo{com.android.chrome/com.google.android.apps.chrome.appwidget.bookm
arks.BookmarkThumbnailWidgetProvider}}}
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10169,
cmp:ComponentInfo{com.android.chrome/org.chromium.chrome.browser.searchwidget.Searc
hWidgetProvider}}}
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10074,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.AnalogAppWidgetProvi
der}}}
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10074,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10047,
cmp:ComponentInfo{com.android.systemui/com.android.systemui.people.widget.PeopleSpa
ceWidgetProvider}}}
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10170,
cmp:ComponentInfo{com.google.android.apps.maps/com.google.android.apps.gmm.widget.S
earchWidgetProvider}}}
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10170,
cmp:ComponentInfo{com.google.android.apps.maps/com.google.android.apps.gmm.widget.t
raffic.TrafficWidgetProvider}}}
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10153,
cmp:ComponentInfo{com.google.android.apps.searchlite/com.google.android.apps.search
lite.widget.SearchLiteWidgetProvider}}}
12-30 17:00:18.743 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10152,
cmp:ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbei
ng.widget.screentime.ScreenTimeWidgetProviderReceiver_Receiver}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10161,
cmp:ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.you
tube.music.player.widget.MusicWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10161,
cmp:ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.you
tube.music.player.widget.gm3.FreeformMusicWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10161,
cmp:ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.you
tube.music.player.widget.gm3.NowPlayingWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10163,
cmp:ComponentInfo{com.google.android.calendar/com.android.calendar.widget.CalendarA
ppWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10163,
cmp:ComponentInfo{com.google.android.calendar/com.google.android.calendar.widgetmon
th.MonthViewWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10172,
cmp:ComponentInfo{com.google.android.gm/com.google.android.gm.widget.GmailWidgetPro
vider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10166,
cmp:ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.wi
dget.YtQuickActionsWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10166,
cmp:ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.wi
dget.YtSearchWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10052,
cmp:ComponentInfo{com.vivo.browser/com.vivo.browser.ui.widget.BookmarkThumbnailWidg
etProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10052,
cmp:ComponentInfo{com.vivo.browser/com.vivo.browser.pendant.PendantWidgetProvider}}
}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10052,
cmp:ComponentInfo{com.vivo.browser/com.vivo.browser.pendant.FeedsWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10106,
cmp:ComponentInfo{com.vivo.doubletimezoneclock/com.vivo.doubletimezoneclock.DoubleT
imezoneClockWidgetProviderClockWeatherForVos}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10096,
cmp:ComponentInfo{com.vivo.notes/com.vivo.notes.appwidget.FastEntranceAppWidgetProv
ider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10096,
cmp:ComponentInfo{com.vivo.notes/com.vivo.notes.appwidget.ExhibitionAppWidgetProvid
er}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10072,
cmp:ComponentInfo{com.vivo.timerwidget/com.vivo.timerwidget.clockwidget.ClockWidget
Provider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10211,
cmp:ComponentInfo{com.facebook.katana/com.facebook.notifications.appwidget.MediumNo
tificationsWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10211,
cmp:ComponentInfo{com.facebook.katana/com.facebook.notifications.appwidget.SmallNot
ificationsWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10211,
cmp:ComponentInfo{com.facebook.katana/com.facebook.video.watch.widget.WatchWidgetPr
ovider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10188,
cmp:ComponentInfo{com.facebook.lite/com.facebook.lite.notification.widget.receiver.
NotificationsWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10194,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.follow.widget.F
ollowBigWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10194,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.appwidget.Camer
aWidgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10194,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.story.widget.La
rgeStoryWidget}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10194,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.story.widget.Sm
allStoryWidget}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10194,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.core.SmallAppWi
dgetProvider}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10194,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.bytedance.touchpoint.core.appwidget.
ReferralWidget}}}
12-30 17:00:18.744 1291 1411 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10194,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.search.core.ui.
SearchMiddleWidget}}}
12-30 17:00:18.746 1291 1411 I _V_AppWidgetServiceImpl:
readProfileStateFromFileLocked 0, userId = 0
12-30 17:00:18.760 1291 1967 D _V_InputMethodManagerService: onSessionCreated
method=com.android.internal.view.IInputMethod$Stub$Proxy@1b66b ,session=com.android
.internal.view.IInputMethodSession$Stub$Proxy@81175c8 ,channel=ClientState{a0e6521
uid=1000 pid=2033 displayId=0}
(server) ,mIsSecImms=false ,sessionState=SessionState{uid 1000 pid 2033 method
1b66b session 81175c8 channel ClientState{a0e6521 uid=1000 pid=2033 displayId=0}
(server)} ,mCurClient=ClientState{a0e6521 uid=1000 pid=2033 displayId=0}
12-30 17:00:18.788 1291 2088 W ActivityManager: Slow operation: 51ms so far, now
at attachApplicationLocked: before bindApplication
12-30 17:00:18.789 1291 2088 W ActivityManager: Slow operation: 52ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:00:18.789 1291 1967 V InputMethodManagerService: Enabling:
SessionState{uid 1000 pid 2033 method 1b66b session 81175c8 channel
ClientState{a0e6521 uid=1000 pid=2033 displayId=0} (server)}
12-30 17:00:18.792 1291 1411 D _V_AppWidgetServiceImpl: loadGroupStateLocked
succeed, version = 1
12-30 17:00:18.793 1291 2088 W ActivityManager: Slow operation: 56ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:00:18.793 1291 2088 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:00:18.794 1291 1411 I _V_AppWidgetServiceImpl: bindLoadedWidgetsLocked
widget: AppWidgetId{2:Host{HostId{user:0, app:10135, hostId:1024,
pkg:com.android.launcher3}}:Provider{ProviderId{user:0, app:10153,
cmp:ComponentInfo{com.google.android.apps.searchlite/com.google.android.apps.search
lite.widget.SearchLiteWidgetProvider}}}}
12-30 17:00:18.794 1291 1411 I _V_AppWidgetServiceImpl: bindLoadedWidgetsLocked
widget: AppWidgetId{3:Host{HostId{user:0, app:10135, hostId:1024,
pkg:com.android.launcher3}}:Provider{ProviderId{user:0, app:10072,
cmp:ComponentInfo{com.vivo.timerwidget/com.vivo.timerwidget.clockwidget.ClockWidget
Provider}}}}
12-30 17:00:18.796 1291 2088 W ActivityManager: Slow operation: 59ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:18.797 1291 2088 W ActivityManager: Slow operation: 60ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
12-30 17:00:18.799 1291 1471 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10119 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
3111com.android.server.inputmethod.InputMethodManagerService.getCurrentInputMethodS
ubtype(InputMethodManagerService.java:5404)
12-30 17:00:18.804 1291 1411 I _V_AppWidgetServiceImpl: handleUserUnlocked User:0
currentDesktopHostId:0, N = 38
12-30 17:00:18.817 1291 3156 I _V_ShortcutService: load the backupFile
/data/system_ce/0/shortcut_service/packages_backup/com.outfit7.talkingtomgoldrun.xm
l,exists=true
12-30 17:00:18.830 1291 1967 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}: oldVis=4,
newVis=4, requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-
1, compatFrame = Rect(0, 60 - 720, 1600), mAttrs.privateFlags = 12000000,
mInvGlobalScale = 1.0
12-30 17:00:18.836 1291 3156 I _V_ShortcutService: load the backupFile
/data/system_ce/0/shortcut_service/packages_backup/com.facebook.katana.xml,exists=t
rue
12-30 17:00:18.850 1291 3156 I _V_ShortcutService: load the backupFile
/data/system_ce/0/shortcut_service/packages_backup/com.facebook.lite.xml,exists=tru
e
12-30 17:00:18.853 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
12-30 17:00:18.871 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:network_recommendations_enabled value:0
pkg:android userId:0
12-30 17:00:18.878 1291 1409 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateControlForTarget Window{63fd3f3 u0
com.android.settings/com.android.settings.FallbackHome}
12-30 17:00:18.884 1291 3156 I _V_ShortcutService: load the backupFile
/data/system_ce/0/shortcut_service/packages_backup/com.shopee.ph.xml,exists=true
12-30 17:00:18.884 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:18.885 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:00:18.886 1291 1435 I SystemServerTimingAsync: ssm.UnlockedUser-0
12-30 17:00:18.886 1291 1435 I SystemServiceManager: Calling onUnlockedUser 0
12-30 17:00:18.886 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.vivo.services.vgc.cbs.VivoCbsService
12-30 17:00:18.886 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.security.FileIntegrityService
12-30 17:00:18.886 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.Installer
12-30 17:00:18.886 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.os.DeviceIdentifiersPolicyService
12-30 17:00:18.886 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.uri.UriGrantsManagerService$Lifecycle
12-30 17:00:18.887 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.powerstats.PowerStatsService
12-30 17:00:18.887 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.wm.ActivityTaskManagerService$Lifecycle
12-30 17:00:18.887 1291 1291 V NotificationAssistants: disabling notification
assistant for user 0:
ComponentInfo{com.google.android.ext.services/android.ext.services.notification.Ass
istant}
12-30 17:00:18.888 1291 1291 D NotificationListeners: Removing active service
ComponentInfo{com.google.android.ext.services/android.ext.services.notification.Ass
istant}
12-30 17:00:18.888 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:18.892 1291 1411 I AppWidgetServiceImpl: sendEnableIntentLocked
Provider: Provider{ProviderId{user:0, app:10153,
cmp:ComponentInfo{com.google.android.apps.searchlite/com.google.android.apps.search
lite.widget.SearchLiteWidgetProvider}}}
12-30 17:00:18.894 1291 1411 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10000010
cmp=com.google.android.apps.searchlite/.widget.SearchLiteWidgetProvider (has
extras) } send by ApplicationInfo{6fb5491 android} should with permissions for
security!!!
12-30 17:00:18.895 1291 1435 I LaunchParamsPersister: Didn't find launch param
folder for user 0
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.am.ActivityManagerService$Lifecycle
12-30 17:00:18.896 1291 1435 I _V_ActivityManager: is not preSUpgrade
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.DataLoaderManagerService
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.power.PowerManagerService
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.power.ThermalManagerService
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.power.hint.HintManagerService
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.lights.LightsService
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.display.DisplayManagerService
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.display.VivoDisplayStateService
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.verify.domain.DomainVerificationService
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.PackageInstallerService$Lifecycle
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.UserManagerService$LifeCycle
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.om.OverlayManagerService
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.SensorPrivacyService
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.sensors.SensorService
12-30 17:00:18.896 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.SystemConfigService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.BatteryService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.usage.UsageStatsService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.webkit.WebViewUpdateService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.CachedDeviceStateService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.BinderCallsStatsService$LifeCycle
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.LooperStatsService$Lifecycle
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.rollback.RollbackManagerService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.os.NativeTombstoneManagerService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.os.BugreportManagerService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.gpu.GpuService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.security.KeyChainSystemService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.telecom.TelecomLoaderService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.accounts.AccountManagerService$Lifecycle
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.content.ContentService$Lifecycle
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.DropBoxManagerService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.role.RoleService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.vibrator.VibratorManagerService$Lifecycle
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.mediatek.server.MtkAlarmManagerService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.devicestate.DeviceStateManagerService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.camera.CameraServiceProxy
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.BluetoothService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.connectivity.IpConnectivityMetrics
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.PinnerService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.google.android.startop.iorap.IorapForwardingService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.integrity.AppIntegrityManagerService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Lifecycle
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.StorageManagerService$Lifecycle
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.usage.StorageStatsService$Lifecycle
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.UiModeManagerService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.locksettings.LockSettingsService$Lifecycle
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.PersistentDataBlockService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.testharness.TestHarnessModeService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.oemlock.OemLockService
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.DeviceIdleController
12-30 17:00:18.897 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.texttospeech.TextToSpeechManagerService
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.speech.SpeechRecognitionManagerService
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.searchui.SearchUiManagerService
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.smartspace.SmartspaceManagerService
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.graphics.fonts.FontManagerService$Lifecycle
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.textservices.TextServicesManagerService$Lifecycle
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.NetworkScoreService$Lifecycle
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.wifi.WifiService
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.wifi.scanner.WifiScanningService
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.wifi.p2p.WifiP2pService
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.ethernet.EthernetService
12-30 17:00:18.898 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.ConnectivityServiceInitializer
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.notification.NotificationManagerService
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.storage.DeviceStorageMonitorService
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.location.LocationManagerService$Lifecycle
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.timedetector.TimeDetectorService$Lifecycle
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.timezonedetector.location.LocationTimeZoneManagerService$Lifec
ycle
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.search.SearchManagerService$Lifecycle
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.audio.AudioService$Lifecycle
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycl
e
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.DockObserver
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.midi.MidiService$Lifecycle
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.adb.AdbService$Lifecycle
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.usb.UsbService$Lifecycle
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.twilight.TwilightService
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.display.color.ColorDisplayService
12-30 17:00:18.899 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.job.JobSchedulerService
12-30 17:00:18.899 1291 1411 D _V_AppWidgetServiceImpl: sendUpdateIntentLocked,
provider = Provider{ProviderId{user:0, app:10153,
cmp:ComponentInfo{com.google.android.apps.searchlite/com.google.android.apps.search
lite.widget.SearchLiteWidgetProvider}}}, widget = [2]
12-30 17:00:18.904 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.soundtrigger.SoundTriggerService
12-30 17:00:18.904 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.trust.TrustManagerService
12-30 17:00:18.904 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.backup.BackupManagerService$Lifecycle
12-30 17:00:18.904 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.appwidget.AppWidgetService
12-30 17:00:18.904 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.voiceinteraction.VoiceInteractionManagerService
12-30 17:00:18.904 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.apphibernation.AppHibernationService
12-30 17:00:18.904 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.GestureLauncherService
12-30 17:00:18.904 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.SensorNotificationService
12-30 17:00:18.904 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.emergency.EmergencyAffordanceService
12-30 17:00:18.905 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.dreams.DreamManagerService
12-30 17:00:18.905 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.blob.BlobStoreManagerService
12-30 17:00:18.905 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.print.PrintManagerService
12-30 17:00:18.906 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.companion.CompanionDeviceManagerService
12-30 17:00:18.906 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.restrictions.RestrictionsManagerService
12-30 17:00:18.906 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.media.MediaSessionService
12-30 17:00:18.906 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.biometrics.sensors.face.FaceService
12-30 17:00:18.906 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.biometrics.BiometricService
12-30 17:00:18.906 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.biometrics.AuthService
12-30 17:00:18.906 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.ShortcutService$Lifecycle
12-30 17:00:18.906 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.LauncherAppsService
12-30 17:00:18.906 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.CrossProfileAppsService
12-30 17:00:18.906 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.people.PeopleService
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.media.metrics.MediaMetricsManagerService
12-30 17:00:18.914 1291 1409 W _V_VivoAmsImpl: mCallingPidFilter=1755,
mCallingUidFilter=10047
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.media.projection.MediaProjectionManagerService
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.slice.SliceManagerService$Lifecycle
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.stats.StatsCompanion$Lifecycle
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.scheduling.RebootReadinessManagerService$Lifecycle
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.stats.pull.StatsPullAtomService
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.incident.IncidentCompanionService
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.MmsServiceBroker
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.autofill.AutofillManagerService
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.clipboard.ClipboardService
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.appbinding.AppBindingService$Lifecycle
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.mediatek.powerhalservice.PowerHalMgrService
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.mediatek.server.MtkConnectivitySupplementalService
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.tracing.TracingServiceProxy
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.policy.PermissionPolicyService
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.StagingManager$Lifecycle
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.app.GameManagerService$Lifecycle
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.appsearch.AppSearchManagerService
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.media.MediaCommunicationService
12-30 17:00:18.914 1291 1435 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.vivo.services.autorecover.SystemAutoRecoverService
12-30 17:00:18.914 1291 1435 W ActivityManager: UserLifecycleEvent 6 received
without an active userJourneySession.
12-30 17:00:18.917 1291 1409 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.keychain
12-30 17:00:18.918 1291 1917 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.ActivityRecord.finishIfPossible:3905
com.android.server.wm.ActivityClientController.finishActivity:557
android.app.IActivityClientController$Stub.onTransact:695
12-30 17:00:18.918 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:18.918 1291 1917 D _V_BarAnimController: prepareAppTransition 2 0
12-30 17:00:18.919 1291 1917 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
12-30 17:00:18.919 1291 1917 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
12-30 17:00:18.919 1291 1917 D _V_BarAnimController: fillFakeBarsWithContent
12-30 17:00:18.920 1291 1917 D WindowManager: App removed or hidden
activity=ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0 f}}
12-30 17:00:18.921 1291 1544 D _V_BarAnimController: mCaptureRunnable run
12-30 17:00:18.921 1291 1917 D _V_BarAnimController:
setActivityVisibilityBeforeCommit null ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0 f}}
12-30 17:00:18.922 1291 1917 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0 f}} ,caller by
com.android.server.wm.ActivityRecord.finishIfPossible:3937
com.android.server.wm.ActivityClientController.finishActivity:557
android.app.IActivityClientController$Stub.onTransact:695
com.android.server.wm.ActivityClientController.onTransact:146
android.os.Binder.execTransactInternal:1179 android.os.Binder.execTransact:1143
<bottom of call stack> <bottom of call stack> <bottom of call stack> <bottom of
call stack> <bottom of call stack> <bottom of call stack>
12-30 17:00:18.924 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:18.927 1291 1291 V NotificationAssistants: enabling notification
assistant for 0:
ComponentInfo{com.google.android.ext.services/android.ext.services.notification.Ass
istant}
12-30 17:00:18.927 1291 1291 V NotificationAssistants: binding: Intent
{ act=android.service.notification.NotificationAssistantService
cmp=com.google.android.ext.services/android.ext.services.notification.Assistant
(has extras) }
12-30 17:00:18.930 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10184, isRmsPreload = false, keepQuiet
=false
12-30 17:00:18.935 1291 1425 I UsageStatsService: User[0] Flushing usage stats to
disk
12-30 17:00:18.938 1291 1704 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 1000 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:00:18.938 1291 1704 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
12-30 17:00:18.947 1291 1414 I _V_WindowManager: check
1aInfo:ActivityInfo{c5fbd17 com.android.launcher3.Launcher} intent:Intent
{ act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x100 }
reason:userUnlocked
12-30 17:00:18.947 1291 1414 I _V_WindowManager: No need check default home for
userUnlocked
12-30 17:00:18.947 1291 1414 I _V_WindowManager: check
2aInfo:ActivityInfo{c5fbd17 com.android.launcher3.Launcher}
12-30 17:00:18.949 1291 1414 D _V_VivoBackgroundActivityController: callerPackage
is null, callerUid:0 realUid:-1
12-30 17:00:18.949 1291 1414 D _V_VivoFirewall: shouldPreventStartActivity allow,
callingPackage:null, callingUid:0, callingPid:0, realCallingUid:-1,
lastReason:startHomeActivity: userUnlocked:0:0:0, isVivoWidget:false,
nullController:true, aInfo:ActivityInfo{c5fbd17 com.android.launcher3.Launcher}
12-30 17:00:18.950 1291 1414 I ActivityTaskManager: START u0
{act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100
cmp=com.android.launcher3/.Launcher (has extras)} from uid 0 ,pid
0,realCallingUid:-1,realCallingPid:0
12-30 17:00:18.954 1291 1414 D _V_ThirdPartyIncoming: shouldStartIncoming,
sourceRecord : mIsGame =false
12-30 17:00:18.958 1291 1544 D _V_BarAnimController: mCaptureRunnable done
12-30 17:00:18.962 1291 1291 V ConditionProviders: enabling condition provider
for 0:
ComponentInfo{com.google.android.gms/com.google.android.location.settings.DrivingCo
nditionProvider}
12-30 17:00:18.964 1291 1291 V ConditionProviders: binding: Intent
{ act=android.service.notification.ConditionProviderService
cmp=com.google.android.gms/com.google.android.location.settings.DrivingConditionPro
vider (has extras) }
12-30 17:00:18.966 1291 2387 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
12-30 17:00:18.969 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-30 17:00:18.973 1291 2642 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.nbu.files uid 10151, isRmsPreload = false,
keepQuiet =false
12-30 17:00:18.981 1291 2642 W _V_VivoAmsImpl: mCallingPidFilter=1755,
mCallingUidFilter=10047
12-30 17:00:18.981 1291 1414 D CompatibilityChangeReporter: Compat change id
reported: 184838306; UID 10135; state: DISABLED
12-30 17:00:18.984 1291 1414 D CompatibilityChangeReporter: Compat change id
reported: 185004937; UID 10135; state: DISABLED
12-30 17:00:18.985 1291 1414 D CompatibilityChangeReporter: Compat change id
reported: 181136395; UID 10135; state: DISABLED
12-30 17:00:18.985 1291 1414 D CompatibilityChangeReporter: Compat change id
reported: 174042936; UID 10135; state: DISABLED
12-30 17:00:18.986 1291 1414 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10135; state: DISABLED
12-30 17:00:18.987 1291 1414 I ActivityTaskManager: ActivityRecord setRealCalling
mRealCallPid=0 mRealCallUid=-1 mIsCaptureEnabled=false
12-30 17:00:18.988 1291 1414 I _V_ActivityTaskManager: cong: startActivityInner
name = com.android.launcher3/.Launcher
12-30 17:00:19.019 1291 1414 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_CLOSE],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.startActivityLocked:8012
com.android.server.wm.ActivityStarter.startActivityInner:2579
com.android.server.wm.ActivityStarter.startActivityUnchecked:2181
12-30 17:00:19.020 1291 1414 D _V_BarAnimController: prepareAppTransition 2 0
12-30 17:00:19.020 1291 1414 D _V_BarAnimController: fillFakeBarsWithContent
12-30 17:00:19.021 1291 1414 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10135; state: DISABLED
12-30 17:00:19.024 1291 1414 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:00:19.027 1291 1414 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:00:19.038 1291 1414 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher} ,r
esizeMode=2 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:00:19.039 1291 1414 D _V_RMS-Preload: displayId=0, callingUid=-1,
callingPid=0, requestUid=10135, requestPid=0, requestPkgName=com.android.launcher3,
requestProcName=com.android.launcher3,
requestComponentName=com.android.launcher3.Launcher starter.
12-30 17:00:19.041 1291 1414 W Looper : Slow dispatch took 140ms android.display
h=com.android.server.wm.ActivityTaskSupervisor$ActivityTaskSupervisorHandler c=null
m=216
12-30 17:00:19.043 1291 1742 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
12-30 17:00:19.044 1291 1742 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:00:19.048 1291 1742 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.resumeTopActivityInnerLocked:7596
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7256
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7269
12-30 17:00:19.048 1291 1742 D _V_BarAnimController: prepareAppTransition 2 0
12-30 17:00:19.048 1291 1742 D _V_BarAnimController: fillFakeBarsWithContent
12-30 17:00:19.049 1291 1742 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.launcher3 uid 10135, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.053 1291 1742 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{8a76734 u0
com.android.launcher3/.Launcher t1408 d0} ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0 f}}
12-30 17:00:19.059 1291 1742 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{8a76734 u0
com.android.launcher3/.Launcher t1408 d0} ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0 f}}
12-30 17:00:19.062 1291 1742 I _V_SDS :
onSetActivityResumed=com.android.launcher3
recordInfo=com.android.launcher3/.Launcher pid=2225
12-30 17:00:19.064 1291 1742 I HoverMode: ar is resume in second =
ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408 d0}
12-30 17:00:19.065 1291 1742 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{8a76734 u0
com.android.launcher3/.Launcher t1408 d0} ActivityRecord{c1bde1c u0
com.android.settings/.FallbackHome t3 d0 f}}
12-30 17:00:19.067 1291 1742 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=8, state=0,
isLandTranslucentBackToLauncher=false
12-30 17:00:19.068 1291 1742 D _V_BarAnimController: isFreeformPerform
isEnteringFreeform = false , isClosingFreeform = false
12-30 17:00:19.069 1291 1742 D _V_BarAnimController: isStateSuitable splitMode =
false, getStartingPairTask = false, hasPairRecentsAnimation = false,
isFreeformPerform = false
12-30 17:00:19.069 1291 1742 D _V_BarAnimController: STATE_TRANSITION_INITIAL
update topOpening = ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408
d0} topClosing = ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0
f}}
12-30 17:00:19.070 1291 1742 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
12-30 17:00:19.079 1291 1742 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher} ,r
esizeMode=2 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:00:19.082 1291 2642 W ActivityManager: Slow operation: 98ms so far, now
at startProcess: done creating new process record
12-30 17:00:19.082 1291 2642 W ActivityManager: Slow operation: 98ms so far, now
at startProcess: stepping in to startProcess
12-30 17:00:19.085 1291 2642 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.nbu.files
12-30 17:00:19.086 1291 2642 W ActivityManager: Slow operation: 102ms so far, now
at startProcess: done starting proc!
12-30 17:00:19.089 1291 1435 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.searchlite
12-30 17:00:19.090 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10153; state: DISABLED
12-30 17:00:19.092 1291 1622 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.102 1291 1408 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.launcher3 uid 10135, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.109 1291 1412 D _V_VivoBrightnessPolicyService: add uid 10135,
name com.android.launcher3 to list
12-30 17:00:19.112 1291 1412 D _V_BBKTouchScreenServiceService: background:
nullforeground: com.android.launcher3
12-30 17:00:19.112 1291 1412 I _V_BBKTouchScreenServiceService: displayId = 2
type = 28 state = 0
12-30 17:00:19.112 1291 1436 W ActivityManager: Slow operation: 197ms so far, now
at startProcess: done updating battery stats
12-30 17:00:19.112 1291 1412 I _V_BBKTouchScreenServiceService: displayId = 2
type = 29 state = 0
12-30 17:00:19.112 1291 1436 W ActivityManager: Slow operation: 198ms so far, now
at startProcess: building log message
12-30 17:00:19.112 1291 1436 I ActivityManager: Start proc
3211:com.android.keychain/1000 for service
{com.android.keychain/com.android.keychain.KeyChainService}
12-30 17:00:19.113 1291 1412 D _V_CapacityKeyService: foregroundActivities
detected uid=10135 appName=com.android.launcher3 state=true
12-30 17:00:19.113 1291 1412 D _V_CapacityKeyService: foreground:
com.android.launcher3
12-30 17:00:19.113 1291 1412 D _V_CapacityKeyService: not support presskey
12-30 17:00:19.113 1291 1436 W ActivityManager: Slow operation: 198ms so far, now
at startProcess: starting to update pids map
12-30 17:00:19.113 1291 1436 W ActivityManager: Slow operation: 199ms so far, now
at startProcess: done updating pids map
12-30 17:00:19.115 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10151; state: ENABLED
12-30 17:00:19.116 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.117 1291 1646 D _V_AppTypeManager: getAppNameFromUidPid pkg =
com.android.launcher3
12-30 17:00:19.120 1291 1648 D BackupManagerService: user:0 readBackupEnableState
enabled:true
12-30 17:00:19.120 1291 1648 I BackupManagerService: [UserID:0] Backup enabled =>
true
12-30 17:00:19.120 1291 1648 V BackupManagerConstants:
getFullBackupIntervalMilliseconds(...) returns 86400000
12-30 17:00:19.121 1291 1648 V BackupManagerConstants:
getFullBackupRequiredNetworkType(...) returns 2
12-30 17:00:19.121 1291 1648 V BackupManagerConstants:
getFullBackupRequireCharging(...) returns true
12-30 17:00:19.126 1291 3210 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
12-30 17:00:19.135 1291 1672 I _V_Sensor_AutoAppManager: uidName =
com.android.launcher3; topName = com.android.launcher3; foregroundActivities =
true; packageName = com.android.launcher3; processName = com.android.launcher3;
inFreeform = false
12-30 17:00:19.136 1291 1672 D _V_Sensor_AppTypeManager: getAppNameFromUidPid pkg
= com.android.launcher3
12-30 17:00:19.136 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 5 value: [0]
12-30 17:00:19.138 1291 1672 D _V_Sensor_ConnectPemService: getSingleAppType ,uid
= 10135, result = 10135,type = 102,suptype = -1
12-30 17:00:19.139 1291 1672 D _V_Sensor_ConnectPemService: getSingleAppType uid
= 10135subtype[0] = 137
12-30 17:00:19.139 1291 1672 D _V_Sensor_AppTypeManager: arraySize = 3,isEmpty =
false
12-30 17:00:19.140 1291 1646 D _V_ConnectPemService: getSingleAppType ,uid =
10135, result = 10135,type = 102,suptype = -1
12-30 17:00:19.140 1291 1646 D _V_ConnectPemService: getSingleAppType uid =
10135subtype[0] = 137
12-30 17:00:19.140 1291 1646 D _V_AppTypeManager: arraySize = 3,isEmpty = false
12-30 17:00:19.141 1291 1646 D _V_VivoBrightnessPolicyService: App name info
[com.android.launcher3, 137, 105, -1](policy level 1, brightness 2 nit, current
target percent 0.0%).
12-30 17:00:19.149 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 2, control mode manual, policy level 1, lux 2000).
12-30 17:00:19.149 1291 1646 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
12-30 17:00:19.154 1291 1436 W ActivityManager: Slow operation: 72ms so far, now
at startProcess: returned from zygote!
12-30 17:00:19.157 1291 1291 V NotificationListeners: enabling notification
listener for 0:
ComponentInfo{com.android.launcher3/com.android.launcher3.notification.Notification
Listener}
12-30 17:00:19.160 1291 2387 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
12-30 17:00:19.165 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-30 17:00:19.182 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:00:19.193 1291 1414 W Looper : Slow dispatch took 108ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H c=<recycled
PooledLambda@71dbdc0> m=0
12-30 17:00:19.193 1291 1414 W Looper : Slow delivery took 271ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskManagerService$
$ExternalSyntheticLambda8@9fa7af9 m=0
12-30 17:00:19.201 1291 2642 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:19.205 1291 1291 V NotificationListeners: binding: Intent
{ act=android.service.notification.NotificationListenerService
cmp=com.android.launcher3/.notification.NotificationListener (has extras) }
12-30 17:00:19.212 1291 1436 W ActivityManager: Slow operation: 130ms so far, now
at startProcess: done updating battery stats
12-30 17:00:19.212 1291 1436 W ActivityManager: Slow operation: 130ms so far, now
at startProcess: building log message
12-30 17:00:19.212 1291 1436 I ActivityManager: Start proc
3252:com.google.android.apps.nbu.files/u0a151 for service
{com.google.android.apps.nbu.files/com.google.android.apps.nbu.files.quicksettings.
StorageAssistantTileService}
12-30 17:00:19.212 1291 1436 W ActivityManager: Slow operation: 130ms so far, now
at startProcess: starting to update pids map
12-30 17:00:19.213 1291 1436 W ActivityManager: Slow operation: 131ms so far, now
at startProcess: done updating pids map
12-30 17:00:19.213 1291 1436 W ActivityManager: Slow operation: 124ms so far, now
at startProcess: asking zygote to start proc
12-30 17:00:19.215 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10153; state: ENABLED
12-30 17:00:19.224 1291 2105 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.234 1291 3216 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.launcher3 uid 10135, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.235 1291 1436 W ActivityManager: Slow operation: 146ms so far, now
at startProcess: returned from zygote!
12-30 17:00:19.235 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.238 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.240 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.240 1291 1411 I AppWidgetServiceImpl: sendEnableIntentLocked
Provider: Provider{ProviderId{user:0, app:10072,
cmp:ComponentInfo{com.vivo.timerwidget/com.vivo.timerwidget.clockwidget.ClockWidget
Provider}}}
12-30 17:00:19.241 1291 1411 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10000010
cmp=com.vivo.timerwidget/.clockwidget.ClockWidgetProvider (has extras) } send by
ApplicationInfo{6fb5491 android} should with permissions for security!!!
12-30 17:00:19.242 1291 1411 D _V_AppWidgetServiceImpl: sendUpdateIntentLocked,
provider = Provider{ProviderId{user:0, app:10072,
cmp:ComponentInfo{com.vivo.timerwidget/com.vivo.timerwidget.clockwidget.ClockWidget
Provider}}}, widget = [3]
12-30 17:00:19.248 1291 2387 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.providers.contacts
12-30 17:00:19.248 1291 2387 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10036; state: DISABLED
12-30 17:00:19.248 1291 2387 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10036; state: DISABLED
12-30 17:00:19.248 1291 2387 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10036; state: DISABLED
12-30 17:00:19.249 1291 2387 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10036; state: ENABLED
12-30 17:00:19.259 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.launcher3 uid 10135, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.265 1291 1291 W NotificationListeners: Not binding notification
listener service
ComponentInfo{com.vivo.pushservice/com.vivo.push.util.NotificationMonitor}: service
not found
12-30 17:00:19.266 1291 1291 W Looper : Slow dispatch took 379ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@8bce9d9 m=0
12-30 17:00:19.267 1291 1622 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.270 1291 3216 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
12-30 17:00:19.272 1291 1411 I AppWidgetServiceImpl: Processing of
handleUserUnlocked u0 took 537 ms
12-30 17:00:19.273 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 2, control mode manual, policy level 1, lux 2000).
12-30 17:00:19.273 1291 1411 W Looper : Slow dispatch took 538ms android.fg
h=android.os.Handler c=com.android.server.am.UserController$Injector$
$ExternalSyntheticLambda0@480fb11 m=0
12-30 17:00:19.273 1291 1646 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
12-30 17:00:19.273 1291 1291 W Looper : Slow delivery took 416ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@71c4f38 m=0
12-30 17:00:19.276 1291 1622 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.298 1291 2105 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10151; state: DISABLED
12-30 17:00:19.304 1291 1742 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.306 1291 3216 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.309 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.329 1291 3214 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) } on
bgKeyApp queue
12-30 17:00:19.348 1291 1411 W Looper : Slow delivery took 531ms android.fg
h=android.os.Handler c=com.android.server.am.UserController$
$ExternalSyntheticLambda11@287d229 m=0
12-30 17:00:19.349 1291 2104 W ActivityManager: Slow operation: 260ms so far, now
at startProcess: done updating battery stats
12-30 17:00:19.349 1291 2104 W ActivityManager: Slow operation: 260ms so far, now
at startProcess: building log message
12-30 17:00:19.349 1291 2104 I ActivityManager: Start proc
3275:com.google.android.apps.searchlite/u0a153 for broadcast
{com.google.android.apps.searchlite/com.google.android.apps.searchlite.widget.Searc
hLiteWidgetProvider}
12-30 17:00:19.349 1291 2104 W ActivityManager: Slow operation: 260ms so far, now
at startProcess: starting to update pids map
12-30 17:00:19.354 1291 2104 W ActivityManager: Slow operation: 265ms so far, now
at startProcess: done updating pids map
12-30 17:00:19.371 1291 2104 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10153; state: DISABLED
12-30 17:00:19.380 1291 1436 W ActivityManager: Slow operation: 134ms so far, now
at startProcess: asking zygote to start proc
12-30 17:00:19.381 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10036; state: ENABLED
12-30 17:00:19.381 1291 1918 W ActivityManager: Receiver with filter
android.content.IntentFilter@3f1a974 already registered for pid 2225, callerPackage
is com.android.launcher3
12-30 17:00:19.400 1291 1436 W ActivityManager: Slow operation: 153ms so far, now
at startProcess: returned from zygote!
12-30 17:00:19.403 1291 1435 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.mms
12-30 17:00:19.403 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10055; state: DISABLED
12-30 17:00:19.407 1291 1471 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:19.410 1291 1918 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
12-30 17:00:19.412 1291 1408 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) } on
bgKeyApp queue
12-30 17:00:19.414 1291 1411 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.416 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:19.425 1291 1411 W Looper : Drained
12-30 17:00:19.429 1291 3153 I StorageUserConnection: Service:
[ComponentInfo{com.android.providers.media.module/com.android.providers.media.fuse.
ExternalStorageServiceImpl}] connected. User [0]
12-30 17:00:19.441 1291 1753 I SyncManager: Loaded persisted syncs: 15 periodic
syncs, 0 oneshot syncs, 38 total system server jobs, JobStats: FirstLoad: 40/19/15
LastSave: -1/-1/-1
12-30 17:00:19.462 1291 1411 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.476 1291 1436 W ActivityManager: Slow operation: 229ms so far, now
at startProcess: done updating battery stats
12-30 17:00:19.476 1291 1436 W ActivityManager: Slow operation: 229ms so far, now
at startProcess: building log message
12-30 17:00:19.476 1291 1436 I ActivityManager: Start proc
3312:android.process.acore/u0a36 for content provider
{com.android.providers.contacts/com.android.providers.contacts.ContactsProvider2}
12-30 17:00:19.476 1291 1436 W ActivityManager: Slow operation: 229ms so far, now
at startProcess: starting to update pids map
12-30 17:00:19.477 1291 1436 W ActivityManager: Slow operation: 230ms so far, now
at startProcess: done updating pids map
12-30 17:00:19.477 1291 1436 W ActivityManager: Slow operation: 75ms so far, now
at startProcess: asking zygote to start proc
12-30 17:00:19.478 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10055; state: ENABLED
12-30 17:00:19.481 1291 1584 I NetworkPolicy: INTENT_VALUE_ICC_LOADED
12-30 17:00:19.486 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.488 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.490 1291 2088 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.501 1291 1436 W ActivityManager: Slow operation: 99ms so far, now
at startProcess: returned from zygote!
12-30 17:00:19.502 1291 1436 W ActivityManager: Slow operation: 100ms so far, now
at startProcess: done updating battery stats
12-30 17:00:19.502 1291 1436 W ActivityManager: Slow operation: 100ms so far, now
at startProcess: building log message
12-30 17:00:19.502 1291 1436 I ActivityManager: Start proc
3337:com.android.mms:smartsms/u0a55 for broadcast
{com.android.mms/com.vivo.mms.soip.smart.push.receiver.SimStateChangeReceiver}
12-30 17:00:19.502 1291 1436 W ActivityManager: Slow operation: 100ms so far, now
at startProcess: starting to update pids map
12-30 17:00:19.502 1291 1436 W ActivityManager: Slow operation: 100ms so far, now
at startProcess: done updating pids map
12-30 17:00:19.504 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.514 1291 1414 W Looper : Drained
12-30 17:00:19.527 1291 1917 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 17:00:19.530 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.538 1291 1291 W Looper : Slow dispatch took 266ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@c3e3ffc m=0
12-30 17:00:19.561 1291 2642 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10036; state: DISABLED
12-30 17:00:19.580 1291 1917 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 17:00:19.587 1291 1753 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.597 1291 1471 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:19.618 1291 1753 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:19.622 1291 1967 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:2561 callingUid:10152
12-30 17:00:19.626 1291 1667 I _V_Sensor_ProxStateController: handleAppChange
topName = com.android.launcher3 topWindowMode = 1 appType = 0 mAppScene = 3
12-30 17:00:19.636 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.maps uid 10170, isRmsPreload = false, keepQuiet
=false
12-30 17:00:19.637 1291 1291 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 17:00:19.642 1291 1291 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.maps
12-30 17:00:19.643 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10170; state: ENABLED
12-30 17:00:19.648 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:00:19.651 1291 2642 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.654 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:19.663 1291 2642 W _V_ContentProviderHelper: Failed to find
provider:com.voconfig.bridge for user 0
12-30 17:00:19.664 1291 1291 W Looper : Slow dispatch took 119ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
12-30 17:00:19.665 1291 1436 I ActivityManager: Start proc
3367:com.google.android.apps.maps/u0a170 for service
{com.google.android.apps.maps/com.google.android.libraries.performance.primes.feder
atedlearning.PrimesExampleStoreDataTtlService}
12-30 17:00:19.668 1291 1291 V NotificationAssistants: 0 notification assistant
service connected:
ComponentInfo{com.google.android.ext.services/android.ext.services.notification.Ass
istant}
12-30 17:00:19.670 1291 1471 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.671 1291 3216 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:19.672 1291 1291 I _V_VivoPmsImpl: conditionalPkg onReceive
intent:Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has
extras) }
12-30 17:00:19.686 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.716 1291 2104 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10055; state: DISABLED
12-30 17:00:19.748 1291 1291 I _V_VivoPmsImpl: conditionalPkg onReceive
intent:Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has
extras) }
12-30 17:00:19.748 1291 2642 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
12-30 17:00:19.750 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.751 1291 2642 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10156; state: DISABLED
12-30 17:00:19.751 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10156; state: ENABLED
12-30 17:00:19.752 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.754 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.782 1291 1408 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10170; state: DISABLED
12-30 17:00:19.798 1291 1585 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10170; state: ENABLED
12-30 17:00:19.809 1291 1436 W ActivityManager: Slow operation: 69ms so far, now
at startProcess: done updating battery stats
12-30 17:00:19.810 1291 1436 W ActivityManager: Slow operation: 69ms so far, now
at startProcess: building log message
12-30 17:00:19.811 1291 1436 I ActivityManager: Start proc
3389:com.google.process.gservices/u0a156 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
12-30 17:00:19.811 1291 1436 W ActivityManager: Slow operation: 70ms so far, now
at startProcess: starting to update pids map
12-30 17:00:19.811 1291 1436 W ActivityManager: Slow operation: 70ms so far, now
at startProcess: done updating pids map
12-30 17:00:19.812 1291 2088 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 17:00:19.812 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:19.821 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:19.822 1291 1291 W Looper : Drained
12-30 17:00:19.825 1291 1291 I _V_SettingsProvider: job scheduler write fallback
file /data/system/users/0/settings_global.xml.fallback
12-30 17:00:19.829 1291 1291 I _V_SettingsProvider: job scheduler write fallback
file /data/system/users/0/settings_system.xml.fallback
12-30 17:00:19.836 1291 1291 I _V_SettingsProvider: job scheduler write fallback
file /data/system/users/0/settings_secure.xml.fallback
12-30 17:00:19.841 1291 1291 I _V_SettingsProvider: job scheduler write fallback
file /data/system/users/0/settings_ssaid.xml.fallback
12-30 17:00:19.847 1291 1291 I _V_SettingsProvider: job scheduler write fallback
file /data/system/users/0/settings_config.xml.fallback
12-30 17:00:19.853 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:19.856 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:19.874 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:19.875 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:19.878 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:19.888 1291 1919 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
12-30 17:00:19.889 1291 2088 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.891 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.891 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:19.893 1291 2104 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:19.893 1291 3214 I AppWidgetServiceImpl: startListening() 0
callingPackage=com.android.launcher3 hostId=1024
12-30 17:00:19.894 1291 3214 D _V_AppWidgetServiceImpl: startListening
Succuessing callingPackage = com.android.launcher3 hostId = 1024
12-30 17:00:19.928 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10156; state: DISABLED
12-30 17:00:19.938 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:19.982 1291 2104 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:20.044 1291 3214 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
12-30 17:00:20.045 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10156; state: DISABLED
12-30 17:00:20.045 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10156; state: ENABLED
12-30 17:00:20.063 1291 1436 I ActivityManager: Start proc
3427:com.google.process.gapps/u0a156 for content provider
{com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider}
12-30 17:00:20.070 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:20.124 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:20.126 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:20.129 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:20.153 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:20.163 1291 2088 D CountryDetector: The first listener is added
12-30 17:00:20.169 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:20.173 1291 1291 V ConditionProviders: 0 condition provider service
connected:
ComponentInfo{com.google.android.gms/com.google.android.location.settings.DrivingCo
nditionProvider}
12-30 17:00:20.176 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode_config_etag value:-2079455149
pkg:android userId:0
12-30 17:00:20.177 1291 1291 D _V_ZenModeHelper: reason =
zmc.onServiceAdded:ComponentInfo{com.google.android.gms/com.google.android.location
.settings.DrivingConditionProvider} zenModeEnabled = false mZenModeEnabled = false
12-30 17:00:20.177 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
12-30 17:00:20.238 1291 2105 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:screen_brightness_change_by
value:com.android.systemui pkg:com.android.systemui userId:0
12-30 17:00:20.238 1291 2105 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.2500634
pkg:com.android.systemui userId:0
12-30 17:00:20.239 1291 2105 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float
pkg:com.android.systemui userId:0
12-30 17:00:20.244 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
10.0%(nit 60, control mode manual, policy level 1, lux 2000).
12-30 17:00:20.244 1291 1646 D _V_VivoBrightnessPolicyService: Set target percent
to 10.0%.
12-30 17:00:20.245 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
12-30 17:00:20.246 1291 1646 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:brightness_for_pem value:1000 pkg:android userId:0
12-30 17:00:20.246 1291 1466 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=false,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
12-30 17:00:20.246 1291 1466 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
12-30 17:00:20.246 1291 1466 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
12-30 17:00:20.246 1291 1466 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
12-30 17:00:20.247 1291 1466 I _V_DisplayPowerController[0]:
animateScreenStateChange end
12-30 17:00:20.247 1291 1466 I _V_Sensor_MultiModeBrightness:
getBrightnessApparently initial brightness = 0.2500634; finalBrightness =
0.2500634; cameraMode = false; driveMode = false
12-30 17:00:20.248 1291 1466 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = com.android.systemui; autoEnable = false;
waitFirstLux = false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT;
mExitingWindow = false; mJustScreenOn = false; mSwitchDefaultCurve = false
12-30 17:00:20.248 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
12-30 17:00:20.248 1291 1466 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.2500634; animateBrightness =
0.2500634; rate = 0; state = 2; slowChange = false
12-30 17:00:20.248 1291 1466 I _V_Sensor_BrightnessInfo: setAnimateStatus status
= 0; target = 0.2500634; current = 0.2500634
12-30 17:00:20.255 1291 1466 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=false,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
12-30 17:00:20.255 1291 1466 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
12-30 17:00:20.256 1291 1466 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
12-30 17:00:20.256 1291 1466 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
12-30 17:00:20.256 1291 1466 I _V_DisplayPowerController[0]:
animateScreenStateChange end
12-30 17:00:20.257 1291 1466 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = com.android.systemui; autoEnable = false;
waitFirstLux = false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT;
mExitingWindow = false; mJustScreenOn = false; mSwitchDefaultCurve = false
12-30 17:00:20.258 1291 1466 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.2500634; animateBrightness =
0.2500634; rate = 0; state = 2; slowChange = false
12-30 17:00:20.259 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:20.259 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 18, mTargetLcm = 555, tempPemLcm = 555, pemLcm = 555
12-30 17:00:20.260 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2500634, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:20.261 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2500634 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:20.263 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13553114, brightness =
555, useSurfaceControl status false
12-30 17:00:20.263 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=555
12-30 17:00:20.263 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13553114;
setBrightness = 555
12-30 17:00:20.264 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:20.264 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:555 pkg:android userId:0
12-30 17:00:20.264 1291 1466 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=false,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
12-30 17:00:20.264 1291 1466 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
12-30 17:00:20.264 1291 1466 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
12-30 17:00:20.264 1291 1466 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
12-30 17:00:20.264 1291 1466 I _V_DisplayPowerController[0]:
animateScreenStateChange end
12-30 17:00:20.266 1291 1466 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = com.android.systemui; autoEnable = false;
waitFirstLux = false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT;
mExitingWindow = false; mJustScreenOn = false; mSwitchDefaultCurve = false
12-30 17:00:20.266 1291 1466 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.2500634; animateBrightness =
0.2500634; rate = 0; state = 2; slowChange = false
12-30 17:00:20.269 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:20.270 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:20.270 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:20.272 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 555
12-30 17:00:20.275 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:20.277 1291 1672 I _V_Sensor_PemBrightness: calcPemStepGap currentLcm
= 555; targetLcm = 499; totalTime = 10000; step = 1; gap = 178
12-30 17:00:20.279 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:20.279 1291 1672 I _V_Sensor_PemBrightness: pemBrightChange scale =
1000; mPemScale = 0.9; apparentLcm = 555; mTargetLcm = 499; mApparentBrightness =
0.2500634
12-30 17:00:20.279 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:20.286 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/brightness_for_pem
12-30 17:00:20.287 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 555; targetLcm = 499; pemLcm = 554; step = 1; gap = 178
12-30 17:00:20.288 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 555, mTargetLcm = 499, tempPemLcm = 554, pemLcm = 554
12-30 17:00:20.289 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 554; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 554
12-30 17:00:20.289 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24955633; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:20.291 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24955633, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:20.292 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:20.296 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24955633 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:20.298 1291 1291 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.49987322 pkg:android
userId:0
12-30 17:00:20.301 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13528694, brightness =
554, useSurfaceControl status false
12-30 17:00:20.301 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=554
12-30 17:00:20.302 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13528694;
setBrightness = 554
12-30 17:00:20.303 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:554 pkg:android userId:0
12-30 17:00:20.304 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:20.306 1291 2105 W ActivityManager: Unable to start service Intent
{ act=com.vivo.hiboard.LauncherOverlayService pkg=com.vivo.hiboard } U=0: not found
12-30 17:00:20.306 1291 1291 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:64 pkg:android userId:0
12-30 17:00:20.308 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 554
12-30 17:00:20.311 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:20.312 1291 1291 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
12-30 17:00:20.314 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
12-30 17:00:20.316 1291 1466 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:20.316 1291 1466 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=false,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
12-30 17:00:20.317 1291 1466 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
12-30 17:00:20.317 1291 1466 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
12-30 17:00:20.317 1291 1466 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
12-30 17:00:20.317 1291 1466 I _V_DisplayPowerController[0]:
animateScreenStateChange end
12-30 17:00:20.317 1291 1466 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = com.android.systemui; autoEnable = false;
waitFirstLux = false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT;
mExitingWindow = false; mJustScreenOn = false; mSwitchDefaultCurve = false
12-30 17:00:20.318 1291 1466 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.2500634; animateBrightness =
0.2500634; rate = 0; state = 2; slowChange = false
12-30 17:00:20.325 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:20.326 1291 2387 D CompatibilityChangeReporter: Compat change id
reported: 151105954; UID 1000; state: ENABLED
12-30 17:00:20.327 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
12-30 17:00:20.329 1291 2387 D CompatibilityChangeReporter: Compat change id
reported: 151105954; UID 10036; state: DISABLED
12-30 17:00:20.337 1291 2387 D CompatibilityChangeReporter: Compat change id
reported: 151105954; UID 10036; state: ENABLED
12-30 17:00:20.337 1291 2387 E AppOps : attributionTag not declared in manifest
of com.android.server.telecom
12-30 17:00:20.345 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
12-30 17:00:20.350 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:20.355 1291 2104 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=50788, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.gcm.GcmInternalReceiver,
com.google.android.location.drivingmode.DrivingModeSettingsActivity,
com.google.android.gms.backup.component.BackupOptInActivity,
com.google.android.gms.tapandpay.hce.service.TpHceService,
com.google.android.gms.auth.managed.ui.SetNewPasswordActivity,
com.google.android.gms.nearby.bootstrap.service.NearbyBootstrapService,
com.google.android.gms.checkin.CheckinServiceLegacyGcmTriggerReceiver,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.findmydevice.spot.locationreporting.taptoid.TapToIdHalfSheet
Activity, com.google.android.gms.nearby.sharing.ShareSheetActivityV2,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.nearby.sharing.BottomSheetHunActivity,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.kids.settings.GetSupervisionAppActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
ttings,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.plus.service.PlusService,
com.google.android.gms.nearby.sharing.settings.SettingsActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.pay.main.PayOptionalActivity,
com.google.android.location.settings.ArwEAlertSettingsActivity,
com.google.android.location.service.ArwEAlertSettingInjectorService,
com.google.android.gms.auth.uiflows.addaccount.GoogleServicesActivity,
com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity,
com.google.android.gms.nearby.sharing.send.SendActivityAlias,
com.google.android.gms.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias,
com.google.android.gms.pay.gcmtask.PayGcmTaskService,
com.google.android.location.drivingmode.AutoLaunchService,
com.google.android.gms.pay.main.PayImplicitIntentActivity,
com.google.android.gms.pay.hce.service.PayHceService,
com.google.android.gms.ocr.GiftCardOcrActivity,
com.google.android.gms.auth.managed.admin.DeviceAdminReceiver,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias,
com.google.android.gms.trus
12-30 17:00:20.355 1291 2104 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
12-30 17:00:20.356 1291 1919 W ActivityManager: Unable to start service Intent
{ act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10135?
v=10&cv=16 pkg=com.google.android.googlequicksearchbox } U=0: not found
12-30 17:00:20.356 1291 2104 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@b4db918
12-30 17:00:20.384 1291 2104 W ActivityManager: Unable to start service Intent
{ act=com.vivo.doubleinstance.WhitelistQureyService
cmp=com.vivo.doubleinstance/.WhitelistQureyService } U=0: not found
12-30 17:00:20.409 1291 2104 W ActivityManager: Unable to start service Intent
{ act=com.vivo.smartmultiwindow.util_recent pkg=com.vivo.smartmultiwindow } U=0:
not found
12-30 17:00:20.415 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:20.464 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 554; targetLcm = 499; pemLcm = 553; step = 1; gap = 178
12-30 17:00:20.464 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 554, mTargetLcm = 499, tempPemLcm = 553, pemLcm = 553
12-30 17:00:20.464 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 553; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 553
12-30 17:00:20.464 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24904928; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:20.465 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24904928, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:20.465 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24904928 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:20.466 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13504274, brightness =
553, useSurfaceControl status false
12-30 17:00:20.466 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=553
12-30 17:00:20.466 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13504274;
setBrightness = 553
12-30 17:00:20.466 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:20.467 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:553 pkg:android userId:0
12-30 17:00:20.469 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:20.469 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:20.470 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:20.487 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 553
12-30 17:00:20.504 1291 2105 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:20.508 1291 1408 V _V_StorageManagerService: CancelNotification state
2
12-30 17:00:20.509 1291 1565 I StorageManagerService: Mounted volume
VolumeInfo{emulated;0}:
12-30 17:00:20.509 1291 1565 I StorageManagerService: type=EMULATED
diskId=null partGuid= mountFlags=PRIMARY|VISIBLE
12-30 17:00:20.509 1291 1565 I StorageManagerService: mountUserId=0
state=MOUNTED
12-30 17:00:20.509 1291 1565 I StorageManagerService: fsType=null fsUuid=null
fsLabel=null
12-30 17:00:20.509 1291 1565 I StorageManagerService: path=/storage/emulated
internalPath=/data/media
12-30 17:00:20.510 1291 1565 I StorageSessionController: Notifying volume state
changed for session with id: emulated;0
12-30 17:00:20.531 1291 1408 W ActivityManager: Unable to start service Intent
{ act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10135?
v=10&cv=16 pkg=com.google.android.googlequicksearchbox } U=0: not found
12-30 17:00:20.532 1291 1408 I AppWidgetServiceImpl: startListening() 0
callingPackage=com.android.launcher3 hostId=1024
12-30 17:00:20.545 1291 1471 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:20.556 1291 1565 I StorageSessionController: Notifying volume state
changed for session with id: emulated;0
12-30 17:00:20.569 1291 1565 I StorageSessionController: Notifying volume state
changed for session with id: emulated;0
12-30 17:00:20.606 1291 3214 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.media.module uid 10000, isRmsPreload = false,
keepQuiet =false
12-30 17:00:20.608 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10000; state: DISABLED
12-30 17:00:20.630 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:20.642 1291 1565 D StorageManagerService: Volume emulated;0
broadcasting mounted to UserHandle{0}
12-30 17:00:20.645 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:20.647 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 553; targetLcm = 499; pemLcm = 552; step = 1; gap = 178
12-30 17:00:20.648 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 553, mTargetLcm = 499, tempPemLcm = 552, pemLcm = 552
12-30 17:00:20.648 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 552; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 552
12-30 17:00:20.649 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24862672; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:20.649 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24862672, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:20.649 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24862672 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:20.652 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13479854, brightness =
552, useSurfaceControl status false
12-30 17:00:20.653 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=552
12-30 17:00:20.653 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13479854;
setBrightness = 552
12-30 17:00:20.654 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:552 pkg:android userId:0
12-30 17:00:20.657 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:20.660 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:20.661 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:20.663 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 552
12-30 17:00:20.667 1291 1471 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:20.678 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:20.717 1291 3216 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:20.734 1291 1291 I _V_UserManagerService: writeUserLP:0
12-30 17:00:20.734 1291 1291 I _V_UserManagerService: verify OK
12-30 17:00:20.743 1291 1291 I _V_UserManagerService: update backup
12-30 17:00:20.779 1291 3216 I ActivityManager: com.android.vending is exempt
from freezer
12-30 17:00:20.779 1291 3216 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.vending
12-30 17:00:20.780 1291 3216 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10155; state: DISABLED
12-30 17:00:20.780 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10155; state: ENABLED
12-30 17:00:20.784 1291 1919 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 17:00:20.788 1291 1919 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityTelcel1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 17:00:20.791 1291 1919 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 17:00:20.792 1291 3216 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityTelcel1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 17:00:20.803 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:20.808 1291 1436 I ActivityManager: Start proc
3512:com.android.vending/u0a155 for broadcast
{com.android.vending/com.google.android.finsky.simhandler.SimStateReceiver}
12-30 17:00:20.821 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10000; state: ENABLED
12-30 17:00:20.823 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10000; state: DISABLED
12-30 17:00:20.828 1291 3216 W MmsServiceBroker: MmsService not connected. Try
connecting...
12-30 17:00:20.828 1291 1291 I MmsServiceBroker: Connecting to MmsService
12-30 17:00:20.831 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 182734110; UID 10000; state: DISABLED
12-30 17:00:20.833 1291 1291 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.bindService:1937
com.android.server.MmsServiceBroker.tryConnecting:273
com.android.server.MmsServiceBroker.access$000:61
com.android.server.MmsServiceBroker$1.handleMessage:91
android.os.Handler.dispatchMessage:106
12-30 17:00:20.849 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:20.849 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 552; targetLcm = 499; pemLcm = 551; step = 1; gap = 178
12-30 17:00:20.849 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 552, mTargetLcm = 499, tempPemLcm = 551, pemLcm = 551
12-30 17:00:20.849 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 551; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 551
12-30 17:00:20.849 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24811967; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:20.849 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24811967, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:20.880 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24811967 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:20.886 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13455434, brightness =
551, useSurfaceControl status false
12-30 17:00:20.886 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=551
12-30 17:00:20.886 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13455434;
setBrightness = 551
12-30 17:00:20.888 1291 3214 I _V_ANRManager: Create new log list for pid: 2225
12-30 17:00:20.889 1291 3214 I _V_ANRManager: Add log successfully, pid = 2225
12-30 17:00:20.890 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:20.891 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:551 pkg:android userId:0
12-30 17:00:20.892 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:20.892 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 551
12-30 17:00:20.898 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:20.914 1291 2088 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.timerwidget
12-30 17:00:20.914 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10072; state: DISABLED
12-30 17:00:20.914 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10072; state: DISABLED
12-30 17:00:20.914 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10072; state: DISABLED
12-30 17:00:20.914 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10072; state: ENABLED
12-30 17:00:20.915 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10072; state: ENABLED
12-30 17:00:20.932 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:20.951 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:20.959 1291 1919 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:20.964 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:21.020 1291 1436 W ActivityManager: Slow operation: 109ms so far, now
at startProcess: done updating battery stats
12-30 17:00:21.021 1291 1436 W ActivityManager: Slow operation: 109ms so far, now
at startProcess: building log message
12-30 17:00:21.021 1291 1436 I ActivityManager: Start proc
3538:com.vivo.timerwidget/u0a72 for broadcast
{com.vivo.timerwidget/com.vivo.timerwidget.clockwidget.ClockWidgetProvider}
12-30 17:00:21.021 1291 1436 W ActivityManager: Slow operation: 109ms so far, now
at startProcess: starting to update pids map
12-30 17:00:21.021 1291 1436 W ActivityManager: Slow operation: 109ms so far, now
at startProcess: done updating pids map
12-30 17:00:21.029 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 551; targetLcm = 499; pemLcm = 550; step = 1; gap = 178
12-30 17:00:21.029 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 551, mTargetLcm = 499, tempPemLcm = 550, pemLcm = 550
12-30 17:00:21.029 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 550; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 550
12-30 17:00:21.029 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:21.029 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24769711; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:21.029 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24769711, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:21.030 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24769711 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:21.032 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13431014, brightness =
550, useSurfaceControl status false
12-30 17:00:21.032 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=550
12-30 17:00:21.032 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13431014;
setBrightness = 550
12-30 17:00:21.034 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:21.035 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:550 pkg:android userId:0
12-30 17:00:21.039 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:21.042 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:21.042 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 550
12-30 17:00:21.130 1291 2642 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:21.138 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:21.147 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:21.174 1291 1919 W ActivityManager: Slow operation: 72ms so far, now
at attachApplicationLocked: before bindApplication
12-30 17:00:21.175 1291 1919 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10155; state: DISABLED
12-30 17:00:21.177 1291 1919 W ActivityManager: Slow operation: 75ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:00:21.180 1291 1919 W ActivityManager: Slow operation: 78ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:00:21.180 1291 1919 W ActivityManager: Slow operation: 79ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:00:21.186 1291 1919 W ActivityManager: Slow operation: 84ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:21.189 1291 1919 W ActivityManager: Slow operation: 87ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
12-30 17:00:21.196 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:21.203 1291 3210 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:21.209 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 550; targetLcm = 499; pemLcm = 549; step = 1; gap = 178
12-30 17:00:21.209 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 550, mTargetLcm = 499, tempPemLcm = 549, pemLcm = 549
12-30 17:00:21.209 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 549; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 549
12-30 17:00:21.209 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24719006; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:21.209 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24719006, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:21.209 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24719006 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:21.210 1291 1425 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.printspooler uid 10125, isRmsPreload = false, keepQuiet =false
12-30 17:00:21.211 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:21.211 1291 1425 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 17:00:21.211 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13406594, brightness =
549, useSurfaceControl status false
12-30 17:00:21.213 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:549 pkg:android userId:0
12-30 17:00:21.214 1291 1425 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.printspooler
12-30 17:00:21.216 1291 1425 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10125; state: DISABLED
12-30 17:00:21.217 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10125; state: ENABLED
12-30 17:00:21.217 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:21.219 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=549
12-30 17:00:21.219 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13406594;
setBrightness = 549
12-30 17:00:21.228 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:21.232 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:21.245 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:21.246 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 549
12-30 17:00:21.294 1291 1918 W ActivityManager: Slow operation: 62ms so far, now
at attachApplicationLocked: before bindApplication
12-30 17:00:21.318 1291 1918 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10072; state: DISABLED
12-30 17:00:21.319 1291 3210 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:2987 callingUid:10156
12-30 17:00:21.333 1291 1918 W ActivityManager: Slow operation: 90ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:00:21.335 1291 1742 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:21.342 1291 1918 W ActivityManager: Slow operation: 110ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:00:21.342 1291 1918 W ActivityManager: Slow operation: 111ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:00:21.343 1291 1409 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:screen_off_frozen_enable value:1
pkg:com.vivo.pem userId:0
12-30 17:00:21.347 1291 1918 W ActivityManager: Slow operation: 115ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:21.355 1291 1742 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:21.361 1291 1918 W ActivityManager: Slow operation: 123ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
12-30 17:00:21.365 1291 3214 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3275 callingUid:10153
12-30 17:00:21.369 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:21.371 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:21.384 1291 1436 W ActivityManager: Slow operation: 171ms so far, now
at startProcess: done updating battery stats
12-30 17:00:21.384 1291 1436 W ActivityManager: Slow operation: 172ms so far, now
at startProcess: building log message
12-30 17:00:21.384 1291 1436 I ActivityManager: Start proc
3572:com.android.printspooler/u0a125 for service
{com.android.printspooler/com.android.printspooler.model.PrintSpoolerService}
12-30 17:00:21.384 1291 1436 W ActivityManager: Slow operation: 172ms so far, now
at startProcess: starting to update pids map
12-30 17:00:21.386 1291 1436 W ActivityManager: Slow operation: 173ms so far, now
at startProcess: done updating pids map
12-30 17:00:21.397 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:21.412 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 549; targetLcm = 499; pemLcm = 548; step = 1; gap = 178
12-30 17:00:21.412 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 549, mTargetLcm = 499, tempPemLcm = 548, pemLcm = 548
12-30 17:00:21.412 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 548; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 548
12-30 17:00:21.412 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.246683;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:21.412 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.246683, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:21.413 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.246683 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:21.414 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13382174, brightness =
548, useSurfaceControl status false
12-30 17:00:21.414 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=548
12-30 17:00:21.414 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13382174;
setBrightness = 548
12-30 17:00:21.414 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:548 pkg:android userId:0
12-30 17:00:21.417 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:21.422 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:21.426 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:21.426 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 548
12-30 17:00:21.428 1291 1645 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 53, .batteryVoltage = 4066, .batteryTemperature =
339, .batteryCurrent = 1162, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 20000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
12-30 17:00:21.484 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10125; state: DISABLED
12-30 17:00:21.500 1291 1471 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.searchlite uid 10153, isRmsPreload = false,
keepQuiet =false
12-30 17:00:21.535 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 17:00:21.535 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 17:00:21.536 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:00:21.537 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:00:21.538 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 17:00:21.538 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 17:00:21.538 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 17:00:21.577 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:21.595 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:21.595 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 548; targetLcm = 499; pemLcm = 547; step = 1; gap = 178
12-30 17:00:21.595 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 548, mTargetLcm = 499, tempPemLcm = 547, pemLcm = 547
12-30 17:00:21.595 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 547; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 547
12-30 17:00:21.595 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24626046; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:21.596 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24626046, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:21.596 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24626046 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:21.597 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13357754, brightness =
547, useSurfaceControl status false
12-30 17:00:21.597 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=547
12-30 17:00:21.597 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13357754;
setBrightness = 547
12-30 17:00:21.598 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:547 pkg:android userId:0
12-30 17:00:21.602 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:21.605 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:21.606 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:21.609 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 547
12-30 17:00:21.613 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:21.632 1291 3210 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.searchlite uid 10153, isRmsPreload = false,
keepQuiet =false
12-30 17:00:21.659 1291 2105 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.MEDIA_SCANNER_STARTED
dat=file:///storage/emulated/0 flg=0x10 } send by ApplicationInfo{880f069
com.android.providers.media.module} should with permissions for security!!!
12-30 17:00:21.676 1291 2088 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=50788, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.gcm.GcmInternalReceiver,
com.google.android.location.drivingmode.DrivingModeSettingsActivity,
com.google.android.gms.backup.component.BackupOptInActivity,
com.google.android.gms.tapandpay.hce.service.TpHceService,
com.google.android.gms.auth.managed.ui.SetNewPasswordActivity,
com.google.android.gms.nearby.bootstrap.service.NearbyBootstrapService,
com.google.android.gms.checkin.CheckinServiceLegacyGcmTriggerReceiver,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.findmydevice.spot.locationreporting.taptoid.TapToIdHalfSheet
Activity, com.google.android.gms.nearby.sharing.ShareSheetActivityV2,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.nearby.sharing.BottomSheetHunActivity,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.kids.settings.GetSupervisionAppActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
ttings,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.plus.service.PlusService,
com.google.android.gms.nearby.sharing.settings.SettingsActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.pay.main.PayOptionalActivity,
com.google.android.location.settings.ArwEAlertSettingsActivity,
com.google.android.location.service.ArwEAlertSettingInjectorService,
com.google.android.gms.auth.uiflows.addaccount.GoogleServicesActivity,
com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity,
com.google.android.gms.nearby.sharing.send.SendActivityAlias,
com.google.android.gms.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias,
com.google.android.gms.pay.gcmtask.PayGcmTaskService,
com.google.android.location.drivingmode.AutoLaunchService,
com.google.android.gms.pay.main.PayImplicitIntentActivity,
com.google.android.gms.pay.hce.service.PayHceService,
com.google.android.gms.ocr.GiftCardOcrActivity,
com.google.android.gms.auth.managed.admin.DeviceAdminReceiver,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias,
com.google.android.gms.trus
12-30 17:00:21.676 1291 2088 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
12-30 17:00:21.678 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:21.690 1291 3155 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 17:00:21.691 1291 3155 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.localtransport
12-30 17:00:21.724 1291 3155 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:21.737 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:21.739 1291 2088 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@51d9b23
12-30 17:00:21.740 1291 1291 I MmsServiceBroker: MmsService connected
12-30 17:00:21.756 1291 1436 W ActivityManager: Slow operation: 66ms so far, now
at startProcess: returned from zygote!
12-30 17:00:21.756 1291 1436 W ActivityManager: Slow operation: 66ms so far, now
at startProcess: done updating battery stats
12-30 17:00:21.757 1291 1436 W ActivityManager: Slow operation: 67ms so far, now
at startProcess: building log message
12-30 17:00:21.757 1291 1436 I ActivityManager: Start proc
3612:com.android.localtransport/1000 for service
{com.android.localtransport/com.android.localtransport.LocalTransportService}
12-30 17:00:21.757 1291 1436 W ActivityManager: Slow operation: 67ms so far, now
at startProcess: starting to update pids map
12-30 17:00:21.757 1291 1436 W ActivityManager: Slow operation: 67ms so far, now
at startProcess: done updating pids map
12-30 17:00:21.775 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:21.776 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 547; targetLcm = 499; pemLcm = 546; step = 1; gap = 178
12-30 17:00:21.776 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 547, mTargetLcm = 499, tempPemLcm = 546, pemLcm = 546
12-30 17:00:21.776 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 546; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 546
12-30 17:00:21.776 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24575341; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:21.776 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24575341, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:21.777 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24575341 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:21.777 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13333334, brightness =
546, useSurfaceControl status false
12-30 17:00:21.777 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=546
12-30 17:00:21.778 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13333334;
setBrightness = 546
12-30 17:00:21.780 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:546 pkg:android userId:0
12-30 17:00:21.781 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:21.785 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:21.800 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 546
12-30 17:00:21.801 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:21.802 1291 3210 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher} ,r
esizeMode=2 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:00:21.816 1291 3210 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{63fd3f3 u0 com.android.settings/com.android.settings.FallbackHome}
12-30 17:00:21.822 1291 3210 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{63fd3f3 u0 com.android.settings/com.android.settings.FallbackHome}
12-30 17:00:21.825 1291 3210 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{63fd3f3 u0 com.android.settings/com.android.settings.FallbackHome}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
12-30 17:00:21.828 1291 3210 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
12-30 17:00:21.899 1291 1967 I _V_ANRManager: Add log successfully, pid = 2225
12-30 17:00:21.923 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.EAlertSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:00:21.946 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.EAlertSettingsV31Activity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:00:21.947 1291 1742 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
12-30 17:00:21.960 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:21.960 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 546; targetLcm = 499; pemLcm = 545; step = 1; gap = 178
12-30 17:00:21.960 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 546, mTargetLcm = 499, tempPemLcm = 545, pemLcm = 545
12-30 17:00:21.960 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 545; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 545
12-30 17:00:21.960 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24524635; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:21.960 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24524635, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:21.961 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24524635 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:21.962 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13308914, brightness =
545, useSurfaceControl status false
12-30 17:00:21.962 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=545
12-30 17:00:21.962 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13308914;
setBrightness = 545
12-30 17:00:21.965 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.EAlertPlatformSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:00:21.965 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:545 pkg:android userId:0
12-30 17:00:21.966 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.service.EAlertSettingInjectorService
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:00:21.966 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:21.968 1291 1471 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.ealert.ux.EAlertSafetyInfoActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:00:21.970 1291 2088 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.EAlertGoogleSettingDebugActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:00:21.972 1291 3623 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.ArwEAlertSettingsActivity newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:00:21.973 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:21.974 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.ArwEAlertSettingsV31Activity
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:00:21.974 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 545
12-30 17:00:21.975 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:21.975 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivit
y newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:00:21.976 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.service.ArwEAlertSettingInjectorService
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:00:22.013 1291 1408 D _V_AppWidgetServiceImpl: startListening
Succuessing callingPackage = com.android.launcher3 hostId = 1024
12-30 17:00:22.036 1291 1704 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 17:00:22.051 1291 1704 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4761
com.android.server.wm.WindowManagerService.addWindow:2115
com.android.server.wm.Session.addToDisplayAsUser:242
android.view.IWindowSession$Stub.onTransact:691
com.android.server.wm.Session.onTransact:207
android.os.Binder.execTransactInternal:1184
12-30 17:00:22.052 1291 1704 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{2c558da u0
com.android.launcher3/com.android.launcher3.Launcher} task=null
12-30 17:00:22.054 1291 3632 W ActivityManager: Slow operation: 63ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:00:22.064 1291 3632 W ActivityManager: Slow operation: 73ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:00:22.064 1291 3632 W ActivityManager: Slow operation: 74ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:00:22.069 1291 3632 W ActivityManager: Slow operation: 78ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:22.082 1291 3623 W ActivityManager: Unable to start service Intent
{ act=com.vivo.hiboard.LauncherOverlayService pkg=com.vivo.hiboard } U=0: not found
12-30 17:00:22.083 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.085 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.097 1291 1967 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:22.107 1291 1742 W ActivityManager: Unable to start service Intent
{ act=com.vivo.jovi.remoteservice.launcherclient.SearchOverlayService
pkg=com.vivo.globalsearch } U=0: not found
12-30 17:00:22.123 1291 1425 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:00:22.126 1291 1967 W ActivityManager: Unable to start service Intent
{ act=com.vivo.jovi.remoteservice.launcherclient.SearchOverlayService
pkg=com.vivo.globalsearch } U=0: not found
12-30 17:00:22.138 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 545; targetLcm = 499; pemLcm = 544; step = 1; gap = 178
12-30 17:00:22.138 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 545, mTargetLcm = 499, tempPemLcm = 544, pemLcm = 544
12-30 17:00:22.138 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 544; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 544
12-30 17:00:22.138 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2448238;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:22.138 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2448238, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:22.139 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2448238 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:22.140 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13284494, brightness =
544, useSurfaceControl status false
12-30 17:00:22.140 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=544
12-30 17:00:22.140 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13284494;
setBrightness = 544
12-30 17:00:22.141 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:544 pkg:android userId:0
12-30 17:00:22.142 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:22.142 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:22.143 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:22.143 1291 3214 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 17:00:22.144 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 544
12-30 17:00:22.145 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:22.147 1291 3214 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4761
com.android.server.wm.WindowManagerService.addWindow:2115
com.android.server.wm.Session.addToDisplayAsUser:242
android.view.IWindowSession$Stub.onTransact:691
com.android.server.wm.Session.onTransact:207
android.os.Binder.execTransactInternal:1184
12-30 17:00:22.148 1291 3214 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{35742e2 u0
com.android.launcher3/com.android.launcher3.Launcher} task=null
12-30 17:00:22.149 1291 1742 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:22.159 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.searchlite
className:com.google.android.apps.search.googleapp.saves.savefeature.sharereceiver.
SavesShareReceiver newState:2 userId:0 callingPackage:null callingUid:10153
callingPid:3275
12-30 17:00:22.162 1291 3214 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.searchlite
className:com.google.android.apps.search.googleapp.saves.savefeature.sharereceiver.
SavesShareReceiverWithImageType newState:2 userId:0 callingPackage:null
callingUid:10153 callingPid:3275
12-30 17:00:22.162 1291 1742 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408 d0}
currentState=0 startState=-1 activityState = RESUMED info = Quickstep
12-30 17:00:22.167 1291 1415 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher} ,r
esizeMode=2 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:00:22.200 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.208 1291 3214 I WindowManager: Relayout Window{2c558da u0
com.android.launcher3/com.android.launcher3.Launcher}: oldVis=0, newVis=0,
requestedWidth=254, requestedHeight=52, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(233, 764 - 487, 816), mAttrs.privateFlags = 42000000,
mInvGlobalScale = 1.0
12-30 17:00:22.213 1291 1415 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 10135; state: ENABLED
12-30 17:00:22.243 1291 3646 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:22.301 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:22.310 1291 1291 I TransportClient: LocalTransportService#0:
Notifying [TransportManager.registerTransport()] transport = IBackupTransport
12-30 17:00:22.317 1291 3155 D BackupTransportManager: Transport
com.android.localtransport/.LocalTransportService registered
12-30 17:00:22.317 1291 3155 D BackupManagerService: [UserID:0] Transport
com.android.localtransport/.LocalTransport registered 3756ms after first request
(delay = 3000ms)
12-30 17:00:22.319 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 544; targetLcm = 499; pemLcm = 543; step = 1; gap = 178
12-30 17:00:22.319 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 544, mTargetLcm = 499, tempPemLcm = 543, pemLcm = 543
12-30 17:00:22.319 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 543; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 543
12-30 17:00:22.319 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24431674; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:22.319 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24431674, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:22.319 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:22.320 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24431674 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:22.323 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13260074, brightness =
543, useSurfaceControl status false
12-30 17:00:22.323 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=543
12-30 17:00:22.323 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13260074;
setBrightness = 543
12-30 17:00:22.324 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:22.325 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 543
12-30 17:00:22.326 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:22.329 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:543 pkg:android userId:0
12-30 17:00:22.331 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:22.349 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:22.373 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.376 1291 3632 W ContentProviderHelper: Permission Denial: opening
provider com.vivo.settings.provider.SecretProvider from ProcessRecord{36d331a
2225:com.android.launcher3/u0a135} (pid=2225, uid=10135) requires
com.vivo.settings.permission.SOFTWARE_LOCK_APP_LIST or
com.vivo.settings.permission.SOFTWARE_LOCK_APP_LIST
12-30 17:00:22.387 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.390 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.391 1291 3155 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:22.404 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.432 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:22.477 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.486 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:00:22.489 1291 3623 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{35742e2 u0 com.android.launcher3/com.android.launcher3.Launcher}
12-30 17:00:22.492 1291 3623 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{35742e2 u0 com.android.launcher3/com.android.launcher3.Launcher}
12-30 17:00:22.499 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:22.499 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 543; targetLcm = 499; pemLcm = 542; step = 1; gap = 178
12-30 17:00:22.499 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 543, mTargetLcm = 499, tempPemLcm = 542, pemLcm = 542
12-30 17:00:22.499 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 542; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 542
12-30 17:00:22.499 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24389419; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:22.499 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24389419, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:22.500 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24389419 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:22.500 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13235654, brightness =
542, useSurfaceControl status false
12-30 17:00:22.501 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=542
12-30 17:00:22.501 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13235654;
setBrightness = 542
12-30 17:00:22.502 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:542 pkg:android userId:0
12-30 17:00:22.504 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:22.505 1291 3623 I WindowManager: Relayout Window{35742e2 u0
com.android.launcher3/com.android.launcher3.Launcher}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-30 17:00:22.509 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 542
12-30 17:00:22.510 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:22.512 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.520 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:22.521 1291 1917 W ContentProviderHelper: Permission Denial: opening
provider com.vivo.unifiedconfig.UnifiedConfigProvider from ProcessRecord{36d331a
2225:com.android.launcher3/u0a135} (pid=2225, uid=10135) requires
com.vivo.abe.permission.unifiedconfig.provider or
com.vivo.abe.permission.unifiedconfig.provider
12-30 17:00:22.539 1291 3623 W ContentProviderHelper: Permission Denial: opening
provider com.vivo.settings.provider.SecretProvider from ProcessRecord{36d331a
2225:com.android.launcher3/u0a135} (pid=2225, uid=10135) requires
com.vivo.settings.permission.SOFTWARE_LOCK_APP_LIST or
com.vivo.settings.permission.SOFTWARE_LOCK_APP_LIST
12-30 17:00:22.595 1291 1291 I TransportClient: D2dTransportService#1: Notifying
[TransportManager.registerTransport()] transport = IBackupTransport
12-30 17:00:22.604 1291 3603 D _V_WindowManager: finishDrawingWindow:
Window{35742e2 u0 com.android.launcher3/com.android.launcher3.Launcher}
mDrawState=DRAW_PENDING
12-30 17:00:22.604 1291 3603 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@a57434e mSyncState=0
12-30 17:00:22.613 1291 3603 D _V_WindowManager: finishDrawingWindow:
Window{2c558da u0 com.android.launcher3/com.android.launcher3.Launcher}
mDrawState=DRAW_PENDING
12-30 17:00:22.614 1291 3603 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@93a0605 mSyncState=0
12-30 17:00:22.620 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.623 1291 1415 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 1000; state: ENABLED
12-30 17:00:22.631 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.642 1291 1415 D _V_BarAnimController: isBarAnimReady = true
12-30 17:00:22.642 1291 1415 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
12-30 17:00:22.646 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.652 1291 1499 D OverlayManager: reconcileSettingsForPackage
pkgName=com.android.stk userId=0
12-30 17:00:22.666 1291 1411 D CompanionDeviceManagerService:
onPackageModified(packageName = com.android.stk)
12-30 17:00:22.674 1291 1415 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
12-30 17:00:22.676 1291 1415 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
12-30 17:00:22.679 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:22.679 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 542; targetLcm = 499; pemLcm = 541; step = 1; gap = 178
12-30 17:00:22.679 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 542, mTargetLcm = 499, tempPemLcm = 541, pemLcm = 541
12-30 17:00:22.679 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.679 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 541; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 541
12-30 17:00:22.679 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24338713; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:22.679 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24338713, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:22.679 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24338713 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:22.680 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13211234, brightness =
541, useSurfaceControl status false
12-30 17:00:22.680 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=541
12-30 17:00:22.681 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13211234;
setBrightness = 541
12-30 17:00:22.681 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:22.684 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:22.689 1291 1521 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10183, isRmsPreload = false,
keepQuiet =false
12-30 17:00:22.690 1291 1415 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=10135, requestPid=2225,
requestPkgName=com.android.launcher3, requestProcName=com.android.launcher3,
requestComponentName=com.android.launcher3.Launcher took 3728ms finished.
12-30 17:00:22.691 1291 1415 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 17:00:22.691 1291 1521 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 17:00:22.693 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:541 pkg:android userId:0
12-30 17:00:22.694 1291 1415 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 17:00:22.695 1291 1521 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.permissioncontroller
12-30 17:00:22.696 1291 1521 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10183; state: DISABLED
12-30 17:00:22.697 1291 1521 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10183; state: DISABLED
12-30 17:00:22.697 1291 1521 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10183; state: DISABLED
12-30 17:00:22.698 1291 1521 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10183; state: DISABLED
12-30 17:00:22.705 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10183; state: DISABLED
12-30 17:00:22.707 1291 1415 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 1 mRemoteAnimState = 0 transit = 15
12-30 17:00:22.707 1291 1415 D _V_BarAnimController: notifyBarReparent
open=ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408 d0}
close=ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0 f}}
12-30 17:00:22.711 1291 3155 D BackupTransportManager: Transport
com.google.android.gms/.backup.component.D2dTransportService registered
12-30 17:00:22.711 1291 3155 D BackupManagerService: [UserID:0] Transport
com.google.android.gms/.backup.migrate.service.D2dTransport registered 4149ms after
first request (delay = 3000ms)
12-30 17:00:22.712 1291 1415 D _V_FakeBarSurfaceControl-FakeStatusBar: reparentTo
ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0 f}}
12-30 17:00:22.713 1291 1415 D _V_FakeBarSurfaceControl-FakeStatusBar:
mWindowHandle = FakeStatusBar, frame=[0,0,0,0],
touchableRegion=SkRegion((0,0,720,60)), visible=true
12-30 17:00:22.713 1291 1415 D _V_FakeBarSurfaceControl-FakeStatusBar:
updateInputHandle visible = false
12-30 17:00:22.713 1291 1415 D _V_FakeBarSurfaceControl-FakeStatusBar: show
12-30 17:00:22.714 1291 1415 D _V_FakeBarSurfaceControl-FakeGestureBar:
reparentTo ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0 f}}
12-30 17:00:22.714 1291 1415 D _V_BarAnimController: notifyBarReparent fake bars
reparent to ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0 f}}
12-30 17:00:22.718 1291 1415 D _V_BarAnimController: notifyBarReparent topFullWin
Window{35742e2 u0 com.android.launcher3/com.android.launcher3.Launcher}
12-30 17:00:22.720 1291 1415 D _V_BarAnimController:
updateStatusFixedRotationTransform cancel
12-30 17:00:22.722 1291 1415 D _V_BarAnimController: notifyBarReparent status
reparent to ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408 d0}
12-30 17:00:22.737 1291 1415 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:3e2dfcf u0 StatusBar}, shouldSendRedrawForSync() =
false
12-30 17:00:22.738 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:22.750 1291 1415 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 17:00:22.750 1291 1415 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 17:00:22.757 1291 1453 D _V_DexoptOptimizer: notifyAppLaunch tempmap
={com.android.launcher3=LaunchInfo{com.android.launcher3, c=1, f=9, s=true}}
12-30 17:00:22.757 1291 1453 D _V_DexoptOptimizer: sVerifyPackageNamesPrimary =[]
12-30 17:00:22.761 1291 1415 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:00:22.764 1291 1967 W ActivityManager: Receiver with filter
android.content.IntentFilter@d9a9f22 already registered for pid 2225, callerPackage
is com.android.launcher3
12-30 17:00:22.765 1291 1436 W ActivityManager: Slow operation: 72ms so far, now
at startProcess: done updating battery stats
12-30 17:00:22.765 1291 1436 W ActivityManager: Slow operation: 72ms so far, now
at startProcess: building log message
12-30 17:00:22.767 1291 1436 I ActivityManager: Start proc
3703:com.google.android.permissioncontroller/u0a183 for service
{com.google.android.permissioncontroller/com.android.permissioncontroller.role.serv
ice.RoleControllerServiceImpl}
12-30 17:00:22.767 1291 1436 W ActivityManager: Slow operation: 74ms so far, now
at startProcess: starting to update pids map
12-30 17:00:22.785 1291 1421 D _V_VivoCbsService: startCotaServiceImpl
mStartCotaCount=1, mStartCotaPhoneId=1
12-30 17:00:22.799 1291 1436 W ActivityManager: Slow operation: 106ms so far, now
at startProcess: done updating pids map
12-30 17:00:22.802 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:22.811 1291 1471 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3367 callingUid:10170
12-30 17:00:22.813 1291 1414 W Looper : Slow dispatch took 171ms android.display
h=com.android.server.wm.WindowManagerService$H c=null m=32
12-30 17:00:22.825 1291 3155 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:22.827 1291 3155 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10156; state: DISABLED
12-30 17:00:22.834 1291 1411 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10183, isRmsPreload = false,
keepQuiet =false
12-30 17:00:22.834 1291 1411 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 17:00:22.839 1291 1917 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:22.858 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 541; targetLcm = 499; pemLcm = 540; step = 1; gap = 178
12-30 17:00:22.858 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 541, mTargetLcm = 499, tempPemLcm = 540, pemLcm = 540
12-30 17:00:22.858 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 540; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 540
12-30 17:00:22.858 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24288008; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:22.859 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24288008, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:22.859 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24288008 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:22.860 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13186814, brightness =
540, useSurfaceControl status false
12-30 17:00:22.860 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=540
12-30 17:00:22.861 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13186814;
setBrightness = 540
12-30 17:00:22.864 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:22.872 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:22.877 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:22.881 1291 1704 I PackageManager: Replacing preferred activity
com.android.mms/.ui.ComposeMessageActivity callingUid:1001 callingPid: 2015 for
user 0:
12-30 17:00:22.890 1291 3623 I PackageManager: Replacing preferred activity
com.android.mms/.ui.ComposeMessageActivity callingUid:1001 callingPid: 2015 for
user 0:
12-30 17:00:22.897 1291 1408 I PackageManager: Replacing preferred activity
com.android.mms/.ui.ComposeMessageActivity callingUid:1001 callingPid: 2015 for
user 0:
12-30 17:00:22.898 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:22.906 1291 1415 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:00:22.911 1291 3214 I _V_ANRManager: Add log successfully, pid = 2225
12-30 17:00:22.912 1291 3622 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:22.932 1291 3214 I PackageManager: Replacing preferred activity
com.android.mms/.ui.ComposeMessageActivity callingUid:1001 callingPid: 2015 for
user 0:
12-30 17:00:22.934 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:22.937 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:22.947 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:22.985 1291 1414 W Looper : Slow dispatch took 172ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@c8f97c4
m=0
12-30 17:00:22.986 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 541
12-30 17:00:22.986 1291 1414 W Looper : Slow delivery took 303ms android.display
h=com.android.server.display.DisplayManagerService$DisplayManagerHandler
c=com.android.server.display.VivoLocalDisplayAdapterImpl$1@ef986ad m=0
12-30 17:00:22.987 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 540
12-30 17:00:23.011 1291 1967 W ActivityManager: Slow operation: 53ms so far, now
at attachApplicationLocked: before bindApplication
12-30 17:00:23.016 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10183; state: DISABLED
12-30 17:00:23.019 1291 1967 W ActivityManager: Slow operation: 61ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:00:23.035 1291 1415 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=10135, requestPid=2225,
requestPkgName=com.android.launcher3, requestProcName=com.android.launcher3,
requestComponentName=com.android.launcher3.Launcher took -1ms finished.
12-30 17:00:23.036 1291 1414 W Looper : Drained
12-30 17:00:23.045 1291 1411 W Looper : Slow delivery took 242ms android.fg
h=android.os.Handler c=<recycled PooledLambda@1081b5c> m=0
12-30 17:00:23.067 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 540; targetLcm = 499; pemLcm = 539; step = 1; gap = 178
12-30 17:00:23.067 1291 1967 W ActivityManager: Slow operation: 109ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:00:23.067 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 540, mTargetLcm = 499, tempPemLcm = 539, pemLcm = 539
12-30 17:00:23.067 1291 1967 W ActivityManager: Slow operation: 109ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:00:23.068 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:23.068 1291 1414 V ActivityTaskManager: Stopping
ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0 f}}:
nowVisible=true animating=true finishing=true animatingContainer=Task{b324a25 #3
type=home A=1000:com.android.settings.FallbackHome U=0 rootTaskId=1 displayId=0
visible=false mode=fullscreen translucent=true sz=1}
12-30 17:00:23.070 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 539; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 539
12-30 17:00:23.070 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24245754; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:23.070 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24245754, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:23.073 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24245754 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:23.076 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13162394, brightness =
539, useSurfaceControl status false
12-30 17:00:23.078 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=539
12-30 17:00:23.086 1291 1414 V ActivityTaskManager: Stopping
ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0 f}}:
nowVisible=true animating=false finishing=true
12-30 17:00:23.087 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13162394;
setBrightness = 539
12-30 17:00:23.090 1291 1415 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:00:23.094 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:23.106 1291 1415 D _V_BarAnimController: appTransitionFinished
12-30 17:00:23.109 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:23.149 1291 1704 I WindowManager: Relayout Window{63fd3f3 u0
com.android.settings/com.android.settings.FallbackHome}: oldVis=0, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
12-30 17:00:23.152 1291 1967 W ActivityManager: Slow operation: 194ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:23.157 1291 3622 W _V_AlarmManager_Log: Alarm{fb7138c type 0 origWhen
1703937600529 flags 9 windowLength 0 whenElapsed 10847568 maxWhenElapsed 10847568
repeatInterval 0 com.vivo.cota} pendingIntentLeak.
12-30 17:00:23.162 1291 1917 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.maps uid 10170, isRmsPreload = false, keepQuiet
=false
12-30 17:00:23.164 1291 1291 W Looper : Slow dispatch took 211ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=7
12-30 17:00:23.169 1291 1291 W Looper : Slow delivery took 200ms main
h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0
12-30 17:00:23.177 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10170; state: DISABLED
12-30 17:00:23.195 1291 1291 W Looper : Drained
12-30 17:00:23.204 1291 1412 D _V_CapacityKeyService: foregroundActivities
detected uid=1000 appName=com.android.settings state=false
12-30 17:00:23.204 1291 1412 D _V_CapacityKeyService: background:
com.android.settings
12-30 17:00:23.204 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.215 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 539
12-30 17:00:23.233 1291 1742 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
12-30 17:00:23.240 1291 3623 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:23.241 1291 1672 I _V_Sensor_AutoAppManager: uidName =
android.uid.system:1000; topName = com.android.launcher3; foregroundActivities =
false; packageName = com.android.settings; processName = com.android.settings;
inFreeform = false
12-30 17:00:23.246 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 539; targetLcm = 499; pemLcm = 538; step = 1; gap = 178
12-30 17:00:23.247 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 539, mTargetLcm = 499, tempPemLcm = 538, pemLcm = 538
12-30 17:00:23.249 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:23.251 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 538; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 538
12-30 17:00:23.251 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24195048; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:23.251 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24195048, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:23.252 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24195048 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:23.253 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13137974, brightness =
538, useSurfaceControl status false
12-30 17:00:23.253 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=538
12-30 17:00:23.253 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:540 pkg:android userId:0
12-30 17:00:23.253 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13137974;
setBrightness = 538
12-30 17:00:23.254 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:539 pkg:android userId:0
12-30 17:00:23.254 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:23.255 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:538 pkg:android userId:0
12-30 17:00:23.255 1291 1411 W Looper : Drained
12-30 17:00:23.255 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:23.259 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:23.261 1291 2104 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
12-30 17:00:23.261 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 538
12-30 17:00:23.265 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:23.266 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.267 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:23.268 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
10.0%(nit 60, control mode manual, policy level 1, lux 2000).
12-30 17:00:23.268 1291 1646 D _V_VivoBrightnessPolicyService: Target percent is
already set to 10.0%.
12-30 17:00:23.281 1291 1291 V NotificationListeners: 0 notification listener
service connected:
ComponentInfo{com.android.launcher3/com.android.launcher3.notification.Notification
Listener}
12-30 17:00:23.290 1291 3623 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4777
com.android.server.wm.ActivityRecord.removeChild:433
com.android.server.wm.WindowContainer.removeImmediately:702
com.android.server.wm.WindowState.removeImmediately:2832
com.android.server.wm.WindowState.removeIfPossible:3052
com.android.server.wm.WindowState.removeIfPossible:2907
12-30 17:00:23.290 1291 3623 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateControlForTarget
com.android.server.wm.DisplayContent$RemoteInsetsControlTarget@b4a255f
12-30 17:00:23.293 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:00:23.330 1291 3219 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@d33e47f ,windowToken
=android.os.BinderProxy@99c7fad ,isPassword=false ,mIsSecImms=false
12-30 17:00:23.332 1291 3219 D _V_InputMethodManagerService: Check pwd = false
12-30 17:00:23.334 1291 3219 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@b2f9a4a inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@7f12c4c
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_PAN|IS_FORWARD_NAVIGATION windowFlags=#81910100
unverifiedTargetSdkVersion=31
12-30 17:00:23.335 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.352 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.359 1291 1742 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3367 callingUid:10170
12-30 17:00:23.364 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.364 1291 3219 V InputMethodManagerService: Unspecified window will
hide input
12-30 17:00:23.365 1291 3219 V InputMethodManagerService:
unbindCurrentInputLocked: client=android.os.BinderProxy@462a120
12-30 17:00:23.377 1291 3219 D _V_SecInputMethodManagerService:
setClientToNullLocked-- set mCurClient to null
12-30 17:00:23.377 1291 3219 V InputMethodMenuController: Hide switching menu
12-30 17:00:23.377 1291 3219 V InputMethodManagerService: switching to client:
client=android.os.BinderProxy@b2f9a4a keyguard=false
12-30 17:00:23.378 1291 3219 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{3d4eb6f uid=10135 pid=2225 displayId=0}
12-30 17:00:23.379 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:00:23.379 1291 3219 V InputMethodManagerService: Creating new session
for client ClientState{3d4eb6f uid=10135 pid=2225 displayId=0}
12-30 17:00:23.388 1291 3219 D _V_InputMethodManagerService: onSessionCreated
method=com.android.internal.view.IInputMethod$Stub$Proxy@1b66b ,session=com.android
.internal.view.IInputMethodSession$Stub$Proxy@eeecf8b ,channel=ClientState{3d4eb6f
uid=10135 pid=2225 displayId=0}
(server) ,mIsSecImms=false ,sessionState=SessionState{uid 10135 pid 2225 method
1b66b session eeecf8b channel ClientState{3d4eb6f uid=10135 pid=2225 displayId=0}
(server)} ,mCurClient=ClientState{3d4eb6f uid=10135 pid=2225 displayId=0}
12-30 17:00:23.393 1291 3219 V InputMethodManagerService: Disabling:
SessionState{uid 1000 pid 2033 method 1b66b session 81175c8 channel
ClientState{a0e6521 uid=1000 pid=2033 displayId=0} (server)}
12-30 17:00:23.395 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:23.398 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.399 1291 3219 V InputMethodManagerService: Enabling:
SessionState{uid 10135 pid 2225 method 1b66b session eeecf8b channel
ClientState{3d4eb6f uid=10135 pid=2225 displayId=0} (server)}
12-30 17:00:23.402 1291 1408 D WindowManager: App removed or hidden
activity=ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0 f}}
12-30 17:00:23.402 1291 1408 D _V_BarAnimController: notifyAppRemoved
ActivityRecord{c1bde1c u0 com.android.settings/.FallbackHome t3 d0 f}}
12-30 17:00:23.402 1291 1408 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
12-30 17:00:23.402 1291 1408 D _V_FakeBarSurfaceControl-FakeStatusBar:
updateInputHandle visible = false
12-30 17:00:23.403 1291 1408 D _V_FakeBarSurfaceControl-FakeStatusBar: hide
12-30 17:00:23.403 1291 1408 D _V_FakeBarSurfaceControl-FakeStatusBar:
reparentBack
12-30 17:00:23.403 1291 1408 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
12-30 17:00:23.403 1291 1408 D _V_FakeBarSurfaceControl-FakeGestureBar:
reparentBack
12-30 17:00:23.415 1291 1408 D _V_BarAnimController: onTaskRemoved Task{b324a25
#3 type=home A=1000:com.android.settings.FallbackHome U=0 displayId=0 visible=false
mode=fullscreen translucent=true sz=0}
12-30 17:00:23.417 1291 1408 D _V_BarAnimController: onTaskRemoved Task{b324a25
#3 type=home A=1000:com.android.settings.FallbackHome U=0 displayId=0 visible=false
mode=fullscreen translucent=true sz=0}
12-30 17:00:23.422 1291 1408 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:00:23.436 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 538; targetLcm = 499; pemLcm = 537; step = 1; gap = 178
12-30 17:00:23.436 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 538, mTargetLcm = 499, tempPemLcm = 537, pemLcm = 537
12-30 17:00:23.436 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 537; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 537
12-30 17:00:23.436 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24152793; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:23.436 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24152793, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:23.437 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24152793 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:23.437 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13113554, brightness =
537, useSurfaceControl status false
12-30 17:00:23.438 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:23.439 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:537 pkg:android userId:0
12-30 17:00:23.441 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=537
12-30 17:00:23.442 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13113554;
setBrightness = 537
12-30 17:00:23.444 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:23.447 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:23.451 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:23.451 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 537
12-30 17:00:23.471 1291 3214 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateControlForTarget Window{35742e2 u0
com.android.launcher3/com.android.launcher3.Launcher}
12-30 17:00:23.476 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:00:23.501 1291 3214 D NotificationListeners: Disabling component
com.android.launcher3/.notification.NotificationListener
12-30 17:00:23.501 1291 1918 D InputMethodManagerService: IME window vis: 1
active: 1 inv: 0 displayId: 0
12-30 17:00:23.508 1291 1918 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10135 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:00:23.508 1291 1918 D InputMethodManagerService: IME window vis: 1
active: 1 inv: 0 displayId: 0
12-30 17:00:23.513 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.524 1291 1471 D ConditionProviders: Disabling component
com.google.android.gms/com.google.android.location.settings.DrivingConditionProvide
r
12-30 17:00:23.524 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.prewarmservice.PrewarmService newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:3512
12-30 17:00:23.546 1291 1471 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:23.553 1291 1291 I TransportClient: BackupTransportService#2:
Notifying [TransportManager.registerTransport()] transport = IBackupTransport
12-30 17:00:23.592 1291 3155 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService registered
12-30 17:00:23.592 1291 3155 D BackupManagerService: [UserID:0] Transport
com.google.android.gms/.backup.BackupTransportService registered 5030ms after first
request (delay = 3000ms)
12-30 17:00:23.607 1291 1414 D _V_BarAnimController: reset
12-30 17:00:23.608 1291 1414 D _V_BarAnimController: resetRealBars
12-30 17:00:23.608 1291 1414 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
12-30 17:00:23.615 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:23.615 1291 1414 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
12-30 17:00:23.615 1291 1414 D _V_BarAnimController: updateGestureRotation cancel
12-30 17:00:23.616 1291 1414 D _V_BarAnimController: resetFakeBars
12-30 17:00:23.616 1291 1414 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
12-30 17:00:23.616 1291 1414 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
12-30 17:00:23.617 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 537; targetLcm = 499; pemLcm = 536; step = 1; gap = 178
12-30 17:00:23.617 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 537, mTargetLcm = 499, tempPemLcm = 536, pemLcm = 536
12-30 17:00:23.617 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 536; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 536
12-30 17:00:23.617 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24102087; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:23.617 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24102087, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:23.618 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24102087 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:23.619 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13089134, brightness =
536, useSurfaceControl status false
12-30 17:00:23.619 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=536
12-30 17:00:23.619 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13089134;
setBrightness = 536
12-30 17:00:23.620 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:536 pkg:android userId:0
12-30 17:00:23.620 1291 1415 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:fdc9f1a u0 NavigationBar0}, shouldSendRedrawForSync() =
false
12-30 17:00:23.621 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:23.623 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:23.624 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 536
12-30 17:00:23.624 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:23.625 1291 1471 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.permissioncontroller
className:com.android.permissioncontroller.role.ui.SpecialAppAccessListActivity
newState:2 userId:0 callingPackage:null callingUid:10183 callingPid:3703
12-30 17:00:23.658 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.663 1291 3155 I BackupManagerService: [UserID:0] Found 17 stale
backup journal(s), scheduling.
12-30 17:00:23.675 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.676 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.680 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.709 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:23.709 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.714 1291 3214 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:23.716 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:23.717 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:23.720 1291 1667 I _V_Sensor_ProxStateController: handleAppChange
topName = com.android.launcher3 topWindowMode = 1 appType = 0 mAppScene = 3
12-30 17:00:23.795 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 536; targetLcm = 499; pemLcm = 535; step = 1; gap = 178
12-30 17:00:23.796 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 536, mTargetLcm = 499, tempPemLcm = 535, pemLcm = 535
12-30 17:00:23.796 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 535; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 535
12-30 17:00:23.796 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24051382; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:23.796 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24051382, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:23.796 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24051382 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:23.797 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:23.797 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13064714, brightness =
535, useSurfaceControl status false
12-30 17:00:23.799 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=535
12-30 17:00:23.799 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13064714;
setBrightness = 535
12-30 17:00:23.802 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:535 pkg:android userId:0
12-30 17:00:23.803 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:23.804 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:23.805 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 535
12-30 17:00:23.806 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:23.823 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:23.839 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.848 1291 3155 I BackupManagerService: [UserID:0] Stale backup
journals: Scheduled 27 package(s) total
12-30 17:00:23.849 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending className:com.android.vending.AssetBrowserActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:3512
12-30 17:00:23.862 1291 3623 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.activities.DebugActivity newState:2 userId:0
callingPackage:null callingUid:10155 callingPid:3512
12-30 17:00:23.889 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.913 1291 1704 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:23.913 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:23.930 1291 3214 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}: oldVis=4,
newVis=8, requestedWidth=720, requestedHeight=1540, attrs.width=null,
attrs.height=null, compatFrame = Rect(0, 60 - 720, 1600), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
12-30 17:00:23.931 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:23.947 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.systemupdateactivity.SystemUpdateActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:3512
12-30 17:00:23.950 1291 3214 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.remotesetup.PlayRemoteSetupActivity newState:0
userId:0 callingPackage:null callingUid:10155 callingPid:3512
12-30 17:00:23.976 1291 1917 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:23.979 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 535; targetLcm = 499; pemLcm = 534; step = 1; gap = 178
12-30 17:00:23.979 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 535, mTargetLcm = 499, tempPemLcm = 534, pemLcm = 534
12-30 17:00:23.979 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 534; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 534
12-30 17:00:23.979 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.24009126; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:23.979 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24009126, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:23.980 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:23.980 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24009126 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:23.981 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13040294, brightness =
534, useSurfaceControl status false
12-30 17:00:23.983 1291 2104 D _V_VivoActivityTaskManagerServiceImpl: Skip
PackageDependency callingProcess:com.android.launcher3
packageName:com.vivo.timerwidget
12-30 17:00:23.985 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:534 pkg:android userId:0
12-30 17:00:23.988 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=534
12-30 17:00:23.988 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13040294;
setBrightness = 534
12-30 17:00:23.992 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:23.993 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 534
12-30 17:00:23.996 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:24.006 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.hibernation.impl.UnhibernateActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:3512
12-30 17:00:24.013 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:24.023 1291 3623 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.systemcomponentupdateui.common.SystemComponentU
pdateActivity newState:0 userId:0 callingPackage:null callingUid:10155
callingPid:3512
12-30 17:00:24.056 1291 1408 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:24.074 1291 1408 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:24.083 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:24.088 1291 3623 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:24.157 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:24.158 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 534; targetLcm = 499; pemLcm = 533; step = 1; gap = 178
12-30 17:00:24.158 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 534, mTargetLcm = 499, tempPemLcm = 533, pemLcm = 533
12-30 17:00:24.158 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 533; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 533
12-30 17:00:24.158 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23958421; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:24.158 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23958421, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:24.159 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23958421 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:24.160 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.13015874, brightness =
533, useSurfaceControl status false
12-30 17:00:24.161 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:533 pkg:android userId:0
12-30 17:00:24.161 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=533
12-30 17:00:24.162 1291 1743 I _V_VivoLightsService: lcmFloat = 0.13015874;
setBrightness = 533
12-30 17:00:24.162 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:24.165 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:24.166 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:24.170 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:24.171 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 533
12-30 17:00:24.183 1291 1918 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.tachyon
12-30 17:00:24.183 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10165; state: ENABLED
12-30 17:00:24.207 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:24.223 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:24.235 1291 1436 W ActivityManager: Slow operation: 54ms so far, now
at startProcess: returned from zygote!
12-30 17:00:24.251 1291 1436 W ActivityManager: Slow operation: 69ms so far, now
at startProcess: done updating battery stats
12-30 17:00:24.252 1291 1436 W ActivityManager: Slow operation: 70ms so far, now
at startProcess: building log message
12-30 17:00:24.252 1291 1436 I ActivityManager: Start proc
3830:com.google.android.apps.tachyon/u0a165 for broadcast
{com.google.android.apps.tachyon/com.google.android.apps.tachyon.simdetection.SimSt
ateBroadcastReceiver}
12-30 17:00:24.252 1291 1436 W ActivityManager: Slow operation: 70ms so far, now
at startProcess: starting to update pids map
12-30 17:00:24.267 1291 1415 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4777
com.android.server.wm.ActivityRecord.removeChild:433
com.android.server.wm.WindowContainer.removeImmediately:702
com.android.server.wm.WindowState.removeImmediately:2832
com.android.server.wm.WindowState.destroySurface:4113
com.android.server.wm.ActivityRecord.destroySurfaces:6304
12-30 17:00:24.287 1291 1436 W ActivityManager: Slow operation: 105ms so far, now
at startProcess: done updating pids map
12-30 17:00:24.304 1291 1415 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:00:24.362 1291 3214 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:24.368 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:24.371 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:24.374 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 533; targetLcm = 499; pemLcm = 532; step = 1; gap = 178
12-30 17:00:24.374 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:24.375 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 533, mTargetLcm = 499, tempPemLcm = 532, pemLcm = 532
12-30 17:00:24.375 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 532; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 532
12-30 17:00:24.375 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23916167; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:24.377 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23916167, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:24.382 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:24.384 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23916167 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:24.386 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12991454, brightness =
532, useSurfaceControl status false
12-30 17:00:24.393 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=532
12-30 17:00:24.393 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12991454;
setBrightness = 532
12-30 17:00:24.396 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:532 pkg:android userId:0
12-30 17:00:24.400 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:24.409 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:24.416 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 532
12-30 17:00:24.422 1291 3623 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10165; state: DISABLED
12-30 17:00:24.423 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:24.562 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:24.562 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 532; targetLcm = 499; pemLcm = 531; step = 1; gap = 178
12-30 17:00:24.562 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 532, mTargetLcm = 499, tempPemLcm = 531, pemLcm = 531
12-30 17:00:24.562 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 531; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 531
12-30 17:00:24.562 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23865461; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:24.562 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23865461, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:24.565 1291 3219 W _V_VivoAmsImpl: mCallingPidFilter=3512,
mCallingUidFilter=10155
12-30 17:00:24.567 1291 3219 I ActivityManager: com.android.vending is exempt
from freezer
12-30 17:00:24.567 1291 3219 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.vending
12-30 17:00:24.568 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23865461 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:24.570 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12967034, brightness =
531, useSurfaceControl status false
12-30 17:00:24.570 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10155; state: DISABLED
12-30 17:00:24.570 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=531
12-30 17:00:24.570 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12967034;
setBrightness = 531
12-30 17:00:24.571 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10155; state: ENABLED
12-30 17:00:24.572 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:24.574 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:531 pkg:android userId:0
12-30 17:00:24.574 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 531
12-30 17:00:24.574 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:24.588 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:24.614 1291 1436 I ActivityManager: Start proc
3857:com.android.vending:background/u0a155 for service
{com.android.vending/com.google.frameworks.client.data.android.server.play.Backgrou
ndProcessEndpointService}
12-30 17:00:24.701 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:24.707 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:24.730 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:24.740 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 531; targetLcm = 499; pemLcm = 530; step = 1; gap = 178
12-30 17:00:24.740 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 531, mTargetLcm = 499, tempPemLcm = 530, pemLcm = 530
12-30 17:00:24.740 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 530; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 530
12-30 17:00:24.740 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23814756; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:24.740 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23814756, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:24.741 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23814756 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:24.741 1291 3865 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:24.741 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12942614, brightness =
530, useSurfaceControl status false
12-30 17:00:24.743 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:24.744 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=530
12-30 17:00:24.744 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12942614;
setBrightness = 530
12-30 17:00:24.744 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:24.747 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:530 pkg:android userId:0
12-30 17:00:24.749 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:24.752 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:24.753 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 530
12-30 17:00:24.754 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:24.757 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:24.778 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:24.820 1291 3865 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10155; state: DISABLED
12-30 17:00:24.919 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 530; targetLcm = 499; pemLcm = 529; step = 1; gap = 178
12-30 17:00:24.919 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 530, mTargetLcm = 499, tempPemLcm = 529, pemLcm = 529
12-30 17:00:24.919 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 529; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 529
12-30 17:00:24.919 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.237725;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:24.919 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.237725, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:24.920 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.237725 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:24.921 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12918194, brightness =
529, useSurfaceControl status false
12-30 17:00:24.921 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:24.922 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=529
12-30 17:00:24.922 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12918194;
setBrightness = 529
12-30 17:00:24.922 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:529 pkg:android userId:0
12-30 17:00:24.924 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:24.925 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:24.926 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 529
12-30 17:00:24.926 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:24.960 1291 3622 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:24.967 1291 3623 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:24.982 1291 3865 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:25.020 1291 1471 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:25.051 1291 3216 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:25.109 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 529; targetLcm = 499; pemLcm = 528; step = 1; gap = 178
12-30 17:00:25.109 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 529, mTargetLcm = 499, tempPemLcm = 528, pemLcm = 528
12-30 17:00:25.109 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 528; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 528
12-30 17:00:25.109 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23721795; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:25.109 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23721795, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:25.109 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:25.112 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23721795 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:25.112 1291 2104 W WallpaperManagerService: com.android.launcher3 To
get wallpaper but android.os.BinderProxy@be3f0c0 already register
12-30 17:00:25.113 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12893774, brightness =
528, useSurfaceControl status false
12-30 17:00:25.113 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=528
12-30 17:00:25.113 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12893774;
setBrightness = 528
12-30 17:00:25.114 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:528 pkg:android userId:0
12-30 17:00:25.116 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:25.120 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:25.122 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:25.122 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 528
12-30 17:00:25.177 1291 3603 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10
cmp=com.google.android.apps.searchlite/.widget.SearchLiteWidgetProvider (has
extras) } send by ApplicationInfo{98ac1b1 com.google.android.apps.searchlite}
should with permissions for security!!!
12-30 17:00:25.181 1291 1742 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10155, isRmsPreload = false, keepQuiet =false
12-30 17:00:25.225 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:25.226 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:25.287 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 528; targetLcm = 499; pemLcm = 527; step = 1; gap = 178
12-30 17:00:25.288 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 528, mTargetLcm = 499, tempPemLcm = 527, pemLcm = 527
12-30 17:00:25.288 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 527; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 527
12-30 17:00:25.288 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23671089; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:25.288 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23671089, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:25.288 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:25.288 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23671089 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:25.290 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12869354, brightness =
527, useSurfaceControl status false
12-30 17:00:25.290 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=527
12-30 17:00:25.290 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12869354;
setBrightness = 527
12-30 17:00:25.291 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:25.293 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 527
12-30 17:00:25.294 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:527 pkg:android userId:0
12-30 17:00:25.295 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:25.298 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:25.323 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:25.466 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 527; targetLcm = 499; pemLcm = 526; step = 1; gap = 178
12-30 17:00:25.466 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 527, mTargetLcm = 499, tempPemLcm = 526, pemLcm = 526
12-30 17:00:25.466 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 526; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 526
12-30 17:00:25.466 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23628834; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:25.467 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23628834, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:25.467 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:25.468 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23628834 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:25.469 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12844934, brightness =
526, useSurfaceControl status false
12-30 17:00:25.470 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:526 pkg:android userId:0
12-30 17:00:25.472 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:25.473 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=526
12-30 17:00:25.474 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12844934;
setBrightness = 526
12-30 17:00:25.475 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:25.477 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:25.477 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 526
12-30 17:00:25.530 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:25.571 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:25.629 1291 3216 I ActivityManager: Killing
2655:com.android.carrierconfig/1001 (adj 965): empty #17
12-30 17:00:25.638 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:25.644 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 526; targetLcm = 499; pemLcm = 525; step = 1; gap = 178
12-30 17:00:25.645 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 526, mTargetLcm = 499, tempPemLcm = 525, pemLcm = 525
12-30 17:00:25.645 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 525; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 525
12-30 17:00:25.645 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23578128; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:25.646 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23578128, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:25.646 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23578128 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:25.647 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12820514, brightness =
525, useSurfaceControl status false
12-30 17:00:25.647 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=525
12-30 17:00:25.647 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12820514;
setBrightness = 525
12-30 17:00:25.648 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:525 pkg:android userId:0
12-30 17:00:25.650 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:25.651 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:25.651 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:25.653 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 525
12-30 17:00:25.653 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:25.741 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:25.751 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:25.762 1291 3883 I ActivityManager: Killing
2272:com.android.settings:SettingsExProvider/1000 (adj 975): empty #17
12-30 17:00:25.782 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:25.824 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 525; targetLcm = 499; pemLcm = 524; step = 1; gap = 178
12-30 17:00:25.824 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 525, mTargetLcm = 499, tempPemLcm = 524, pemLcm = 524
12-30 17:00:25.824 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 524; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 524
12-30 17:00:25.824 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23535874; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:25.824 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23535874, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:25.825 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23535874 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:25.826 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:25.826 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12796094, brightness =
524, useSurfaceControl status false
12-30 17:00:25.827 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=524
12-30 17:00:25.827 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12796094;
setBrightness = 524
12-30 17:00:25.827 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:524 pkg:android userId:0
12-30 17:00:25.831 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:25.843 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:25.845 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:25.847 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 524
12-30 17:00:25.856 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:25.864 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:25.868 1291 3216 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) }
from com.android.phone (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 17:00:25.903 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:25.917 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:25.921 1291 1408 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3830 callingUid:10165
12-30 17:00:25.949 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10055; state: DISABLED
12-30 17:00:25.958 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:00:26.007 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:26.008 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 524; targetLcm = 499; pemLcm = 523; step = 1; gap = 178
12-30 17:00:26.009 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 524, mTargetLcm = 499, tempPemLcm = 523, pemLcm = 523
12-30 17:00:26.009 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 523; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 523
12-30 17:00:26.009 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23485169; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:26.009 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23485169, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:26.009 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23485169 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:26.010 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12771674, brightness =
523, useSurfaceControl status false
12-30 17:00:26.011 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=523
12-30 17:00:26.011 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12771674;
setBrightness = 523
12-30 17:00:26.012 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:523 pkg:android userId:0
12-30 17:00:26.012 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:26.013 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:26.013 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 523
12-30 17:00:26.016 1291 2104 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther2
newState:1 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 17:00:26.017 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:26.038 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:26.043 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:26.053 1291 2104 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.tachyon uid 10165, isRmsPreload = false, keepQuiet
=false
12-30 17:00:26.065 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:26.070 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:26.090 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:26.100 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:26.101 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:26.108 1291 1742 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) }
from com.android.phone (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 17:00:26.112 1291 1917 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.MEDIA_SCANNER_FINISHED
dat=file:///storage/emulated/0 flg=0x10 } send by ApplicationInfo{880f069
com.android.providers.media.module} should with permissions for security!!!
12-30 17:00:26.114 1291 1917 D JobServiceContext: doCallback of :
JobStatus{a4a3274 #u0a0/-300
com.android.providers.media.module/com.android.providers.media.MediaService u=0
s=10000 TIME=none:-5s511ms READY} v:VERB_EXECUTING
12-30 17:00:26.115 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:26.139 1291 3216 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10155, isRmsPreload = false, keepQuiet =false
12-30 17:00:26.153 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:26.163 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:26.186 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:26.186 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 523; targetLcm = 499; pemLcm = 522; step = 1; gap = 178
12-30 17:00:26.186 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 523, mTargetLcm = 499, tempPemLcm = 522, pemLcm = 522
12-30 17:00:26.186 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 522; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 522
12-30 17:00:26.186 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23434463; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:26.187 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23434463, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:26.187 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23434463 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:26.188 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12747253, brightness =
522, useSurfaceControl status false
12-30 17:00:26.188 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=522
12-30 17:00:26.188 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12747253;
setBrightness = 522
12-30 17:00:26.189 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:522 pkg:android userId:0
12-30 17:00:26.189 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:26.190 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:26.190 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:26.190 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 522
12-30 17:00:26.192 1291 3216 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:26.194 1291 3214 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3111 callingUid:10119
12-30 17:00:26.239 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:26.274 1291 3214 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:26.345 1291 3216 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:26.348 1291 3214 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:26.365 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:26.365 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 522; targetLcm = 499; pemLcm = 521; step = 1; gap = 178
12-30 17:00:26.365 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 522, mTargetLcm = 499, tempPemLcm = 521, pemLcm = 521
12-30 17:00:26.365 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 521; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 521
12-30 17:00:26.365 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23392208; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:26.365 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23392208, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:26.366 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23392208 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:26.366 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12722833, brightness =
521, useSurfaceControl status false
12-30 17:00:26.366 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=521
12-30 17:00:26.366 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12722833;
setBrightness = 521
12-30 17:00:26.367 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:521 pkg:android userId:0
12-30 17:00:26.367 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:26.368 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:26.368 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:26.369 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 521
12-30 17:00:26.544 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 521; targetLcm = 499; pemLcm = 520; step = 1; gap = 178
12-30 17:00:26.545 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 521, mTargetLcm = 499, tempPemLcm = 520, pemLcm = 520
12-30 17:00:26.545 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:26.545 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 520; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 520
12-30 17:00:26.545 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23341502; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:26.545 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23341502, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:26.546 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23341502 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:26.548 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12698413, brightness =
520, useSurfaceControl status false
12-30 17:00:26.548 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=520
12-30 17:00:26.549 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12698413;
setBrightness = 520
12-30 17:00:26.549 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:520 pkg:android userId:0
12-30 17:00:26.552 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:26.553 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:26.554 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:26.556 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 520
12-30 17:00:26.723 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:26.724 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 520; targetLcm = 499; pemLcm = 519; step = 1; gap = 178
12-30 17:00:26.724 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 520, mTargetLcm = 499, tempPemLcm = 519, pemLcm = 519
12-30 17:00:26.724 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 519; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 519
12-30 17:00:26.724 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23299249; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:26.724 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23299249, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:26.725 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23299249 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:26.727 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12673993, brightness =
519, useSurfaceControl status false
12-30 17:00:26.728 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=519
12-30 17:00:26.728 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12673993;
setBrightness = 519
12-30 17:00:26.730 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:519 pkg:android userId:0
12-30 17:00:26.733 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:26.733 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:26.736 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 519
12-30 17:00:26.737 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:26.902 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:26.903 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 519; targetLcm = 499; pemLcm = 518; step = 1; gap = 178
12-30 17:00:26.903 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 519, mTargetLcm = 499, tempPemLcm = 518, pemLcm = 518
12-30 17:00:26.903 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 518; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 518
12-30 17:00:26.903 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23248543; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:26.903 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23248543, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:26.905 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23248543 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:26.907 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12649573, brightness =
518, useSurfaceControl status false
12-30 17:00:26.908 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=518
12-30 17:00:26.909 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12649573;
setBrightness = 518
12-30 17:00:26.909 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:518 pkg:android userId:0
12-30 17:00:26.912 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:26.914 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:26.916 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 518
12-30 17:00:26.919 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.081 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.081 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 518; targetLcm = 499; pemLcm = 517; step = 1; gap = 178
12-30 17:00:27.082 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 518, mTargetLcm = 499, tempPemLcm = 517, pemLcm = 517
12-30 17:00:27.082 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 517; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 517
12-30 17:00:27.082 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23197837; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:27.082 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23197837, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:27.084 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23197837 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:27.086 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12625153, brightness =
517, useSurfaceControl status false
12-30 17:00:27.087 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=517
12-30 17:00:27.087 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12625153;
setBrightness = 517
12-30 17:00:27.093 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:517 pkg:android userId:0
12-30 17:00:27.096 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:27.098 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 517
12-30 17:00:27.100 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.106 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:27.260 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.261 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 517; targetLcm = 499; pemLcm = 516; step = 1; gap = 178
12-30 17:00:27.261 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 517, mTargetLcm = 499, tempPemLcm = 516, pemLcm = 516
12-30 17:00:27.261 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 516; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 516
12-30 17:00:27.261 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23155582; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:27.261 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23155582, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:27.263 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23155582 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:27.264 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12600733, brightness =
516, useSurfaceControl status false
12-30 17:00:27.265 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=516
12-30 17:00:27.265 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12600733;
setBrightness = 516
12-30 17:00:27.267 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:516 pkg:android userId:0
12-30 17:00:27.269 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:27.271 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:27.272 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 516
12-30 17:00:27.272 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.402 1291 3216 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:27.433 1291 3216 I _V_VivoFaceServiceImpl: sendCommand cmd: 1011
extra: 0
12-30 17:00:27.439 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.440 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 516; targetLcm = 499; pemLcm = 515; step = 1; gap = 178
12-30 17:00:27.440 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 516, mTargetLcm = 499, tempPemLcm = 515, pemLcm = 515
12-30 17:00:27.440 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 515; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 515
12-30 17:00:27.440 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23104876; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:27.440 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23104876, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:27.441 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23104876 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:27.443 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12576313, brightness =
515, useSurfaceControl status false
12-30 17:00:27.443 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=515
12-30 17:00:27.444 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12576313;
setBrightness = 515
12-30 17:00:27.444 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:515 pkg:android userId:0
12-30 17:00:27.446 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:27.447 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:27.449 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.449 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 515
12-30 17:00:27.454 1291 1917 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:00:27.462 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:27.486 1291 1408 W _V_VivoDisplayStateService: primary-display
FaceDozeIcon died
12-30 17:00:27.486 1291 3216 I ActivityManager: Process com.vivo.faceui (pid
1989) has died: pers PER
12-30 17:00:27.486 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 1
12-30 17:00:27.493 1291 3216 W ActivityManager: Scheduling restart of crashed
service com.vivo.faceui/.FaceUIService in 0ms for persistent
12-30 17:00:27.494 1291 3216 W ActivityManager: Re-adding persistent process
ProcessRecord{7e970de 1989:com.vivo.faceui/1000}
12-30 17:00:27.497 1291 3216 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.faceui
12-30 17:00:27.498 1291 3216 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:27.530 1291 1436 I ActivityManager: Start proc
4024:com.vivo.faceui/1000 for restart com.vivo.faceui
12-30 17:00:27.554 1291 3216 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3252 callingUid:10151
12-30 17:00:27.566 1291 3216 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:27.618 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.619 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 515; targetLcm = 499; pemLcm = 514; step = 1; gap = 178
12-30 17:00:27.619 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 515, mTargetLcm = 499, tempPemLcm = 514, pemLcm = 514
12-30 17:00:27.619 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 514; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 514
12-30 17:00:27.619 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2305417;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:27.620 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2305417, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:27.620 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2305417 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:27.621 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12551893, brightness =
514, useSurfaceControl status false
12-30 17:00:27.622 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=514
12-30 17:00:27.622 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12551893;
setBrightness = 514
12-30 17:00:27.623 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:514 pkg:android userId:0
12-30 17:00:27.624 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:27.625 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 514
12-30 17:00:27.625 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.628 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:27.663 1291 1967 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3275 callingUid:10153
12-30 17:00:27.720 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:27.724 1291 1967 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_color
value:16776698 pkg:com.vivo.faceui userId:0
12-30 17:00:27.798 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 514; targetLcm = 499; pemLcm = 513; step = 1; gap = 178
12-30 17:00:27.799 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.800 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 514, mTargetLcm = 499, tempPemLcm = 513, pemLcm = 513
12-30 17:00:27.800 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 513; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 513
12-30 17:00:27.801 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.23011915; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:27.801 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23011915, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:27.802 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23011915 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:27.806 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12527473, brightness =
513, useSurfaceControl status false
12-30 17:00:27.807 1291 1967 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_start
value:18 pkg:com.vivo.faceui userId:0
12-30 17:00:27.807 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=513
12-30 17:00:27.808 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12527473;
setBrightness = 513
12-30 17:00:27.809 1291 1967 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_end value:18
pkg:com.vivo.faceui userId:0
12-30 17:00:27.810 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:27.811 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:513 pkg:android userId:0
12-30 17:00:27.813 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.814 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:27.814 1291 1967 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_duration
value:0 pkg:com.vivo.faceui userId:0
12-30 17:00:27.815 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 513
12-30 17:00:27.849 1291 3622 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_screen_doze value:0
pkg:com.vivo.faceui userId:0
12-30 17:00:27.864 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1000; state: ENABLED
12-30 17:00:27.873 1291 1291 D TrustManagerService: Removing dead TrustListener.
12-30 17:00:27.874 1291 1291 D _V_TrustManagerService: aggregateIsTrusted - no
active trusted agent
12-30 17:00:27.978 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.979 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 513; targetLcm = 499; pemLcm = 512; step = 1; gap = 178
12-30 17:00:27.979 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 513, mTargetLcm = 499, tempPemLcm = 512, pemLcm = 512
12-30 17:00:27.980 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 512; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 512
12-30 17:00:27.980 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2296121;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:27.981 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2296121, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:27.982 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2296121 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:27.984 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12503053, brightness =
512, useSurfaceControl status false
12-30 17:00:27.986 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=512
12-30 17:00:27.986 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12503053;
setBrightness = 512
12-30 17:00:27.987 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:512 pkg:android userId:0
12-30 17:00:27.991 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:27.993 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:27.995 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:27.996 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 512
12-30 17:00:28.157 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:28.157 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 512; targetLcm = 499; pemLcm = 511; step = 1; gap = 178
12-30 17:00:28.157 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 512, mTargetLcm = 499, tempPemLcm = 511, pemLcm = 511
12-30 17:00:28.157 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 511; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 511
12-30 17:00:28.157 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22918956; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:28.158 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22918956, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:28.159 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22918956 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:28.163 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.124786325, brightness
= 511, useSurfaceControl status false
12-30 17:00:28.164 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=511
12-30 17:00:28.165 1291 1743 I _V_VivoLightsService: lcmFloat = 0.124786325;
setBrightness = 511
12-30 17:00:28.166 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:511 pkg:android userId:0
12-30 17:00:28.168 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:28.169 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:28.170 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:28.171 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 511
12-30 17:00:28.336 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:28.337 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 511; targetLcm = 499; pemLcm = 510; step = 1; gap = 178
12-30 17:00:28.337 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 511, mTargetLcm = 499, tempPemLcm = 510, pemLcm = 510
12-30 17:00:28.338 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 510; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 510
12-30 17:00:28.338 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2286825;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:28.338 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2286825, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:28.339 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2286825 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:28.342 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.124542125, brightness
= 510, useSurfaceControl status false
12-30 17:00:28.342 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=510
12-30 17:00:28.343 1291 1743 I _V_VivoLightsService: lcmFloat = 0.124542125;
setBrightness = 510
12-30 17:00:28.344 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:510 pkg:android userId:0
12-30 17:00:28.346 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:28.347 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:28.349 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:28.350 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 510
12-30 17:00:28.517 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:28.518 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 510; targetLcm = 499; pemLcm = 509; step = 1; gap = 178
12-30 17:00:28.518 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 510, mTargetLcm = 499, tempPemLcm = 509, pemLcm = 509
12-30 17:00:28.518 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 509; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 509
12-30 17:00:28.518 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22817545; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:28.518 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22817545, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:28.519 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22817545 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:28.520 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.124297924, brightness
= 509, useSurfaceControl status false
12-30 17:00:28.520 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=509
12-30 17:00:28.520 1291 1412 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #815} whose proc state 2 is better than
process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (563
skipped)
12-30 17:00:28.520 1291 1743 I _V_VivoLightsService: lcmFloat = 0.124297924;
setBrightness = 509
12-30 17:00:28.521 1291 1412 I _V_FaceUIServiceDelegate: Faceui service binded
12-30 17:00:28.524 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:28.524 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:509 pkg:android userId:0
12-30 17:00:28.526 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 509
12-30 17:00:28.526 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:28.526 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:28.541 1291 3622 W _V_VivoDisplayStateService: primary-display
register module denied/FaceDozeIcon is already registered
12-30 17:00:28.554 1291 1412 I _V_FaceUIServiceDelegate: service connected
12-30 17:00:28.602 1291 3622 I _V_FaceUIStateMonitor: get memory FileDescriptor
12-30 17:00:28.607 1291 3622 I _V_VivoFaceServiceImpl: sendCommand cmd: 1016
extra: 0
12-30 17:00:28.697 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:28.698 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 509; targetLcm = 499; pemLcm = 508; step = 1; gap = 178
12-30 17:00:28.698 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 509, mTargetLcm = 499, tempPemLcm = 508, pemLcm = 508
12-30 17:00:28.698 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 508; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 508
12-30 17:00:28.698 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2277529;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:28.699 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2277529, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:28.700 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2277529 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:28.702 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.124053724, brightness
= 508, useSurfaceControl status false
12-30 17:00:28.702 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=508
12-30 17:00:28.703 1291 1743 I _V_VivoLightsService: lcmFloat = 0.124053724;
setBrightness = 508
12-30 17:00:28.704 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:508 pkg:android userId:0
12-30 17:00:28.705 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:28.707 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:28.708 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:28.709 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 508
12-30 17:00:28.737 1291 3622 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:28.876 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:28.876 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 508; targetLcm = 499; pemLcm = 507; step = 1; gap = 178
12-30 17:00:28.876 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 508, mTargetLcm = 499, tempPemLcm = 507, pemLcm = 507
12-30 17:00:28.876 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 507; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 507
12-30 17:00:28.876 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22724584; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:28.877 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22724584, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:28.878 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22724584 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:28.880 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.123809524, brightness
= 507, useSurfaceControl status false
12-30 17:00:28.881 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=507
12-30 17:00:28.882 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:507 pkg:android userId:0
12-30 17:00:28.882 1291 1743 I _V_VivoLightsService: lcmFloat = 0.123809524;
setBrightness = 507
12-30 17:00:28.884 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:28.886 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:28.887 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:28.888 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 507
12-30 17:00:29.057 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:29.058 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 507; targetLcm = 499; pemLcm = 506; step = 1; gap = 178
12-30 17:00:29.058 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 507, mTargetLcm = 499, tempPemLcm = 506, pemLcm = 506
12-30 17:00:29.059 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 506; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 506
12-30 17:00:29.059 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22682329; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:29.059 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22682329, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:29.060 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22682329 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:29.062 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12356532, brightness =
506, useSurfaceControl status false
12-30 17:00:29.065 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:506 pkg:android userId:0
12-30 17:00:29.065 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=506
12-30 17:00:29.068 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:29.070 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12356532;
setBrightness = 506
12-30 17:00:29.073 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:29.086 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:29.089 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 506
12-30 17:00:29.236 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:29.236 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 506; targetLcm = 499; pemLcm = 505; step = 1; gap = 178
12-30 17:00:29.237 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 506, mTargetLcm = 499, tempPemLcm = 505, pemLcm = 505
12-30 17:00:29.237 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 505; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 505
12-30 17:00:29.237 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22631623; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:29.237 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22631623, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:29.239 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22631623 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:29.241 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12332112, brightness =
505, useSurfaceControl status false
12-30 17:00:29.241 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=505
12-30 17:00:29.242 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12332112;
setBrightness = 505
12-30 17:00:29.244 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:505 pkg:android userId:0
12-30 17:00:29.245 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:29.248 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:29.250 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 505
12-30 17:00:29.251 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:29.319 1291 3883 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3367 callingUid:10170
12-30 17:00:29.329 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:29.374 1291 4056 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:29.415 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:29.416 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 505; targetLcm = 499; pemLcm = 504; step = 1; gap = 178
12-30 17:00:29.416 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 505, mTargetLcm = 499, tempPemLcm = 504, pemLcm = 504
12-30 17:00:29.416 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 504; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 504
12-30 17:00:29.417 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22580917; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:29.417 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22580917, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:29.418 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22580917 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:29.422 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12307692, brightness =
504, useSurfaceControl status false
12-30 17:00:29.422 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=504
12-30 17:00:29.423 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12307692;
setBrightness = 504
12-30 17:00:29.424 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:504 pkg:android userId:0
12-30 17:00:29.427 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:29.427 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:29.430 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 504
12-30 17:00:29.432 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:29.593 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:29.594 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 504; targetLcm = 499; pemLcm = 503; step = 1; gap = 178
12-30 17:00:29.594 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 504, mTargetLcm = 499, tempPemLcm = 503, pemLcm = 503
12-30 17:00:29.594 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 503; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 503
12-30 17:00:29.594 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22538663; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:29.594 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22538663, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:29.595 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22538663 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:29.597 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12283272, brightness =
503, useSurfaceControl status false
12-30 17:00:29.597 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=503
12-30 17:00:29.597 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12283272;
setBrightness = 503
12-30 17:00:29.599 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:29.599 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:503 pkg:android userId:0
12-30 17:00:29.601 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 503
12-30 17:00:29.601 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:29.602 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:29.773 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:29.773 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 503; targetLcm = 499; pemLcm = 502; step = 1; gap = 178
12-30 17:00:29.773 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 503, mTargetLcm = 499, tempPemLcm = 502, pemLcm = 502
12-30 17:00:29.774 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 502; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 502
12-30 17:00:29.774 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22487958; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:29.774 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22487958, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:29.775 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22487958 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:29.779 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12258852, brightness =
502, useSurfaceControl status false
12-30 17:00:29.780 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=502
12-30 17:00:29.780 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12258852;
setBrightness = 502
12-30 17:00:29.781 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:502 pkg:android userId:0
12-30 17:00:29.783 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:29.784 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:29.788 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:29.788 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 502
12-30 17:00:29.897 1291 1967 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:00:29.952 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:29.952 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 502; targetLcm = 499; pemLcm = 501; step = 1; gap = 178
12-30 17:00:29.952 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 502, mTargetLcm = 499, tempPemLcm = 501, pemLcm = 501
12-30 17:00:29.952 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 501; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 501
12-30 17:00:29.952 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22445703; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:29.952 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22445703, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:29.953 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22445703 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:29.954 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12234432, brightness =
501, useSurfaceControl status false
12-30 17:00:29.954 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=501
12-30 17:00:29.954 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12234432;
setBrightness = 501
12-30 17:00:29.955 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:501 pkg:android userId:0
12-30 17:00:29.956 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:29.957 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:29.957 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 501
12-30 17:00:29.958 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:30.134 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:30.134 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 501; targetLcm = 499; pemLcm = 500; step = 1; gap = 178
12-30 17:00:30.135 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 501, mTargetLcm = 499, tempPemLcm = 500, pemLcm = 500
12-30 17:00:30.135 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 500; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 500
12-30 17:00:30.135 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22394997; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:30.135 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22394997, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:30.136 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22394997 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:30.138 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12210012, brightness =
500, useSurfaceControl status false
12-30 17:00:30.139 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=500
12-30 17:00:30.139 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12210012;
setBrightness = 500
12-30 17:00:30.140 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:500 pkg:android userId:0
12-30 17:00:30.142 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:30.144 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 500
12-30 17:00:30.145 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:30.145 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:30.167 1291 1435 I ActivityManager: Waited long enough for:
ServiceRecord{b40519b u0 com.google.android.gms/.gcm.GcmService}
12-30 17:00:30.168 1291 1435 I BroadcastQueue: Resuming delayed broadcast
12-30 17:00:30.170 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:30.239 1291 1412 D DeviceIdleController: Adding AppId 10093 to temp
whitelist. New entry: true
12-30 17:00:30.240 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10093, delay=20000
12-30 17:00:30.240 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10074, 10093, 10122, 10152, 10156]
12-30 17:00:30.247 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10093; state: DISABLED
12-30 17:00:30.249 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10074, 10093, 10122, 10152, 10156]
12-30 17:00:30.257 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:30.257 1291 4059 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:30.273 1291 4060 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:30.274 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:30.277 1291 3622 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.crontab
12-30 17:00:30.278 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:30.306 1291 1436 I ActivityManager: Start proc
4061:com.vivo.crontab/1000 for broadcast
{com.vivo.crontab/com.vivo.crontab.AlarmReceiver}
12-30 17:00:30.313 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:30.314 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 500; targetLcm = 499; pemLcm = 499; step = 1; gap = 178
12-30 17:00:30.314 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 500, mTargetLcm = 499, tempPemLcm = 499, pemLcm = 499
12-30 17:00:30.314 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 499; mTargetLcm = 499;
mPemScale = 0.9; mApparentBrightness = 0.2500634, mActualLcm 499
12-30 17:00:30.314 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22344291; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:30.314 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22344291, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:30.314 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22344291 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:30.317 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12185592, brightness =
499, useSurfaceControl status false
12-30 17:00:30.317 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=499
12-30 17:00:30.317 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12185592;
setBrightness = 499
12-30 17:00:30.318 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:499 pkg:android userId:0
12-30 17:00:30.320 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:30.321 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:30.324 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:30.324 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 499
12-30 17:00:30.404 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:00:30.483 1291 1967 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3512 callingUid:10155
12-30 17:00:30.597 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:30.600 1291 1967 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:bootcompleted value:1 pkg:com.vivo.crontab userId:0
12-30 17:00:30.602 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/bootcompleted
12-30 17:00:30.643 1291 1967 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:poweron_time value:-1
pkg:com.vivo.crontab userId:0
12-30 17:00:30.652 1291 1967 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:poweroff_time value:-1
pkg:com.vivo.crontab userId:0
12-30 17:00:30.675 1291 1967 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:offline_time value:-1
pkg:com.vivo.crontab userId:0
12-30 17:00:30.705 1291 1967 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:crontab_time value:-1
pkg:com.vivo.crontab userId:0
12-30 17:00:30.720 1291 1967 I ActivityManager: Killing
2735:com.bbk.updater/u0a122 (adj 975): empty #17
12-30 17:00:30.729 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:30.729 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:00:30.741 1291 1412 D DeviceIdleController: Adding AppId 10096 to temp
whitelist. New entry: true
12-30 17:00:30.742 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10096, delay=20000
12-30 17:00:30.742 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10074, 10093, 10096, 10122, 10152, 10156]
12-30 17:00:30.744 1291 1967 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.notes
12-30 17:00:30.745 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10096; state: DISABLED
12-30 17:00:30.745 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10096; state: ENABLED
12-30 17:00:30.750 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10074, 10093, 10096, 10122, 10152, 10156]
12-30 17:00:30.752 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:30.784 1291 1436 I ActivityManager: Start proc
4090:com.vivo.notes/u0a96 for broadcast
{com.vivo.notes/com.vivo.notes.receiver.AlarmBroadcastReceiver}
12-30 17:00:30.846 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:30.850 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:30.852 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:30.875 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10096; state: DISABLED
12-30 17:00:31.103 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10096; state: ENABLED
12-30 17:00:31.105 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10096; state: DISABLED
12-30 17:00:31.135 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:31.187 1291 3883 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:31.197 1291 3883 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:31.205 1291 3622 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:31.226 1291 3622 I ActivityManager: Killing
2754:com.android.carrierdefaultapp/u0a67 (adj 985): empty #17
12-30 17:00:31.234 1291 1412 D DeviceIdleController: Adding AppId 10080 to temp
whitelist. New entry: true
12-30 17:00:31.234 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10080, delay=20000
12-30 17:00:31.234 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10074, 10080, 10093, 10096, 10122, 10152, 10156]
12-30 17:00:31.243 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10074, 10080, 10093, 10096, 10122, 10152, 10156]
12-30 17:00:31.244 1291 1967 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
12-30 17:00:31.248 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 17:00:31.248 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:31.249 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 17:00:31.249 1291 1435 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
12-30 17:00:31.250 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 17:00:31.250 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 17:00:31.250 1291 1435 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
12-30 17:00:31.251 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 17:00:31.251 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 17:00:31.252 1291 1435 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
12-30 17:00:31.252 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 17:00:31.252 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
12-30 17:00:31.265 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10177; state: DISABLED
12-30 17:00:31.312 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.314 1291 3883 I BroadcastQueue: Delay finish:
com.bbk.updater/.remote.RefreshTimerReceiver
12-30 17:00:31.366 1291 1425 W ProcessCpuTracker: Failed to stat(/proc/2754):
android.system.ErrnoException: stat failed: ENOENT (No such file or directory)
12-30 17:00:31.366 1291 1425 W ProcessCpuTracker: Skipping unknown process pid
2754
12-30 17:00:31.381 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.383 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.556 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.559 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.610 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.614 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.684 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.685 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.766 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.769 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.779 1291 4117 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.793 1291 4118 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.811 1291 4119 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.827 1291 4120 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.838 1291 4121 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.848 1291 4122 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.861 1291 4123 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.872 1291 4124 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.882 1291 4125 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.892 1291 4126 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.904 1291 4127 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.916 1291 4128 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.927 1291 4129 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.940 1291 4130 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.951 1291 4131 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.959 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.961 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:31.963 1291 4132 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.973 1291 4133 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.982 1291 4134 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:31.994 1291 4135 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.003 1291 4136 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.012 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.014 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.015 1291 4137 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.026 1291 4138 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.036 1291 4139 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.047 1291 4140 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.062 1291 4141 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.072 1291 4142 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.083 1291 4143 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.087 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.090 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.096 1291 4144 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.108 1291 4145 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.118 1291 4146 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.129 1291 4147 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.139 1291 4148 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.154 1291 4149 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.159 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.160 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.167 1291 4150 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.177 1291 4151 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.187 1291 4152 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.205 1291 4153 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.228 1291 4154 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:32.352 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.354 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.390 1291 1967 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3830 callingUid:10165
12-30 17:00:32.396 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.397 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:32.409 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.420 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.485 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.486 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.545 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:32.545 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=79584
12-30 17:00:32.545 1291 1510 D DeviceIdleController: Time to remove uid 1000:
97767
12-30 17:00:32.546 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=18183
12-30 17:00:32.573 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.580 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.590 1291 3883 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:32.615 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:32.615 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10074, timeNow=79653
12-30 17:00:32.615 1291 1510 D DeviceIdleController: Removing uid 10074 from temp
whitelist
12-30 17:00:32.615 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10080, 10093, 10096, 10122, 10152, 10156]
12-30 17:00:32.630 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10080, 10093, 10096, 10122, 10152, 10156]
12-30 17:00:32.649 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:00:32.650 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:32.807 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.812 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.888 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.891 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:32.988 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:33.013 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:33.086 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:33.090 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:33.187 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:33.205 1291 1435 I BroadcastQueue: Resuming delayed broadcast
12-30 17:00:33.211 1291 1435 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.updater
12-30 17:00:33.213 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10122; state: DISABLED
12-30 17:00:33.214 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10122; state: ENABLED
12-30 17:00:33.245 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:33.245 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=80283
12-30 17:00:33.245 1291 1510 D DeviceIdleController: Time to remove uid 1001:
97208
12-30 17:00:33.245 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=16925
12-30 17:00:33.254 1291 1436 I ActivityManager: Start proc
4157:com.bbk.updater/u0a122 for broadcast
{com.bbk.updater/com.bbk.updater.receiver.AllReceivers}
12-30 17:00:33.311 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:33.312 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10122, timeNow=80350
12-30 17:00:33.312 1291 1510 D DeviceIdleController: Removing uid 10122 from temp
whitelist
12-30 17:00:33.312 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10080, 10093, 10096, 10152, 10156]
12-30 17:00:33.325 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10080, 10093, 10096, 10152, 10156]
12-30 17:00:33.327 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:33.327 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10152, timeNow=80365
12-30 17:00:33.327 1291 1510 D DeviceIdleController: Removing uid 10152 from temp
whitelist
12-30 17:00:33.327 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10080, 10093, 10096, 10156]
12-30 17:00:33.327 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:33.329 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:33.330 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:33.334 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10080, 10093, 10096, 10156]
12-30 17:00:33.335 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:00:33.336 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:33.336 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:00:33.353 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:33.530 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:33.539 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:33.586 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:33.614 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:33.618 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:33.618 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10156, timeNow=80657
12-30 17:00:33.618 1291 1510 D DeviceIdleController: Removing uid 10156 from temp
whitelist
12-30 17:00:33.618 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10080, 10093, 10096]
12-30 17:00:33.629 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10080, 10093, 10096]
12-30 17:00:33.636 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:00:33.640 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:33.650 1291 3883 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.USER_PRESENT flg=0x4200010 } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
12-30 17:00:33.656 1291 3883 I ActivityManager: Killing
2927:com.android.deskclock/u0a74 (adj 975): empty #17
12-30 17:00:33.660 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.USER_PRESENT flg=0x4200010 } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
12-30 17:00:33.665 1291 1581 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:33.699 1291 1581 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:33.708 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:33.722 1291 1412 D DeviceIdleController: Adding AppId 10124 to temp
whitelist. New entry: true
12-30 17:00:33.722 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10124, delay=20000
12-30 17:00:33.722 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10080, 10093, 10096, 10124]
12-30 17:00:33.724 1291 3216 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.iqoo.logsystem
12-30 17:00:33.724 1291 3216 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10124; state: DISABLED
12-30 17:00:33.725 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10124; state: ENABLED
12-30 17:00:33.725 1291 3622 D _V_VivoCommonService: isFeatureSupport hasRTBlur
12-30 17:00:33.726 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:33.726 1291 3622 D _V_VivoCommonService: isFeatureSupport hasRTBlur
12-30 17:00:33.730 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10080, 10093, 10096, 10124]
12-30 17:00:33.731 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:33.745 1291 1967 I _V_VivoCommonService: get info binder pid is :4157
12-30 17:00:33.749 1291 1436 I ActivityManager: Start proc
4216:com.bbk.iqoo.logsystem/u0a124 for broadcast
{com.bbk.iqoo.logsystem/com.bbk.iqoo.logsystem.app.receiver.BootReceiver}
12-30 17:00:33.761 1291 1967 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:33.774 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:33.789 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:33.816 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:33.817 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:33.819 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:33.838 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10124; state: DISABLED
12-30 17:00:33.914 1291 3622 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:33.973 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:33.996 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:34.112 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.wearsupport.WearSupportService newState:2
userId:0 callingPackage:null callingUid:10155 callingPid:3512
12-30 17:00:34.173 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.wearsupport.WearChangeListenerService
newState:2 userId:0 callingPackage:null callingUid:10155 callingPid:3512
12-30 17:00:34.176 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:34.185 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:34.259 1291 1408 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:34.289 1291 1408 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
12-30 17:00:34.307 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:34.351 1291 1408 I ActivityManager: Killing
2561:com.google.android.apps.wellbeing/u0a152 (adj 955): empty #17
12-30 17:00:34.358 1291 1435 I BroadcastQueue: Resuming delayed broadcast
12-30 17:00:34.362 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:34.375 1291 1412 D DeviceIdleController: Adding AppId 10047 to temp
whitelist. New entry: true
12-30 17:00:34.375 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10047, delay=20000
12-30 17:00:34.375 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10080, 10093, 10096, 10124]
12-30 17:00:34.376 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10080, 10093, 10096, 10124]
12-30 17:00:34.377 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:34.389 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:34.400 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:34.405 1291 1412 D DeviceIdleController: Adding AppId 10047 to temp
whitelist. New entry: false
12-30 17:00:34.409 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:34.414 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:34.453 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:34.456 1291 3216 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.smartshot
12-30 17:00:34.456 1291 3216 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:34.459 1291 1291 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
12-30 17:00:34.465 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:34.472 1291 1291 D _V_VivoLcmEsd: proximity positive is :true
12-30 17:00:34.473 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
12-30 17:00:34.480 1291 1436 I ActivityManager: Start proc
4276:com.vivo.smartshot:screenshot/1000 for broadcast
{com.vivo.smartshot/com.vivo.smartshot.receiver.SysBootReceiver}
12-30 17:00:34.544 1291 1408 D VibratorManagerService: Canceling vibration
12-30 17:00:34.548 1291 1408 D _V_VibratorManagerService: mAudioVibrating = false
12-30 17:00:34.548 1291 1408 D _V_RichTapVibratorService: richtap service stop!!
12-30 17:00:34.551 1291 1408 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
12-30 17:00:34.551 1291 1408 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@af4d1ba
12-30 17:00:34.551 1291 1408 E _V_RichTapVibratorService: getExtension == null
12-30 17:00:34.551 1291 1408 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
12-30 17:00:34.558 1291 1291 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
12-30 17:00:34.561 1291 3216 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@af43c83
12-30 17:00:34.561 1291 1291 D _V_VivoLcmEsd: proximity positive is :false
12-30 17:00:34.563 1291 3216 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForFakeTarget
Window{35742e2 u0 com.android.launcher3/com.android.launcher3.Launcher}
12-30 17:00:34.565 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:34.571 1291 3216 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:00:34.572 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
12-30 17:00:34.573 1291 3216 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:00:34.574 1291 3216 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForFakeTarget
null
12-30 17:00:34.575 1291 3216 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:8ffcbfb u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
12-30 17:00:34.577 1291 3216 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
12-30 17:00:34.577 1291 1412 D _V_WindowManager: requestTransientBars swipeTarget
= Window{com.android.systemui:3e2dfcf u0 StatusBar} controlTarget =
Window{com.android.systemui:8ffcbfb u0 NotificationShade} navHidden = false
statusHidden = false
12-30 17:00:34.616 1291 1917 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:8ffcbfb u0 NotificationShade} mDrawState=DRAW_PENDING
12-30 17:00:34.616 1291 1917 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@95e3a0c mSyncState=0
12-30 17:00:34.935 1291 3622 W ActivityManager: Unable to start service Intent
{ act=com.vivo.virtualbutton.service.VirtualButtonManagerService
pkg=com.vivo.virtualbutton } U=0: not found
12-30 17:00:34.937 1291 3622 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:34.972 1291 1917 I ActivityManager: Process
com.vivo.smartshot:screenshot (pid 4276) has died: fg RCVR
12-30 17:00:34.987 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:34.988 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:00:35.000 1291 1412 D DeviceIdleController: Adding AppId 10122 to temp
whitelist. New entry: true
12-30 17:00:35.001 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10122, delay=20000
12-30 17:00:35.001 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10080, 10093, 10096, 10122, 10124]
12-30 17:00:35.001 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10080, 10093, 10096, 10122, 10124]
12-30 17:00:35.005 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:35.007 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:35.007 1291 4304 I DropBoxManagerService: add tag=SYSTEM_BOOT
isTagEnabled=true flags=0x2
12-30 17:00:35.013 1291 4304 I BootReceiver: Copying audit failures to DropBox
12-30 17:00:35.014 1291 4304 I BootReceiver: Checking for fsck errors
12-30 17:00:35.016 1291 4304 I BootReceiver: fs_stat, partition:cache stat:0xb
12-30 17:00:35.016 1291 4304 I BootReceiver: fs_stat, partition:protect1 stat:0x3
12-30 17:00:35.016 1291 4304 I BootReceiver: fs_stat, partition:protect2 stat:0x3
12-30 17:00:35.016 1291 4304 I BootReceiver: fs_stat, partition:nvdata stat:0x3
12-30 17:00:35.016 1291 4304 I BootReceiver: fs_stat, partition:nvcfg stat:0xb
12-30 17:00:35.016 1291 4304 I BootReceiver: fs_stat, partition:persist stat:0x3
12-30 17:00:35.028 1291 4304 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.providers.downloads
12-30 17:00:35.028 1291 4304 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10049; state: DISABLED
12-30 17:00:35.029 1291 4304 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10049; state: DISABLED
12-30 17:00:35.029 1291 4304 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10049; state: DISABLED
12-30 17:00:35.029 1291 4304 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10049; state: ENABLED
12-30 17:00:35.029 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10049; state: ENABLED
12-30 17:00:35.041 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:35.046 1291 1436 I ActivityManager: Start proc
4308:android.process.media/u0a49 for content provider
{com.android.providers.downloads/com.android.providers.downloads.DownloadProvider}
12-30 17:00:35.091 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:35.107 1291 3216 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:35.109 1291 3216 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:35.111 1291 3216 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:35.132 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10049; state: DISABLED
12-30 17:00:35.164 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:35.195 1291 3622 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:35.244 1291 1917 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:35.261 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:35.265 1291 1408 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:35.278 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:35.290 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.298 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.305 1291 1967 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.319 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.320 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.336 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:35.344 1291 1408 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:35.352 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.361 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.398 1291 1408 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:mobile_data value:1 pkg:com.android.phone userId:0
12-30 17:00:35.400 1291 1408 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:mobile_data value:1 pkg:com.android.phone
userId:0
12-30 17:00:35.403 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.406 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.408 1291 1917 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:mobile_data2 value:1 pkg:com.android.phone userId:0
12-30 17:00:35.411 1291 1917 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:mobile_data value:1 pkg:com.android.phone
userId:0
12-30 17:00:35.412 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.422 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.426 1291 1408 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10124, isRmsPreload = false, keepQuiet =false
12-30 17:00:35.455 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.458 1291 3603 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10124, isRmsPreload = false, keepQuiet =false
12-30 17:00:35.469 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.473 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.475 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.479 1291 1408 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10124, isRmsPreload = false, keepQuiet =false
12-30 17:00:35.489 1291 3622 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:35.499 1291 1967 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.500 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.504 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.529 1291 3883 I ConditionProviders: Allowing condition provider
com.vivo.pushservice/com.vivo.push.util.NotificationMonitor (userSet: true)
12-30 17:00:35.530 1291 3883 I NotificationListeners: Allowing notification
listener com.vivo.pushservice/com.vivo.push.util.NotificationMonitor (userSet:
true)
12-30 17:00:35.531 1291 3883 W NotificationListeners: Not binding notification
listener service
ComponentInfo{com.vivo.pushservice/com.vivo.push.util.NotificationMonitor}: service
not found
12-30 17:00:35.547 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.547 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:35.550 1291 3603 I _V_RMS-FCM: Fcm gold pass supervisor get fcm
policy. useUnfreeze: true, sFcmGoldPassActions:
[com.google.android.c2dm.intent.RECEIVE, com.google.firebase.MESSAGING_EVENT],
sFcmGoldPassBackList: []
12-30 17:00:35.551 1291 1291 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.startService:1840
android.content.ContextWrapper.startService:776
android.content.ContextWrapper.startService:776
com.mediatek.location.lppe.main.LPPeBootUpReceiver.onReceive:5
android.app.ActivityThread.handleReceiver:4670
12-30 17:00:35.555 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.560 1291 3883 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.562 1291 1412 D DeviceIdleController: Adding AppId 10211 to temp
whitelist. New entry: true
12-30 17:00:35.562 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10211, delay=20000
12-30 17:00:35.562 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10080, 10093, 10096, 10122, 10124, 10211]
12-30 17:00:35.564 1291 1291 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.katana
12-30 17:00:35.564 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10211; state: DISABLED
12-30 17:00:35.568 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10211; state: ENABLED
12-30 17:00:35.583 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:35.590 1291 1291 W Looper : Slow dispatch took 310ms main
h=android.app.ActivityThread$H c=null m=113
12-30 17:00:35.591 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.591 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10080, 10093, 10096, 10122, 10124, 10211]
12-30 17:00:35.591 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.upslide.speedup.provider for user 0
12-30 17:00:35.593 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:35.594 1291 1436 I ActivityManager: Start proc
4380:com.facebook.katana/u0a211 for broadcast
{com.facebook.katana/com.facebook.push.mqtt.receiver.BootCompleteBroadcastReceiver}
12-30 17:00:35.596 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.599 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/mobile_data
12-30 17:00:35.600 1291 1291 W Looper : Slow delivery took 202ms main
h=com.android.providers.settings.SettingsProvider$SettingsRegistry$MyHandler c=null
m=2
12-30 17:00:35.601 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/mobile_data2
12-30 17:00:35.615 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:35.616 1291 3883 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 17:00:35.616 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:35.617 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:35.628 1291 1967 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.638 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:35.639 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:35.639 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:35.639 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:35.639 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:35.652 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.661 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:35.667 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.677 1291 3883 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 17:00:35.688 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:35.693 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:35.693 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:35.696 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:35.698 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:35.699 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:35.700 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.706 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.709 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:35.711 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.714 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:35.716 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:35.723 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.743 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:35.745 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10211; state: DISABLED
12-30 17:00:35.764 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.766 1291 1291 W Looper : Slow dispatch took 149ms main
h=android.app.ActivityThread$H c=null m=114
12-30 17:00:35.789 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.790 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.792 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.795 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.801 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.809 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.814 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.817 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:00:35.826 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.830 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.831 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.835 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.839 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.840 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.842 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.854 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.856 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.866 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.873 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.880 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.883 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.884 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.893 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.894 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.895 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.903 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.906 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:35.908 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.917 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.920 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.921 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.924 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.926 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.928 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.935 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.942 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.943 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.945 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.954 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.955 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.956 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.959 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.963 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.970 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.972 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.974 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.978 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.985 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.992 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.993 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.996 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:35.999 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.002 1291 3603 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
12-30 17:00:36.003 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.007 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:36.008 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:36.010 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:36.010 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:36.011 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:00:36.012 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.013 1291 3603 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.016 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.020 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.026 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.027 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.030 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.034 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.083 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.104 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.106 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.110 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.116 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.123 1291 1408 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.128 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.134 1291 1610 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.136 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.139 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.139 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.140 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.145 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.146 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.148 1291 3622 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.152 1291 1610 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.214 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.222 1291 1291 W Looper : Drained
12-30 17:00:36.224 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.233 1291 1610 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.235 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.237 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.250 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.255 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.266 1291 1610 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.269 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.278 1291 3622 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:36.291 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.295 1291 1611 D _V_VivoNpmsImpl: onCapabilitiesChanged
networkCapabilities [ Transports: CELLULAR Capabilities:
SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&N
OT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=15000Kbps LinkDnBandwidth>=30000Kbps
Specifier: <TelephonyNetworkSpecifier [mSubId = 2]> SubscriptionIds: {2}]
12-30 17:00:36.300 1291 2104 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10080, isRmsPreload = false, keepQuiet =false
12-30 17:00:36.306 1291 3216 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:36.307 1291 3216 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:36.323 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.336 1291 3880 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.settings
12-30 17:00:36.337 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:36.343 1291 1921 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.344 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:36.358 1291 3216 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:36.370 1291 1436 I ActivityManager: Start proc
4447:com.android.settings:SettingsExProvider/1000 for content provider
{com.android.settings/com.vivo.settings.selfstart.provider.SelfStartProvider}
12-30 17:00:36.373 1291 3216 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:36.378 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.414 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.421 1291 1408 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:36.440 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.446 1291 1610 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.sendStickyBroadcast:1578
com.android.server.ConnectivityService.sendStickyBroadcast:2948
com.android.server.ConnectivityService.sendGeneralBroadcast:2923
com.android.server.ConnectivityService.sendConnectedBroadcast:2896
com.android.server.ConnectivityService.sendLegacyNetworkBroadcast:9230
12-30 17:00:36.472 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.484 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.498 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.507 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.539 1291 3880 I DropBoxManagerService: add
tag=platform_stats_bookmark isTagEnabled=true flags=0x2
12-30 17:00:36.552 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:00:36.560 1291 1581 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.568 1291 1742 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:36.572 1291 1454 I _V_FrozenOfflineManager:
handleConnectivityChanged: info=[type: MOBILE[LTE], state: CONNECTED/CONNECTED,
reason: (unspecified), extra: internet, failover: false, available: true, roaming:
false]
12-30 17:00:36.583 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.608 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.622 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:36.627 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.628 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.642 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.663 1291 1411 W Looper : Slow dispatch took 123ms android.fg
h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null
m=1
12-30 17:00:36.664 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.668 1291 1610 D _V_VivoConnectivityService: isMobile true
12-30 17:00:36.669 1291 1610 D _V_VivoConnectivityService: isWifi false
12-30 17:00:36.669 1291 1610 D _V_VivoConnectivityService: isExtWifi false
12-30 17:00:36.680 1291 1581 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.683 1291 1611 I NetworkWatchlistService: vivo_recovery, mobile
onAvailable, net id is 100
12-30 17:00:36.692 1291 1611 D _V_VivoNpmsImpl: onCapabilitiesChanged
networkCapabilities [ Transports: CELLULAR Capabilities:
SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&CAPTIVE_PORTAL&NOT_ROAMING&FOREGROUND&
NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=15000Kbps
LinkDnBandwidth>=30000Kbps Specifier: <TelephonyNetworkSpecifier [mSubId = 2]>
SubscriptionIds: {2}]
12-30 17:00:36.693 1291 1408 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{35742e2 u0 com.android.launcher3/com.android.launcher3.Launcher}
12-30 17:00:36.695 1291 1408 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{35742e2 u0 com.android.launcher3/com.android.launcher3.Launcher}
12-30 17:00:36.698 1291 1408 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{35742e2 u0 com.android.launcher3/com.android.launcher3.Launcher}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
12-30 17:00:36.701 1291 1408 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
12-30 17:00:36.710 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.723 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.743 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.743 1291 1408 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@9f97269 ,windowToken
=android.os.BinderProxy@99c7fad ,isPassword=false ,mIsSecImms=false
12-30 17:00:36.744 1291 1408 D _V_InputMethodManagerService: Check pwd = false
12-30 17:00:36.744 1291 1408 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@b2f9a4a inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@2712d8f
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_PAN windowFlags=#81910100 unverifiedTargetSdkVersion=31
12-30 17:00:36.745 1291 1408 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@1b66b.hideSoftInput(0,
android.os.Binder@1ac281c, null) for reason:
HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR
12-30 17:00:36.747 1291 1408 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 17:00:36.748 1291 1408 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:input_method_state value:0 pkg:android userId:0
12-30 17:00:36.749 1291 1408 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{3d4eb6f uid=10135 pid=2225 displayId=0}
12-30 17:00:36.749 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:00:36.750 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/input_method_state
12-30 17:00:36.752 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 25 state = 0
12-30 17:00:36.754 1291 3216 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
12-30 17:00:36.760 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.762 1291 3881 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.767 1291 1610 D _V_VivoConnectivityService:
shouldBlockNotificationForAIS=false
12-30 17:00:36.774 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:36.776 1291 3622 W ActivityManager: Unable to start service Intent
{ act=vivo.intent.action.VTRUST_DAEMON_ONLINE
cmp=com.vivo.customtool/.service.DaemonCallService } U=0: not found
12-30 17:00:36.783 1291 1610 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=android
opPkg=androidtag=ConnectivityNotification:100
notification=Notification(channel=NETWORK_STATUS shortcut=null contentView=null
vibrate=null sound=null tick defaults=0x0 flags=0x118 color=0x00000000 vis=PRIVATE
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =-
1
12-30 17:00:36.793 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.803 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.834 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.873 1291 1918 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
12-30 17:00:36.966 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:36.973 1291 1918 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:36.994 1291 1412 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: true
12-30 17:00:36.994 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10185, delay=20000
12-30 17:00:36.994 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10080, 10093, 10096, 10122, 10124, 10185,
10211]
12-30 17:00:36.997 1291 3216 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.orca
12-30 17:00:37.001 1291 3216 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10185; state: DISABLED
12-30 17:00:37.002 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10185; state: ENABLED
12-30 17:00:37.009 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10080, 10093, 10096, 10122, 10124, 10185, 10211]
12-30 17:00:37.013 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:37.052 1291 1436 W ActivityManager: Slow operation: 56ms so far, now
at startProcess: building log message
12-30 17:00:37.052 1291 1436 I ActivityManager: Start proc
4525:com.facebook.orca/u0a185 for broadcast
{com.facebook.orca/com.facebook.messaging.livelocation.bindings.MessengerLiveLocati
onBooter}
12-30 17:00:37.052 1291 1436 W ActivityManager: Slow operation: 56ms so far, now
at startProcess: starting to update pids map
12-30 17:00:37.053 1291 1436 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: done updating pids map
12-30 17:00:37.054 1291 1291 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
12-30 17:00:37.059 1291 3622 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:37.078 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:37.079 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:37.109 1291 1408 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
12-30 17:00:37.147 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:37.154 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:37.169 1291 3603 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:37.172 1291 3880 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:37.177 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:37.250 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:37.271 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:37.296 1291 3881 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:4380 callingUid:10211
12-30 17:00:37.309 1291 3603 W ActivityManager: Slow operation: 83ms so far, now
at attachApplicationLocked: before bindApplication
12-30 17:00:37.310 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10185; state: DISABLED
12-30 17:00:37.311 1291 3603 W ActivityManager: Slow operation: 85ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:00:37.319 1291 3603 W ActivityManager: Slow operation: 93ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:00:37.320 1291 3603 W ActivityManager: Slow operation: 94ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:00:37.322 1291 3603 W ActivityManager: Slow operation: 96ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:37.326 1291 3603 W ActivityManager: Slow operation: 100ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
12-30 17:00:37.389 1291 3878 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:4380 callingUid:10211
12-30 17:00:37.411 1291 1411 W Looper : Slow dispatch took 151ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@8c81dd3 m=0
12-30 17:00:37.461 1291 3622 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10080, isRmsPreload = false, keepQuiet =false
12-30 17:00:37.540 1291 3210 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:37.592 1291 3219 I _V_VivoActivityTaskManagerServiceImpl: register
activity observer
12-30 17:00:37.625 1291 3210 D IntervalStats: Unable to parse usage stats
packages: [305]
12-30 17:00:37.627 1291 3210 D IntervalStats: Unable to parse event packages:
[305]
12-30 17:00:37.666 1291 3210 D IntervalStats: Unable to parse usage stats
packages: [305]
12-30 17:00:37.672 1291 3210 D IntervalStats: Unable to parse event packages:
[305]
12-30 17:00:37.713 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:37.714 1291 3210 D IntervalStats: Unable to parse usage stats
packages: [258]
12-30 17:00:37.720 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:37.729 1291 3210 D IntervalStats: Unable to parse event packages:
[258]
12-30 17:00:37.735 1291 3878 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:37.742 1291 3219 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.recon_timestamp value:1703926837736
pkg:com.vivo.pushservice userId:0
12-30 17:00:37.743 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.recon_timestamp
12-30 17:00:37.766 1291 3210 D IntervalStats: Unable to parse usage stats
packages: [258]
12-30 17:00:37.778 1291 3210 D IntervalStats: Unable to parse event packages:
[258]
12-30 17:00:37.780 1291 3878 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10135 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
2225com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:00:37.780 1291 3878 V InputMethodManagerService: Client requesting input
be hidden
12-30 17:00:37.803 1291 3210 D IntervalStats: Unable to parse usage stats
packages: [258]
12-30 17:00:37.805 1291 3210 D IntervalStats: Unable to parse event packages:
[258]
12-30 17:00:37.817 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:37.825 1291 3210 D IntervalStats: Unable to parse usage stats
packages: [258, 305]
12-30 17:00:37.827 1291 3210 D IntervalStats: Unable to parse event packages:
[258, 305]
12-30 17:00:37.829 1291 3622 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@9472040 ,windowToken
=android.os.BinderProxy@99c7fad ,isPassword=false ,mIsSecImms=false
12-30 17:00:37.830 1291 3622 D _V_InputMethodManagerService: Check pwd = false
12-30 17:00:37.830 1291 3622 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=CHECK_FOCUS
client=android.os.BinderProxy@b2f9a4a inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@9c6b79
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_PAN windowFlags=#81910100 unverifiedTargetSdkVersion=31
12-30 17:00:37.831 1291 3622 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{3d4eb6f uid=10135 pid=2225 displayId=0}
12-30 17:00:37.831 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:00:37.846 1291 3210 D IntervalStats: Unable to parse usage stats
packages: [258, 305]
12-30 17:00:37.849 1291 3210 D IntervalStats: Unable to parse event packages:
[258, 305]
12-30 17:00:37.866 1291 3210 D IntervalStats: Unable to parse usage stats
packages: [258, 305]
12-30 17:00:37.868 1291 3210 D IntervalStats: Unable to parse event packages:
[258, 305]
12-30 17:00:37.880 1291 3210 D IntervalStats: Unable to parse usage stats
packages: [258]
12-30 17:00:37.978 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:38.069 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10080; state: ENABLED
12-30 17:00:38.106 1291 3219 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.vivo.push.ips_attempts value:0
pkg:com.vivo.pushservice userId:0
12-30 17:00:38.108 1291 3219 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.vivo.push.attempts value:0
pkg:com.vivo.pushservice userId:0
12-30 17:00:38.109 1291 3219 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.vivo.push.fixed_delay value:1
pkg:com.vivo.pushservice userId:0
12-30 17:00:38.154 1291 3219 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.vivo.pushservice.account value:
pkg:com.vivo.pushservice userId:0
12-30 17:00:38.286 1291 3210 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:38.299 1291 1412 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
12-30 17:00:38.305 1291 3622 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.vivo.pushservice.sdk value:
pkg:com.vivo.pushservice userId:0
12-30 17:00:38.315 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:38.327 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:38.328 1291 3219 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.networkstate
12-30 17:00:38.329 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:38.347 1291 1436 I ActivityManager: Start proc
4657:com.vivo.networkstate/1000 for broadcast
{com.vivo.networkstate/com.vivo.networkstate.StartupReceiver}
12-30 17:00:38.381 1291 3210 W _V_VivoAmsImpl: mCallingPidFilter=1932,
mCallingUidFilter=10080
12-30 17:00:38.383 1291 3210 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.theme
12-30 17:00:38.384 1291 3210 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10116; state: DISABLED
12-30 17:00:38.385 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10116; state: ENABLED
12-30 17:00:38.405 1291 1436 I ActivityManager: Start proc
4664:com.bbk.theme/u0a116 for service
{com.bbk.theme/com.vivo.push.sdk.service.CommandService}
12-30 17:00:38.491 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:00:38.508 1291 1704 W ActivityManager: Slow operation: 52ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
12-30 17:00:38.513 1291 1704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:38.515 1291 1704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:38.517 1291 1704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:38.542 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10116; state: DISABLED
12-30 17:00:38.551 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:38.603 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10135 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
2225com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:00:38.603 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
12-30 17:00:38.634 1291 1704 D _V_VivoFirewall: shouldPreventStartActivity allow,
callingPackage:com.android.launcher3, callingUid:10135, callingPid:2225,
realCallingUid:10135, lastReason:startActivityAsUser, isVivoWidget:false,
nullController:false, aInfo:ActivityInfo{2d60c70 com.facebook.lite.MainActivity}
12-30 17:00:38.635 1291 1704 I ActivityTaskManager: START u0
{act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER]
flg=0x10200000 cmp=com.facebook.lite/.MainActivity bnds=[64,679][212,869]} from uid
10135 ,pid 2225,realCallingUid:10135,realCallingPid:2225
12-30 17:00:38.636 1291 1704 D _V_ThirdPartyIncoming: shouldStartIncoming,
sourceRecord : com.android.launcher3 mIsGame =false
12-30 17:00:38.637 1291 1704 I _V_VivoActivityStarterImpl: The calling app:
ApplicationInfo{2906e com.android.launcher3} is system app, return false
12-30 17:00:38.663 1291 1704 I ActivityTaskManager: ActivityRecord setRealCalling
mRealCallPid=2225 mRealCallUid=10135 mIsCaptureEnabled=false
12-30 17:00:38.664 1291 1704 I _V_ActivityTaskManager: cong: startActivityInner
name = com.facebook.lite/.MainActivity
12-30 17:00:38.680 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10188; state: DISABLED
12-30 17:00:38.681 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 184838306; UID 10188; state: DISABLED
12-30 17:00:38.682 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 185004937; UID 10188; state: DISABLED
12-30 17:00:38.683 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 181136395; UID 10188; state: DISABLED
12-30 17:00:38.683 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 174042936; UID 10188; state: DISABLED
12-30 17:00:38.697 1291 3881 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:38.701 1291 1704 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.startActivityLocked:8012
com.android.server.wm.ActivityStarter.startActivityInner:2579
com.android.server.wm.ActivityStarter.startActivityUnchecked:2181
12-30 17:00:38.702 1291 1704 D _V_BarAnimController: prepareAppTransition 1 0
12-30 17:00:38.703 1291 1704 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
12-30 17:00:38.703 1291 1704 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
12-30 17:00:38.703 1291 1704 D _V_BarAnimController: fillFakeBarsWithContent
12-30 17:00:38.703 1291 1544 D _V_BarAnimController: mCaptureRunnable run
12-30 17:00:38.705 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10188; state: DISABLED
12-30 17:00:38.706 1291 1704 D SplashScreenStartingData: createStartingSurface
setSplashOptPack empty
12-30 17:00:38.710 1291 1704 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:00:38.714 1291 1704 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408 d0} ,caller by
com.android.server.wm.Task.startPausingLocked:6777
com.android.server.wm.TaskDisplayArea.lambda$pauseBackTasks$6$TaskDisplayArea:1774
com.android.server.wm.TaskDisplayArea$$ExternalSyntheticLambda6.accept:8
com.android.server.wm.Task.forAllLeafTasks:4625
com.android.server.wm.Task.forAllLeafTasks:4613
com.android.server.wm.WindowContainer.forAllLeafTasks:1841
com.android.server.wm.TaskDisplayArea.pauseBackTasks:1763
com.android.server.wm.Task.resumeTopActivityInnerLocked:7471
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7256
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2724
com.android.server.wm.ActivityStarter.startActivityInner:2618
com.android.server.wm.ActivityStarter.startActivityUnchecked:2181
12-30 17:00:38.715 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:38.717 1291 1704 D _V_ActivityTaskManager:
setWillCloseOrEnterPip:ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher
t1408 d0} lastFocusedRootTask:Task{3340c25 #1 type=home ?? U=0 displayId=0
visible=true mode=fullscreen translucent=false sz=1} this:Task{323aa15 #1409
type=standard A=10188:com.facebook.lite U=0 displayId=0 visible=true
mode=fullscreen translucent=true sz=1}
12-30 17:00:38.722 1291 3210 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #1063} whose proc state 2 is better
than process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(319 skipped)
12-30 17:00:38.724 1291 1530 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.lite
12-30 17:00:38.724 1291 1530 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10188; state: DISABLED
12-30 17:00:38.725 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10188; state: ENABLED
12-30 17:00:38.739 1291 1704 D _V_RMS-Preload: displayId=0, callingUid=10135,
callingPid=2225, requestUid=10188, requestPid=0, requestPkgName=com.facebook.lite,
requestProcName=com.facebook.lite,
requestComponentName=com.facebook.lite.MainActivity starter.
12-30 17:00:38.739 1291 1704 I _V_VivoActivityStarterImpl: Start
ActivityRecord{6e9f11e u0 com.facebook.lite/.MainActivity t1409 d0}
caller=com.android.launcher3 called=com.facebook.lite
calledClass=com.facebook.lite.MainActivity
12-30 17:00:38.742 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:38.747 1291 1544 D _V_BarAnimController: mCaptureRunnable done
12-30 17:00:38.749 1291 3622 I _V_PackageManager: getPackageInfo null :
PackageUserState{ceDataInode=50745, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents=[], enabledComponents=[], vHidden=1}
12-30 17:00:38.781 1291 3622 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
12-30 17:00:38.785 1291 3622 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:00:38.794 1291 3622 D _V_VivoActivityTaskManagerServiceImpl:
isMultiWindowEnterJustDefaultDisplay of false
12-30 17:00:38.795 1291 3622 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.Task.resumeTopActivityInnerLocked:7624
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7256
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2724
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2703
12-30 17:00:38.799 1291 3622 D _V_BarAnimController: prepareAppTransition 1 0
12-30 17:00:38.799 1291 3622 D _V_BarAnimController: fillFakeBarsWithContent skip
capture as last capture time is in 100ms with animation has not been started
12-30 17:00:38.800 1291 3622 W _V_ActivityTaskManager: app transition
startingDisplayed is false
12-30 17:00:38.800 1291 3622 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.lite uid 10188, isRmsPreload = false, keepQuiet =false
12-30 17:00:38.808 1291 3881 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:38.810 1291 3622 D _V_VivoActivityRecordImpl:
lastMergedOverrideConfig:{1.0 515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi
nrml long port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.19 fontWeightAdjustment=300
themeId=356656 themeParameter=0 nightModeLevel = -1} newMergedOverrideConfig:{1.0
515mcc3mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port night finger -
keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 -
720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=standard mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.1 fontWeightAdjustment=300 themeId=356656 themeParameter=0
nightModeLevel = -1} isExiting:false isexittofullscreeen:false isfromfreeform:false
fromfreeform:false this:ActivityRecord{6e9f11e u0 com.facebook.lite/.MainActivity
t1409 d0}
12-30 17:00:38.812 1291 3881 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:4525 callingUid:10185
12-30 17:00:38.817 1291 3622 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{6e9f11e u0
com.facebook.lite/.MainActivity t1409 d0} null
12-30 17:00:38.817 1291 3622 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.lite uid 10188, isRmsPreload = false, keepQuiet =false
12-30 17:00:38.820 1291 3622 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{6e9f11e u0
com.facebook.lite/.MainActivity t1409 d0} ActivityRecord{8a76734 u0
com.android.launcher3/.Launcher t1408 d0}
12-30 17:00:38.830 1291 1436 W ActivityManager: Slow operation: 107ms so far, now
at startProcess: done updating battery stats
12-30 17:00:38.830 1291 1436 W ActivityManager: Slow operation: 107ms so far, now
at startProcess: building log message
12-30 17:00:38.830 1291 1436 I ActivityManager: Start proc
4733:com.facebook.lite/u0a188 for pre-top-activity
{com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:38.830 1291 1436 W ActivityManager: Slow operation: 107ms so far, now
at startProcess: starting to update pids map
12-30 17:00:38.830 1291 3622 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher} ,r
esizeMode=2 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:00:38.840 1291 1918 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4761
com.android.server.wm.WindowManagerService.addWindow:2115
com.android.server.wm.Session.addToDisplayAsUser:242
android.view.IWindowSession$Stub.onTransact:691
com.android.server.wm.Session.onTransact:207
android.os.Binder.execTransactInternal:1184
12-30 17:00:38.841 1291 1918 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.facebook.lite:725a930 u0 Splash
Screen com.facebook.lite} task=null
12-30 17:00:38.852 1291 3622 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:4525 callingUid:10185
12-30 17:00:38.870 1291 1918 I _V_PackageManager: getPackageInfo null :
PackageUserState{ceDataInode=50745, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents=[], enabledComponents=[], vHidden=1}
12-30 17:00:38.873 1291 3603 I WindowManager: Relayout
Window{com.facebook.lite:725a930 u0 Splash Screen com.facebook.lite}: oldVis=0,
newVis=0, requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-
1, compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 32000010,
mInvGlobalScale = 1.0
12-30 17:00:38.874 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:38.878 1291 1414 V ActivityTaskManager: Stopping
ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408 d0}:
nowVisible=true animating=true finishing=false
animatingContainer=ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408
d0}
12-30 17:00:38.880 1291 1436 W ActivityManager: Slow operation: 157ms so far, now
at startProcess: done updating pids map
12-30 17:00:38.881 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:00:38.884 1291 1411 D _V_VivoBrightnessPolicyService: add uid 10188,
name com.facebook.lite to list
12-30 17:00:38.887 1291 3881 I ActivityManager: Killing
3538:com.vivo.timerwidget/u0a72 (adj 975): empty #17
12-30 17:00:38.896 1291 1646 D _V_AppTypeManager: getAppNameFromUidPid pkg =
com.facebook.lite
12-30 17:00:38.899 1291 1646 D _V_ConnectPemService: getSingleAppType ,uid =
10188, result = 10188,type = 101,suptype = -1
12-30 17:00:38.900 1291 1646 D _V_ConnectPemService: getSingleAppType uid =
10188subtype[0] = 8
12-30 17:00:38.900 1291 1646 D _V_AppTypeManager: arraySize = 3,isEmpty = false
12-30 17:00:38.900 1291 1646 D _V_VivoBrightnessPolicyService: App name info
[com.facebook.lite, 8, 101, -1](policy level 2, brightness 60 nit, current target
percent 10.0%).
12-30 17:00:38.901 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
20.0%(nit 60, control mode manual, policy level 2, lux 2000).
12-30 17:00:38.902 1291 1646 D _V_VivoBrightnessPolicyService: Set target percent
to 20.0%.
12-30 17:00:38.902 1291 1646 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:brightness_for_pem value:2000 pkg:android userId:0
12-30 17:00:38.914 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:38.934 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/brightness_for_pem
12-30 17:00:38.934 1291 1672 I _V_Sensor_PemBrightness: calcPemStepGap currentLcm
= 499; targetLcm = 445; totalTime = 10000; step = 1; gap = 185
12-30 17:00:38.934 1291 1672 I _V_Sensor_PemBrightness: pemBrightChange scale =
2000; mPemScale = 0.8; apparentLcm = 555; mTargetLcm = 445; mApparentBrightness =
0.2500634
12-30 17:00:38.935 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 499; targetLcm = 445; pemLcm = 498; step = 1; gap = 185
12-30 17:00:38.935 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 499, mTargetLcm = 445, tempPemLcm = 498, pemLcm = 498
12-30 17:00:38.935 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 498; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 498
12-30 17:00:38.935 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22302036; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:38.935 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22302036, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:38.935 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22302036 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:38.938 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:38.938 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12161172, brightness =
498, useSurfaceControl status false
12-30 17:00:38.939 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=498
12-30 17:00:38.939 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12161172;
setBrightness = 498
12-30 17:00:38.939 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:498 pkg:android userId:0
12-30 17:00:38.940 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:38.944 1291 3210 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:38.947 1291 3881 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.bbklog
12-30 17:00:38.947 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:38.947 1291 3881 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:38.949 1291 3881 I ActivityManager: Killing
3612:com.android.localtransport/1000 (adj 965): empty #17
12-30 17:00:38.950 1291 1918 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:38.954 1291 3603 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:38.961 1291 3881 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.lite:725a930 u0 Splash Screen com.facebook.lite}
mDrawState=DRAW_PENDING
12-30 17:00:38.961 1291 3881 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@c118a42 mSyncState=0
12-30 17:00:38.968 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:38.969 1291 1415 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=8, state=0,
isLandTranslucentBackToLauncher=false
12-30 17:00:38.970 1291 1415 D _V_BarAnimController: isFreeformPerform
isEnteringFreeform = false , isClosingFreeform = false
12-30 17:00:38.970 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:38.970 1291 1415 D _V_BarAnimController: isStateSuitable splitMode =
false, getStartingPairTask = false, hasPairRecentsAnimation = false,
isFreeformPerform = false
12-30 17:00:38.971 1291 1415 D _V_BarAnimController: STATE_TRANSITION_INITIAL
update topOpening = ActivityRecord{6e9f11e u0 com.facebook.lite/.MainActivity t1409
d0} topClosing = ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408
d0}
12-30 17:00:38.971 1291 1415 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=8, state=1,
isLandTranslucentBackToLauncher=false
12-30 17:00:38.972 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:38.974 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 498
12-30 17:00:38.975 1291 1415 D _V_BarAnimController: isBarAnimReady = true
12-30 17:00:38.975 1291 1415 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
12-30 17:00:38.987 1291 1415 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
12-30 17:00:38.991 1291 1415 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 1 mRemoteAnimState = 0 transit = 12
12-30 17:00:38.992 1291 1415 D _V_BarAnimController: notifyBarReparent
open=ActivityRecord{6e9f11e u0 com.facebook.lite/.MainActivity t1409 d0}
close=ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408 d0}
12-30 17:00:38.993 1291 1415 D _V_FakeBarSurfaceControl-FakeStatusBar: reparentTo
ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408 d0}
12-30 17:00:38.994 1291 1415 D _V_FakeBarSurfaceControl-FakeStatusBar:
mWindowHandle = FakeStatusBar, frame=[0,0,0,0],
touchableRegion=SkRegion((0,0,720,60)), visible=false
12-30 17:00:38.995 1291 1415 D _V_FakeBarSurfaceControl-FakeStatusBar:
updateInputHandle visible = true
12-30 17:00:38.995 1291 1415 D _V_FakeBarSurfaceControl-FakeStatusBar: show
12-30 17:00:38.995 1291 1415 D _V_FakeBarSurfaceControl-FakeGestureBar:
reparentTo ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408 d0}
12-30 17:00:38.995 1291 1415 D _V_BarAnimController: notifyBarReparent fake bars
reparent to ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408 d0}
12-30 17:00:38.996 1291 1415 D _V_BarAnimController: notifyBarReparent topFullWin
null
12-30 17:00:38.997 1291 1415 D _V_BarAnimController:
updateStatusFixedRotationTransform cancel
12-30 17:00:38.998 1291 1415 D _V_BarAnimController: notifyBarReparent status
reparent to ActivityRecord{6e9f11e u0 com.facebook.lite/.MainActivity t1409 d0}
12-30 17:00:38.998 1291 1436 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: returned from zygote!
12-30 17:00:39.007 1291 1415 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{com.facebook.lite:725a930 u0 Splash Screen com.facebook.lite}
12-30 17:00:39.009 1291 1415 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{com.facebook.lite:725a930 u0 Splash Screen com.facebook.lite}
12-30 17:00:39.015 1291 1415 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:3e2dfcf u0 StatusBar}, shouldSendRedrawForSync() =
false
12-30 17:00:39.084 1291 3219 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:39.087 1291 3603 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:39.115 1291 3210 W ActivityManager: Slow operation: 89ms so far, now
at attachApplicationLocked: before bindApplication
12-30 17:00:39.124 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:39.125 1291 3210 W ActivityManager: Slow operation: 98ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:00:39.125 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 498; targetLcm = 445; pemLcm = 497; step = 1; gap = 185
12-30 17:00:39.126 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 498, mTargetLcm = 445, tempPemLcm = 497, pemLcm = 497
12-30 17:00:39.126 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 497; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 497
12-30 17:00:39.126 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2225133;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:39.126 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2225133, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:39.126 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2225133 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:39.128 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12136752, brightness =
497, useSurfaceControl status false
12-30 17:00:39.136 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:497 pkg:android userId:0
12-30 17:00:39.137 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 183164979; UID 10211; state: ENABLED
12-30 17:00:39.140 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=497
12-30 17:00:39.140 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:39.140 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12136752;
setBrightness = 497
12-30 17:00:39.142 1291 3210 W ActivityManager: Slow operation: 115ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:00:39.142 1291 3210 W ActivityManager: Slow operation: 115ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:00:39.143 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:39.144 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:39.144 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 497
12-30 17:00:39.188 1291 3210 I _V_SDS : onSetActivityResumed=com.facebook.lite
recordInfo=com.facebook.lite/.MainActivity pid=4733
12-30 17:00:39.191 1291 3210 I HoverMode: ar is resume in second =
ActivityRecord{6e9f11e u0 com.facebook.lite/.MainActivity t1409 d0}
12-30 17:00:39.194 1291 3210 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
12-30 17:00:39.196 1291 3210 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.lite uid 10188, isRmsPreload = false, keepQuiet =false
12-30 17:00:39.196 1291 3210 W ActivityManager: Slow operation: 169ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:39.198 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:39.221 1291 1412 D _V_BBKTouchScreenServiceService: background:
com.android.settingsforeground: com.facebook.lite
12-30 17:00:39.222 1291 1412 I _V_BBKTouchScreenServiceService: displayId = 2
type = 28 state = 0
12-30 17:00:39.222 1291 1412 I _V_BBKTouchScreenServiceService: displayId = 2
type = 29 state = 0
12-30 17:00:39.223 1291 1412 D _V_CapacityKeyService: foregroundActivities
detected uid=10188 appName=com.facebook.lite state=true
12-30 17:00:39.223 1291 1412 D _V_CapacityKeyService: foreground:
com.facebook.lite
12-30 17:00:39.223 1291 1412 D _V_CapacityKeyService: not support presskey
12-30 17:00:39.242 1291 1672 I _V_Sensor_AutoAppManager: uidName =
com.facebook.lite; topName = com.facebook.lite; foregroundActivities = true;
packageName = com.facebook.lite; processName = com.facebook.lite; inFreeform =
false
12-30 17:00:39.243 1291 1672 D _V_Sensor_AppTypeManager: getAppNameFromUidPid pkg
= com.facebook.lite
12-30 17:00:39.255 1291 1672 D _V_Sensor_ConnectPemService: getSingleAppType ,uid
= 10188, result = 10188,type = 101,suptype = -1
12-30 17:00:39.256 1291 1672 D _V_Sensor_ConnectPemService: getSingleAppType uid
= 10188subtype[0] = 8
12-30 17:00:39.256 1291 1672 D _V_Sensor_AppTypeManager: arraySize = 3,isEmpty =
false
12-30 17:00:39.258 1291 1415 D _V_VivoWmsImpl:
clearWallpaperClientForcedVisibility, reason:wallpaper going to invisible
12-30 17:00:39.258 1291 1415 V _V_VivoWmsImpl: updateWallpaperClientVisibility
mForceWpInVisibleTokens size = 0
12-30 17:00:39.259 1291 1415 V _V_VivoDisplayContentImpl:
updateWallpaperClientVisibility true lastForceVis = true
12-30 17:00:39.259 1291 1415 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:00:39.266 1291 1967 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
12-30 17:00:39.271 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 5 value: [0]
12-30 17:00:39.279 1291 1415 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1409
,topActivity=ComponentInfo{com.facebook.lite/com.facebook.lite.MainActivity} ,resiz
eMode=1 ,topActivityType=1 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:00:39.281 1291 1415 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher} ,r
esizeMode=2 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:00:39.286 1291 1415 D _V_BarAnimController: appTransitionFinished
12-30 17:00:39.311 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 497; targetLcm = 445; pemLcm = 496; step = 1; gap = 185
12-30 17:00:39.311 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 497, mTargetLcm = 445, tempPemLcm = 496, pemLcm = 496
12-30 17:00:39.311 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 496; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 496
12-30 17:00:39.311 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22200625; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:39.311 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22200625, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:39.312 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22200625 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:39.312 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12112332, brightness =
496, useSurfaceControl status false
12-30 17:00:39.313 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=496
12-30 17:00:39.313 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12112332;
setBrightness = 496
12-30 17:00:39.313 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:496 pkg:android userId:0
12-30 17:00:39.315 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:39.320 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:39.338 1291 1918 I WindowManager: Relayout Window{35742e2 u0
com.android.launcher3/com.android.launcher3.Launcher}: oldVis=0, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
12-30 17:00:39.358 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:39.361 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:39.381 1291 1436 W ActivityManager: Slow operation: 435ms so far, now
at startProcess: done updating battery stats
12-30 17:00:39.387 1291 1436 W ActivityManager: Slow operation: 441ms so far, now
at startProcess: building log message
12-30 17:00:39.391 1291 1436 I ActivityManager: Start proc
4769:com.android.bbklog/1000 for broadcast
{com.android.bbklog/com.android.bbklog.BbkLogReceiver}
12-30 17:00:39.391 1291 1436 W ActivityManager: Slow operation: 445ms so far, now
at startProcess: starting to update pids map
12-30 17:00:39.391 1291 1436 W ActivityManager: Slow operation: 445ms so far, now
at startProcess: done updating pids map
12-30 17:00:39.392 1291 1414 W Looper : Slow dispatch took 161ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H c=<recycled
PooledLambda@44e2fc5> m=0
12-30 17:00:39.421 1291 3878 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:00:39.448 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:39.450 1291 1414 W Looper : Slow delivery took 213ms android.display
h=com.android.server.wm.WindowManagerService$H
c=com.android.server.wm.VivoDockedTaskDividerControllerImpl$3@b2512e9 m=0
12-30 17:00:39.453 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 496
12-30 17:00:39.461 1291 1291 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
12-30 17:00:39.476 1291 1291 D _V_VivoLcmEsd: proximity positive is :true
12-30 17:00:39.478 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
12-30 17:00:39.497 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 496; targetLcm = 445; pemLcm = 495; step = 1; gap = 185
12-30 17:00:39.497 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 496, mTargetLcm = 445, tempPemLcm = 495, pemLcm = 495
12-30 17:00:39.497 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 495; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 495
12-30 17:00:39.497 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22158371; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:39.497 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22158371, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:39.499 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:39.499 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22158371 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:39.500 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12087912, brightness =
495, useSurfaceControl status false
12-30 17:00:39.500 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=495
12-30 17:00:39.501 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12087912;
setBrightness = 495
12-30 17:00:39.502 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:495 pkg:android userId:0
12-30 17:00:39.505 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:39.506 1291 2387 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
12-30 17:00:39.506 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 495
12-30 17:00:39.507 1291 1414 W Looper : Drained
12-30 17:00:39.508 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:39.512 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-30 17:00:39.551 1291 2387 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
12-30 17:00:39.554 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-30 17:00:39.558 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:39.633 1291 2387 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:39.654 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:39.669 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:39.683 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 495; targetLcm = 445; pemLcm = 494; step = 1; gap = 185
12-30 17:00:39.683 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:39.683 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 495, mTargetLcm = 445, tempPemLcm = 494, pemLcm = 494
12-30 17:00:39.683 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 494; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 494
12-30 17:00:39.683 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22107665; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:39.683 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22107665, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:39.684 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22107665 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:39.684 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12063492, brightness =
494, useSurfaceControl status false
12-30 17:00:39.685 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=494
12-30 17:00:39.685 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12063492;
setBrightness = 494
12-30 17:00:39.685 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:494 pkg:android userId:0
12-30 17:00:39.687 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:39.688 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 494
12-30 17:00:39.689 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:39.690 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:39.699 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.bbk.theme
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10116 callingPid:4664
12-30 17:00:39.728 1291 1667 I _V_Sensor_ProxStateController: handleAppChange
topName = com.facebook.lite topWindowMode = 1 appType = 0 mAppScene = 3
12-30 17:00:39.750 1291 3878 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:39.762 1291 1291 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
12-30 17:00:39.772 1291 1291 D _V_VivoLcmEsd: proximity positive is :false
12-30 17:00:39.773 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
12-30 17:00:39.788 1291 1414 D _V_BarAnimController: reset
12-30 17:00:39.788 1291 1414 D _V_BarAnimController: resetRealBars
12-30 17:00:39.788 1291 1414 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
12-30 17:00:39.789 1291 1414 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
12-30 17:00:39.789 1291 1414 D _V_BarAnimController: updateGestureRotation cancel
12-30 17:00:39.790 1291 1414 D _V_BarAnimController: resetFakeBars
12-30 17:00:39.790 1291 1414 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
12-30 17:00:39.790 1291 1414 D _V_FakeBarSurfaceControl-FakeStatusBar:
updateInputHandle visible = false
12-30 17:00:39.790 1291 1414 D _V_FakeBarSurfaceControl-FakeStatusBar: hide
12-30 17:00:39.790 1291 1414 D _V_FakeBarSurfaceControl-FakeStatusBar:
reparentBack
12-30 17:00:39.790 1291 1414 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
12-30 17:00:39.791 1291 1414 D _V_FakeBarSurfaceControl-FakeGestureBar:
reparentBack
12-30 17:00:39.819 1291 1415 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:fdc9f1a u0 NavigationBar0}, shouldSendRedrawForSync() =
false
12-30 17:00:39.858 1291 1704 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:4664 callingUid:10116
12-30 17:00:39.869 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 494; targetLcm = 445; pemLcm = 493; step = 1; gap = 185
12-30 17:00:39.869 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 494, mTargetLcm = 445, tempPemLcm = 493, pemLcm = 493
12-30 17:00:39.869 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 493; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 493
12-30 17:00:39.869 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2206541;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:39.869 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2206541, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:39.870 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2206541 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:39.870 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12039072, brightness =
493, useSurfaceControl status false
12-30 17:00:39.870 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=493
12-30 17:00:39.871 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12039072;
setBrightness = 493
12-30 17:00:39.871 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:39.871 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:493 pkg:android userId:0
12-30 17:00:39.872 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:39.874 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:39.880 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:39.885 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:39.886 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 493
12-30 17:00:39.904 1291 1967 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:00:39.924 1291 1967 I ActivityManager: Killing
3275:com.google.android.apps.searchlite/u0a153 (adj 935): empty #17
12-30 17:00:39.952 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:40.055 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 493; targetLcm = 445; pemLcm = 492; step = 1; gap = 185
12-30 17:00:40.055 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 493, mTargetLcm = 445, tempPemLcm = 492, pemLcm = 492
12-30 17:00:40.055 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 492; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 492
12-30 17:00:40.056 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:40.061 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.22014704; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:40.061 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22014704, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:40.061 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22014704 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:40.062 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.12014652, brightness =
492, useSurfaceControl status false
12-30 17:00:40.062 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=492
12-30 17:00:40.062 1291 1743 I _V_VivoLightsService: lcmFloat = 0.12014652;
setBrightness = 492
12-30 17:00:40.063 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:492 pkg:android userId:0
12-30 17:00:40.066 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:40.067 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:40.068 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:40.068 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 492
12-30 17:00:40.114 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:40.116 1291 1704 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.fuelsummary
12-30 17:00:40.117 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:40.142 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:40.153 1291 1436 I ActivityManager: Start proc
4882:com.vivo.fuelsummary/1000 for broadcast
{com.vivo.fuelsummary/com.vivo.fuelsummary.FuelSummaryReceiver}
12-30 17:00:40.245 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:40.246 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 492; targetLcm = 445; pemLcm = 491; step = 1; gap = 185
12-30 17:00:40.246 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 492, mTargetLcm = 445, tempPemLcm = 491, pemLcm = 491
12-30 17:00:40.246 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 491; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 491
12-30 17:00:40.246 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21963999; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:40.252 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21963999, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:40.252 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21963999 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:40.259 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11990232, brightness =
491, useSurfaceControl status false
12-30 17:00:40.259 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=491
12-30 17:00:40.259 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11990232;
setBrightness = 491
12-30 17:00:40.260 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:40.262 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.orca className:com.facebook.mqtt.service.MqttServiceV2
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:4525
12-30 17:00:40.263 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 491
12-30 17:00:40.265 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:491 pkg:android userId:0
12-30 17:00:40.267 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:40.270 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:40.287 1291 1918 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:40.373 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:40.424 1291 3210 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:00:40.430 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:40.430 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 491; targetLcm = 445; pemLcm = 490; step = 1; gap = 185
12-30 17:00:40.430 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 491, mTargetLcm = 445, tempPemLcm = 490, pemLcm = 490
12-30 17:00:40.431 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 490; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 490
12-30 17:00:40.431 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21921745; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:40.431 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21921745, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:40.432 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21921745 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:40.433 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11965812, brightness =
490, useSurfaceControl status false
12-30 17:00:40.433 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=490
12-30 17:00:40.436 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:490 pkg:android userId:0
12-30 17:00:40.437 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:40.438 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11965812;
setBrightness = 490
12-30 17:00:40.440 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:40.441 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:40.441 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 490
12-30 17:00:40.552 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:40.559 1291 1291 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
12-30 17:00:40.582 1291 1291 D _V_VivoLcmEsd: proximity positive is :true
12-30 17:00:40.584 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
12-30 17:00:40.616 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 490; targetLcm = 445; pemLcm = 489; step = 1; gap = 185
12-30 17:00:40.616 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 490, mTargetLcm = 445, tempPemLcm = 489, pemLcm = 489
12-30 17:00:40.617 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 489; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 489
12-30 17:00:40.617 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2187104;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:40.617 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2187104, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:40.618 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:40.618 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2187104 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:40.619 1291 3622 D VibratorManagerService: Canceling vibration
12-30 17:00:40.619 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11941392, brightness =
489, useSurfaceControl status false
12-30 17:00:40.619 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=489
12-30 17:00:40.619 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11941392;
setBrightness = 489
12-30 17:00:40.619 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:489 pkg:android userId:0
12-30 17:00:40.622 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:40.623 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:40.623 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 489
12-30 17:00:40.625 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:40.626 1291 2104 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.nightpearl.cp.sp for user 0
12-30 17:00:40.631 1291 3622 D _V_VibratorManagerService: mAudioVibrating = false
12-30 17:00:40.631 1291 3622 D _V_RichTapVibratorService: richtap service stop!!
12-30 17:00:40.633 1291 2104 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.nightpearl.cp.sp for user 0
12-30 17:00:40.634 1291 1704 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.nightpearl.cp.sp for user 0
12-30 17:00:40.634 1291 3622 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
12-30 17:00:40.634 1291 3622 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@bc69bf6
12-30 17:00:40.635 1291 3622 E _V_RichTapVibratorService: getExtension == null
12-30 17:00:40.635 1291 3622 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
12-30 17:00:40.645 1291 1704 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@af43c83
12-30 17:00:40.652 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:40.659 1291 1291 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
12-30 17:00:40.661 1291 2104 W _V_PackageManager: setEnabledSetting
packageName:com.bbk.theme className:com.bbk.theme.Theme newState:1 userId:0
callingPackage:null callingUid:10116 callingPid:4664
12-30 17:00:40.661 1291 1918 W _V_PackageManager: setEnabledSetting
packageName:com.bbk.theme className:com.bbk.theme.ThemeAlias newState:2 userId:0
callingPackage:null callingUid:10116 callingPid:4664
12-30 17:00:40.665 1291 1291 D _V_VivoLcmEsd: proximity positive is :false
12-30 17:00:40.666 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
12-30 17:00:40.672 1291 1704 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForFakeTarget
Window{com.facebook.lite:725a930 u0 Splash Screen com.facebook.lite}
12-30 17:00:40.689 1291 1704 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:00:40.692 1291 1704 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:00:40.697 1291 1704 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForFakeTarget
null
12-30 17:00:40.698 1291 1704 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:8ffcbfb u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
12-30 17:00:40.700 1291 1704 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
12-30 17:00:40.700 1291 1412 D _V_WindowManager: requestTransientBars swipeTarget
= Window{com.android.systemui:3e2dfcf u0 StatusBar} controlTarget =
Window{com.android.systemui:8ffcbfb u0 NotificationShade} navHidden = false
statusHidden = false
12-30 17:00:40.754 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:40.790 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:40.803 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 489; targetLcm = 445; pemLcm = 488; step = 1; gap = 185
12-30 17:00:40.803 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 489, mTargetLcm = 445, tempPemLcm = 488, pemLcm = 488
12-30 17:00:40.803 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 488; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 488
12-30 17:00:40.803 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21828784; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:40.803 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21828784, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:40.803 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21828784 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:40.804 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11916972, brightness =
488, useSurfaceControl status false
12-30 17:00:40.804 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=488
12-30 17:00:40.805 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11916972;
setBrightness = 488
12-30 17:00:40.805 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:40.805 1291 1704 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:8ffcbfb u0 NotificationShade} mDrawState=DRAW_PENDING
12-30 17:00:40.805 1291 1704 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@c43df0b mSyncState=0
12-30 17:00:40.807 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:488 pkg:android userId:0
12-30 17:00:40.814 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:40.816 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:40.818 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 488
12-30 17:00:40.838 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:40.839 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:40.868 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:40.871 1291 1590 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:40.885 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:40.889 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:40.910 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:40.920 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:40.927 1291 1408 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:40.939 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:40.948 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:40.948 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:40.948 1291 1590 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:40.952 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:40.955 1291 1704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:40.987 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:40.988 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 488; targetLcm = 445; pemLcm = 487; step = 1; gap = 185
12-30 17:00:40.988 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 488, mTargetLcm = 445, tempPemLcm = 487, pemLcm = 487
12-30 17:00:40.989 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 487; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 487
12-30 17:00:40.989 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21778078; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:40.989 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21778078, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:40.989 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21778078 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:40.990 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11892552, brightness =
487, useSurfaceControl status false
12-30 17:00:40.990 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=487
12-30 17:00:40.990 1291 3622 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:40.990 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:40.994 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:487 pkg:android userId:0
12-30 17:00:40.995 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11892552;
setBrightness = 487
12-30 17:00:40.998 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:40.999 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 487
12-30 17:00:41.003 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.004 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.005 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.008 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
12-30 17:00:41.036 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.039 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.040 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:41.044 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:41.061 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.074 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.074 1291 3622 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10080, isRmsPreload = false, keepQuiet =false
12-30 17:00:41.076 1291 1591 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.bindService:1937
android.content.ContextWrapper.bindService:812
com.android.server.wifi.VivoWifiLocation.bind2Service:234
com.android.server.wifi.VivoWifiLocation.access$400:36
com.android.server.wifi.VivoWifiLocation$LocationHandler.handleMessage:146
12-30 17:00:41.092 1291 1591 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=50621, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents=[], enabledComponents=[], vHidden=1}
12-30 17:00:41.093 1291 1591 W ActivityManager: Unable to start service Intent
{ act=vivo.intent.action.AI_ENGINE_SCENE_SERVICE pkg=com.vivo.aiengine } U=0: not
found
12-30 17:00:41.093 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:00:41.108 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.135 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.145 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.169 1291 1408 I ActivityManager: Killing
3572:com.android.printspooler/u0a125 (adj 965): empty #17
12-30 17:00:41.174 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 487; targetLcm = 445; pemLcm = 486; step = 1; gap = 185
12-30 17:00:41.174 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 487, mTargetLcm = 445, tempPemLcm = 486, pemLcm = 486
12-30 17:00:41.174 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 486; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 486
12-30 17:00:41.174 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21727373; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.174 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21727373, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.175 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21727373 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.175 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11868132, brightness =
486, useSurfaceControl status false
12-30 17:00:41.176 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=486
12-30 17:00:41.176 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11868132;
setBrightness = 486
12-30 17:00:41.176 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.177 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:486 pkg:android userId:0
12-30 17:00:41.182 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.183 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 486
12-30 17:00:41.184 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.194 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.200 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.220 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:00:41.224 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.239 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.257 1291 1291 I _V_Sensor_FactoryManager: boot complete!
12-30 17:00:41.260 1291 1918 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:41.260 1291 1669 I _V_Sensor_FactoryManager: VivoSensorTest
type=0x210; cmd=129
12-30 17:00:41.274 1291 1291 I _V_Sensor_NativeNotification:
notifyDisplayColorMode = 0
12-30 17:00:41.275 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 9 value: [0]
12-30 17:00:41.275 1291 1291 I _V_Sensor_NativeNotification: notifyDcState = 0
12-30 17:00:41.275 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 11 value: [0]
12-30 17:00:41.276 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 12 value: [0]
12-30 17:00:41.276 1291 1291 I _V_Sensor_NativeNotification: notifyNightMode = 0
12-30 17:00:41.276 1291 1291 I _V_Sensor_NativeNotification:
notifyEyeProtectSwitch = 0
12-30 17:00:41.276 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 10 value: [0]
12-30 17:00:41.276 1291 1291 I _V_Sensor_NativeNotification: notifyDcState = 0
12-30 17:00:41.277 1291 1291 I _V_Sensor_NativeNotification: Initial color =
0;dcState = 0;nightMode = 0;eyeProtect = 0
12-30 17:00:41.277 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 11 value: [0]
12-30 17:00:41.278 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
4; pos = 0 value: [0]
12-30 17:00:41.278 1291 1291 I _V_Sensor_NativeNotification: sendDcState2Driver
cali_data: data[0]0 mDcstate 0
12-30 17:00:41.279 1291 1670 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:sdc_shutdown_time value:-1 pkg:android
userId:0
12-30 17:00:41.280 1291 1669 I _V_Sensor_FactoryManager: VivoSensorTest
type=0x222; cmd=0
12-30 17:00:41.281 1291 1291 I _V_Sensor_ProxInfoManager: action =
android.intent.action.BOOT_COMPLETED
12-30 17:00:41.284 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.284 1291 1291 I _V_Sensor_AutoInfoManager: action =
android.intent.action.BOOT_COMPLETED
12-30 17:00:41.288 1291 1291 I _V_Sensor_LightCover: model matching, set
bounds:5.0,10.0,5.0,10.0
12-30 17:00:41.292 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.292 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 486; targetLcm = 445; pemLcm = 485; step = 1; gap = 185
12-30 17:00:41.292 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 486, mTargetLcm = 445, tempPemLcm = 485, pemLcm = 485
12-30 17:00:41.292 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 485; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 485
12-30 17:00:41.292 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21685117; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.292 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21685117, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.293 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21685117 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.293 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11843712, brightness =
485, useSurfaceControl status false
12-30 17:00:41.295 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:485 pkg:android userId:0
12-30 17:00:41.295 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=485
12-30 17:00:41.296 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11843712;
setBrightness = 485
12-30 17:00:41.297 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.298 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.298 1291 1291 I _V_Sensor_MultiModeBrightness: powerSaveChange
mode = 0; isPowerSave = false
12-30 17:00:41.299 1291 1291 I _V_Sensor_MultiModeBrightness:
powerSaveScaleChange scale = 0.8
12-30 17:00:41.299 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 485
12-30 17:00:41.299 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 485; targetLcm = 445; pemLcm = 484; step = 1; gap = 185
12-30 17:00:41.299 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 485, mTargetLcm = 445, tempPemLcm = 484, pemLcm = 484
12-30 17:00:41.299 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 484; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 484
12-30 17:00:41.299 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21634412; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.299 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21634412, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.300 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.300 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21634412 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.300 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:isecure_bright_allow value:1 pkg:android
userId:0
12-30 17:00:41.301 1291 1291 D _V_Sensor_AutoInfoManager: BootComplete!
12-30 17:00:41.304 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.306 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11819292, brightness =
484, useSurfaceControl status false
12-30 17:00:41.308 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:484 pkg:android userId:0
12-30 17:00:41.308 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.308 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=484
12-30 17:00:41.308 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11819292;
setBrightness = 484
12-30 17:00:41.309 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.313 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.319 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 484
12-30 17:00:41.337 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.360 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 484; targetLcm = 445; pemLcm = 483; step = 1; gap = 185
12-30 17:00:41.361 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 484, mTargetLcm = 445, tempPemLcm = 483, pemLcm = 483
12-30 17:00:41.361 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.362 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 483; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 483
12-30 17:00:41.362 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21592158; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.362 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21592158, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.364 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21592158 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.365 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.369 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11794872, brightness =
483, useSurfaceControl status false
12-30 17:00:41.373 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.376 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:483 pkg:android userId:0
12-30 17:00:41.376 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=483
12-30 17:00:41.381 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11794872;
setBrightness = 483
12-30 17:00:41.383 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.385 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.386 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.386 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 483
12-30 17:00:41.407 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.412 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1000; state: ENABLED
12-30 17:00:41.422 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.430 1291 1291 I _V_VivoPKMSUtils: Receive Intent
{ act=android.intent.action.BOOT_COMPLETED flg=0x89000010 (has extras) }
12-30 17:00:41.431 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.432 1291 1291 I _V_VivoPKMSUtils: SystemProperties.set
sys.vivo.bootcompleted 1
12-30 17:00:41.436 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.438 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.447 1291 1746 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.imanager
12-30 17:00:41.447 1291 1746 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10075; state: DISABLED
12-30 17:00:41.455 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10075; state: ENABLED
12-30 17:00:41.475 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.478 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.496 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 483; targetLcm = 445; pemLcm = 482; step = 1; gap = 185
12-30 17:00:41.496 1291 1667 I _V_Sensor_PemBrightness: dps may be blocked, send
MSG_DEAL_WITH_DPS_BLOCK!
12-30 17:00:41.496 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 483, mTargetLcm = 445, tempPemLcm = 482, pemLcm = 482
12-30 17:00:41.496 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 482; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 482
12-30 17:00:41.496 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21541452; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.496 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21541452, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.497 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21541452 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.497 1291 1425 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:41.498 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11770452, brightness =
482, useSurfaceControl status false
12-30 17:00:41.500 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=482
12-30 17:00:41.501 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11770452;
setBrightness = 482
12-30 17:00:41.501 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:482 pkg:android userId:0
12-30 17:00:41.502 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:41.506 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.508 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.509 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.519 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 482
12-30 17:00:41.547 1291 1436 W ActivityManager: Slow operation: 102ms so far, now
at startProcess: done updating battery stats
12-30 17:00:41.548 1291 1436 W ActivityManager: Slow operation: 102ms so far, now
at startProcess: building log message
12-30 17:00:41.548 1291 1436 I ActivityManager: Start proc
5013:com.vivo.imanager:remote/u0a75 for content provider
{com.vivo.imanager/com.iqoo.secure.provider.SecureProvider}
12-30 17:00:41.548 1291 1436 W ActivityManager: Slow operation: 102ms so far, now
at startProcess: starting to update pids map
12-30 17:00:41.578 1291 1436 W ActivityManager: Slow operation: 132ms so far, now
at startProcess: done updating pids map
12-30 17:00:41.581 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.582 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 482; targetLcm = 445; pemLcm = 481; step = 1; gap = 185
12-30 17:00:41.582 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 482, mTargetLcm = 445, tempPemLcm = 481, pemLcm = 481
12-30 17:00:41.582 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 481; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 481
12-30 17:00:41.582 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21490747; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.582 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21490747, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.583 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21490747 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.584 1291 1667 I _V_Sensor_PemBrightness: handle
MSG_DEAL_WITH_DPS_BLOCK blockTime = 1; mPemFinish = true
12-30 17:00:41.585 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11746032, brightness =
481, useSurfaceControl status false
12-30 17:00:41.585 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=481
12-30 17:00:41.586 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:481 pkg:android userId:0
12-30 17:00:41.586 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11746032;
setBrightness = 481
12-30 17:00:41.589 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.590 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.592 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.597 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 481
12-30 17:00:41.598 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:41.603 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:41.608 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 481; targetLcm = 445; pemLcm = 480; step = 1; gap = 185
12-30 17:00:41.609 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 481, mTargetLcm = 445, tempPemLcm = 480, pemLcm = 480
12-30 17:00:41.609 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 480; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 480
12-30 17:00:41.609 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21448492; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.618 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21448492, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.619 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21448492 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.621 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11721612, brightness =
480, useSurfaceControl status false
12-30 17:00:41.621 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=480
12-30 17:00:41.621 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11721612;
setBrightness = 480
12-30 17:00:41.621 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:480 pkg:android userId:0
12-30 17:00:41.625 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.626 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 480
12-30 17:00:41.639 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.659 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~RRBMF0BEYacKXZZ3pKyZPg==/com.bbk.theme-qwnj3gnl6EBPEzk9BiNsww==/
base.apk
12-30 17:00:41.666 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.671 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 480; targetLcm = 445; pemLcm = 479; step = 1; gap = 185
12-30 17:00:41.671 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 480, mTargetLcm = 445, tempPemLcm = 479, pemLcm = 479
12-30 17:00:41.672 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 479; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 479
12-30 17:00:41.672 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21397786; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.672 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21397786, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.672 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21397786 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.672 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11697192, brightness =
479, useSurfaceControl status false
12-30 17:00:41.673 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=479
12-30 17:00:41.673 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11697192;
setBrightness = 479
12-30 17:00:41.674 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.675 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:479 pkg:android userId:0
12-30 17:00:41.679 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.679 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.680 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 479
12-30 17:00:41.681 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.682 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.691 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.692 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:41.702 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:41.704 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:41.770 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 479; targetLcm = 445; pemLcm = 478; step = 1; gap = 185
12-30 17:00:41.770 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 479, mTargetLcm = 445, tempPemLcm = 478, pemLcm = 478
12-30 17:00:41.770 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 478; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 478
12-30 17:00:41.770 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2134708;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.770 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2134708, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.771 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2134708 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.771 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11672772, brightness =
478, useSurfaceControl status false
12-30 17:00:41.775 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.776 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=478
12-30 17:00:41.776 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11672772;
setBrightness = 478
12-30 17:00:41.780 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:478 pkg:android userId:0
12-30 17:00:41.786 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.787 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.788 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 478
12-30 17:00:41.794 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.795 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 478; targetLcm = 445; pemLcm = 477; step = 1; gap = 185
12-30 17:00:41.795 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 478, mTargetLcm = 445, tempPemLcm = 477, pemLcm = 477
12-30 17:00:41.795 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 477; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 477
12-30 17:00:41.796 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21304825; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.796 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21304825, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.796 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21304825 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.798 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11648352, brightness =
477, useSurfaceControl status false
12-30 17:00:41.802 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:477 pkg:android userId:0
12-30 17:00:41.802 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=477
12-30 17:00:41.803 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11648352;
setBrightness = 477
12-30 17:00:41.805 1291 1704 W ActivityManager: Slow operation: 73ms so far, now
at attachApplicationLocked: before bindApplication
12-30 17:00:41.806 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10075; state: DISABLED
12-30 17:00:41.806 1291 1704 W ActivityManager: Slow operation: 74ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:00:41.807 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.808 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.808 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 477
12-30 17:00:41.808 1291 1704 W ActivityManager: Slow operation: 77ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:00:41.808 1291 1704 W ActivityManager: Slow operation: 77ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:00:41.811 1291 1704 W ActivityManager: Slow operation: 79ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:41.812 1291 1704 W ActivityManager: Slow operation: 80ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
12-30 17:00:41.824 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.839 1291 1704 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:bbk_crontab_used_poweron_firsttime value:1703926841831
pkg:com.vivo.daemonService userId:0
12-30 17:00:41.841 1291 3603 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.bbk.theme
opPkg=com.bbk.themetag=null notification=Notification(channel=vivo_push_channel
shortcut=null contentView=null vibrate=default sound=default tick defaults=0x3
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
12-30 17:00:41.843 1291 1291 W Looper : Slow dispatch took 154ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@cf0dad9 m=0
12-30 17:00:41.845 1291 1291 D _V_Sensor_PhoneState: onPreciseCallStateChanged
foregroundState: -1 ringingState: -1
12-30 17:00:41.852 1291 1742 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:bbk_crontab_used_poweron_count value:1
pkg:com.vivo.daemonService userId:0
12-30 17:00:41.852 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.854 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 477; targetLcm = 445; pemLcm = 476; step = 1; gap = 185
12-30 17:00:41.854 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 477, mTargetLcm = 445, tempPemLcm = 476, pemLcm = 476
12-30 17:00:41.854 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 476; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 476
12-30 17:00:41.854 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2125412;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.854 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2125412, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.854 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2125412 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.855 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11623932, brightness =
476, useSurfaceControl status false
12-30 17:00:41.858 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:476 pkg:android userId:0
12-30 17:00:41.859 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=476
12-30 17:00:41.859 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11623932;
setBrightness = 476
12-30 17:00:41.862 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.862 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.863 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 476
12-30 17:00:41.865 1291 1291 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
12-30 17:00:41.870 1291 3603 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:00:41.871 1291 1704 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:41.885 1291 1918 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1409
,topActivity=ComponentInfo{com.facebook.lite/com.facebook.lite.MainActivity} ,resiz
eMode=1 ,topActivityType=1 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:00:41.890 1291 1918 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{com.facebook.lite:725a930 u0 Splash Screen com.facebook.lite}
12-30 17:00:41.891 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentMultiPhotoAlphabeticalAl
ias newState:1 userId:0 callingPackage:null callingUid:10188 callingPid:4733
12-30 17:00:41.892 1291 2104 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentVideoAlphabeticalAlias
newState:1 userId:0 callingPackage:null callingUid:10188 callingPid:4733
12-30 17:00:41.892 1291 1918 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@af43c83
12-30 17:00:41.894 1291 1918 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForFakeTarget
Window{com.facebook.lite:725a930 u0 Splash Screen com.facebook.lite}
12-30 17:00:41.895 1291 3210 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentMultiVideoAlphabeticalAl
ias newState:2 userId:0 callingPackage:null callingUid:10188 callingPid:4733
12-30 17:00:41.896 1291 1918 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.facebook.lite:725a930 u0 Splash Screen com.facebook.lite}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
12-30 17:00:41.897 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.stories.activities.ShareToFbMultiStoriesAlias
newState:2 userId:0 callingPackage:null callingUid:10188 callingPid:4733
12-30 17:00:41.898 1291 1918 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
12-30 17:00:41.900 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.906 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.907 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.908 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/bbk_crontab_used_poweron_firsttime
12-30 17:00:41.909 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentMultiPhotoGroupsAlias
newState:2 userId:0 callingPackage:null callingUid:10188 callingPid:4733
12-30 17:00:41.912 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 1000; state: ENABLED
12-30 17:00:41.912 1291 1918 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentVideoGroupsAlias
newState:2 userId:0 callingPackage:null callingUid:10188 callingPid:4733
12-30 17:00:41.913 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 1000; state: DISABLED
12-30 17:00:41.913 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentLinkGroupsAlias
newState:1 userId:0 callingPackage:null callingUid:10188 callingPid:4733
12-30 17:00:41.955 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.955 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 476; targetLcm = 445; pemLcm = 475; step = 1; gap = 185
12-30 17:00:41.955 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 476, mTargetLcm = 445, tempPemLcm = 475, pemLcm = 475
12-30 17:00:41.955 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 475; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 475
12-30 17:00:41.955 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21211866; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.956 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21211866, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.956 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21211866 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.956 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11599512, brightness =
475, useSurfaceControl status false
12-30 17:00:41.957 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=475
12-30 17:00:41.957 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11599512;
setBrightness = 475
12-30 17:00:41.959 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:475 pkg:android userId:0
12-30 17:00:41.959 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.960 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.965 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.973 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:41.979 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 10116, arg4: 0, name: com.bbk.theme
12-30 17:00:41.981 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.982 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 475; targetLcm = 445; pemLcm = 474; step = 1; gap = 185
12-30 17:00:41.982 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 475, mTargetLcm = 445, tempPemLcm = 474, pemLcm = 474
12-30 17:00:41.982 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 474; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 474
12-30 17:00:41.982 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2116116;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:41.982 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2116116, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:41.982 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2116116 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:41.983 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11575092, brightness =
474, useSurfaceControl status false
12-30 17:00:41.984 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 475
12-30 17:00:41.984 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:474 pkg:android userId:0
12-30 17:00:41.984 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:41.984 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:41.984 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=474
12-30 17:00:41.987 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11575092;
setBrightness = 474
12-30 17:00:41.990 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.991 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:41.991 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:41.991 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:41.993 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 474
12-30 17:00:42.016 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:42.018 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareTextToMessagingAlias
newState:2 userId:0 callingPackage:null callingUid:10188 callingPid:4733
12-30 17:00:42.034 1291 3210 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:42.035 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareMediaToMessagingAlias
newState:2 userId:0 callingPackage:null callingUid:10188 callingPid:4733
12-30 17:00:42.036 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.036 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 474; targetLcm = 445; pemLcm = 473; step = 1; gap = 185
12-30 17:00:42.037 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 474, mTargetLcm = 445, tempPemLcm = 473, pemLcm = 473
12-30 17:00:42.037 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 473; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 473
12-30 17:00:42.037 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21110454; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.037 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21110454, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.037 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21110454 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.038 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.115506716, brightness
= 473, useSurfaceControl status false
12-30 17:00:42.039 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:473 pkg:android userId:0
12-30 17:00:42.039 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=473
12-30 17:00:42.039 1291 1743 I _V_VivoLightsService: lcmFloat = 0.115506716;
setBrightness = 473
12-30 17:00:42.041 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.041 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.042 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:42.042 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.043 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 473
12-30 17:00:42.054 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:42.063 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:42.065 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:42.070 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:42.070 1291 3210 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.awarecontext.awareeventprovider for user 0
12-30 17:00:42.091 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.widget.receiver.NotificationsWidgetProvide
r newState:1 userId:0 callingPackage:null callingUid:10188 callingPid:4733
12-30 17:00:42.093 1291 3210 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:42.109 1291 1411 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10183, isRmsPreload = false,
keepQuiet =false
12-30 17:00:42.115 1291 1411 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10183; state: DISABLED
12-30 17:00:42.141 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 473; targetLcm = 445; pemLcm = 472; step = 1; gap = 185
12-30 17:00:42.141 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 473, mTargetLcm = 445, tempPemLcm = 472, pemLcm = 472
12-30 17:00:42.141 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 472; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 472
12-30 17:00:42.141 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21068199; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.141 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21068199, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.143 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.144 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21068199 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.145 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.115262516, brightness
= 472, useSurfaceControl status false
12-30 17:00:42.145 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=472
12-30 17:00:42.145 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:472 pkg:android userId:0
12-30 17:00:42.149 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.149 1291 1743 I _V_VivoLightsService: lcmFloat = 0.115262516;
setBrightness = 472
12-30 17:00:42.150 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.151 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.152 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.155 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 472
12-30 17:00:42.166 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.167 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 472; targetLcm = 445; pemLcm = 471; step = 1; gap = 185
12-30 17:00:42.167 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 472, mTargetLcm = 445, tempPemLcm = 471, pemLcm = 471
12-30 17:00:42.167 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 471; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 471
12-30 17:00:42.167 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.21017493; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.167 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21017493, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.167 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21017493 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.169 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.115018316, brightness
= 471, useSurfaceControl status false
12-30 17:00:42.169 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=471
12-30 17:00:42.169 1291 1743 I _V_VivoLightsService: lcmFloat = 0.115018316;
setBrightness = 471
12-30 17:00:42.169 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:471 pkg:android userId:0
12-30 17:00:42.170 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.170 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.171 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.171 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.172 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 471
12-30 17:00:42.192 1291 1291 D _V_NotificationService: play vibration from
internal setting error with time or amplitude or vibrator is empty, vibrateState =
2
12-30 17:00:42.196 1291 1918 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{com.facebook.lite:725a930 u0 Splash Screen com.facebook.lite}
12-30 17:00:42.242 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.242 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 471; targetLcm = 445; pemLcm = 470; step = 1; gap = 185
12-30 17:00:42.242 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 471, mTargetLcm = 445, tempPemLcm = 470, pemLcm = 470
12-30 17:00:42.242 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 470; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 470
12-30 17:00:42.242 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20975238; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.242 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20975238, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.242 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20975238 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.244 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.245 1291 1918 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForFakeTarget
null
12-30 17:00:42.247 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.114774115, brightness
= 470, useSurfaceControl status false
12-30 17:00:42.247 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=470
12-30 17:00:42.247 1291 1743 I _V_VivoLightsService: lcmFloat = 0.114774115;
setBrightness = 470
12-30 17:00:42.248 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:470 pkg:android userId:0
12-30 17:00:42.252 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.254 1291 1918 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
12-30 17:00:42.254 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 470
12-30 17:00:42.255 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.256 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:42.277 1291 1291 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
12-30 17:00:42.286 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.288 1291 5073 D _V_VivoEffectIDSegment: opPkg=android,
effect=Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=-1.0, frequency=0.0, duration=350}, Step{amplitude=0.0,
frequency=0.0, duration=250}, Step{amplitude=-1.0, frequency=0.0, duration=350}],
repeat=-1}
12-30 17:00:42.292 1291 5073 D _V_VibratorManagerService: vibrate for uid:1000,
pid:1291, pkg:android, effect:Mono{mEffect=Composed{segments=[Step{amplitude=0.0,
frequency=0.0, duration=0}, Step{amplitude=-1.0, frequency=0.0, duration=350},
Step{amplitude=0.0, frequency=0.0, duration=250}, Step{amplitude=-1.0,
frequency=0.0, duration=350}], repeat=-1}}, attrs:VibrationAttributes:
Usage=NOTIFICATION Audio Usage= USAGE_NOTIFICATION Flags=0, reason:Notification
(com.bbk.theme 10116) (Delayed)
12-30 17:00:42.300 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:42.303 1291 1742 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
12-30 17:00:42.308 1291 5073 D _V_RichTapVibratorService: richtap service stop!!
12-30 17:00:42.308 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:42.313 1291 5073 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
12-30 17:00:42.313 1291 5073 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@30f7b0a
12-30 17:00:42.313 1291 5073 E _V_RichTapVibratorService: getExtension == null
12-30 17:00:42.314 1291 5073 D _V_VibratorManagerService: startVibrationLocked
12-30 17:00:42.324 1291 5073 D _V_VibratorManagerService: not VivoEffectIDSegment
, startAppOpModeLocked is 0
12-30 17:00:42.331 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.335 1291 1704 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10155, isRmsPreload = false, keepQuiet =false
12-30 17:00:42.336 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 470; targetLcm = 445; pemLcm = 469; step = 1; gap = 185
12-30 17:00:42.336 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 470, mTargetLcm = 445, tempPemLcm = 469, pemLcm = 469
12-30 17:00:42.336 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 469; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 469
12-30 17:00:42.336 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20924532; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.336 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20924532, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.336 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20924532 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.337 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.114529915, brightness
= 469, useSurfaceControl status false
12-30 17:00:42.337 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=469
12-30 17:00:42.338 1291 1743 I _V_VivoLightsService: lcmFloat = 0.114529915;
setBrightness = 469
12-30 17:00:42.340 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:469 pkg:android userId:0
12-30 17:00:42.346 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.347 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.348 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 469
12-30 17:00:42.352 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.353 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 469; targetLcm = 445; pemLcm = 468; step = 1; gap = 185
12-30 17:00:42.353 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 469, mTargetLcm = 445, tempPemLcm = 468, pemLcm = 468
12-30 17:00:42.353 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 468; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 468
12-30 17:00:42.353 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20873827; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.353 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20873827, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.354 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20873827 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.354 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.114285715, brightness
= 468, useSurfaceControl status false
12-30 17:00:42.355 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=468
12-30 17:00:42.355 1291 1743 I _V_VivoLightsService: lcmFloat = 0.114285715;
setBrightness = 468
12-30 17:00:42.356 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:468 pkg:android userId:0
12-30 17:00:42.360 1291 5078 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.362 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.365 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.368 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.369 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 468
12-30 17:00:42.370 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.371 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10155; state: DISABLED
12-30 17:00:42.374 1291 5078 D _V_VibrationThread: playVibration
12-30 17:00:42.378 1291 5078 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:00:42.378 1291 5078 D _V_VibrationThread: consume step
12-30 17:00:42.378 1291 5078 D VibrationThread: StartVibrateStep for effect #0
12-30 17:00:42.379 1291 5078 D _V_VibrationThread_VibrationEffectAdapters: old
Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=0.77877814, frequency=0.0, duration=350}, Step{amplitude=0.0,
frequency=0.0, duration=250}, Step{amplitude=0.77877814, frequency=0.0,
duration=350}], repeat=-1}
12-30 17:00:42.386 1291 5078 D _V_VibrationThread_VibrationEffectAdapters: new
Composed{segments=[Step{amplitude=0.0, frequency=NaN, duration=0},
Step{amplitude=0.77877814, frequency=NaN, duration=350}, Step{amplitude=0.0,
frequency=NaN, duration=250}, Step{amplitude=0.77877814, frequency=NaN,
duration=350}], repeat=-1}, newRepeatIndex is -1
12-30 17:00:42.387 1291 5078 D _V_VibrationThread: DeviceEffectMap(Mono),
mVibratorIds=[1]
12-30 17:00:42.387 1291 5078 D _V_VibrationThread: No need to prepare and trigger
sync effects on a single vibrator
12-30 17:00:42.387 1291 5078 D VibrationThread: Running amplitude step with 1ms
latency.
12-30 17:00:42.388 1291 5078 D _V_VibrationThread: stepSegmentStep{amplitude=0.0,
frequency=NaN, duration=0}
12-30 17:00:42.388 1291 5078 D _V_VibrationThread: noteVibratorOn begin, duration
is 950
12-30 17:00:42.392 1291 5078 D _V_VibrationThread: noteVibratorOn end
12-30 17:00:42.394 1291 5078 D _V_VibrationThread: a FinishVibrateStep add to
StepQueue
12-30 17:00:42.394 1291 5078 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:00:42.395 1291 5078 D _V_VibrationThread: consume step
12-30 17:00:42.395 1291 5078 D VibrationThread: Running amplitude step with 8ms
latency.
12-30 17:00:42.395 1291 5078 D _V_VibrationThread:
stepSegmentStep{amplitude=0.77877814, frequency=NaN, duration=350}
12-30 17:00:42.395 1291 5078 D VibrationThread: Turning on vibrator 1 for 350ms
12-30 17:00:42.395 1291 5078 D _V_VibratorManagerService: Turn vibrator on for
350 s, vibrationId:1
12-30 17:00:42.399 1291 5078 D VibrationThread: Amplitude changed on vibrator 1
to 0.77877814
12-30 17:00:42.399 1291 5078 D _V_VibrationThread: AmplitudeStep duration=350
amplitude=0.77877814 effectId=-1
12-30 17:00:42.400 1291 5078 D _V_VibrationThread: nextStep.calculateWaitTime is
337
12-30 17:00:42.400 1291 5078 D _V_VibrationThread: need to delay 337ms
12-30 17:00:42.400 1291 5078 D _V_VibrationThread:
12-30 17:00:42.400 1291 5078 D _V_VibrationThread:
12-30 17:00:42.400 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.419 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:42.428 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 468; targetLcm = 445; pemLcm = 467; step = 1; gap = 185
12-30 17:00:42.428 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 468, mTargetLcm = 445, tempPemLcm = 467, pemLcm = 467
12-30 17:00:42.428 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.429 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 467; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 467
12-30 17:00:42.429 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20831573; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.429 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20831573, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.429 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20831573 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.429 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.430 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.114041515, brightness
= 467, useSurfaceControl status false
12-30 17:00:42.430 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=467
12-30 17:00:42.430 1291 1743 I _V_VivoLightsService: lcmFloat = 0.114041515;
setBrightness = 467
12-30 17:00:42.430 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:467 pkg:android userId:0
12-30 17:00:42.432 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.433 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 467
12-30 17:00:42.434 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.474 1291 1484 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:42.481 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.482 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.483 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.492 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.508 1291 1484 D _V_VivoPKMSUtils: NO DATA in DB!
12-30 17:00:42.511 1291 1484 D _V_VivoPKMSUtils: read adbSilentInstallConfig
config from DB-END result:false delayTime 1000
12-30 17:00:42.511 1291 1484 D _V_VivoPKMSUtils: refreshThirdLauncherPkgNames
delay 1000
12-30 17:00:42.518 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.519 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 467; targetLcm = 445; pemLcm = 466; step = 1; gap = 185
12-30 17:00:42.519 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 467, mTargetLcm = 445, tempPemLcm = 466, pemLcm = 466
12-30 17:00:42.519 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 466; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 466
12-30 17:00:42.519 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20780867; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.537 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20780867, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.538 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20780867 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.539 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.113797314, brightness
= 466, useSurfaceControl status false
12-30 17:00:42.539 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=466
12-30 17:00:42.539 1291 1743 I _V_VivoLightsService: lcmFloat = 0.113797314;
setBrightness = 466
12-30 17:00:42.542 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:42.544 1291 1450 D _V_SceneFreezer: onStateChanged : pkgName
com.android.systemui uid:10047 model:request_audio_focus state:on
12-30 17:00:42.546 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.547 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 466; targetLcm = 445; pemLcm = 465; step = 1; gap = 185
12-30 17:00:42.547 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 466, mTargetLcm = 445, tempPemLcm = 465, pemLcm = 465
12-30 17:00:42.547 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 465; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 465
12-30 17:00:42.547 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 466
12-30 17:00:42.547 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20730162; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.547 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20730162, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.548 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20730162 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.548 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.113553114, brightness
= 465, useSurfaceControl status false
12-30 17:00:42.550 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:466 pkg:android userId:0
12-30 17:00:42.550 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=465
12-30 17:00:42.550 1291 1743 I _V_VivoLightsService: lcmFloat = 0.113553114;
setBrightness = 465
12-30 17:00:42.552 1291 1484 D _V_VivoPKMSUtils: NO DATA in DB!
12-30 17:00:42.553 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.553 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.554 1291 1484 D _V_VivoPKMSUtils: read pkmsCommonConfig config
from DB-END result:false delayTime 1100
12-30 17:00:42.554 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:42.556 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 465
12-30 17:00:42.557 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.558 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:465 pkg:android userId:0
12-30 17:00:42.559 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.560 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.568 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.610 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:42.612 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.618 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 465; targetLcm = 445; pemLcm = 464; step = 1; gap = 185
12-30 17:00:42.618 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 465, mTargetLcm = 445, tempPemLcm = 464, pemLcm = 464
12-30 17:00:42.618 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 464; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 464
12-30 17:00:42.618 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20687906; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.618 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20687906, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.619 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.631 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20687906 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.634 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.113308914, brightness
= 464, useSurfaceControl status false
12-30 17:00:42.635 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=464
12-30 17:00:42.635 1291 1743 I _V_VivoLightsService: lcmFloat = 0.113308914;
setBrightness = 464
12-30 17:00:42.636 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.637 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:464 pkg:android userId:0
12-30 17:00:42.637 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 464
12-30 17:00:42.639 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.663 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:42.665 1291 3210 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:42.696 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.710 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.710 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 464; targetLcm = 445; pemLcm = 463; step = 1; gap = 185
12-30 17:00:42.711 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 464, mTargetLcm = 445, tempPemLcm = 463, pemLcm = 463
12-30 17:00:42.711 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 463; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 463
12-30 17:00:42.711 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20637201; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.711 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20637201, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.711 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20637201 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.717 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.113064714, brightness
= 463, useSurfaceControl status false
12-30 17:00:42.717 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=463
12-30 17:00:42.717 1291 1743 I _V_VivoLightsService: lcmFloat = 0.113064714;
setBrightness = 463
12-30 17:00:42.718 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:463 pkg:android userId:0
12-30 17:00:42.728 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:sos_emergency_mode_on value:0
pkg:com.android.server.telecom userId:0
12-30 17:00:42.729 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:sys.sos_dial_running value:0
pkg:com.android.server.telecom userId:0
12-30 17:00:42.729 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.733 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 463
12-30 17:00:42.734 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.734 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 463; targetLcm = 445; pemLcm = 462; step = 1; gap = 185
12-30 17:00:42.735 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 463, mTargetLcm = 445, tempPemLcm = 462, pemLcm = 462
12-30 17:00:42.735 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 462; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 462
12-30 17:00:42.735 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20594947; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.738 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20594947, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.738 1291 5078 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:00:42.739 1291 5078 D _V_VibrationThread: consume step
12-30 17:00:42.739 1291 5078 D VibrationThread: Running amplitude step with 2ms
latency.
12-30 17:00:42.739 1291 5078 D _V_VibrationThread: stepSegmentStep{amplitude=0.0,
frequency=NaN, duration=250}
12-30 17:00:42.739 1291 5078 D VibrationThread: Turning off vibrator 1
12-30 17:00:42.739 1291 5078 D _V_VibratorManagerService: Turn vibrator off
12-30 17:00:42.740 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20594947 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.741 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11282051, brightness =
462, useSurfaceControl status false
12-30 17:00:42.741 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=462
12-30 17:00:42.741 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11282051;
setBrightness = 462
12-30 17:00:42.743 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.745 1291 5078 D _V_VibrationThread: AmplitudeStep duration=250
amplitude=0.0 effectId=-1
12-30 17:00:42.750 1291 5078 D _V_VibrationThread: nextStep.calculateWaitTime is
237
12-30 17:00:42.750 1291 5078 D _V_VibrationThread: need to delay 237ms
12-30 17:00:42.750 1291 5078 D _V_VibrationThread:
12-30 17:00:42.750 1291 5078 D _V_VibrationThread:
12-30 17:00:42.750 1291 5082 D VibratorManagerService: Vibration 1 on vibrator 1
complete, notifying thread
12-30 17:00:42.750 1291 5082 D VibrationThread: Vibration complete reported by
vibrator 1
12-30 17:00:42.751 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.751 1291 5078 D _V_VibrationThread: nextStep.calculateWaitTime is
236
12-30 17:00:42.752 1291 5078 D _V_VibrationThread: need to delay 235ms
12-30 17:00:42.752 1291 5078 D _V_VibrationThread:
12-30 17:00:42.752 1291 5078 D _V_VibrationThread:
12-30 17:00:42.752 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:42.753 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.755 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 462
12-30 17:00:42.762 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.762 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:42.764 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.764 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:462 pkg:android userId:0
12-30 17:00:42.775 1291 2088 D _V_VivoInputManager: isTrustedWindow result=
false
12-30 17:00:42.784 1291 5106 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:42.788 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.794 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.798 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.809 1291 3623 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.812 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.823 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.840 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 462; targetLcm = 445; pemLcm = 461; step = 1; gap = 185
12-30 17:00:42.840 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 462, mTargetLcm = 445, tempPemLcm = 461, pemLcm = 461
12-30 17:00:42.840 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 461; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 461
12-30 17:00:42.840 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20544241; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.840 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20544241, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.841 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20544241 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.855 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11257631, brightness =
461, useSurfaceControl status false
12-30 17:00:42.856 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=461
12-30 17:00:42.859 1291 3623 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.875 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11257631;
setBrightness = 461
12-30 17:00:42.885 1291 2088 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4761
com.android.server.wm.WindowManagerService.addWindow:2115
com.android.server.wm.Session.addToDisplayAsUser:242
android.view.IWindowSession$Stub.onTransact:691
com.android.server.wm.Session.onTransact:207
android.os.Binder.execTransactInternal:1179
12-30 17:00:42.886 1291 2088 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity} task=null
12-30 17:00:42.886 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:461 pkg:android userId:0
12-30 17:00:42.887 1291 3623 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.888 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:42.892 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.914 1291 1742 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{6e9f11e u0 com.facebook.lite/.MainActivity t1409 d0}
currentState=0 startState=-1 activityState = RESUMED info = Lite
12-30 17:00:42.919 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.938 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:42.939 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.941 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 461
12-30 17:00:42.942 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 461; targetLcm = 445; pemLcm = 460; step = 1; gap = 185
12-30 17:00:42.942 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 461, mTargetLcm = 445, tempPemLcm = 460, pemLcm = 460
12-30 17:00:42.943 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:42.943 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 460; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 460
12-30 17:00:42.943 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20493536; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.943 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20493536, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.944 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20493536 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:42.944 1291 3622 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:42.945 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.945 1291 3622 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:42.946 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11233211, brightness =
460, useSurfaceControl status false
12-30 17:00:42.947 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=460
12-30 17:00:42.947 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11233211;
setBrightness = 460
12-30 17:00:42.948 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.954 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:460 pkg:android userId:0
12-30 17:00:42.955 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:42.956 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 460
12-30 17:00:42.959 1291 1412 D DeviceIdleController: Adding AppId 10047 to temp
whitelist. New entry: false
12-30 17:00:42.961 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:42.975 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:42.976 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:42.987 1291 5078 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:00:42.991 1291 5078 D _V_VibrationThread: consume step
12-30 17:00:42.992 1291 5078 D VibrationThread: Running amplitude step with 5ms
latency.
12-30 17:00:42.992 1291 5078 D _V_VibrationThread:
stepSegmentStep{amplitude=0.77877814, frequency=NaN, duration=350}
12-30 17:00:42.992 1291 5078 D VibrationThread: Turning on vibrator 1 for 350ms
12-30 17:00:42.992 1291 5078 D _V_VibratorManagerService: Turn vibrator on for
350 s, vibrationId:1
12-30 17:00:42.998 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 460; targetLcm = 445; pemLcm = 459; step = 1; gap = 185
12-30 17:00:42.998 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 460, mTargetLcm = 445, tempPemLcm = 459, pemLcm = 459
12-30 17:00:42.998 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 459; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 459
12-30 17:00:42.999 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2045128;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:42.999 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2045128, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:42.999 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2045128 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:43.000 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11208791, brightness =
459, useSurfaceControl status false
12-30 17:00:43.000 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=459
12-30 17:00:43.000 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11208791;
setBrightness = 459
12-30 17:00:43.007 1291 3623 I _V_VivoWmsImpl: updateHasSurfaceView: attached =
true, Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:43.015 1291 5078 D VibrationThread: Amplitude changed on vibrator 1
to 0.77877814
12-30 17:00:43.015 1291 5078 D _V_VibrationThread: AmplitudeStep duration=350
amplitude=0.77877814 effectId=-1
12-30 17:00:43.015 1291 5078 D _V_VibrationThread: nextStep.calculateWaitTime is
322
12-30 17:00:43.015 1291 5078 D _V_VibrationThread: need to delay 322ms
12-30 17:00:43.015 1291 5078 D _V_VibrationThread:
12-30 17:00:43.015 1291 5078 D _V_VibrationThread:
12-30 17:00:43.018 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.019 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:459 pkg:android userId:0
12-30 17:00:43.019 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:43.027 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:43.038 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.040 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 459
12-30 17:00:43.054 1291 3623 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:43.066 1291 3623 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:43.075 1291 3623 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
appearance=0x8 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
12-30 17:00:43.081 1291 3623 I WindowManager: Relayout Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-30 17:00:43.084 1291 1415 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 10188; state: ENABLED
12-30 17:00:43.122 1291 1408 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:43.128 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.129 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 459; targetLcm = 445; pemLcm = 458; step = 1; gap = 185
12-30 17:00:43.129 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 459, mTargetLcm = 445, tempPemLcm = 458, pemLcm = 458
12-30 17:00:43.129 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 458; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 458
12-30 17:00:43.129 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20400575; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:43.129 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20400575, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:43.130 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20400575 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:43.133 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11184371, brightness =
458, useSurfaceControl status false
12-30 17:00:43.134 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:458 pkg:android userId:0
12-30 17:00:43.138 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:43.140 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=458
12-30 17:00:43.140 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11184371;
setBrightness = 458
12-30 17:00:43.148 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:43.150 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:43.158 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 458
12-30 17:00:43.160 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.166 1291 3210 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:43.183 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 458; targetLcm = 445; pemLcm = 457; step = 1; gap = 185
12-30 17:00:43.183 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 458, mTargetLcm = 445, tempPemLcm = 457, pemLcm = 457
12-30 17:00:43.183 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.183 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 457; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 457
12-30 17:00:43.183 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness = 0.2035832;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:43.184 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2035832, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:43.184 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2035832 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:43.184 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11159951, brightness =
457, useSurfaceControl status false
12-30 17:00:43.185 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=457
12-30 17:00:43.185 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11159951;
setBrightness = 457
12-30 17:00:43.185 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:457 pkg:android userId:0
12-30 17:00:43.186 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:43.188 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 457
12-30 17:00:43.189 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.216 1291 3622 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=4, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
12-30 17:00:43.218 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:43.219 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:43.255 1291 3210 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@af43c83
12-30 17:00:43.257 1291 3210 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForFakeTarget
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:43.262 1291 3210 I WindowManager: Relayout
Window{com.android.systemui:3e2dfcf u0 StatusBar}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=60,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = 13001000, mInvGlobalScale
= 1.0
12-30 17:00:43.264 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:43.280 1291 3622 D _V_WindowManager: finishDrawingWindow:
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
mDrawState=DRAW_PENDING
12-30 17:00:43.280 1291 3622 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@3771ec9 mSyncState=0
12-30 17:00:43.292 1291 1415 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1409
,topActivity=ComponentInfo{com.facebook.lite/com.facebook.lite.MainActivity} ,resiz
eMode=1 ,topActivityType=1 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:00:43.302 1291 1415 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 17:00:43.302 1291 1415 D _V_ActivityTaskManager:
removeStartingWindowAnimation isReplaceSplashType:false
12-30 17:00:43.316 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 457; targetLcm = 445; pemLcm = 456; step = 1; gap = 185
12-30 17:00:43.316 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 457, mTargetLcm = 445, tempPemLcm = 456, pemLcm = 456
12-30 17:00:43.317 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 456; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 456
12-30 17:00:43.317 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20307614; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:43.317 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20307614, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:43.317 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20307614 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:43.317 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.318 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11135531, brightness =
456, useSurfaceControl status false
12-30 17:00:43.330 1291 1415 D _V_RMS-Preload: displayId=0, callingUid=10135,
callingPid=2225, requestUid=10188, requestPid=4733,
requestPkgName=com.facebook.lite, requestProcName=com.facebook.lite,
requestComponentName=com.facebook.lite.MainActivity took 4676ms finished.
12-30 17:00:43.330 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=456
12-30 17:00:43.331 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11135531;
setBrightness = 456
12-30 17:00:43.336 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:43.337 1291 5078 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:00:43.337 1291 5078 D _V_VibrationThread: consume step
12-30 17:00:43.338 1291 5078 D VibrationThread: Running complete vibration step
on vibrator 1
12-30 17:00:43.338 1291 5078 D _V_VibrationThread: StepQueue add OffStep
12-30 17:00:43.338 1291 5078 D _V_VibrationThread: status = FINISHED, call
onVibrationCompleted
12-30 17:00:43.338 1291 5078 D VibratorManagerService: Vibration 1 finished with
status FINISHED
12-30 17:00:43.339 1291 5078 D _V_VibrationThread: nextStep.calculateWaitTime is
1003
12-30 17:00:43.339 1291 5078 D _V_VibrationThread: need to delay 1003ms
12-30 17:00:43.339 1291 5078 D _V_VibrationThread:
12-30 17:00:43.339 1291 5078 D _V_VibrationThread:
12-30 17:00:43.340 1291 1524 D _V_VivoVibratorManagerServiceImpl: collect
vibrator map={intensity=0.77877814, times=950, module=android, pattern=-1}
12-30 17:00:43.341 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.345 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 456
12-30 17:00:43.362 1291 1415 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 17:00:43.365 1291 5082 D VibratorManagerService: Vibration 1 on vibrator 1
complete, notifying thread
12-30 17:00:43.365 1291 5082 D VibrationThread: Vibration complete reported by
vibrator 1
12-30 17:00:43.365 1291 5082 D _V_VibrationThread:
mPendingOnVibratorCompleteSteps.offer
12-30 17:00:43.366 1291 5078 D _V_VibrationThread: consume step
12-30 17:00:43.366 1291 5078 D VibrationThread: Turning off vibrator 1
12-30 17:00:43.366 1291 5078 D _V_VibratorManagerService: Turn vibrator off
12-30 17:00:43.369 1291 5078 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:00:43.369 1291 5078 D _V_VibrationThread: consume step
12-30 17:00:43.369 1291 5078 D VibrationThread: FinishVibrateStep for effect #0
12-30 17:00:43.370 1291 5078 D VibratorManagerService: Vibrators released after
finished vibration: false
12-30 17:00:43.370 1291 5078 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:43.371 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 456; targetLcm = 445; pemLcm = 455; step = 1; gap = 185
12-30 17:00:43.371 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 456, mTargetLcm = 445, tempPemLcm = 455, pemLcm = 455
12-30 17:00:43.371 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 455; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 455
12-30 17:00:43.371 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20256908; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:43.371 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20256908, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:43.372 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20256908 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:43.372 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.372 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11111111, brightness =
455, useSurfaceControl status false
12-30 17:00:43.372 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=455
12-30 17:00:43.373 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11111111;
setBrightness = 455
12-30 17:00:43.377 1291 1453 D _V_DexoptOptimizer: notifyAppLaunch tempmap
={com.facebook.lite=LaunchInfo{com.facebook.lite, c=1, f=4, s=false}}
12-30 17:00:43.378 1291 1453 D _V_DexoptOptimizer: sVerifyPackageNamesPrimary
=[com.facebook.lite]
12-30 17:00:43.379 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:43.380 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 455
12-30 17:00:43.382 1291 3210 W _V_PackageManager: ## return empyt for Intent
{ act=mediatek.intent.action.PHB_STATE_CHANGED flg=0x10
pkg=com.mediatek.simprocessor (has extras) } pkgName:com.mediatek.simprocessor
12-30 17:00:43.382 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.383 1291 1704 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:00:43.384 1291 3623 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:43.406 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:456 pkg:android userId:0
12-30 17:00:43.413 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:455 pkg:android userId:0
12-30 17:00:43.423 1291 1704 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
12-30 17:00:43.430 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:43.430 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:43.475 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:43.478 1291 1412 D DeviceIdleController: Adding AppId 10047 to temp
whitelist. New entry: false
12-30 17:00:43.484 1291 3623 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@bccda94 ,windowToken
=android.os.BinderProxy@7d31327 ,isPassword=false ,mIsSecImms=false
12-30 17:00:43.490 1291 3623 D _V_InputMethodManagerService: Check pwd = false
12-30 17:00:43.494 1291 1415 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1409
,topActivity=ComponentInfo{com.facebook.lite/com.facebook.lite.MainActivity} ,resiz
eMode=1 ,topActivityType=1 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:00:43.494 1291 3623 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@25a210d inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@6e70c00
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_RESIZE|IS_FORWARD_NAVIGATION windowFlags=#81810100
unverifiedTargetSdkVersion=33
12-30 17:00:43.496 1291 3623 V InputMethodManagerService: Unspecified window will
hide input
12-30 17:00:43.496 1291 3623 V InputMethodManagerService:
unbindCurrentInputLocked: client=android.os.BinderProxy@b2f9a4a
12-30 17:00:43.497 1291 3623 D _V_SecInputMethodManagerService:
setClientToNullLocked-- set mCurClient to null
12-30 17:00:43.497 1291 3623 V InputMethodMenuController: Hide switching menu
12-30 17:00:43.497 1291 3623 V InputMethodManagerService: switching to client:
client=android.os.BinderProxy@25a210d keyguard=false
12-30 17:00:43.497 1291 3623 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{dd8027e uid=10188 pid=4733 displayId=0}
12-30 17:00:43.500 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:00:43.500 1291 3623 V InputMethodManagerService: Creating new session
for client ClientState{dd8027e uid=10188 pid=4733 displayId=0}
12-30 17:00:43.507 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 455; targetLcm = 445; pemLcm = 454; step = 1; gap = 185
12-30 17:00:43.507 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 455, mTargetLcm = 445, tempPemLcm = 454, pemLcm = 454
12-30 17:00:43.507 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 454; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 454
12-30 17:00:43.507 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20214655; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:43.508 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20214655, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:43.508 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20214655 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:43.509 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.509 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11086691, brightness =
454, useSurfaceControl status false
12-30 17:00:43.510 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=454
12-30 17:00:43.510 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11086691;
setBrightness = 454
12-30 17:00:43.510 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:454 pkg:android userId:0
12-30 17:00:43.513 1291 3622 D _V_InputMethodManagerService: onSessionCreated
method=com.android.internal.view.IInputMethod$Stub$Proxy@1b66b ,session=com.android
.internal.view.IInputMethodSession$Stub$Proxy@2b0e82c ,channel=ClientState{dd8027e
uid=10188 pid=4733 displayId=0}
(server) ,mIsSecImms=false ,sessionState=SessionState{uid 10188 pid 4733 method
1b66b session 2b0e82c channel ClientState{dd8027e uid=10188 pid=4733 displayId=0}
(server)} ,mCurClient=ClientState{dd8027e uid=10188 pid=4733 displayId=0}
12-30 17:00:43.514 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:43.516 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 454
12-30 17:00:43.517 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.517 1291 3622 V InputMethodManagerService: Disabling:
SessionState{uid 10135 pid 2225 method 1b66b session eeecf8b channel
ClientState{3d4eb6f uid=10135 pid=2225 displayId=0} (server)}
12-30 17:00:43.518 1291 3622 V InputMethodManagerService: Enabling:
SessionState{uid 10188 pid 4733 method 1b66b session 2b0e82c channel
ClientState{dd8027e uid=10188 pid=4733 displayId=0} (server)}
12-30 17:00:43.520 1291 1408 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
12-30 17:00:43.529 1291 1408 I WindowManager: Relayout Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-30 17:00:43.531 1291 3622 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateControlForTarget Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:43.553 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:00:43.559 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 454; targetLcm = 445; pemLcm = 453; step = 1; gap = 185
12-30 17:00:43.559 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 454, mTargetLcm = 445, tempPemLcm = 453, pemLcm = 453
12-30 17:00:43.559 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 453; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 453
12-30 17:00:43.559 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20163949; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:43.559 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20163949, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:43.559 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20163949 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:43.561 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11062271, brightness =
453, useSurfaceControl status false
12-30 17:00:43.562 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=453
12-30 17:00:43.562 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11062271;
setBrightness = 453
12-30 17:00:43.565 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.566 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:453 pkg:android userId:0
12-30 17:00:43.567 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:43.568 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.568 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 453
12-30 17:00:43.569 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:43.574 1291 1742 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:8ffcbfb u0 NotificationShade} mDrawState=DRAW_PENDING
12-30 17:00:43.574 1291 1742 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@9d57530 mSyncState=0
12-30 17:00:43.581 1291 3622 W _V_VivoAmsImpl: mCallingPidFilter=4664,
mCallingUidFilter=10116
12-30 17:00:43.584 1291 3622 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
12-30 17:00:43.584 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10167; state: DISABLED
12-30 17:00:43.585 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10167; state: ENABLED
12-30 17:00:43.589 1291 1442 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:43.593 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:43.621 1291 1471 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:43.727 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.738 1291 1746 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:43.767 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 453; targetLcm = 445; pemLcm = 452; step = 1; gap = 185
12-30 17:00:43.767 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 453, mTargetLcm = 445, tempPemLcm = 452, pemLcm = 452
12-30 17:00:43.767 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 452; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 452
12-30 17:00:43.767 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20121694; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:43.767 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20121694, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:43.767 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20121694 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:43.770 1291 3623 W _V_VivoAmsImpl: mCallingPidFilter=4664,
mCallingUidFilter=10116
12-30 17:00:43.787 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:43.788 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:43.819 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11037851, brightness =
452, useSurfaceControl status false
12-30 17:00:43.820 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=452
12-30 17:00:43.820 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11037851;
setBrightness = 452
12-30 17:00:43.826 1291 3210 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.mms
12-30 17:00:43.827 1291 3210 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10055; state: DISABLED
12-30 17:00:43.840 1291 3210 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:43.846 1291 1412 D DeviceIdleController: Adding AppId 10055 to temp
whitelist. New entry: true
12-30 17:00:43.848 1291 1436 W ActivityManager: Slow operation: 265ms so far, now
at startProcess: done updating battery stats
12-30 17:00:43.849 1291 1436 W ActivityManager: Slow operation: 266ms so far, now
at startProcess: building log message
12-30 17:00:43.849 1291 1436 I ActivityManager: Start proc
5165:com.google.android.webview:webview_service/u0a167 for service
{com.google.android.webview/org.chromium.android_webview.services.VariationsSeedSer
ver}
12-30 17:00:43.849 1291 1436 W ActivityManager: Slow operation: 266ms so far, now
at startProcess: starting to update pids map
12-30 17:00:43.853 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:452 pkg:android userId:0
12-30 17:00:43.853 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:43.855 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 452; targetLcm = 445; pemLcm = 451; step = 1; gap = 185
12-30 17:00:43.855 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 452, mTargetLcm = 445, tempPemLcm = 451, pemLcm = 451
12-30 17:00:43.855 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 451; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 451
12-30 17:00:43.855 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20070988; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:43.855 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20070988, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:43.855 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20070988 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:43.856 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.11013431, brightness =
451, useSurfaceControl status false
12-30 17:00:43.857 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10055, delay=20000
12-30 17:00:43.857 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10055, 10080, 10093, 10096, 10122, 10124,
10185, 10211]
12-30 17:00:43.858 1291 2104 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:43.858 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:43.858 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.863 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:451 pkg:android userId:0
12-30 17:00:43.863 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 452
12-30 17:00:43.865 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=451
12-30 17:00:43.865 1291 1743 I _V_VivoLightsService: lcmFloat = 0.11013431;
setBrightness = 451
12-30 17:00:43.866 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:43.876 1291 1704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:43.878 1291 1967 I WindowManager: Relayout
Window{com.facebook.lite:725a930 u0 Splash Screen com.facebook.lite EXITING:
animatingContainer=Window{com.facebook.lite:725a930 u0 Splash Screen
com.facebook.lite}}: oldVis=0, newVis=8, requestedWidth=720, requestedHeight=1600,
attrs.width=null, attrs.height=null, compatFrame = Rect(0, 0 - 720, 1600),
mAttrs.privateFlags = null, mInvGlobalScale = 1.0
12-30 17:00:43.879 1291 1436 W ActivityManager: Slow operation: 296ms so far, now
at startProcess: done updating pids map
12-30 17:00:43.879 1291 1436 W ActivityManager: Slow operation: 53ms so far, now
at startProcess: asking zygote to start proc
12-30 17:00:43.879 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10055; state: ENABLED
12-30 17:00:43.881 1291 2104 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:43.887 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:43.887 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.888 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 451
12-30 17:00:43.892 1291 2104 D _V_RMS-Preload: displayId=0, callingUid=10135,
callingPid=2225, requestUid=10188, requestPid=4733,
requestPkgName=com.facebook.lite, requestProcName=com.facebook.lite,
requestComponentName=com.facebook.lite.MainActivity took -1ms finished.
12-30 17:00:43.894 1291 2104 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:00:43.898 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10055, 10080, 10093, 10096, 10122, 10124, 10185,
10211]
12-30 17:00:43.900 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:43.908 1291 1436 W ActivityManager: Slow operation: 83ms so far, now
at startProcess: returned from zygote!
12-30 17:00:43.922 1291 1414 V ActivityTaskManager: Stopping
ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408 d0}:
nowVisible=false animating=false finishing=false
12-30 17:00:43.923 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:00:43.939 1291 1436 W ActivityManager: Slow operation: 113ms so far, now
at startProcess: done updating battery stats
12-30 17:00:43.939 1291 1436 W ActivityManager: Slow operation: 113ms so far, now
at startProcess: building log message
12-30 17:00:43.939 1291 1436 I ActivityManager: Start proc
5192:com.android.mms/u0a55 for broadcast
{com.android.mms/com.android.mms.smart.block.vivo.receiver.TransferPhoneOldBlockSms
Receiver}
12-30 17:00:43.939 1291 1436 W ActivityManager: Slow operation: 113ms so far, now
at startProcess: starting to update pids map
12-30 17:00:43.939 1291 1436 W ActivityManager: Slow operation: 113ms so far, now
at startProcess: done updating pids map
12-30 17:00:43.955 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 451; targetLcm = 445; pemLcm = 450; step = 1; gap = 185
12-30 17:00:43.955 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 451, mTargetLcm = 445, tempPemLcm = 450, pemLcm = 450
12-30 17:00:43.955 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 450; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 450
12-30 17:00:43.955 1291 1704 D AppWidgetServiceImpl: stopListening() 0
12-30 17:00:43.955 1291 1704 D _V_AppWidgetServiceImpl: stopListening
host.callbacks = null
12-30 17:00:43.956 1291 1704 D AppWidgetServiceImpl: stopListening succeed,
callingPackage = com.android.launcher3, hostId = 1024
12-30 17:00:43.970 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.971 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.20020282; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:43.972 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20020282, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:43.972 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20020282 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:43.972 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.10989011, brightness =
450, useSurfaceControl status false
12-30 17:00:43.991 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=450
12-30 17:00:43.991 1291 1743 I _V_VivoLightsService: lcmFloat = 0.10989011;
setBrightness = 450
12-30 17:00:43.992 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:450 pkg:android userId:0
12-30 17:00:43.993 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:43.994 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 450
12-30 17:00:43.996 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:43.997 1291 1471 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:44.003 1291 1919 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10135 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
2225com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:00:44.003 1291 1919 W InputMethodManagerService: Ignoring hideSoftInput
of uid 10135: com.android.internal.view.IInputMethodClient$Stub$Proxy@c2665b7
12-30 17:00:44.019 1291 3210 W ActivityManager: Slow operation: 78ms so far, now
at attachApplicationLocked: before bindApplication
12-30 17:00:44.020 1291 3210 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10167; state: DISABLED
12-30 17:00:44.020 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:44.020 1291 3210 W ActivityManager: Slow operation: 80ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:00:44.022 1291 1919 D WindowManager: App removed or hidden
activity=ActivityRecord{8a76734 u0 com.android.launcher3/.Launcher t1408 d0}
12-30 17:00:44.027 1291 1919 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 17:00:44.029 1291 3210 W ActivityManager: Slow operation: 88ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:00:44.032 1291 3210 W ActivityManager: Slow operation: 91ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:00:44.038 1291 1415 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4777
com.android.server.wm.ActivityRecord.removeChild:433
com.android.server.wm.WindowContainer.removeImmediately:702
com.android.server.wm.WindowState.removeImmediately:2832
com.android.server.wm.WindowState.destroySurface:4113
com.android.server.wm.ActivityRecord.destroySurfaces:6304
12-30 17:00:44.042 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:44.062 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 450; targetLcm = 445; pemLcm = 449; step = 1; gap = 185
12-30 17:00:44.075 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 450, mTargetLcm = 445, tempPemLcm = 449, pemLcm = 449
12-30 17:00:44.075 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 449; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 449
12-30 17:00:44.075 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.19978027; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:44.076 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.19978027, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:44.076 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.19978027 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:44.076 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:44.084 1291 1471 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:44.086 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:44.086 1291 3210 W ActivityManager: Slow operation: 146ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:44.088 1291 1415 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:00:44.089 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.10964591, brightness =
449, useSurfaceControl status false
12-30 17:00:44.089 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=449
12-30 17:00:44.089 1291 1743 I _V_VivoLightsService: lcmFloat = 0.10964591;
setBrightness = 449
12-30 17:00:44.090 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:449 pkg:android userId:0
12-30 17:00:44.095 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:44.105 1291 1412 D _V_CapacityKeyService: foregroundActivities
detected uid=10135 appName=com.android.launcher3 state=false
12-30 17:00:44.106 1291 1412 D _V_CapacityKeyService: background:
com.android.launcher3
12-30 17:00:44.119 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:44.133 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:44.133 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:44.136 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 449
12-30 17:00:44.146 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:44.146 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 449; targetLcm = 445; pemLcm = 448; step = 1; gap = 185
12-30 17:00:44.146 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 449, mTargetLcm = 445, tempPemLcm = 448, pemLcm = 448
12-30 17:00:44.146 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 448; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 448
12-30 17:00:44.146 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.19927321; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:44.146 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.19927321, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:44.147 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.19927321 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:44.148 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.10940171, brightness =
448, useSurfaceControl status false
12-30 17:00:44.148 1291 1672 I _V_Sensor_AutoAppManager: uidName =
com.android.launcher3; topName = com.facebook.lite; foregroundActivities = false;
packageName = com.android.launcher3; processName = com.android.launcher3;
inFreeform = false
12-30 17:00:44.148 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=448
12-30 17:00:44.148 1291 1743 I _V_VivoLightsService: lcmFloat = 0.10940171;
setBrightness = 448
12-30 17:00:44.149 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:44.153 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:44.153 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 448
12-30 17:00:44.156 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:448 pkg:android userId:0
12-30 17:00:44.158 1291 1967 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
12-30 17:00:44.161 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:44.163 1291 3622 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:00:44.163 1291 3622 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
12-30 17:00:44.202 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:44.202 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:44.204 1291 1425 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:44.204 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:44.209 1291 2387 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
12-30 17:00:44.218 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-30 17:00:44.238 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 448; targetLcm = 445; pemLcm = 447; step = 1; gap = 185
12-30 17:00:44.238 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 448, mTargetLcm = 445, tempPemLcm = 447, pemLcm = 447
12-30 17:00:44.238 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 447; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 447
12-30 17:00:44.238 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.19876616; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:44.239 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.19876616, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:44.239 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.19876616 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:44.240 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.10915751, brightness =
447, useSurfaceControl status false
12-30 17:00:44.240 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=447
12-30 17:00:44.240 1291 1743 I _V_VivoLightsService: lcmFloat = 0.10915751;
setBrightness = 447
12-30 17:00:44.242 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:44.243 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 447
12-30 17:00:44.246 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:447 pkg:android userId:0
12-30 17:00:44.246 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:44.247 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:44.259 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:44.269 1291 1408 W ActivityManager: Slow operation: 52ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
12-30 17:00:44.271 1291 3623 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:44.286 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:44.290 1291 2387 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
12-30 17:00:44.303 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:44.304 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-30 17:00:44.309 1291 1704 W _V_VivoAmsImpl: mCallingPidFilter=4664,
mCallingUidFilter=10116
12-30 17:00:44.320 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10116; state: DISABLED
12-30 17:00:44.321 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10116; state: ENABLED
12-30 17:00:44.321 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:44.332 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 447; targetLcm = 445; pemLcm = 446; step = 1; gap = 185
12-30 17:00:44.332 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 447, mTargetLcm = 445, tempPemLcm = 446, pemLcm = 446
12-30 17:00:44.332 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 446; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 446
12-30 17:00:44.332 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.19834362; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:44.332 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.19834362, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:44.332 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.19834362 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:44.333 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.10891331, brightness =
446, useSurfaceControl status false
12-30 17:00:44.333 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=446
12-30 17:00:44.333 1291 1743 I _V_VivoLightsService: lcmFloat = 0.10891331;
setBrightness = 446
12-30 17:00:44.334 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:44.335 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 446
12-30 17:00:44.339 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:44.340 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:446 pkg:android userId:0
12-30 17:00:44.342 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:44.379 1291 1436 W ActivityManager: Slow operation: 65ms so far, now
at startProcess: returned from zygote!
12-30 17:00:44.379 1291 1436 W ActivityManager: Slow operation: 66ms so far, now
at startProcess: done updating battery stats
12-30 17:00:44.380 1291 1436 W ActivityManager: Slow operation: 66ms so far, now
at startProcess: building log message
12-30 17:00:44.380 1291 1436 I ActivityManager: Start proc
5255:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbox
edProcessService0:0/u0ai9000 for
{com.bbk.theme/org.chromium.content.app.SandboxedProcessService0:0}
12-30 17:00:44.380 1291 1436 W ActivityManager: Slow operation: 66ms so far, now
at startProcess: starting to update pids map
12-30 17:00:44.380 1291 1436 W ActivityManager: Slow operation: 66ms so far, now
at startProcess: done updating pids map
12-30 17:00:44.432 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:44.432 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 446; targetLcm = 445; pemLcm = 445; step = 1; gap = 185
12-30 17:00:44.432 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 446, mTargetLcm = 445, tempPemLcm = 445, pemLcm = 445
12-30 17:00:44.432 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 445; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 445
12-30 17:00:44.432 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.19783656; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:44.433 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.19783656, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:44.433 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.19783656 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-30 17:00:44.433 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.10866911, brightness =
445, useSurfaceControl status false
12-30 17:00:44.433 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=445
12-30 17:00:44.434 1291 1743 I _V_VivoLightsService: lcmFloat = 0.10866911;
setBrightness = 445
12-30 17:00:44.435 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:445 pkg:android userId:0
12-30 17:00:44.437 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-30 17:00:44.438 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-30 17:00:44.439 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 445
12-30 17:00:44.444 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:44.458 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10211; state: ENABLED
12-30 17:00:44.520 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 445; targetLcm = 445; pemLcm = 445; step = 1; gap = 185
12-30 17:00:44.520 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:44.521 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 445, mTargetLcm = 445, tempPemLcm = 445, pemLcm = 445
12-30 17:00:44.521 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.2500634; mInvisibleBright = 0.2500634; mActualLcm = 445; mTargetLcm = 445;
mPemScale = 0.8; mApparentBrightness = 0.2500634, mActualLcm 445
12-30 17:00:44.521 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.2500634; finalBrightness =
0.19783656; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-30 17:00:44.522 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.19783656, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-30 17:00:44.522 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2500634
12-30 17:00:44.600 1291 3878 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10116; state: DISABLED
12-30 17:00:44.614 1291 1667 I _V_Sensor_ProxStateController: handleAppChange
topName = com.facebook.lite topWindowMode = 1 appType = 0 mAppScene = 3
12-30 17:00:44.615 1291 3216 D CompatibilityChangeReporter: Compat change id
reported: 183164979; UID 10185; state: ENABLED
12-30 17:00:44.681 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:44.689 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10185; state: ENABLED
12-30 17:00:44.737 1291 3878 D _V_RMS-Preload: displayId=0, callingUid=10135,
callingPid=2225, requestUid=10188, requestPid=4733,
requestPkgName=com.facebook.lite, requestProcName=com.facebook.lite,
requestComponentName=com.facebook.lite.MainActivity took 6093ms finished.
12-30 17:00:44.745 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.widget.receiver.NotificationsWidgetProvide
r newState:1 userId:0 callingPackage:null callingUid:10188 callingPid:4733
12-30 17:00:44.808 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:44.895 1291 3878 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:44.908 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:44.928 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:44.992 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:45.021 1291 1904 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.022 1291 1889 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.041 1291 3623 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.110 1291 3623 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.115 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:45.150 1291 3881 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
12-30 17:00:45.180 1291 1414 I ActivityManager: Killing
3367:com.google.android.apps.maps/u0a170 (adj 975): empty #17
12-30 17:00:45.188 1291 1291 D VibratorManagerService: Canceling vibration
12-30 17:00:45.194 1291 1291 D _V_VibratorManagerService: mAudioVibrating = false
12-30 17:00:45.195 1291 1291 D _V_RichTapVibratorService: richtap service stop!!
12-30 17:00:45.197 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.197 1291 1291 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
12-30 17:00:45.197 1291 1291 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@61fb9b3
12-30 17:00:45.197 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:00:45.198 1291 1291 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
12-30 17:00:45.205 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.208 1291 1431 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:45.227 1291 3881 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
12-30 17:00:45.230 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:45.241 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:45.244 1291 1431 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:45.270 1291 3881 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:45.274 1291 3881 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForFakeTarget null
12-30 17:00:45.281 1291 3881 I WindowManager: Relayout
Window{com.android.systemui:3e2dfcf u0 StatusBar}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=60,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = 13000000, mInvGlobalScale
= 1.0
12-30 17:00:45.284 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:45.288 1291 1431 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:45.293 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:45.334 1291 1431 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:45.336 1291 1431 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:45.343 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:45.351 1291 3216 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:45.378 1291 3881 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10055; state: ENABLED
12-30 17:00:45.379 1291 3881 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10055; state: DISABLED
12-30 17:00:45.381 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:45.384 1291 3881 D CompatibilityChangeReporter: Compat change id
reported: 182734110; UID 10055; state: ENABLED
12-30 17:00:45.408 1291 3216 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:45.435 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.442 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.465 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:45.510 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.511 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.512 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.519 1291 5351 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:45.587 1291 1412 D DeviceIdleController: Adding AppId 10097 to temp
whitelist. New entry: true
12-30 17:00:45.587 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10097, delay=20000
12-30 17:00:45.587 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10055, 10080, 10093, 10096, 10097, 10122,
10124, 10185, 10211]
12-30 17:00:45.590 1291 3219 I _V_ActivityManager: isSystemApp: true,
packageName: com.debug.loggerui
12-30 17:00:45.591 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10097; state: DISABLED
12-30 17:00:45.591 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10097; state: DISABLED
12-30 17:00:45.592 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10097; state: DISABLED
12-30 17:00:45.592 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10097; state: ENABLED
12-30 17:00:45.593 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10097; state: ENABLED
12-30 17:00:45.598 1291 3219 I ActivityManager: Killing
3830:com.google.android.apps.tachyon/u0a165 (adj 915): empty #17
12-30 17:00:45.600 1291 5351 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:45.603 1291 5351 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:45.605 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10055, 10080, 10093, 10096, 10097, 10122, 10124,
10185, 10211]
12-30 17:00:45.607 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:45.618 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:45.645 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.646 1291 1436 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: returned from zygote!
12-30 17:00:45.646 1291 1436 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: done updating battery stats
12-30 17:00:45.646 1291 1436 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: building log message
12-30 17:00:45.646 1291 1436 I ActivityManager: Start proc
5380:com.debug.loggerui/u0a97 for broadcast
{com.debug.loggerui/com.debug.loggerui.framework.LogReceiver}
12-30 17:00:45.646 1291 1436 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: starting to update pids map
12-30 17:00:45.647 1291 1436 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: done updating pids map
12-30 17:00:45.664 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:45.746 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:45.748 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:45.761 1291 3883 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:45.878 1291 3219 W ActivityManager: Slow operation: 51ms so far, now
at attachApplicationLocked: before bindApplication
12-30 17:00:45.879 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10097; state: DISABLED
12-30 17:00:45.879 1291 3219 W ActivityManager: Slow operation: 53ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:00:45.882 1291 3219 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:00:45.882 1291 3219 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:00:45.883 1291 3219 W ActivityManager: Slow operation: 56ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:45.893 1291 3219 W ActivityManager: Slow operation: 66ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
12-30 17:00:45.902 1291 3880 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:45.908 1291 3734 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:4664 callingUid:10116
12-30 17:00:45.915 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.971 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:45.972 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.009 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.032 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.043 1291 3880 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:46.081 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.085 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.088 1291 3216 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4733com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:00:46.088 1291 3216 V InputMethodManagerService: Client requesting input
be hidden
12-30 17:00:46.104 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:46.119 1291 2387 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
12-30 17:00:46.127 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-30 17:00:46.128 1291 2387 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
12-30 17:00:46.129 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-30 17:00:46.131 1291 2387 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:46.145 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.148 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.183 1291 3622 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:46.292 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.295 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.337 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.340 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.347 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 10188, arg4: 0, name: com.facebook.lite
12-30 17:00:46.433 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10188
model:audio state:on count= 1 app:com.facebook.lite
12-30 17:00:46.469 1291 1471 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:46.501 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.508 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:46.516 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.516 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.520 1291 3219 I ActivityManager: Killing
3252:com.google.android.apps.nbu.files/u0a151 (adj 975): empty #17
12-30 17:00:46.526 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:00:46.534 1291 3219 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.camera
12-30 17:00:46.535 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10129; state: DISABLED
12-30 17:00:46.536 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10129; state: ENABLED
12-30 17:00:46.542 1291 1412 D DeviceIdleController: Adding AppId 10129 to temp
whitelist. New entry: true
12-30 17:00:46.542 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10129, delay=20000
12-30 17:00:46.542 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10055, 10080, 10093, 10096, 10097, 10122,
10124, 10129, 10185, 10211]
12-30 17:00:46.542 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10055, 10080, 10093, 10096, 10097, 10122, 10124,
10129, 10185, 10211]
12-30 17:00:46.570 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:46.573 1291 1436 I ActivityManager: Start proc
5500:com.android.camera/u0a129 for broadcast
{com.android.camera/com.android.camera.PreloadCameraReceiver}
12-30 17:00:46.590 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10188
model:audio state:off count= 1 app:com.facebook.lite
12-30 17:00:46.638 1291 3880 W _V_VivoAmsImpl: mCallingPidFilter=4733,
mCallingUidFilter=10188
12-30 17:00:46.648 1291 3880 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.services
12-30 17:00:46.649 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10042; state: DISABLED
12-30 17:00:46.661 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10042; state: ENABLED
12-30 17:00:46.662 1291 3883 W _V_VivoAmsImpl: mCallingPidFilter=4733,
mCallingUidFilter=10188
12-30 17:00:46.671 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.AppController$NetworkStateBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10188 callingPid:4733
12-30 17:00:46.678 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:46.683 1291 1917 W ActivityManager: Unable to start service Intent
{ act=Orca.START cmp=com.facebook.lite/com.facebook.rti.push.service.FbnsService
(has extras) } U=0: not found
12-30 17:00:46.685 1291 3883 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:46.688 1291 1436 I ActivityManager: Start proc
5523:com.facebook.services/u0a42 for service
{com.facebook.services/com.facebook.oxygen.services.fbns.PreloadedFbnsService}
12-30 17:00:46.696 1291 3216 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10188; state: ENABLED
12-30 17:00:46.697 1291 3216 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10188; state: DISABLED
12-30 17:00:46.700 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 182734110; UID 10188; state: ENABLED
12-30 17:00:46.739 1291 5351 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:46.742 1291 5351 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:46.743 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:46.794 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10129; state: DISABLED
12-30 17:00:46.801 1291 1917 W ActivityManager: Slow operation: 51ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:46.811 1291 1917 W ActivityManager: Slow operation: 61ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
12-30 17:00:46.813 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:46.815 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:46.816 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.817 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:46.821 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:46.885 1291 3216 W ActivityManager: Slow operation: 53ms so far, now
at attachApplicationLocked: before bindApplication
12-30 17:00:46.886 1291 3216 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10042; state: DISABLED
12-30 17:00:46.886 1291 3216 W ActivityManager: Slow operation: 54ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:00:46.890 1291 3216 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:00:46.890 1291 3216 W ActivityManager: Slow operation: 58ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:00:46.904 1291 3216 W ActivityManager: Slow operation: 72ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:00:46.932 1291 2387 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
12-30 17:00:46.932 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-30 17:00:46.933 1291 2387 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
12-30 17:00:46.934 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-30 17:00:47.328 1291 3622 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.appmanager
12-30 17:00:47.329 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10101; state: DISABLED
12-30 17:00:47.329 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10101; state: ENABLED
12-30 17:00:47.354 1291 1436 I ActivityManager: Start proc
5570:com.facebook.appmanager/u0a101 for content provider
{com.facebook.appmanager/com.facebook.oxygen.appmanager.configuration.attribution.A
ttributionProvider}
12-30 17:00:47.411 1291 3880 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:47.417 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:47.432 1291 3880 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:47.439 1291 1484 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:47.447 1291 3880 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:47.449 1291 3880 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:47.451 1291 3880 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:47.472 1291 1484 D _V_VivoPKMSUtils: NO DATA in DB!
12-30 17:00:47.473 1291 1484 D _V_VivoPKMSUtils: read sys_base_apk_list config
from DB-END result:false delayTime 6000
12-30 17:00:47.474 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10101; state: DISABLED
12-30 17:00:47.497 1291 3880 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:47.515 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:47.592 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ImplicitShareIntentHandlerDefaultAlias
newState:1 userId:0 callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:47.594 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.AddToStoryAlias newState:1 userId:0
callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:47.595 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToGroupsAlias newState:1 userId:0
callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:47.596 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToGroupsDisableSinglePhotoAlias
newState:2 userId:0 callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:47.623 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION
due to registered receiver BroadcastFilter{e72c0f5 10211/u0 ReceiverList{debae2c
4380 com.facebook.katana/10211/u0 remote:921c1df}}
12-30 17:00:47.672 1291 3880 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:47.686 1291 3880 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.daemonservice.unifiedconfigprovider for user 0
12-30 17:00:47.842 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.ipc.IsReadyToPayServiceImpl newState:1 userId:0
callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:47.843 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.ipc.FBPaymentServiceImpl newState:1 userId:0
callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:47.845 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.views.PaymentActivity newState:1 userId:0
callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:47.887 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10042; state: ENABLED
12-30 17:00:47.921 1291 1917 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.facebook.rti.intent.ACTION_FBNS_STARTED flg=0x10
pkg=com.facebook.katana (has extras) } send by ApplicationInfo{4dbe59f
com.facebook.services} should with permissions for security!!!
12-30 17:00:47.926 1291 1917 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.facebook.rti.intent.ACTION_FBNS_STARTED flg=0x10
pkg=com.instagram.android (has extras) } send by ApplicationInfo{4dbe59f
com.facebook.services} should with permissions for security!!!
12-30 17:00:47.939 1291 1917 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.facebook.rti.intent.ACTION_FBNS_STARTED flg=0x10
pkg=com.facebook.lite (has extras) } send by ApplicationInfo{4dbe59f
com.facebook.services} should with permissions for security!!!
12-30 17:00:47.947 1291 1917 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.facebook.rti.intent.ACTION_FBNS_STARTED flg=0x10
pkg=com.facebook.orca (has extras) } send by ApplicationInfo{4dbe59f
com.facebook.services} should with permissions for security!!!
12-30 17:00:47.955 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:48.012 1291 3880 D DeviceIdleController: Adding AppId 10188 to temp
whitelist. New entry: true
12-30 17:00:48.012 1291 3880 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10188, delay=10000
12-30 17:00:48.012 1291 3880 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10055, 10080, 10093, 10096, 10097, 10122,
10124, 10129, 10185, 10188, 10211]
12-30 17:00:48.020 1291 3880 I ActivityManager: Killing 4090:com.vivo.notes/u0a96
(adj 975): empty #17
12-30 17:00:48.027 1291 3880 I ActivityManager: Killing
4061:com.vivo.crontab/1000 (adj 975): empty #18
12-30 17:00:48.038 1291 3880 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10055, 10080, 10093, 10096, 10097, 10122, 10124,
10129, 10185, 10188, 10211]
12-30 17:00:48.043 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10188; state: ENABLED
12-30 17:00:48.043 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:48.051 1291 3880 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.facebook.rti.fbns.intent.RECEIVE cat=[com.facebook.lite]
flg=0x10 pkg=com.facebook.lite (has extras) } send by ApplicationInfo{4dbe59f
com.facebook.services} should with permissions for security!!!
12-30 17:00:48.087 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.services
className:com.facebook.oxygen.services.fbns.RegisteredMqttSystemBroadcastReceiver
newState:1 userId:0 callingPackage:null callingUid:10042 callingPid:5523
12-30 17:00:48.094 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.fbshorts.shareintent.InpirationFbShortsShareAlia
s newState:1 userId:0 callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:48.095 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.fbshorts.shareintent.InpirationFbShortsSharePhot
oAlias newState:2 userId:0 callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:48.097 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.fbshorts.shareintent.InpirationFbShortsShareMult
ipleAlias newState:1 userId:0 callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:48.102 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.platformsharing.activity.InspirationCameraExtern
alShareActivity newState:1 userId:0 callingPackage:null callingUid:10211
callingPid:4380
12-30 17:00:48.133 1291 3880 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:48.160 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:48.179 1291 3878 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:48.195 1291 1917 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:48.230 1291 5351 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4733com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:00:48.230 1291 5351 V InputMethodManagerService: Client requesting input
be hidden
12-30 17:00:48.243 1291 1585 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10096; state: ENABLED
12-30 17:00:48.327 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:48.377 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:48.400 1291 5351 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:48.440 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:48.478 1291 1917 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:video_record_status value:2
pkg:com.android.camera userId:0
12-30 17:00:48.481 1291 1412 D DeviceIdleController: Adding AppId 10074 to temp
whitelist. New entry: true
12-30 17:00:48.481 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10074, delay=20000
12-30 17:00:48.481 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10055, 10074, 10080, 10093, 10096, 10097,
10122, 10124, 10129, 10185, 10188, 10211]
12-30 17:00:48.482 1291 1917 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.deskclock
12-30 17:00:48.483 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10074; state: DISABLED
12-30 17:00:48.483 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10074; state: DISABLED
12-30 17:00:48.483 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10074; state: DISABLED
12-30 17:00:48.483 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10074; state: ENABLED
12-30 17:00:48.484 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10074; state: ENABLED
12-30 17:00:48.488 1291 1917 I ActivityManager: Killing
2687:com.android.cellbroadcastreceiver/u0a177 (adj 965): empty #17
12-30 17:00:48.494 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10055, 10074, 10080, 10093, 10096, 10097, 10122,
10124, 10129, 10185, 10188, 10211]
12-30 17:00:48.494 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:48.503 1291 1436 I ActivityManager: Start proc
5696:com.android.deskclock/u0a74 for broadcast
{com.android.deskclock/com.android.deskclock.AlarmInitReceiver}
12-30 17:00:48.583 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:48.585 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:48.587 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:48.595 1291 5351 I ActivityManager: Process com.debug.loggerui (pid
5380) has died: cch+5 CEM
12-30 17:00:48.642 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:48.728 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10074; state: DISABLED
12-30 17:00:48.729 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:48.745 1291 1917 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
12-30 17:00:48.755 1291 3734 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.facebook.rti.fbns.intent.RECEIVE cat=[com.facebook.orca]
flg=0x10 pkg=com.facebook.orca (has extras) } send by ApplicationInfo{4dbe59f
com.facebook.services} should with permissions for security!!!
12-30 17:00:48.771 1291 1917 D TextToSpeechManagerPerUserService: Trying to start
connection to TTS engine: com.google.android.tts
12-30 17:00:48.775 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.tts uid 10162, isRmsPreload = false, keepQuiet =false
12-30 17:00:48.775 1291 1291 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 17:00:48.778 1291 1291 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.tts
12-30 17:00:48.781 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10162; state: DISABLED
12-30 17:00:48.782 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10162; state: ENABLED
12-30 17:00:48.799 1291 1436 I ActivityManager: Start proc
5714:com.google.android.tts/u0a162 for service
{com.google.android.tts/com.google.android.apps.speech.tts.googletts.service.Google
TtsService}
12-30 17:00:48.866 1291 5351 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:48.888 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:48.911 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:48.923 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:48.928 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:48.935 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:48.962 1291 3878 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10162; state: DISABLED
12-30 17:00:49.036 1291 3734 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10101, isRmsPreload = false, keepQuiet =false
12-30 17:00:49.044 1291 3734 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #1406} whose proc state 2 is better
than process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(383 skipped)
12-30 17:00:49.048 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:49.089 1291 3880 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:49.095 1291 3880 I ActivityManager: com.facebook.system is exempt
from freezer
12-30 17:00:49.095 1291 3880 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.system
12-30 17:00:49.096 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10034; state: DISABLED
12-30 17:00:49.096 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10034; state: DISABLED
12-30 17:00:49.097 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10034; state: DISABLED
12-30 17:00:49.097 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10034; state: ENABLED
12-30 17:00:49.098 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10034; state: ENABLED
12-30 17:00:49.114 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION
due to registered receiver BroadcastFilter{d1d633f 10185/u0 ReceiverList{db1a35e
4525 com.facebook.orca/10185/u0 remote:7726499}}
12-30 17:00:49.120 1291 1436 I ActivityManager: Start proc
5750:com.facebook.system/u0a34 for content provider
{com.facebook.system/com.facebook.oxygen.installer.api.AppManagerApiProvider}
12-30 17:00:49.169 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:49.234 1291 3878 I _V_ShortcutService: forceDeleteShortcutInner
Alarm_Create
12-30 17:00:49.235 1291 3878 I _V_ShortcutService: forceDeleteShortcutInner
Stopwatch
12-30 17:00:49.235 1291 3878 I _V_ShortcutService: forceDeleteShortcutInner
Timer_Create
12-30 17:00:49.235 1291 3878 I _V_ShortcutService: forceReplaceShortcutInner
Alarm_Create
12-30 17:00:49.235 1291 3880 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:49.238 1291 3880 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:49.241 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:49.248 1291 3878 I _V_ShortcutService: forceReplaceShortcutInner
Timer_Create
12-30 17:00:49.249 1291 3878 I _V_ShortcutService: forceReplaceShortcutInner
Stopwatch
12-30 17:00:49.283 1291 3734 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10034; state: DISABLED
12-30 17:00:49.368 1291 3878 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:alert_time value:-1
pkg:com.android.deskclock userId:0
12-30 17:00:49.370 1291 3878 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.android.deskclock.icon.status value:0
pkg:com.android.deskclock userId:0
12-30 17:00:49.374 1291 3878 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.android.deskclock.ALARM_CHANGED flg=0x10
pkg=com.android.deskclock } send by ApplicationInfo{8e7c8b1 com.android.deskclock}
should with permissions for security!!!
12-30 17:00:49.375 1291 5776 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:49.385 1291 3878 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:49.389 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:49.392 1291 3878 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.dynsystem
12-30 17:00:49.392 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:49.393 1291 3878 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:49.406 1291 3878 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:49.409 1291 3878 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:49.417 1291 3878 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:49.420 1291 3878 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:49.425 1291 1436 I ActivityManager: Start proc
5782:com.android.dynsystem/1000 for broadcast
{com.android.dynsystem/com.android.dynsystem.BootCompletedReceiver}
12-30 17:00:49.438 1291 3878 I WindowManager: Relayout Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-30 17:00:49.686 1291 3734 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:49.822 1291 3878 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:49.858 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.nekodirect.NekoDirectProvider newState:2
userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:49.866 1291 3734 W _V_ContentProviderHelper: Failed to find
provider:com.facebook.appmanager.nekodirect for user 0
12-30 17:00:49.872 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.installapi.OxInstallApiProvider newState:1
userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:49.906 1291 3878 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:00:49.909 1291 3878 W _V_VivoAmsImpl: mCallingPidFilter=5782,
mCallingUidFilter=1000
12-30 17:00:49.911 1291 3878 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.dynsystem
12-30 17:00:49.912 1291 3878 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:00:49.914 1291 3216 I BroadcastQueue: Delay finish:
com.android.dynsystem/.BootCompletedReceiver
12-30 17:00:49.915 1291 3216 I ActivityManager: Killing
3427:com.google.process.gapps/u0a156 (adj 965): empty #17
12-30 17:00:49.916 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.mqtt.service.MqttServiceV2
newState:1 userId:0 callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:49.926 1291 3734 I ActivityManager: Delaying start of:
ServiceRecord{ac0be2a u0
com.facebook.katana/com.facebook.mqtt.service.MqttServiceV2}
12-30 17:00:49.932 1291 3734 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:49.935 1291 3734 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10211; state: DISABLED
12-30 17:00:49.946 1291 1436 I ActivityManager: Start proc
5826:com.android.dynsystem:dynsystem/1000 for service
{com.android.dynsystem/com.android.dynsystem.DynamicSystemInstallationService}
12-30 17:00:49.985 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldAcceptTos newState:2
userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:49.987 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowTos newState:2
userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:49.990 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowExplicitTos
newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.000 1291 3878 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10101, isRmsPreload = false, keepQuiet =false
12-30 17:00:50.026 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:50.027 1291 3216 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:50.032 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallDeepLinkActivity
newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.040 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivity
newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.041 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:1 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.044 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallActivity newState:2
userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.058 1291 3880 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:50.080 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:1 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.122 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteActivity
newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.132 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteActivity
newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.137 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4AActivity
newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.151 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramActiv
ity newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.163 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:50.164 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:50.176 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:50.182 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerActiv
ity newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.189 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteLoggedOu
tActivity newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.191 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteLoggedOu
tActivity newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.193 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ALoggedOutA
ctivity newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.194 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramLogge
dOutActivity newState:2 userId:0 callingPackage:null callingUid:10101
callingPid:5570
12-30 17:00:50.196 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerLogge
dOutActivity newState:2 userId:0 callingPackage:null callingUid:10101
callingPid:5570
12-30 17:00:50.199 1291 3216 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteRestrict
edActivity newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.200 1291 3216 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteRestrict
edActivity newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.201 1291 3216 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ARestricted
Activity newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.202 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramRestr
ictedActivity newState:2 userId:0 callingPackage:null callingUid:10101
callingPid:5570
12-30 17:00:50.203 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerRestr
ictedActivity newState:2 userId:0 callingPackage:null callingUid:10101
callingPid:5570
12-30 17:00:50.205 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.modules.api.ModulesApiProvider newState:1
userId:0 callingPackage:null callingUid:10101 callingPid:5570
12-30 17:00:50.215 1291 3880 D JobServiceContext: doCallback of :
JobStatus{c8492f6 #u0a101/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10101 TIME=none:-219ms READY} v:VERB_EXECUTING
12-30 17:00:50.216 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:50.237 1291 3880 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10101, isRmsPreload = false, keepQuiet =false
12-30 17:00:50.247 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:50.247 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=97285
12-30 17:00:50.247 1291 1510 D DeviceIdleController: Time to remove uid 1001:
110468
12-30 17:00:50.247 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=13183
12-30 17:00:50.247 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:50.247 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10093, timeNow=97285
12-30 17:00:50.247 1291 1510 D DeviceIdleController: Removing uid 10093 from temp
whitelist
12-30 17:00:50.247 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10055, 10074, 10080, 10096, 10097, 10122,
10124, 10129, 10185, 10188, 10211]
12-30 17:00:50.247 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:50.257 1291 3216 D JobServiceContext: doCallback of :
JobStatus{441c37e #u0a101/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10101 TIME=none:-23ms READY} v:VERB_EXECUTING
12-30 17:00:50.258 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:50.268 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10055, 10074, 10080, 10096, 10097, 10122, 10124,
10129, 10185, 10188, 10211]
12-30 17:00:50.288 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:00:50.288 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:50.314 1291 3880 I DynamicSystemService: isInstalled(): false
12-30 17:00:50.318 1291 1435 I BroadcastQueue: Resuming delayed broadcast
12-30 17:00:50.323 1291 1435 I ActivityManager: com.android.managedprovisioning
is exempt from freezer
12-30 17:00:50.323 1291 1435 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.managedprovisioning
12-30 17:00:50.324 1291 1412 D DeviceIdleController: Adding AppId 10050 to temp
whitelist. New entry: true
12-30 17:00:50.325 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10050, delay=20000
12-30 17:00:50.325 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10050, 10055, 10074, 10080, 10096, 10097,
10122, 10124, 10129, 10185, 10188, 10211]
12-30 17:00:50.325 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10050; state: DISABLED
12-30 17:00:50.325 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10050; state: DISABLED
12-30 17:00:50.325 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10050; state: DISABLED
12-30 17:00:50.326 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10050; state: ENABLED
12-30 17:00:50.326 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10050; state: ENABLED
12-30 17:00:50.329 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10050, 10055, 10074, 10080, 10096, 10097, 10122,
10124, 10129, 10185, 10188, 10211]
12-30 17:00:50.332 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:50.346 1291 1436 I ActivityManager: Start proc
5861:com.android.managedprovisioning/u0a50 for broadcast
{com.android.managedprovisioning/com.android.managedprovisioning.BootReminder}
12-30 17:00:50.350 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.settings.InAppNotificationSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:50.402 1291 3216 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:50.404 1291 3216 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.orca uid 10185, isRmsPreload = false, keepQuiet =false
12-30 17:00:50.427 1291 3216 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10185; state: DISABLED
12-30 17:00:50.442 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:50.448 1291 3216 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:50.459 1291 3880 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:50.459 1291 3216 D JobServiceContext: doCallback of :
JobStatus{da3ebd7 #u0a185/-1743238118
com.facebook.orca/com.facebook.messaging.livelocation.bindings.MessengerLiveLocatio
nBooterService u=0 s=10185 TIME=none:-61ms READY} v:VERB_EXECUTING
12-30 17:00:50.460 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:50.461 1291 3880 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:50.487 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10050; state: DISABLED
12-30 17:00:50.503 1291 1291 D TextToSpeechManagerPerUserService: Connected
successfully to TTS engine: com.google.android.tts
12-30 17:00:50.517 1291 3210 D CompatibilityChangeReporter: Compat change id
reported: 183164979; UID 10162; state: ENABLED
12-30 17:00:50.534 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:50.567 1291 3880 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:50.768 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:50.768 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=97807
12-30 17:00:50.768 1291 1510 D DeviceIdleController: Time to remove uid 1000:
116431
12-30 17:00:50.768 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=18624
12-30 17:00:50.768 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:50.768 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10096, timeNow=97807
12-30 17:00:50.768 1291 1510 D DeviceIdleController: Removing uid 10096 from temp
whitelist
12-30 17:00:50.768 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10050, 10055, 10074, 10080, 10097, 10122,
10124, 10129, 10185, 10188, 10211]
12-30 17:00:50.774 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10050, 10055, 10074, 10080, 10097, 10122, 10124,
10129, 10185, 10188, 10211]
12-30 17:00:50.778 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:00:50.785 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:50.832 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:50.832 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:50.869 1291 1590 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:50.883 1291 1590 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:50.892 1291 3880 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:50.897 1291 1590 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:50.900 1291 3210 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:50.935 1291 1590 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:50.946 1291 3210 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:50.956 1291 1590 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:50.958 1291 2088 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:00:51.032 1291 3210 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.theme.VivoContentProvider for user 0
12-30 17:00:51.064 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:51.089 1291 3210 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:51.100 1291 3880 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:51.121 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10185; state: ENABLED
12-30 17:00:51.122 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10185; state: DISABLED
12-30 17:00:51.125 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 182734110; UID 10185; state: ENABLED
12-30 17:00:51.126 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10055; state: DISABLED
12-30 17:00:51.126 1291 1412 D DeviceIdleController: Adding AppId 10055 to temp
whitelist. New entry: false
12-30 17:00:51.155 1291 2088 I ActivityManager: Killing
3211:com.android.keychain/1000 (adj 985): empty #17
12-30 17:00:51.166 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10049; state: DISABLED
12-30 17:00:51.167 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:51.169 1291 1412 D DeviceIdleController: Adding AppId 10049 to temp
whitelist. New entry: true
12-30 17:00:51.169 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10049, delay=20000
12-30 17:00:51.170 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10047, 10049, 10050, 10055, 10074, 10080, 10097,
10122, 10124, 10129, 10185, 10188, 10211]
12-30 17:00:51.170 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10047, 10049, 10050, 10055, 10074, 10080, 10097, 10122,
10124, 10129, 10185, 10188, 10211]
12-30 17:00:51.170 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:51.172 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:51.181 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:51.188 1291 1412 D DeviceIdleController: Adding AppId 10035 to temp
whitelist. New entry: true
12-30 17:00:51.189 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10035, delay=20000
12-30 17:00:51.189 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10035, 10047, 10049, 10050, 10055, 10074, 10080,
10097, 10122, 10124, 10129, 10185, 10188, 10211]
12-30 17:00:51.192 1291 3880 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.providers.calendar
12-30 17:00:51.193 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10035; state: DISABLED
12-30 17:00:51.194 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10035; state: DISABLED
12-30 17:00:51.195 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10035; state: DISABLED
12-30 17:00:51.196 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10035; state: ENABLED
12-30 17:00:51.198 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10035; state: ENABLED
12-30 17:00:51.199 1291 2088 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4733com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:00:51.199 1291 2088 V InputMethodManagerService: Client requesting input
be hidden
12-30 17:00:51.215 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10035, 10047, 10049, 10050, 10055, 10074, 10080, 10097,
10122, 10124, 10129, 10185, 10188, 10211]
12-30 17:00:51.216 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:51.218 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:51.222 1291 1436 I ActivityManager: Start proc
5907:com.android.providers.calendar/u0a35 for broadcast
{com.android.providers.calendar/com.android.providers.calendar.CalendarReceiver}
12-30 17:00:51.230 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:51.272 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:51.272 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10080, timeNow=98310
12-30 17:00:51.272 1291 1510 D DeviceIdleController: Removing uid 10080 from temp
whitelist
12-30 17:00:51.272 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10035, 10047, 10049, 10050, 10055, 10074, 10097,
10122, 10124, 10129, 10185, 10188, 10211]
12-30 17:00:51.272 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:51.321 1291 5916 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:51.357 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:00:51.383 1291 1918 I WindowManager: Relayout Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-30 17:00:51.389 1291 5924 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:51.403 1291 5926 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:51.405 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:51.409 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:51.419 1291 2088 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:51.427 1291 5927 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:51.439 1291 5928 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:51.447 1291 1291 W Looper : Slow dispatch took 168ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6
12-30 17:00:51.448 1291 3865 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:51.456 1291 3880 D JobServiceContext: doCallback of :
JobStatus{93d42f1 #u0a101/5100
com.facebook.appmanager/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10101 TIME=none:-2s424ms READY} v:VERB_EXECUTING
12-30 17:00:51.457 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:51.462 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10035, 10047, 10049, 10050, 10055, 10074, 10097, 10122,
10124, 10129, 10185, 10188, 10211]
12-30 17:00:51.475 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10035; state: DISABLED
12-30 17:00:51.521 1291 2088 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.orca
className:com.facebook.messaging.stella.contacts.StellaContactBroadcastReceiver
newState:2 userId:0 callingPackage:null callingUid:10185 callingPid:4525
12-30 17:00:51.523 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:00:51.523 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:51.598 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:51.609 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rti.orca.FbnsLiteBroadcastReceiver newState:2 userId:0
callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:51.615 1291 3865 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:51.707 1291 3865 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:51.714 1291 3880 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=launcher.action.CHANGE_APPLICATION_NOTIFICATION_NUM
flg=0x1000010 (has extras) } send by ApplicationInfo{efd4167 com.android.mms}
should with permissions for security!!!
12-30 17:00:51.736 1291 3865 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:51.737 1291 3880 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:51.753 1291 3880 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.no.read.BBKLockScreen.MSG flg=0x1000010 (has extras)
} send by ApplicationInfo{efd4167 com.android.mms} should with permissions for
security!!!
12-30 17:00:51.780 1291 3880 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:51.806 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:51.842 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10035; state: ENABLED
12-30 17:00:51.846 1291 1412 D DeviceIdleController: Adding AppId 10049 to temp
whitelist. New entry: false
12-30 17:00:51.846 1291 3865 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:51.887 1291 3880 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:51.891 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 143231523; UID 10035; state: DISABLED
12-30 17:00:51.924 1291 1412 D DeviceIdleController: Adding AppId 10000 to temp
whitelist. New entry: true
12-30 17:00:51.924 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10000, delay=20000
12-30 17:00:51.924 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10000, 10035, 10047, 10049, 10050, 10055, 10074,
10097, 10122, 10124, 10129, 10185, 10188, 10211]
12-30 17:00:51.927 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10000, 10035, 10047, 10049, 10050, 10055, 10074, 10097,
10122, 10124, 10129, 10185, 10188, 10211]
12-30 17:00:51.928 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:51.933 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:51.937 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:00:51.955 1291 3880 I WindowManager: Relayout Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-30 17:00:51.990 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:00:52.013 1291 3880 I ActivityManager: com.android.shell is exempt from
freezer
12-30 17:00:52.014 1291 3880 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.shell
12-30 17:00:52.014 1291 1412 D DeviceIdleController: Adding AppId 2000 to temp
whitelist. New entry: true
12-30 17:00:52.014 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=2000, delay=20000
12-30 17:00:52.014 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10047, 10049, 10050, 10055,
10074, 10097, 10122, 10124, 10129, 10185, 10188, 10211]
12-30 17:00:52.014 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 2000; state: DISABLED
12-30 17:00:52.014 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 2000; state: DISABLED
12-30 17:00:52.014 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 2000; state: DISABLED
12-30 17:00:52.014 1291 3880 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 2000; state: ENABLED
12-30 17:00:52.019 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10047, 10049, 10050, 10055, 10074,
10097, 10122, 10124, 10129, 10185, 10188, 10211]
12-30 17:00:52.019 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:52.032 1291 1436 I ActivityManager: Start proc
5956:com.android.shell/2000 for broadcast
{com.android.shell/com.android.shell.HeapDumpReceiver}
12-30 17:00:52.058 1291 2088 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.stagingground.Fb4aProfilePictureShareActivityAlias
newState:1 userId:0 callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:52.059 1291 2088 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.stagingground.WorkProfilePictureShareActivityAlias
newState:2 userId:0 callingPackage:null callingUid:10211 callingPid:4380
12-30 17:00:52.120 1291 3865 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:52.122 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:52.124 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:52.166 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 2000; state: DISABLED
12-30 17:00:52.187 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:52.206 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:52.422 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:52.427 1291 1412 D DeviceIdleController: Adding AppId 10041 to temp
whitelist. New entry: true
12-30 17:00:52.427 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10041, delay=20000
12-30 17:00:52.427 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050,
10055, 10074, 10097, 10122, 10124, 10129, 10185, 10188, 10211]
12-30 17:00:52.429 1291 3214 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.statementservice
12-30 17:00:52.429 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10041; state: DISABLED
12-30 17:00:52.429 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10041; state: DISABLED
12-30 17:00:52.430 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10041; state: DISABLED
12-30 17:00:52.430 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10041; state: ENABLED
12-30 17:00:52.430 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10041; state: ENABLED
12-30 17:00:52.431 1291 3214 I ActivityManager: Killing
4157:com.bbk.updater/u0a122 (adj 975): empty #17
12-30 17:00:52.442 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:52.445 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050, 10055,
10074, 10097, 10122, 10124, 10129, 10185, 10188, 10211]
12-30 17:00:52.446 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:52.460 1291 1436 I ActivityManager: Start proc
5979:com.android.statementservice/u0a41 for broadcast
{com.android.statementservice/com.android.statementservice.domain.BootCompletedRece
iver}
12-30 17:00:52.556 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:52.558 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:52.560 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:52.597 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10041; state: DISABLED
12-30 17:00:52.819 1291 3214 W _V_PackageManager: setEnabledSetting
packageName:com.android.statementservice
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10041 callingPid:5979
12-30 17:00:52.839 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:52.845 1291 1412 D DeviceIdleController: Adding AppId 10041 to temp
whitelist. New entry: false
12-30 17:00:52.889 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10041; state: DISABLED
12-30 17:00:52.917 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:52.926 1291 3214 I ActivityManager: Killing
4657:com.vivo.networkstate/1000 (adj 975): empty #17
12-30 17:00:52.933 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:00:52.944 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 17:00:52.945 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityTelcel1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 17:00:52.948 1291 1918 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 17:00:52.950 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityTelcel1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 17:00:52.953 1291 1918 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 17:00:52.958 1291 3865 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityTelcel1
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2015
12-30 17:00:52.969 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.android.statementservice
className:androidx.work.impl.background.systemalarm.RescheduleReceiver newState:1
userId:0 callingPackage:null callingUid:10041 callingPid:5979
12-30 17:00:52.973 1291 1412 D DeviceIdleController: Adding AppId 10155 to temp
whitelist. New entry: true
12-30 17:00:52.973 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10155, delay=20000
12-30 17:00:52.974 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050,
10055, 10074, 10097, 10122, 10124, 10129, 10155, 10185, 10188, 10211]
12-30 17:00:52.984 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050, 10055,
10074, 10097, 10122, 10124, 10129, 10155, 10185, 10188, 10211]
12-30 17:00:52.987 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:53.036 1291 1918 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:53.037 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:53.047 1291 1917 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.theme
12-30 17:00:53.049 1291 1412 D DeviceIdleController: Adding AppId 10116 to temp
whitelist. New entry: true
12-30 17:00:53.049 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10116, delay=20000
12-30 17:00:53.049 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050,
10055, 10074, 10097, 10116, 10122, 10124, 10129, 10155, 10185, 10188, 10211]
12-30 17:00:53.052 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 10116, arg4: 0, name: com.bbk.theme
12-30 17:00:53.053 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10116; state: DISABLED
12-30 17:00:53.053 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10116; state: ENABLED
12-30 17:00:53.064 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050, 10055,
10074, 10097, 10116, 10122, 10124, 10129, 10155, 10185, 10188, 10211]
12-30 17:00:53.065 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:53.074 1291 1436 I ActivityManager: Start proc
6027:com.bbk.theme.useinstructions/u0a116 for broadcast
{com.bbk.theme/com.bbk.theme.tryuse.ResTryUseReceiver}
12-30 17:00:53.082 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 10116, arg4: 0, name: com.bbk.theme
12-30 17:00:53.114 1291 1918 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.orca
className:com.facebook.rti.orca.FbnsLiteBroadcastReceiver newState:2 userId:0
callingPackage:null callingUid:10185 callingPid:4525
12-30 17:00:53.160 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:53.163 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:53.173 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:53.197 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10116; state: DISABLED
12-30 17:00:53.265 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:53.484 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.bbk.theme className:com.bbk.theme.Theme newState:1 userId:0
callingPackage:null callingUid:10116 callingPid:6027
12-30 17:00:53.485 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.bbk.theme className:com.bbk.theme.ThemeAlias newState:2 userId:0
callingPackage:null callingUid:10116 callingPid:6027
12-30 17:00:53.590 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:53.615 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:53.664 1291 3865 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.nightpearl.cp.sp for user 0
12-30 17:00:53.667 1291 3865 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.nightpearl.cp.sp for user 0
12-30 17:00:53.668 1291 3865 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.nightpearl.cp.sp for user 0
12-30 17:00:53.761 1291 3865 I ActivityManager: Background started FGS: Allowed
[callingPackage: com.facebook.orca; callingUid: 10185; uidState: SVC ; intent:
Intent { act=com.facebook.orca.chatheads.ACTION_CLEAR_UNREAD_THREAD
cmp=com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService (has
extras) }; code:SYSTEM_ALERT_WINDOW_PERMISSION;
tempAllowListReason:<broadcast:1000:android.intent.action.BOOT_COMPLETED,reason:,re
asonCode:BOOT_COMPLETED,duration:20000,callingUid:1000>; targetSdkVersion:34;
callerTargetSdkVersion:34; startForegroundCount:0; bindFromPackage:null]
12-30 17:00:53.762 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:53.762 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10124, timeNow=100800
12-30 17:00:53.762 1291 1510 D DeviceIdleController: Removing uid 10124 from temp
whitelist
12-30 17:00:53.762 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050,
10055, 10074, 10097, 10116, 10122, 10129, 10155, 10185, 10188, 10211]
12-30 17:00:53.769 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:53.782 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050, 10055,
10074, 10097, 10116, 10122, 10129, 10155, 10185, 10188, 10211]
12-30 17:00:53.786 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:00:53.788 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:53.813 1291 3214 W ActivityManager: Foreground service started from
background can not have location/camera/microphone access: service
com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService
12-30 17:00:53.826 1291 3214 W ActivityManager: Receiver with filter
android.content.IntentFilter@4f706cb already registered for pid 4525, callerPackage
is com.facebook.orca
12-30 17:00:53.836 1291 3214 W ActivityManager: Foreground service started from
background can not have location/camera/microphone access: service
com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService
12-30 17:00:54.235 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:54.335 1291 3214 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@9ed44a7 ,windowToken
=android.os.BinderProxy@7d31327 ,isPassword=false ,mIsSecImms=false
12-30 17:00:54.335 1291 3214 D _V_InputMethodManagerService: Check pwd = false
12-30 17:00:54.335 1291 3214 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=CHECK_FOCUS
client=android.os.BinderProxy@25a210d
inputContext=com.android.internal.view.IInputContext$Stub$Proxy@51b4d54
missingMethods= attribute=android.view.inputmethod.EditorInfo@127b4fd
startInputFlags=VIEW_HAS_FOCUS|IS_TEXT_EDITOR|INITIAL_CONNECTION
softInputMode=STATE_UNSPECIFIED|ADJUST_RESIZE windowFlags=#81810100
unverifiedTargetSdkVersion=33
12-30 17:00:54.336 1291 3214 W InputMethodManagerService: Window already focused,
ignoring focus gain of:
com.android.internal.view.IInputMethodClient$Stub$Proxy@9ed44a7
attribute=android.view.inputmethod.EditorInfo@127b4fd, token =
android.os.BinderProxy@7d31327, startInputReason=CHECK_FOCUS
12-30 17:00:54.336 1291 3214 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{dd8027e uid=10188 pid=4733 displayId=0}
12-30 17:00:54.336 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:00:54.340 1291 3214 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4733com.android.server.inputmethod.InputMethodManagerService.showSoftInput(InputMet
hodManagerService.java:3352)
12-30 17:00:54.341 1291 3214 V InputMethodManagerService: Client requesting input
be shown
12-30 17:00:54.341 1291 3214 D InputMethodManagerService: showCurrentInputLocked:
mCurToken=android.os.Binder@44af7d2
12-30 17:00:54.341 1291 3214 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@1b66b.showSoftInput(android.os.Bi
nder@21f8443, 1, null) for reason: SHOW_SOFT_INPUT
12-30 17:00:54.349 1291 3214 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 17:00:54.350 1291 3214 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:input_method_state value:1 pkg:android userId:0
12-30 17:00:54.351 1291 3214 D _V_InputMethodManagerService:
bindCurrentInputMethodServiceLocked service= Intent { act=android.view.InputMethod
cmp=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
(has extras) }, conn =
com.android.server.inputmethod.InputMethodManagerService$1@89eac0 ,flags=738725889
,mIsSecImms=false
12-30 17:00:54.352 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/input_method_state
12-30 17:00:54.352 1291 3214 I _V_VivoRatioControllerUtilsImpl:
setCurrentInputMethod, component =
ComponentInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME}
12-30 17:00:54.353 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 25 state = 1
12-30 17:00:54.354 1291 3214 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.inputmethod.latin uid 10119, isRmsPreload = false,
keepQuiet =false
12-30 17:00:54.376 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:54.376 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10047, timeNow=101415
12-30 17:00:54.376 1291 1510 D DeviceIdleController: Time to remove uid 10047:
110516
12-30 17:00:54.376 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10047, delay=9101
12-30 17:00:54.378 1291 1918 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:54.389 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:54.457 1291 1918 D InputMethodManagerService: hide the small icon for
the input method
12-30 17:00:54.544 1291 1918 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:00:54.551 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
isClosing:false mImeRequester:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity} controlTarget:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:54.553 1291 3880 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:00:54.564 1291 1918 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
isClosing:false mImeRequester:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity} controlTarget:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:54.568 1291 1918 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}: oldVis=8,
newVis=0, requestedWidth=720, requestedHeight=1540, attrs.width=-1, attrs.height=-
1, compatFrame = Rect(0, 60 - 720, 1600), mAttrs.privateFlags = 12000000,
mInvGlobalScale = 1.0
12-30 17:00:54.570 1291 1415 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 10119; state: ENABLED
12-30 17:00:54.582 1291 3880 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1521][720,1600], mVisible=false} }
12-30 17:00:54.584 1291 3880 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
isClosing:false mImeRequester:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity} controlTarget:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:54.729 1291 1918 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:00:54.774 1291 1918 I ActivityManager: Killing
4216:com.bbk.iqoo.logsystem/u0a124 (adj 975): empty #17
12-30 17:00:54.782 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:54.912 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:54.930 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:54.938 1291 3214 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:00:54.941 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:54.970 1291 3214 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=false} }
12-30 17:00:54.974 1291 3214 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
isClosing:false mImeRequester:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity} controlTarget:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:55.038 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:55.038 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10122, timeNow=102077
12-30 17:00:55.039 1291 1510 D DeviceIdleController: Removing uid 10122 from temp
whitelist
12-30 17:00:55.039 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050,
10055, 10074, 10097, 10116, 10129, 10155, 10185, 10188, 10211]
12-30 17:00:55.051 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050, 10055,
10074, 10097, 10116, 10129, 10155, 10185, 10188, 10211]
12-30 17:00:55.063 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:00:55.064 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:55.090 1291 1917 D _V_WindowManager: finishDrawingWindow:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
mDrawState=DRAW_PENDING
12-30 17:00:55.090 1291 1917 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@aab9c38 mSyncState=0
12-30 17:00:55.095 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
isClosing:false mImeRequester:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity} controlTarget:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:55.095 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
isClosing:false mImeRequester:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity} controlTarget:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:55.105 1291 1917 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateVisibility true
12-30 17:00:55.106 1291 1917 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=true} } from Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:55.108 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:55.109 1291 1917 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget null
12-30 17:00:55.110 1291 1917 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
12-30 17:00:55.113 1291 1414 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:00:55.119 1291 1414 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=true} }
12-30 17:00:55.125 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:55.143 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:55.180 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:00:55.185 1291 1917 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:00:55.185 1291 1917 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:00:55.408 1291 3865 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:55.602 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:55.602 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10211, timeNow=102640
12-30 17:00:55.602 1291 1510 D DeviceIdleController: Removing uid 10211 from temp
whitelist
12-30 17:00:55.602 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050,
10055, 10074, 10097, 10116, 10129, 10155, 10185, 10188]
12-30 17:00:55.614 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050, 10055,
10074, 10097, 10116, 10129, 10155, 10185, 10188]
12-30 17:00:55.617 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:00:55.620 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:55.627 1291 6132 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:55.897 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:55.989 1291 2088 D InputMethodManagerService: Got the notification of
a user action.
12-30 17:00:55.995 1291 2088 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.inputmethod.latin uid 10119, isRmsPreload = false,
keepQuiet =false
12-30 17:00:55.996 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10119; state: DISABLED
12-30 17:00:56.001 1291 2088 I ActivityManager: Killing
4882:com.vivo.fuelsummary/1000 (adj 975): empty #17
12-30 17:00:56.005 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:56.100 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:56.585 1291 3865 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:00:56.711 1291 3865 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:56.730 1291 2088 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:5714 callingUid:10162
12-30 17:00:56.759 1291 2088 I ActivityManager: Killing 4664:com.bbk.theme/u0a116
(adj 985): empty #17
12-30 17:00:56.761 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:56.771 1291 1412 D DeviceIdleController: Adding AppId 10122 to temp
whitelist. New entry: true
12-30 17:00:56.771 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10122, delay=20000
12-30 17:00:56.771 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050,
10055, 10074, 10097, 10116, 10122, 10129, 10155, 10185, 10188]
12-30 17:00:56.782 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10122; state: DISABLED
12-30 17:00:56.784 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050, 10055,
10074, 10097, 10116, 10122, 10129, 10155, 10185, 10188]
12-30 17:00:56.787 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:56.804 1291 1412 D DeviceIdleController: Adding AppId 10101 to temp
whitelist. New entry: true
12-30 17:00:56.804 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10101, delay=20000
12-30 17:00:56.804 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10101; state: DISABLED
12-30 17:00:56.804 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050,
10055, 10074, 10097, 10101, 10116, 10122, 10129, 10155, 10185, 10188]
12-30 17:00:56.813 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10047, 10049, 10050, 10055,
10074, 10097, 10101, 10116, 10122, 10129, 10155, 10185, 10188]
12-30 17:00:56.814 1291 1917 I ActivityManager: Process
com.bbk.theme.useinstructions (pid 6027) has died: cch+5 CEM
12-30 17:00:56.816 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:56.842 1291 2088 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10101, isRmsPreload = false, keepQuiet =false
12-30 17:00:56.850 1291 1527 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.android.providers.calendar.intent.CalendarProvider2
flg=0x10 cmp=com.android.providers.calendar/.CalendarProviderBroadcastReceiver (has
extras) } send by ApplicationInfo{4a0a0b0 com.android.providers.calendar} should
with permissions for security!!!
12-30 17:00:56.858 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10042; state: DISABLED
12-30 17:00:56.860 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:56.863 1291 1412 D DeviceIdleController: Adding AppId 10042 to temp
whitelist. New entry: true
12-30 17:00:56.863 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10042, delay=20000
12-30 17:00:56.864 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10047, 10049,
10050, 10055, 10074, 10097, 10101, 10116, 10122, 10129, 10155, 10185, 10188]
12-30 17:00:56.864 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10047, 10049, 10050,
10055, 10074, 10097, 10101, 10116, 10122, 10129, 10155, 10185, 10188]
12-30 17:00:56.864 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:56.877 1291 3880 I ActivityManager: Killing
5255:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbox
edProcessService0:0/u0a116i0 (adj 0): isolated not needed
12-30 17:00:56.899 1291 1412 D DeviceIdleController: Adding AppId 10042 to temp
whitelist. New entry: false
12-30 17:00:56.930 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:00:56.931 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:00:56.944 1291 3210 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.services uid 10042, isRmsPreload = false, keepQuiet =false
12-30 17:00:56.950 1291 1412 D DeviceIdleController: Adding AppId 10150 to temp
whitelist. New entry: true
12-30 17:00:56.950 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10150, delay=20000
12-30 17:00:56.950 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10047, 10049,
10050, 10055, 10074, 10097, 10101, 10116, 10122, 10129, 10150, 10155, 10185, 10188]
12-30 17:00:56.952 1291 3210 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.assistant
12-30 17:00:56.953 1291 3210 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10150; state: DISABLED
12-30 17:00:56.953 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10150; state: ENABLED
12-30 17:00:56.955 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:56.962 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10047, 10049, 10050,
10055, 10074, 10097, 10101, 10116, 10122, 10129, 10150, 10155, 10185, 10188]
12-30 17:00:56.963 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:56.964 1291 3210 D JobServiceContext: doCallback of :
JobStatus{9c7deae #u0a42/5100
com.facebook.services/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10042 TIME=none:-23ms READY} v:VERB_EXECUTING
12-30 17:00:56.965 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:56.971 1291 3210 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=scheduleNext flg=0x10
cmp=com.facebook.appmanager/com.facebook.oxygen.appmanager.scheduler.RescheduleServ
ice } send by ApplicationInfo{99b69d1 com.facebook.appmanager} should with
permissions for security!!!
12-30 17:00:56.972 1291 1436 I ActivityManager: Start proc
6150:com.google.android.apps.assistant/u0a150 for broadcast
{com.google.android.apps.assistant/androidx.work.impl.background.systemalarm.Resche
duleReceiver}
12-30 17:00:56.975 1291 3210 D JobServiceContext: doCallback of :
JobStatus{52d8444 #u0a101/5100
com.facebook.appmanager/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10101 TIME=none:-136ms READY} v:VERB_EXECUTING
12-30 17:00:56.976 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:57.028 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:57.031 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:57.031 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:57.031 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10185, timeNow=104070
12-30 17:00:57.032 1291 1510 D DeviceIdleController: Time to remove uid 10185:
105783
12-30 17:00:57.032 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10185, delay=1713
12-30 17:00:57.033 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:57.053 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10150; state: DISABLED
12-30 17:00:57.554 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.assistant
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10150 callingPid:6150
12-30 17:00:57.569 1291 3734 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:57.576 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:57.656 1291 3214 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6150 callingUid:10150
12-30 17:00:57.688 1291 1412 D DeviceIdleController: Adding AppId 10170 to temp
whitelist. New entry: true
12-30 17:00:57.689 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10170, delay=20000
12-30 17:00:57.689 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10047, 10049,
10050, 10055, 10074, 10097, 10101, 10116, 10122, 10129, 10150, 10155, 10170, 10185,
10188]
12-30 17:00:57.690 1291 3214 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.maps
12-30 17:00:57.691 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10170; state: ENABLED
12-30 17:00:57.695 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10047, 10049, 10050,
10055, 10074, 10097, 10101, 10116, 10122, 10129, 10150, 10155, 10170, 10185, 10188]
12-30 17:00:57.698 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:57.715 1291 1436 I ActivityManager: Start proc
6187:com.google.android.apps.maps/u0a170 for broadcast
{com.google.android.apps.maps/com.google.android.apps.gmm.geofence.RestartDetection
BroadcastReceiver}
12-30 17:00:57.783 1291 3734 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:57.786 1291 3734 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:57.788 1291 3734 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:57.941 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:58.051 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:58.052 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10188, timeNow=105090
12-30 17:00:58.052 1291 1510 D DeviceIdleController: Removing uid 10188 from temp
whitelist
12-30 17:00:58.052 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10047, 10049,
10050, 10055, 10074, 10097, 10101, 10116, 10122, 10129, 10150, 10155, 10170, 10185]
12-30 17:00:58.062 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10047, 10049, 10050,
10055, 10074, 10097, 10101, 10116, 10122, 10129, 10150, 10155, 10170, 10185]
12-30 17:00:58.065 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:00:58.068 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:58.070 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:58.143 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:58.166 1291 3214 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@5793c3 ,windowToken=
android.os.BinderProxy@7d31327 ,isPassword=false ,mIsSecImms=false
12-30 17:00:58.166 1291 3214 D _V_InputMethodManagerService: Check pwd = false
12-30 17:00:58.166 1291 3214 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=APP_CALLED_RESTART_INPUT_API
client=android.os.BinderProxy@25a210d
inputContext=com.android.internal.view.IInputContext$Stub$Proxy@218440
missingMethods= attribute=android.view.inputmethod.EditorInfo@e10ff79
startInputFlags=VIEW_HAS_FOCUS|IS_TEXT_EDITOR softInputMode=STATE_UNSPECIFIED|
ADJUST_RESIZE windowFlags=#81810100 unverifiedTargetSdkVersion=33
12-30 17:00:58.166 1291 3214 W InputMethodManagerService: Window already focused,
ignoring focus gain of:
com.android.internal.view.IInputMethodClient$Stub$Proxy@5793c3
attribute=android.view.inputmethod.EditorInfo@e10ff79, token =
android.os.BinderProxy@7d31327, startInputReason=APP_CALLED_RESTART_INPUT_API
12-30 17:00:58.167 1291 3214 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{dd8027e uid=10188 pid=4733 displayId=0}
12-30 17:00:58.167 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:00:58.167 1291 3214 V InputMethodManagerService: Attach new input asks
to show input
12-30 17:00:58.167 1291 3214 D InputMethodManagerService: showCurrentInputLocked:
mCurToken=android.os.Binder@44af7d2
12-30 17:00:58.168 1291 3214 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@1b66b.showSoftInput(android.os.Bi
nder@f15a91f, 1, null) for reason: ATTACH_NEW_INPUT
12-30 17:00:58.168 1291 3214 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 17:00:58.169 1291 3214 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:input_method_state value:1 pkg:android userId:0
12-30 17:00:58.170 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/input_method_state
12-30 17:00:58.171 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 25 state = 1
12-30 17:00:58.246 1291 3734 D InputMethodManagerService: hide the small icon for
the input method
12-30 17:00:58.284 1291 3734 D InputMethodManagerService: hide the small icon for
the input method
12-30 17:00:58.356 1291 3734 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:00:58.364 1291 3734 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:58.372 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
isClosing:false mImeRequester:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity} controlTarget:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:58.375 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
isClosing:false mImeRequester:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity} controlTarget:Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:58.419 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:58.653 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:58.662 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:58.680 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:58.683 1291 3214 I ActivityManager: Background started FGS: Allowed
[callingPackage: com.facebook.orca; callingUid: 10185; uidState: SVC ; intent:
Intent { act=com.facebook.orca.chatheads.ACTION_CLEAR_UNREAD_THREAD
cmp=com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService (has
extras) }; code:SYSTEM_ALERT_WINDOW_PERMISSION; tempAllowListReason:<null>;
targetSdkVersion:34; callerTargetSdkVersion:34; startForegroundCount:0;
bindFromPackage:null]
12-30 17:00:58.704 1291 3214 W ActivityManager: Foreground service started from
background can not have location/camera/microphone access: service
com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService
12-30 17:00:58.711 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:00:58.713 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:58.715 1291 3214 W ActivityManager: Receiver with filter
android.content.IntentFilter@4c09c21 already registered for pid 4525, callerPackage
is com.facebook.orca
12-30 17:00:58.722 1291 3865 W ActivityManager: Foreground service started from
background can not have location/camera/microphone access: service
com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService
12-30 17:00:58.725 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:00:58.742 1291 1291 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
12-30 17:00:58.785 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:00:58.785 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10185, timeNow=105823
12-30 17:00:58.785 1291 1510 D DeviceIdleController: Removing uid 10185 from temp
whitelist
12-30 17:00:58.785 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10047, 10049,
10050, 10055, 10074, 10097, 10101, 10116, 10122, 10129, 10150, 10155, 10170]
12-30 17:00:58.796 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10047, 10049, 10050,
10055, 10074, 10097, 10101, 10116, 10122, 10129, 10150, 10155, 10170]
12-30 17:00:58.800 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:00:58.803 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:00:58.915 1291 1291 I NotificationService: Cannot find enqueued record
for key: 0|com.facebook.orca|20001|null|10185
12-30 17:00:58.939 1291 1291 I NotificationService: Cannot find enqueued record
for key: 0|com.facebook.orca|20001|null|10185
12-30 17:00:59.011 1291 3734 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:59.020 1291 3865 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:59.085 1291 3734 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
12-30 17:00:59.085 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:59.088 1291 3865 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #1662} whose proc state 2 is better
than process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(251 skipped)
12-30 17:00:59.089 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
20.0%(nit 60, control mode manual, policy level 2, lux 2000).
12-30 17:00:59.090 1291 1646 D _V_VivoBrightnessPolicyService: Target percent is
already set to 20.0%.
12-30 17:00:59.090 1291 3865 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:59.109 1291 3734 D _V_FingerprintUnlockController: keyCode: 4,
action: 0
12-30 17:00:59.110 1291 3734 D _V_FaceUnlockController: onKeyEvent 4 action 0
12-30 17:00:59.117 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:59.131 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:59.140 1291 3214 D _V_FingerprintUnlockController: keyCode: 4,
action: 1
12-30 17:00:59.140 1291 3214 D _V_FaceUnlockController: onKeyEvent 4 action 1
12-30 17:00:59.141 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:59.157 1291 3214 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6187 callingUid:10170
12-30 17:00:59.184 1291 3214 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@1b66b.hideSoftInput(0,
android.os.Binder@2d06018, null) for reason: HIDE_MY_SOFT_INPUT
12-30 17:00:59.186 1291 3214 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 17:00:59.187 1291 3214 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:input_method_state value:0 pkg:android userId:0
12-30 17:00:59.192 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/input_method_state
12-30 17:00:59.193 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 25 state = 0
12-30 17:00:59.194 1291 3865 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
12-30 17:00:59.199 1291 3210 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateVisibility false
12-30 17:00:59.200 1291 3210 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=false} } from Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:59.201 1291 1412 D DeviceIdleController: Adding AppId 10170 to temp
whitelist. New entry: false
12-30 17:00:59.201 1291 3210 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:00:59.207 1291 3210 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
12-30 17:00:59.216 1291 3210 D InputMethodManagerService: hide the small icon for
the input method
12-30 17:00:59.217 1291 1414 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=false} }
12-30 17:00:59.248 1291 3214 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}: oldVis=0,
newVis=0, requestedWidth=720, requestedHeight=1540, attrs.width=-1, attrs.height=-
1, compatFrame = Rect(0, 60 - 720, 1600), mAttrs.privateFlags = 12000000,
mInvGlobalScale = 1.0
12-30 17:00:59.265 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:00:59.276 1291 3734 D _V_WindowManager: finishDrawingWindow:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
mDrawState=HAS_DRAWN
12-30 17:00:59.277 1291 3734 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@a906a71 mSyncState=0
12-30 17:00:59.289 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:00:59.289 1291 3210 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
12-30 17:00:59.307 1291 3210 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:59.313 1291 1412 D DeviceIdleController: Adding AppId 10170 to temp
whitelist. New entry: false
12-30 17:00:59.331 1291 6233 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:00:59.379 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:00:59.423 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:59.431 1291 3210 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:59.432 1291 3214 D _V_FingerprintUnlockController: keyCode: 4,
action: 0
12-30 17:00:59.432 1291 3214 D _V_FaceUnlockController: onKeyEvent 4 action 0
12-30 17:00:59.434 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:59.467 1291 3880 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4733com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:00:59.467 1291 3880 V InputMethodManagerService: Client requesting input
be hidden
12-30 17:00:59.490 1291 3210 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@6a1b763 ,windowToken
=android.os.BinderProxy@7d31327 ,isPassword=false ,mIsSecImms=false
12-30 17:00:59.490 1291 3210 D _V_InputMethodManagerService: Check pwd = false
12-30 17:00:59.490 1291 3210 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=CHECK_FOCUS
client=android.os.BinderProxy@25a210d inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@24d6f60
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_RESIZE windowFlags=#81810100 unverifiedTargetSdkVersion=33
12-30 17:00:59.491 1291 3210 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{dd8027e uid=10188 pid=4733 displayId=0}
12-30 17:00:59.491 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:00:59.494 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4733com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:00:59.494 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
12-30 17:00:59.511 1291 3734 D _V_FingerprintUnlockController: keyCode: 4,
action: 1
12-30 17:00:59.511 1291 3734 D _V_FaceUnlockController: onKeyEvent 4 action 1
12-30 17:00:59.553 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:59.564 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:00:59.574 1291 1412 D DeviceIdleController: Adding AppId 10170 to temp
whitelist. New entry: false
12-30 17:00:59.664 1291 3214 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
12-30 17:00:59.665 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10156; state: DISABLED
12-30 17:00:59.668 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10156; state: ENABLED
12-30 17:00:59.686 1291 1436 I ActivityManager: Start proc
6252:com.google.process.gapps/u0a156 for content provider
{com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider}
12-30 17:00:59.731 1291 3734 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6187 callingUid:10170
12-30 17:00:59.746 1291 3734 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:59.748 1291 3210 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:59.752 1291 3734 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:00:59.752 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:59.791 1291 3214 I WindowManager: Relayout Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-30 17:00:59.814 1291 1431 D _V_ConfigurationManager:
/data/bbkcore/NotificationIntercept_notification_intercept_1.0.xml is null,just
return file content, no need decrypt file
12-30 17:00:59.914 1291 3210 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:00:59.928 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:00:59.952 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:00:59.955 1291 3210 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:00.007 1291 3210 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:00.067 1291 3210 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:00.121 1291 3210 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:00.547 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:00.552 1291 3214 D _V_FingerprintUnlockController: keyCode: 4,
action: 0
12-30 17:01:00.552 1291 3214 D _V_FaceUnlockController: onKeyEvent 4 action 0
12-30 17:01:00.553 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:00.576 1291 3214 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4733com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:01:00.576 1291 3214 V InputMethodManagerService: Client requesting input
be hidden
12-30 17:01:00.615 1291 3214 D _V_FingerprintUnlockController: keyCode: 4,
action: 1
12-30 17:01:00.615 1291 3214 D _V_FaceUnlockController: onKeyEvent 4 action 1
12-30 17:01:00.644 1291 3214 I WindowManager: Relayout Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-30 17:01:00.830 1291 1517 I _V_SettingsProvider: check fallback files
12-30 17:01:00.923 1291 1590 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:00.941 1291 1590 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:01:00.945 1291 1590 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:01:00.949 1291 3214 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:01:00.952 1291 3210 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:01:00.965 1291 1291 D _V_VivoConnectivityService:
setupVivoBroadcastReceiver action:vivo_wifi_featureconfig_update
12-30 17:01:01.477 1291 6301 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:02.289 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:02.312 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:02.431 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:02.443 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:02.451 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:03.425 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:03.468 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:03.468 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=110506
12-30 17:01:03.468 1291 1510 D DeviceIdleController: Time to remove uid 1001:
119971
12-30 17:01:03.468 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=9465
12-30 17:01:03.471 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:03.515 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:03.515 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10047, timeNow=110553
12-30 17:01:03.515 1291 1510 D DeviceIdleController: Removing uid 10047 from temp
whitelist
12-30 17:01:03.515 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10050,
10055, 10074, 10097, 10101, 10116, 10122, 10129, 10150, 10155, 10170]
12-30 17:01:03.527 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:03.530 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10050, 10055,
10074, 10097, 10101, 10116, 10122, 10129, 10150, 10155, 10170]
12-30 17:01:03.532 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:03.534 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:03.536 1291 6306 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:03.546 1291 6307 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:03.556 1291 6308 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:03.628 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:03.673 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:03.730 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:03.840 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:03.895 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:03.895 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10055, timeNow=110933
12-30 17:01:03.895 1291 1510 D DeviceIdleController: Time to remove uid 10055:
118165
12-30 17:01:03.895 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10055, delay=7232
12-30 17:01:03.942 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:04.181 1291 6311 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:04.412 1291 6312 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:04.465 1291 1917 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}: oldVis=0,
newVis=8, requestedWidth=720, requestedHeight=1540, attrs.width=null,
attrs.height=null, compatFrame = Rect(0, 60 - 720, 1600), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
12-30 17:01:04.475 1291 1917 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} }
12-30 17:01:04.566 1291 3214 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6150 callingUid:10150
12-30 17:01:04.865 1291 1431 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:05.601 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:05.601 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10097, timeNow=112639
12-30 17:01:05.601 1291 1510 D DeviceIdleController: Removing uid 10097 from temp
whitelist
12-30 17:01:05.602 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10050,
10055, 10074, 10101, 10116, 10122, 10129, 10150, 10155, 10170]
12-30 17:01:05.603 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10050, 10055,
10074, 10101, 10116, 10122, 10129, 10150, 10155, 10170]
12-30 17:01:05.607 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:05.612 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:05.886 1291 1917 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6187 callingUid:10170
12-30 17:01:05.887 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:05.960 1291 1431 E _V_EmergencyBroadcastManager: start
readEmergencyBroadcastFromUnifiedConfig
12-30 17:01:05.965 1291 1431 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:01:05.967 1291 3214 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:01:05.976 1291 1431 E _V_EmergencyBroadcastManager: end
readEmergencyBroadcastFromUnifiedConfig
12-30 17:01:06.513 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:06.582 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:06.582 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10129, timeNow=113620
12-30 17:01:06.582 1291 1510 D DeviceIdleController: Removing uid 10129 from temp
whitelist
12-30 17:01:06.582 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10050,
10055, 10074, 10101, 10116, 10122, 10150, 10155, 10170]
12-30 17:01:06.601 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10050, 10055,
10074, 10101, 10116, 10122, 10150, 10155, 10170]
12-30 17:01:06.607 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:06.610 1291 6317 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:06.612 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:06.719 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:07.442 1291 3214 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:08.159 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:08.266 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4733com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:01:08.267 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
12-30 17:01:08.444 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:08.445 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:08.447 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:08.474 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10188
model:audio state:on count= 1 app:com.facebook.lite
12-30 17:01:08.519 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:08.519 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10074, timeNow=115557
12-30 17:01:08.519 1291 1510 D DeviceIdleController: Removing uid 10074 from temp
whitelist
12-30 17:01:08.519 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10050,
10055, 10101, 10116, 10122, 10150, 10155, 10170]
12-30 17:01:08.541 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10050, 10055,
10101, 10116, 10122, 10150, 10155, 10170]
12-30 17:01:08.543 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:08.543 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:08.547 1291 6332 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:08.640 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10188
model:audio state:off count= 1 app:com.facebook.lite
12-30 17:01:09.356 1291 1918 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4733com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:01:09.356 1291 1918 V InputMethodManagerService: Client requesting input
be hidden
12-30 17:01:09.432 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:09.432 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=116470
12-30 17:01:09.432 1291 1510 D DeviceIdleController: Time to remove uid 1000:
119028
12-30 17:01:09.432 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=2558
12-30 17:01:09.451 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:09.453 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:09.521 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:09.561 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:09.623 1291 1918 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:09.638 1291 3210 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@ce21726 ,windowToken
=android.os.BinderProxy@7d31327 ,isPassword=false ,mIsSecImms=false
12-30 17:01:09.638 1291 3210 D _V_InputMethodManagerService: Check pwd = false
12-30 17:01:09.638 1291 3210 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=CHECK_FOCUS
client=android.os.BinderProxy@25a210d inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@cb59f67
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_RESIZE windowFlags=#81810100 unverifiedTargetSdkVersion=33
12-30 17:01:09.639 1291 3210 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{dd8027e uid=10188 pid=4733 displayId=0}
12-30 17:01:09.639 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:01:09.725 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:09.917 1291 1918 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:01:09.985 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:10.017 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:10.114 1291 1918 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #1725} whose proc state 2 is better
than process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(91 skipped)
12-30 17:01:10.145 1291 6346 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:10.345 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:10.346 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10050, timeNow=117384
12-30 17:01:10.346 1291 1510 D DeviceIdleController: Removing uid 10050 from temp
whitelist
12-30 17:01:10.346 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10055,
10101, 10116, 10122, 10150, 10155, 10170]
12-30 17:01:10.380 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10055, 10101,
10116, 10122, 10150, 10155, 10170]
12-30 17:01:10.386 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:10.391 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:10.420 1291 6347 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:10.441 1291 6348 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:10.453 1291 6349 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:10.465 1291 6350 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:10.476 1291 6351 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:10.490 1291 6352 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:10.887 1291 1918 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: true
12-30 17:01:10.887 1291 1918 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10185, delay=10000
12-30 17:01:10.888 1291 1918 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10055,
10101, 10116, 10122, 10150, 10155, 10170, 10185]
12-30 17:01:10.897 1291 1918 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10055, 10101,
10116, 10122, 10150, 10155, 10170, 10185]
12-30 17:01:10.902 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:10.908 1291 6353 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:10.921 1291 1918 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.facebook.rti.fbns.intent.RECEIVE cat=[com.facebook.orca]
flg=0x10 pkg=com.facebook.orca (has extras) } send by ApplicationInfo{4dbe59f
com.facebook.services} should with permissions for security!!!
12-30 17:01:10.949 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:11.047 1291 3210 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:11.048 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:11.062 1291 3210 I ActivityManager: Background started FGS: Allowed
[callingPackage: com.facebook.orca; callingUid: 10185; uidState: SVC ; intent:
Intent { act=com.facebook.orca.chatheads.ACTION_NEW_MESSAGE_NOTIFICATION
cmp=com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService (has
extras) }; code:SYSTEM_ALERT_WINDOW_PERMISSION;
tempAllowListReason:<com.facebook.orca,reasonCode:UNKNOWN,duration:10000,callingUid
:10042>; targetSdkVersion:34; callerTargetSdkVersion:34; startForegroundCount:0;
bindFromPackage:null]
12-30 17:01:11.076 1291 3210 W ActivityManager: Foreground service started from
background can not have location/camera/microphone access: service
com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService
12-30 17:01:11.082 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:11.083 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:11.088 1291 1918 W ActivityManager: Receiver with filter
android.content.IntentFilter@c3c4744 already registered for pid 4525, callerPackage
is com.facebook.orca
12-30 17:01:11.102 1291 1918 W ActivityManager: Foreground service started from
background can not have location/camera/microphone access: service
com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService
12-30 17:01:11.105 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:11.165 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:11.165 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10055, timeNow=118203
12-30 17:01:11.165 1291 1510 D DeviceIdleController: Removing uid 10055 from temp
whitelist
12-30 17:01:11.165 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10101,
10116, 10122, 10150, 10155, 10170, 10185]
12-30 17:01:11.177 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10049, 10101, 10116,
10122, 10150, 10155, 10170, 10185]
12-30 17:01:11.178 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:11.178 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10049, timeNow=118217
12-30 17:01:11.178 1291 1510 D DeviceIdleController: Time to remove uid 10049:
118884
12-30 17:01:11.179 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10049, delay=667
12-30 17:01:11.179 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:11.179 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:11.221 1291 1918 D _V_VivoInputManager: isTrustedWindow result= true
12-30 17:01:11.228 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:11.228 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10035, timeNow=118266
12-30 17:01:11.229 1291 1510 D DeviceIdleController: Removing uid 10035 from temp
whitelist
12-30 17:01:11.229 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10041, 10042, 10049, 10101, 10116,
10122, 10150, 10155, 10170, 10185]
12-30 17:01:11.230 1291 1918 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.facebook.orca:aff47e5 u0
com.facebook.orca} task=null
12-30 17:01:11.232 1291 1435 V _V_AppOps: notifyOpActiveChanged for code: 24 uid:
10185 pkg: com.facebook.orca isActive: true to callback ActiveCallback{ba556b
watchinguid=-1 from uid=u0a47 pid=1755}
12-30 17:01:11.233 1291 1918 V _V_VivoWmsImpl: record third-party incoming float
window Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.236 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:11.240 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10041, 10042, 10049, 10101, 10116, 10122,
10150, 10155, 10170, 10185]
12-30 17:01:11.242 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:11.242 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:11.248 1291 1918 W AppOps : Noting op not finished: uid 10185 pkg
com.facebook.orca code 24 startTime of in progress event=1703926871226
12-30 17:01:11.251 1291 1918 D _V_VivoInputManager: isTrustedWindow result= true
12-30 17:01:11.254 1291 1918 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.facebook.orca:6bc2086 u0
com.facebook.orca} task=null
12-30 17:01:11.256 1291 1918 V _V_VivoWmsImpl: record third-party incoming float
window Window{com.facebook.orca:6bc2086 u0 com.facebook.orca}
12-30 17:01:11.258 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:11.258 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:11.276 1291 3210 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:11.300 1291 1291 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
12-30 17:01:11.309 1291 3210 W AppOps : Noting op not finished: uid 10185 pkg
com.facebook.orca code 24 startTime of in progress event=1703926871226
12-30 17:01:11.313 1291 3210 D _V_VivoInputManager: isTrustedWindow result= true
12-30 17:01:11.316 1291 3210 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.facebook.orca:821130c u0
com.facebook.orca} task=null
12-30 17:01:11.317 1291 3210 V _V_VivoWmsImpl: record third-party incoming float
window Window{com.facebook.orca:821130c u0 com.facebook.orca}
12-30 17:01:11.318 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:11.318 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:11.318 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:11.325 1291 1918 W AppOps : Noting op not finished: uid 10185 pkg
com.facebook.orca code 24 startTime of in progress event=1703926871226
12-30 17:01:11.327 1291 1918 D _V_VivoInputManager: isTrustedWindow result= true
12-30 17:01:11.331 1291 1918 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.facebook.orca:35253f8 u0
com.facebook.orca} task=null
12-30 17:01:11.332 1291 1918 V _V_VivoWmsImpl: record third-party incoming float
window Window{com.facebook.orca:35253f8 u0 com.facebook.orca}
12-30 17:01:11.334 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:11.334 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:11.335 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:11.335 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:11.347 1291 1918 W ActivityManager: Foreground service started from
background can not have location/camera/microphone access: service
com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService
12-30 17:01:11.350 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:11.351 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:11.483 1291 3210 W ActivityManager: Foreground service started from
background can not have location/camera/microphone access: service
com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService
12-30 17:01:11.487 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:11.488 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:11.500 1291 3210 W ActivityManager: Foreground service started from
background can not have location/camera/microphone access: service
com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService
12-30 17:01:11.502 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:11.503 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:11.506 1291 3210 W ActivityManager: Foreground service started from
background can not have location/camera/microphone access: service
com.facebook.orca/com.facebook.messaging.chatheads.service.ChatHeadService
12-30 17:01:11.508 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:11.509 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:11.564 1291 3210 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.565 1291 3210 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.569 1291 3210 I WindowManager: Relayout
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1521, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1521), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:11.575 1291 1415 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 10185; state: ENABLED
12-30 17:01:11.576 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:01:11.577 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.577 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.577 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.577 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.655 1291 1917 W AppOps : Noting op not finished: uid 10185 pkg
com.facebook.orca code 24 startTime of in progress event=1703926871226
12-30 17:01:11.658 1291 1917 D _V_VivoInputManager: isTrustedWindow result= true
12-30 17:01:11.661 1291 1917 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.facebook.orca:854041 u0
com.facebook.orca} task=null
12-30 17:01:11.663 1291 1917 V _V_VivoWmsImpl: record third-party incoming float
window Window{com.facebook.orca:854041 u0 com.facebook.orca}
12-30 17:01:11.663 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.663 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.663 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.663 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.663 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.788 1291 3210 D _V_WindowManager: Resize reasons w=
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca}, shouldSendRedrawForSync() =
false
12-30 17:01:11.791 1291 3210 I WindowManager: Relayout
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=118, requestedHeight=146, attrs.width=118, attrs.height=146,
compatFrame = Rect(602, 241 - 720, 387), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:11.793 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.793 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.793 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.793 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.793 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.813 1291 3210 D _V_WindowManager: Resize reasons w=
Window{com.facebook.orca:821130c u0 com.facebook.orca}, shouldSendRedrawForSync() =
false
12-30 17:01:11.820 1291 3210 I WindowManager: Relayout
Window{com.facebook.orca:821130c u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=0, attrs.width=-1, attrs.height=0, compatFrame
= Rect(0, 0 - 720, 0), mAttrs.privateFlags = 2000000, mInvGlobalScale = 1.0
12-30 17:01:11.821 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.821 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.821 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.821 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.821 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.829 1291 3210 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:821130c u0 com.facebook.orca} mDrawState=DRAW_PENDING
12-30 17:01:11.830 1291 3210 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@e4c8b27 mSyncState=0
12-30 17:01:11.854 1291 3210 D _V_WindowManager: Resize reasons w=
Window{com.facebook.orca:35253f8 u0 com.facebook.orca}, shouldSendRedrawForSync() =
false
12-30 17:01:11.859 1291 3210 I WindowManager: Relayout
Window{com.facebook.orca:35253f8 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=0, requestedHeight=1521, attrs.width=0, attrs.height=-1, compatFrame
= Rect(720, 0 - 720, 1521), mAttrs.privateFlags = 2000000, mInvGlobalScale = 1.0
12-30 17:01:11.860 1291 1414 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=android
opPkg=androidtag=com.android.server.wm.AlertWindowNotification - com.facebook.orca
notification=Notification(channel=com.android.server.wm.AlertWindowNotification -
com.facebook.orca shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x102 color=0x00000000 vis=PRIVATE internalType=0
internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =0
12-30 17:01:11.863 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.864 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.864 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.864 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.864 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:11.870 1291 1917 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} mDrawState=DRAW_PENDING
12-30 17:01:11.870 1291 1917 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@860b679 mSyncState=0
12-30 17:01:11.879 1291 3210 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} mDrawState=DRAW_PENDING
12-30 17:01:11.879 1291 3210 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@bddb81f mSyncState=0
12-30 17:01:11.882 1291 1917 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} mDrawState=DRAW_PENDING
12-30 17:01:11.882 1291 1917 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@27b076c mSyncState=0
12-30 17:01:11.885 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:11.885 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10049, timeNow=118923
12-30 17:01:11.885 1291 1510 D DeviceIdleController: Removing uid 10049 from temp
whitelist
12-30 17:01:11.885 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10041, 10042, 10101, 10116, 10122,
10150, 10155, 10170, 10185]
12-30 17:01:11.897 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10041, 10042, 10101, 10116, 10122, 10150,
10155, 10170, 10185]
12-30 17:01:11.899 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:11.899 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:11.906 1291 6372 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:11.965 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:11.965 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10000, timeNow=119003
12-30 17:01:11.965 1291 1510 D DeviceIdleController: Removing uid 10000 from temp
whitelist
12-30 17:01:11.965 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10041, 10042, 10101, 10116, 10122, 10150,
10155, 10170, 10185]
12-30 17:01:11.972 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10041, 10042, 10101, 10116, 10122, 10150, 10155,
10170, 10185]
12-30 17:01:11.974 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:11.975 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:12.028 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:12.028 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=119066
12-30 17:01:12.028 1291 1510 D DeviceIdleController: Removing uid 1000 from temp
whitelist
12-30 17:01:12.028 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1001, 2000, 10041, 10042, 10101, 10116, 10122, 10150, 10155,
10170, 10185]
12-30 17:01:12.042 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1001, 2000, 10041, 10042, 10101, 10116, 10122, 10150, 10155, 10170,
10185]
12-30 17:01:12.044 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:12.044 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=2000, timeNow=119082
12-30 17:01:12.044 1291 1510 D DeviceIdleController: Removing uid 2000 from temp
whitelist
12-30 17:01:12.044 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1001, 10041, 10042, 10101, 10116, 10122, 10150, 10155, 10170,
10185]
12-30 17:01:12.058 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1001, 10041, 10042, 10101, 10116, 10122, 10150, 10155, 10170, 10185]
12-30 17:01:12.061 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:12.061 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:12.062 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:12.062 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:12.070 1291 1291 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
12-30 17:01:12.103 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:01:12.213 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:01:12.216 1291 1917 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:12.218 1291 1917 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:12.222 1291 1917 I WindowManager: Relayout
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1521, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1521), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:12.224 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:12.224 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:12.224 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:12.224 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:12.224 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:12.248 1291 3880 D _V_WindowManager: Resize reasons w=
Window{com.facebook.orca:854041 u0 com.facebook.orca}, shouldSendRedrawForSync() =
false
12-30 17:01:12.250 1291 1917 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@53b1822 ,windowToken
=android.os.BinderProxy@7d31327 ,isPassword=false ,mIsSecImms=false
12-30 17:01:12.251 1291 1917 D _V_InputMethodManagerService: Check pwd = false
12-30 17:01:12.251 1291 1917 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@25a210d inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@7cfd2b3
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_RESIZE windowFlags=#81810100 unverifiedTargetSdkVersion=33
12-30 17:01:12.251 1291 3880 I WindowManager: Relayout
Window{com.facebook.orca:854041 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=182, requestedHeight=82, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(429, 318 - 611, 400), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:12.253 1291 1917 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{dd8027e uid=10188 pid=4733 displayId=0}
12-30 17:01:12.253 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:01:12.254 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:12.254 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:12.254 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:12.254 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:12.254 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:12.265 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.274 1291 1918 I WindowManager: Relayout
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=118, requestedHeight=146, attrs.width=118, attrs.height=146,
compatFrame = Rect(602, 241 - 720, 387), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:12.278 1291 3880 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:854041 u0 com.facebook.orca} mDrawState=DRAW_PENDING
12-30 17:01:12.278 1291 3880 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@81f2fe9 mSyncState=0
12-30 17:01:12.302 1291 1918 I WindowManager: Relayout
Window{com.facebook.orca:854041 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=182, requestedHeight=82, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(429, 277 - 611, 359), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:12.326 1291 1918 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:821130c u0 com.facebook.orca} mDrawState=HAS_DRAWN
12-30 17:01:12.326 1291 1918 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@eeae70f mSyncState=0
12-30 17:01:12.327 1291 1918 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} mDrawState=HAS_DRAWN
12-30 17:01:12.327 1291 1918 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@105239c mSyncState=0
12-30 17:01:12.328 1291 1918 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} mDrawState=HAS_DRAWN
12-30 17:01:12.328 1291 1918 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@6b1e1a5 mSyncState=0
12-30 17:01:12.334 1291 3210 I WindowManager: Relayout
Window{com.facebook.orca:854041 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=182, requestedHeight=82, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(429, 277 - 611, 359), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:12.347 1291 3210 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:854041 u0 com.facebook.orca} mDrawState=HAS_DRAWN
12-30 17:01:12.347 1291 3210 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@71b897a mSyncState=0
12-30 17:01:12.354 1291 1917 I WindowManager: Relayout
Window{com.facebook.orca:854041 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=182, requestedHeight=82, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(429, 277 - 611, 359), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:12.354 1291 3210 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.facebook.orca
opPkg=com.facebook.orcatag=ONE_TO_ONE:100033293948521:100057555947243
notification=Notification(channel=messenger_orca_050_messaging@a8e5b8ea-76fd-48d9-
bbfd-df00bb16808e shortcut=null contentView=null vibrate=null sound=null tick
defaults=0x0 flags=0x1 color=0xff0a7cff category=msg actions=2 vis=PRIVATE
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =0
12-30 17:01:12.357 1291 3210 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:12.357 1291 3210 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:12.357 1291 3210 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:12.358 1291 3210 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:12.358 1291 3210 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:12.358 1291 3210 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:12.358 1291 3210 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:12.359 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.370 1291 1917 I WindowManager: Relayout
Window{com.facebook.orca:854041 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=182, requestedHeight=82, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(429, 277 - 611, 359), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:12.393 1291 1917 D TextClassificationManagerService: Binding to
ComponentInfo{com.google.android.ext.services/com.android.textclassifier.DefaultTex
tClassifierService}
12-30 17:01:12.394 1291 1917 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10184, isRmsPreload = false, keepQuiet
=false
12-30 17:01:12.401 1291 3880 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:12.448 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.462 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.465 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:12.465 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10041, timeNow=119503
12-30 17:01:12.465 1291 1510 D DeviceIdleController: Time to remove uid 10041:
119883
12-30 17:01:12.465 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10041, delay=380
12-30 17:01:12.516 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.552 1291 1918 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:12.568 1291 1291 D _V_NotificationService: play vibration from
internal setting error with time or amplitude or vibrator is empty, vibrateState =
2
12-30 17:01:12.573 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.576 1291 1291 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
12-30 17:01:12.577 1291 6385 D _V_VivoEffectIDSegment: opPkg=android,
effect=Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=-1.0, frequency=0.0, duration=100}], repeat=-1}
12-30 17:01:12.578 1291 6385 D _V_VibratorManagerService: vibrate for uid:1000,
pid:1291, pkg:android, effect:Mono{mEffect=Composed{segments=[Step{amplitude=0.0,
frequency=0.0, duration=0}, Step{amplitude=-1.0, frequency=0.0, duration=100}],
repeat=-1}}, attrs:VibrationAttributes: Usage=NOTIFICATION Audio Usage=
USAGE_NOTIFICATION Flags=0, reason:Notification (com.facebook.orca 10185) (Delayed)
12-30 17:01:12.579 1291 6385 D _V_RichTapVibratorService: richtap service stop!!
12-30 17:01:12.581 1291 6385 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
12-30 17:01:12.581 1291 6385 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@c4918ef
12-30 17:01:12.581 1291 3210 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:12.582 1291 6385 E _V_RichTapVibratorService: getExtension == null
12-30 17:01:12.582 1291 6385 D _V_VibratorManagerService: startVibrationLocked
12-30 17:01:12.582 1291 6385 D _V_VibratorManagerService: not VivoEffectIDSegment
, startAppOpModeLocked is 0
12-30 17:01:12.591 1291 6388 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.592 1291 6388 D _V_VibrationThread: playVibration
12-30 17:01:12.593 1291 6388 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:01:12.593 1291 6388 D _V_VibrationThread: consume step
12-30 17:01:12.593 1291 6388 D VibrationThread: StartVibrateStep for effect #0
12-30 17:01:12.593 1291 6388 D _V_VibrationThread_VibrationEffectAdapters: old
Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=0.77877814, frequency=0.0, duration=100}], repeat=-1}
12-30 17:01:12.593 1291 6388 D _V_VibrationThread_VibrationEffectAdapters: new
Composed{segments=[Step{amplitude=0.0, frequency=NaN, duration=0},
Step{amplitude=0.77877814, frequency=NaN, duration=100}], repeat=-1},
newRepeatIndex is -1
12-30 17:01:12.594 1291 6388 D _V_VibrationThread: DeviceEffectMap(Mono),
mVibratorIds=[1]
12-30 17:01:12.594 1291 6388 D _V_VibrationThread: No need to prepare and trigger
sync effects on a single vibrator
12-30 17:01:12.594 1291 6388 D VibrationThread: Running amplitude step with 0ms
latency.
12-30 17:01:12.594 1291 6388 D _V_VibrationThread: stepSegmentStep{amplitude=0.0,
frequency=NaN, duration=0}
12-30 17:01:12.595 1291 6388 D _V_VibrationThread: noteVibratorOn begin, duration
is 100
12-30 17:01:12.596 1291 6388 D _V_VibrationThread: noteVibratorOn end
12-30 17:01:12.597 1291 6388 D _V_VibrationThread: a FinishVibrateStep add to
StepQueue
12-30 17:01:12.597 1291 6388 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:01:12.597 1291 6388 D _V_VibrationThread: consume step
12-30 17:01:12.597 1291 6388 D VibrationThread: Running amplitude step with 4ms
latency.
12-30 17:01:12.598 1291 6388 D _V_VibrationThread:
stepSegmentStep{amplitude=0.77877814, frequency=NaN, duration=100}
12-30 17:01:12.598 1291 6388 D VibrationThread: Turning on vibrator 1 for 100ms
12-30 17:01:12.598 1291 6388 D _V_VibratorManagerService: Turn vibrator on for
100 s, vibrationId:2
12-30 17:01:12.600 1291 6388 D VibrationThread: Amplitude changed on vibrator 1
to 0.77877814
12-30 17:01:12.601 1291 6388 D _V_VibrationThread: AmplitudeStep duration=100
amplitude=0.77877814 effectId=-1
12-30 17:01:12.602 1291 6388 D _V_VibrationThread: nextStep.calculateWaitTime is
92
12-30 17:01:12.602 1291 6388 D _V_VibrationThread: need to delay 92ms
12-30 17:01:12.602 1291 6388 D _V_VibrationThread:
12-30 17:01:12.602 1291 6388 D _V_VibrationThread:
12-30 17:01:12.642 1291 1450 D _V_SceneFreezer: onStateChanged : pkgName
com.android.systemui uid:10047 model:request_audio_focus state:on
12-30 17:01:12.660 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.695 1291 6388 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:01:12.695 1291 6388 D _V_VibrationThread: consume step
12-30 17:01:12.695 1291 6388 D VibrationThread: Running complete vibration step
on vibrator 1
12-30 17:01:12.695 1291 6388 D _V_VibrationThread: StepQueue add OffStep
12-30 17:01:12.695 1291 6388 D _V_VibrationThread: status = FINISHED, call
onVibrationCompleted
12-30 17:01:12.695 1291 6388 D VibratorManagerService: Vibration 2 finished with
status FINISHED
12-30 17:01:12.696 1291 1524 D _V_VivoVibratorManagerServiceImpl: collect
vibrator map={intensity=0.77877814, times=100, module=android, pattern=-1}
12-30 17:01:12.696 1291 6388 D _V_VibrationThread: nextStep.calculateWaitTime is
1002
12-30 17:01:12.696 1291 6388 D _V_VibrationThread: need to delay 1002ms
12-30 17:01:12.696 1291 6388 D _V_VibrationThread:
12-30 17:01:12.696 1291 6388 D _V_VibrationThread:
12-30 17:01:12.700 1291 5082 D VibratorManagerService: Vibration 2 on vibrator 1
complete, notifying thread
12-30 17:01:12.700 1291 5082 D VibrationThread: Vibration complete reported by
vibrator 1
12-30 17:01:12.700 1291 5082 D _V_VibrationThread:
mPendingOnVibratorCompleteSteps.offer
12-30 17:01:12.700 1291 6388 D _V_VibrationThread: consume step
12-30 17:01:12.700 1291 6388 D VibrationThread: Turning off vibrator 1
12-30 17:01:12.701 1291 6388 D _V_VibratorManagerService: Turn vibrator off
12-30 17:01:12.702 1291 6388 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:01:12.702 1291 6388 D _V_VibrationThread: consume step
12-30 17:01:12.702 1291 6388 D VibrationThread: FinishVibrateStep for effect #0
12-30 17:01:12.703 1291 6388 D VibratorManagerService: Vibrators released after
finished vibration: false
12-30 17:01:12.704 1291 6388 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.725 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.746 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.747 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.749 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.762 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:12.885 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:12.885 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10041, timeNow=119923
12-30 17:01:12.885 1291 1510 D DeviceIdleController: Removing uid 10041 from temp
whitelist
12-30 17:01:12.885 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1001, 10042, 10101, 10116, 10122, 10150, 10155, 10170, 10185]
12-30 17:01:12.897 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1001, 10042, 10101, 10116, 10122, 10150, 10155, 10170, 10185]
12-30 17:01:12.903 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:12.908 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:12.913 1291 6401 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:12.925 1291 6402 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:12.973 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:12.973 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=120012
12-30 17:01:12.973 1291 1510 D DeviceIdleController: Removing uid 1001 from temp
whitelist
12-30 17:01:12.974 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [10042, 10101, 10116, 10122, 10150, 10155, 10170, 10185]
12-30 17:01:12.981 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [10042, 10101, 10116, 10122, 10150, 10155, 10170, 10185]
12-30 17:01:12.983 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:12.983 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10155, timeNow=120021
12-30 17:01:12.983 1291 1510 D DeviceIdleController: Removing uid 10155 from temp
whitelist
12-30 17:01:12.983 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [10042, 10101, 10116, 10122, 10150, 10170, 10185]
12-30 17:01:12.993 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [10042, 10101, 10116, 10122, 10150, 10170, 10185]
12-30 17:01:12.995 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:12.995 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:12.996 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:12.996 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:13.088 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:13.088 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10116, timeNow=120126
12-30 17:01:13.088 1291 1510 D DeviceIdleController: Removing uid 10116 from temp
whitelist
12-30 17:01:13.088 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [10042, 10101, 10122, 10150, 10170, 10185]
12-30 17:01:13.089 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [10042, 10101, 10122, 10150, 10170, 10185]
12-30 17:01:13.092 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:13.094 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:13.304 1291 3210 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:13.413 1291 3210 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:13.438 1291 3210 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:13.563 1291 3214 I WindowManager: Relayout
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1521, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(9280, 0 - 10000, 1521), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:13.750 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:13.769 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:15.763 1291 1454 I _V_quickfrozen: getFrozenFailReason processState 0
12-30 17:01:15.763 1291 1454 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
12-30 17:01:15.764 1291 1454 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.facebook.katana mWorkingState isCheckDownload false
12-30 17:01:16.018 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:16.224 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:16.481 1291 6413 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:16.501 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:16.528 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:16.808 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:16.808 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10122, timeNow=123847
12-30 17:01:16.808 1291 1510 D DeviceIdleController: Removing uid 10122 from temp
whitelist
12-30 17:01:16.808 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [10042, 10101, 10150, 10170, 10185]
12-30 17:01:16.821 1291 1510 I ActivityManager: Killing
5165:com.google.android.webview:webview_service/u0a167 (adj 985): empty #17
12-30 17:01:16.832 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:16.835 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [10042, 10101, 10150, 10170, 10185]
12-30 17:01:16.837 1291 6416 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:16.839 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:16.839 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10101, timeNow=123878
12-30 17:01:16.839 1291 1510 D DeviceIdleController: Removing uid 10101 from temp
whitelist
12-30 17:01:16.839 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [10042, 10150, 10170, 10185]
12-30 17:01:16.846 1291 1921 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:16.849 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [10042, 10150, 10170, 10185]
12-30 17:01:16.850 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:16.850 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:16.851 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:16.851 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:16.855 1291 6417 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:16.870 1291 6418 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:16.901 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:16.901 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10042, timeNow=123940
12-30 17:01:16.902 1291 1510 D DeviceIdleController: Removing uid 10042 from temp
whitelist
12-30 17:01:16.902 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [10150, 10170, 10185]
12-30 17:01:16.904 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:16.914 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [10150, 10170, 10185]
12-30 17:01:16.916 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:16.916 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:16.988 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:16.988 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10150, timeNow=124027
12-30 17:01:16.988 1291 1510 D DeviceIdleController: Removing uid 10150 from temp
whitelist
12-30 17:01:16.988 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [10170, 10185]
12-30 17:01:16.999 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [10170, 10185]
12-30 17:01:17.003 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:17.006 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:17.018 1291 6419 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:17.034 1291 6420 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:17.090 1291 6421 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:17.224 1291 3214 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.vivolog.action.EXCEPTION flg=0x10 (has extras) }
send by ApplicationInfo{8cf21ba com.android.phone} should with permissions for
security!!!
12-30 17:01:17.527 1291 1917 I WindowManager: Relayout
Window{com.facebook.orca:854041 u0 com.facebook.orca}: oldVis=0, newVis=8,
requestedWidth=182, requestedHeight=82, attrs.width=null, attrs.height=null,
compatFrame = Rect(429, 277 - 611, 359), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
12-30 17:01:17.528 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:17.528 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:17.528 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:17.528 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:17.528 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:17.561 1291 1966 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 53, .batteryVoltage = 4099, .batteryTemperature =
341, .batteryCurrent = 1471, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 40000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
12-30 17:01:17.566 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 17:01:17.566 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 17:01:17.566 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:01:17.567 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:01:17.567 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 17:01:17.574 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 17:01:17.575 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 17:01:17.728 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:17.729 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10170, timeNow=124767
12-30 17:01:17.729 1291 1510 D DeviceIdleController: Time to remove uid 10170:
126612
12-30 17:01:17.729 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10170, delay=1845
12-30 17:01:17.892 1291 3214 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
12-30 17:01:17.900 1291 3214 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.facebook.rti.fbns.intent.RECEIVE cat=[com.facebook.orca]
flg=0x10 pkg=com.facebook.orca (has extras) } send by ApplicationInfo{4dbe59f
com.facebook.services} should with permissions for security!!!
12-30 17:01:17.947 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:17.953 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:17.961 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:17.982 1291 6424 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:17.998 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:18.116 1291 1917 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.facebook.orca
opPkg=com.facebook.orcatag=ONE_TO_ONE:100033293948521:100057555947243
notification=Notification(channel=messenger_orca_050_messaging@a8e5b8ea-76fd-48d9-
bbfd-df00bb16808e shortcut=null contentView=null vibrate=null sound=null tick
defaults=0x0 flags=0x1 color=0xff0a7cff category=msg actions=2 vis=PRIVATE
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =0
12-30 17:01:18.121 1291 1917 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:18.122 1291 1917 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:18.122 1291 1917 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:18.122 1291 1917 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:18.122 1291 1917 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:18.122 1291 1917 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:18.123 1291 1917 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:18.124 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 17:01:18.125 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:18.158 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:18.165 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:18.166 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:18.178 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:18.179 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:18.191 1291 3214 D _V_WindowManager: Resize reasons w=
Window{com.facebook.orca:854041 u0 com.facebook.orca}, shouldSendRedrawForSync() =
false
12-30 17:01:18.200 1291 3214 I WindowManager: Relayout
Window{com.facebook.orca:854041 u0 com.facebook.orca}: oldVis=8, newVis=0,
requestedWidth=116, requestedHeight=82, attrs.width=null, attrs.height=null,
compatFrame = Rect(495, 277 - 611, 359), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
12-30 17:01:18.203 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:18.203 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:18.203 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:18.203 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:18.203 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:18.236 1291 3214 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:854041 u0 com.facebook.orca} mDrawState=DRAW_PENDING
12-30 17:01:18.236 1291 3214 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@63c3f9f mSyncState=0
12-30 17:01:18.254 1291 3214 I WindowManager: Relayout
Window{com.facebook.orca:854041 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=116, requestedHeight=82, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(495, 277 - 611, 359), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:18.276 1291 1917 I WindowManager: Relayout
Window{com.facebook.orca:854041 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=116, requestedHeight=82, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(495, 277 - 611, 359), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:18.285 1291 1917 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:854041 u0 com.facebook.orca} mDrawState=HAS_DRAWN
12-30 17:01:18.285 1291 1917 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@175d4b5 mSyncState=0
12-30 17:01:18.332 1291 1291 D _V_NotificationService: play vibration from
internal setting error with time or amplitude or vibrator is empty, vibrateState =
2
12-30 17:01:18.337 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:18.341 1291 1291 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
12-30 17:01:18.343 1291 6427 D _V_VivoEffectIDSegment: opPkg=android,
effect=Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=-1.0, frequency=0.0, duration=100}], repeat=-1}
12-30 17:01:18.344 1291 6427 D _V_VibratorManagerService: vibrate for uid:1000,
pid:1291, pkg:android, effect:Mono{mEffect=Composed{segments=[Step{amplitude=0.0,
frequency=0.0, duration=0}, Step{amplitude=-1.0, frequency=0.0, duration=100}],
repeat=-1}}, attrs:VibrationAttributes: Usage=NOTIFICATION Audio Usage=
USAGE_NOTIFICATION Flags=0, reason:Notification (com.facebook.orca 10185) (Delayed)
12-30 17:01:18.344 1291 6427 D _V_RichTapVibratorService: richtap service stop!!
12-30 17:01:18.347 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:18.349 1291 6427 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
12-30 17:01:18.349 1291 6427 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@3908397
12-30 17:01:18.350 1291 6427 E _V_RichTapVibratorService: getExtension == null
12-30 17:01:18.350 1291 6427 D _V_VibratorManagerService: startVibrationLocked
12-30 17:01:18.354 1291 6427 D _V_VibratorManagerService: not VivoEffectIDSegment
, startAppOpModeLocked is 0
12-30 17:01:18.367 1291 6432 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:18.368 1291 6432 D _V_VibrationThread: playVibration
12-30 17:01:18.370 1291 6432 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:01:18.370 1291 6432 D _V_VibrationThread: consume step
12-30 17:01:18.370 1291 6432 D VibrationThread: StartVibrateStep for effect #0
12-30 17:01:18.370 1291 6432 D _V_VibrationThread_VibrationEffectAdapters: old
Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=0.77877814, frequency=0.0, duration=100}], repeat=-1}
12-30 17:01:18.370 1291 6432 D _V_VibrationThread_VibrationEffectAdapters: new
Composed{segments=[Step{amplitude=0.0, frequency=NaN, duration=0},
Step{amplitude=0.77877814, frequency=NaN, duration=100}], repeat=-1},
newRepeatIndex is -1
12-30 17:01:18.370 1291 6432 D _V_VibrationThread: DeviceEffectMap(Mono),
mVibratorIds=[1]
12-30 17:01:18.370 1291 6432 D _V_VibrationThread: No need to prepare and trigger
sync effects on a single vibrator
12-30 17:01:18.370 1291 6432 D VibrationThread: Running amplitude step with 0ms
latency.
12-30 17:01:18.371 1291 6432 D _V_VibrationThread: stepSegmentStep{amplitude=0.0,
frequency=NaN, duration=0}
12-30 17:01:18.371 1291 6432 D _V_VibrationThread: noteVibratorOn begin, duration
is 100
12-30 17:01:18.372 1291 6432 D _V_VibrationThread: noteVibratorOn end
12-30 17:01:18.372 1291 6432 D _V_VibrationThread: a FinishVibrateStep add to
StepQueue
12-30 17:01:18.372 1291 6432 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:01:18.373 1291 6432 D _V_VibrationThread: consume step
12-30 17:01:18.373 1291 6432 D VibrationThread: Running amplitude step with 2ms
latency.
12-30 17:01:18.373 1291 6432 D _V_VibrationThread:
stepSegmentStep{amplitude=0.77877814, frequency=NaN, duration=100}
12-30 17:01:18.373 1291 6432 D VibrationThread: Turning on vibrator 1 for 100ms
12-30 17:01:18.373 1291 6432 D _V_VibratorManagerService: Turn vibrator on for
100 s, vibrationId:3
12-30 17:01:18.376 1291 6432 D VibrationThread: Amplitude changed on vibrator 1
to 0.77877814
12-30 17:01:18.376 1291 6432 D _V_VibrationThread: AmplitudeStep duration=100
amplitude=0.77877814 effectId=-1
12-30 17:01:18.377 1291 6432 D _V_VibrationThread: nextStep.calculateWaitTime is
94
12-30 17:01:18.379 1291 6432 D _V_VibrationThread: need to delay 92ms
12-30 17:01:18.379 1291 6432 D _V_VibrationThread:
12-30 17:01:18.379 1291 6432 D _V_VibrationThread:
12-30 17:01:18.417 1291 1450 D _V_SceneFreezer: onStateChanged : pkgName
com.android.systemui uid:10047 model:request_audio_focus state:on
12-30 17:01:18.429 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:18.471 1291 6432 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:01:18.471 1291 6432 D _V_VibrationThread: consume step
12-30 17:01:18.472 1291 6432 D VibrationThread: Running complete vibration step
on vibrator 1
12-30 17:01:18.472 1291 6432 D _V_VibrationThread: StepQueue add OffStep
12-30 17:01:18.472 1291 6432 D _V_VibrationThread: status = FINISHED, call
onVibrationCompleted
12-30 17:01:18.472 1291 6432 D VibratorManagerService: Vibration 3 finished with
status FINISHED
12-30 17:01:18.473 1291 1524 D _V_VivoVibratorManagerServiceImpl: collect
vibrator map={intensity=0.77877814, times=100, module=android, pattern=-1}
12-30 17:01:18.473 1291 6432 D _V_VibrationThread: nextStep.calculateWaitTime is
999
12-30 17:01:18.474 1291 6432 D _V_VibrationThread: need to delay 999ms
12-30 17:01:18.474 1291 6432 D _V_VibrationThread:
12-30 17:01:18.474 1291 6432 D _V_VibrationThread:
12-30 17:01:18.476 1291 5082 D VibratorManagerService: Vibration 3 on vibrator 1
complete, notifying thread
12-30 17:01:18.477 1291 5082 D VibrationThread: Vibration complete reported by
vibrator 1
12-30 17:01:18.477 1291 5082 D _V_VibrationThread:
mPendingOnVibratorCompleteSteps.offer
12-30 17:01:18.477 1291 6432 D _V_VibrationThread: consume step
12-30 17:01:18.477 1291 6432 D VibrationThread: Turning off vibrator 1
12-30 17:01:18.477 1291 6432 D _V_VibratorManagerService: Turn vibrator off
12-30 17:01:18.480 1291 6432 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:01:18.481 1291 6432 D _V_VibrationThread: consume step
12-30 17:01:18.481 1291 6432 D VibrationThread: FinishVibrateStep for effect #0
12-30 17:01:18.483 1291 6432 D VibratorManagerService: Vibrators released after
finished vibration: false
12-30 17:01:18.486 1291 6432 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:18.533 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:18.534 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:18.535 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:18.581 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:19.024 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:19.108 1291 1917 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
12-30 17:01:19.110 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
20.0%(nit 60, control mode manual, policy level 2, lux 2000).
12-30 17:01:19.110 1291 1646 D _V_VivoBrightnessPolicyService: Target percent is
already set to 20.0%.
12-30 17:01:19.227 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:19.503 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:19.538 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:19.552 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:19.559 1291 1291 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
12-30 17:01:19.568 1291 1291 D _V_VivoLcmEsd: proximity positive is :true
12-30 17:01:19.569 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
12-30 17:01:19.582 1291 1918 D VibratorManagerService: Canceling vibration
12-30 17:01:19.584 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:19.585 1291 1412 D _V_WindowManager: requestTransientBars swipeTarget
= Window{com.android.systemui:3e2dfcf u0 StatusBar} controlTarget = Window{bdf39d4
u0 com.facebook.lite/com.facebook.lite.MainActivity} navHidden = false statusHidden
= false
12-30 17:01:19.588 1291 1918 D _V_VibratorManagerService: mAudioVibrating = false
12-30 17:01:19.588 1291 1918 D _V_RichTapVibratorService: richtap service stop!!
12-30 17:01:19.591 1291 1918 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
12-30 17:01:19.591 1291 1918 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@7110bb4
12-30 17:01:19.592 1291 1918 E _V_RichTapVibratorService: getExtension == null
12-30 17:01:19.592 1291 1918 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
12-30 17:01:19.601 1291 3214 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@af43c83
12-30 17:01:19.602 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:19.608 1291 3214 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForFakeTarget
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:19.613 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:19.613 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10170, timeNow=126652
12-30 17:01:19.613 1291 1510 D DeviceIdleController: Removing uid 10170 from temp
whitelist
12-30 17:01:19.613 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [10185]
12-30 17:01:19.620 1291 3214 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:19.622 1291 3214 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:19.625 1291 3214 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForFakeTarget
null
12-30 17:01:19.627 1291 3214 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:8ffcbfb u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
12-30 17:01:19.636 1291 3214 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
12-30 17:01:19.648 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [10185]
12-30 17:01:19.650 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:19.650 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:19.650 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:19.650 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:19.650 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:19.651 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:19.655 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:19.680 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:19.690 1291 3210 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:8ffcbfb u0 NotificationShade} mDrawState=DRAW_PENDING
12-30 17:01:19.690 1291 3210 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@ef5d2aa mSyncState=0
12-30 17:01:19.767 1291 1291 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
12-30 17:01:19.774 1291 1291 D _V_VivoLcmEsd: proximity positive is :false
12-30 17:01:19.802 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
12-30 17:01:19.920 1291 1918 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:01:19.945 1291 1291 D _V_VivoBrightnessPolicyService: Enviroment lux 20.
Update max nit.
12-30 17:01:20.406 1291 3210 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:20.616 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:20.901 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:20.901 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10185, timeNow=127939
12-30 17:01:20.901 1291 1510 D DeviceIdleController: Time to remove uid 10185:
134931
12-30 17:01:20.901 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10185, delay=6992
12-30 17:01:20.944 1291 1918 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #1877} whose proc state 2 is better
than process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(161 skipped)
12-30 17:01:21.073 1291 1918 W WallpaperManagerService: com.android.launcher3 To
get wallpaper but android.os.BinderProxy@be3f0c0 already register
12-30 17:01:21.418 1291 1966 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 53, .batteryVoltage = 4104, .batteryTemperature =
340, .batteryCurrent = 1464, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 41000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
12-30 17:01:21.426 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 17:01:21.427 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 17:01:21.428 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:01:21.428 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:01:21.428 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 17:01:21.429 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 17:01:21.429 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 17:01:21.749 1291 1918 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:22.047 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:22.253 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:22.455 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:22.478 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:24.048 1291 1918 I WindowManager: Relayout
Window{com.facebook.orca:854041 u0 com.facebook.orca}: oldVis=0, newVis=8,
requestedWidth=116, requestedHeight=82, attrs.width=null, attrs.height=null,
compatFrame = Rect(495, 277 - 611, 359), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
12-30 17:01:24.053 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:24.053 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:24.053 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:24.053 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:24.053 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:24.360 1291 6456 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:25.152 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:25.287 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:01:25.288 1291 2088 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
12-30 17:01:25.320 1291 1918 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@793396a ,windowToken
=android.os.BinderProxy@a297f5 ,isPassword=false ,mIsSecImms=false
12-30 17:01:25.320 1291 1918 D _V_InputMethodManagerService: Check pwd = false
12-30 17:01:25.321 1291 1918 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@934cc4c
inputContext=com.android.internal.view.IInputContext$Stub$Proxy@729ee5b
missingMethods= attribute=android.view.inputmethod.EditorInfo@8dc66f8
startInputFlags=VIEW_HAS_FOCUS|IS_TEXT_EDITOR|INITIAL_CONNECTION
softInputMode=STATE_UNSPECIFIED|ADJUST_RESIZE windowFlags=#81840040
unverifiedTargetSdkVersion=31
12-30 17:01:25.321 1291 1918 V InputMethodManagerService:
unbindCurrentInputLocked: client=android.os.BinderProxy@25a210d
12-30 17:01:25.322 1291 1918 D _V_SecInputMethodManagerService:
setClientToNullLocked-- set mCurClient to null
12-30 17:01:25.322 1291 1918 V InputMethodMenuController: Hide switching menu
12-30 17:01:25.322 1291 1918 V InputMethodManagerService: switching to client:
client=android.os.BinderProxy@934cc4c keyguard=false
12-30 17:01:25.322 1291 1918 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{90797d1 uid=10047 pid=1755 displayId=0}
12-30 17:01:25.323 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:01:25.323 1291 1918 V InputMethodManagerService: Creating new session
for client ClientState{90797d1 uid=10047 pid=1755 displayId=0}
12-30 17:01:25.327 1291 1918 D _V_InputMethodManagerService: onSessionCreated
method=com.android.internal.view.IInputMethod$Stub$Proxy@1b66b ,session=com.android
.internal.view.IInputMethodSession$Stub$Proxy@5238236 ,channel=ClientState{90797d1
uid=10047 pid=1755 displayId=0}
(server) ,mIsSecImms=false ,sessionState=SessionState{uid 10047 pid 1755 method
1b66b session 5238236 channel ClientState{90797d1 uid=10047 pid=1755 displayId=0}
(server)} ,mCurClient=ClientState{90797d1 uid=10047 pid=1755 displayId=0}
12-30 17:01:25.331 1291 1918 V InputMethodManagerService: Disabling:
SessionState{uid 10188 pid 4733 method 1b66b session 2b0e82c channel
ClientState{dd8027e uid=10188 pid=4733 displayId=0} (server)}
12-30 17:01:25.332 1291 1918 V InputMethodManagerService: Enabling:
SessionState{uid 10047 pid 1755 method 1b66b session 5238236 channel
ClientState{90797d1 uid=10047 pid=1755 displayId=0} (server)}
12-30 17:01:25.336 1291 2088 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateControlForTarget Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.339 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:01:25.367 1291 2088 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10047 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
1755com.android.server.inputmethod.InputMethodManagerService.showSoftInput(InputMet
hodManagerService.java:3352)
12-30 17:01:25.367 1291 2088 V InputMethodManagerService: Client requesting input
be shown
12-30 17:01:25.367 1291 2088 D InputMethodManagerService: showCurrentInputLocked:
mCurToken=android.os.Binder@44af7d2
12-30 17:01:25.367 1291 2088 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@1b66b.showSoftInput(android.os.Bi
nder@c9d8bc2, 1, null) for reason: SHOW_SOFT_INPUT
12-30 17:01:25.368 1291 2088 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 17:01:25.369 1291 2088 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:input_method_state value:1 pkg:android userId:0
12-30 17:01:25.369 1291 2088 D _V_InputMethodManagerService:
bindCurrentInputMethodServiceLocked service= Intent { act=android.view.InputMethod
cmp=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
(has extras) }, conn =
com.android.server.inputmethod.InputMethodManagerService$1@89eac0 ,flags=738725889
,mIsSecImms=false
12-30 17:01:25.370 1291 2088 I _V_VivoRatioControllerUtilsImpl:
setCurrentInputMethod, component =
ComponentInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME}
12-30 17:01:25.371 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/input_method_state
12-30 17:01:25.371 1291 2088 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.inputmethod.latin uid 10119, isRmsPreload = false,
keepQuiet =false
12-30 17:01:25.372 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 25 state = 1
12-30 17:01:25.388 1291 2088 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:25.392 1291 2088 D InputMethodManagerService: hide the small icon for
the input method
12-30 17:01:25.408 1291 2088 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10047 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:01:25.408 1291 2088 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
12-30 17:01:25.412 1291 2088 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10047 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
1755com.android.server.inputmethod.InputMethodManagerService.showSoftInput(InputMet
hodManagerService.java:3352)
12-30 17:01:25.412 1291 2088 V InputMethodManagerService: Client requesting input
be shown
12-30 17:01:25.412 1291 2088 D InputMethodManagerService: showCurrentInputLocked:
mCurToken=android.os.Binder@44af7d2
12-30 17:01:25.412 1291 2088 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@1b66b.showSoftInput(android.os.Bi
nder@292fa3c, 1, null) for reason: SHOW_SOFT_INPUT
12-30 17:01:25.413 1291 2088 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 17:01:25.413 1291 2088 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:input_method_state value:1 pkg:android userId:0
12-30 17:01:25.414 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/input_method_state
12-30 17:01:25.416 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 25 state = 1
12-30 17:01:25.460 1291 1918 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:01:25.461 1291 1918 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:01:25.466 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade} isClosing:false
mImeRequester:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
controlTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.479 1291 1918 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade} isClosing:false
mImeRequester:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
controlTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.483 1291 1918 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}: oldVis=8,
newVis=0, requestedWidth=720, requestedHeight=1540, attrs.width=-1, attrs.height=-
1, compatFrame = Rect(0, 60 - 720, 1600), mAttrs.privateFlags = 12000000,
mInvGlobalScale = 1.0
12-30 17:01:25.488 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.488 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.488 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.488 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.488 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.496 1291 2088 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=false} }
12-30 17:01:25.502 1291 2088 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade} isClosing:false
mImeRequester:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
controlTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.518 1291 2088 D _V_WindowManager: finishDrawingWindow:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
mDrawState=DRAW_PENDING
12-30 17:01:25.518 1291 2088 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@73b03c5 mSyncState=0
12-30 17:01:25.524 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade} isClosing:false
mImeRequester:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
controlTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.525 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade} isClosing:false
mImeRequester:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
controlTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.535 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade} isClosing:false
mImeRequester:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
controlTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.535 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade} isClosing:false
mImeRequester:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
controlTarget:Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.535 1291 2088 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:25.538 1291 1918 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:01:25.558 1291 1918 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateVisibility true
12-30 17:01:25.559 1291 1918 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=true} } from
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.563 1291 1918 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget null
12-30 17:01:25.565 1291 1918 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:8ffcbfb u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
12-30 17:01:25.569 1291 1414 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:01:25.575 1291 3880 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10047 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:01:25.586 1291 1414 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=true} }
12-30 17:01:25.596 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:25.605 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.605 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.605 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.605 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.605 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:25.621 1291 2088 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10047 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:01:25.621 1291 2088 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:01:25.795 1291 1291 D _V_VivoBrightnessPolicyService: Enviroment lux
2000. Update max nit.
12-30 17:01:25.798 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:26.064 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:26.092 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:26.778 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:26.858 1291 2088 D _V_ActivityManager: set mIsVivoWidget, callingUid:
10047
12-30 17:01:26.858 1291 1412 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
12-30 17:01:26.866 1291 2088 D _V_VivoBackgroundActivityController: top
component:com.facebook.lite/com.facebook.lite.MainActivity,
pkgName:com.facebook.orca, unlock:true
12-30 17:01:26.866 1291 2088 D _V_VivoBackgroundActivityController: notify or
widget click start, caller:com.facebook.orca, uid:10185, realUid:10047
12-30 17:01:26.867 1291 2088 D _V_VivoFirewall: shouldPreventStartActivity allow,
callingPackage:com.facebook.orca, callingUid:10185, callingPid:-1,
realCallingUid:10047, lastReason:PendingIntentRecord, isVivoWidget:true,
nullController:true, aInfo:ActivityInfo{adea40
com.facebook.messenger.intents.SecureIntentHandlerActivity}
12-30 17:01:26.868 1291 2088 I ActivityTaskManager: START u0
{act=com.facebook.orca.notify.SECURE_VIEW dat=fb-messenger://user/100033293948521
flg=0x4000000 pkg=com.facebook.orca
cmp=com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity
(has extras)} from uid 10185 ,pid -1,realCallingUid:10047,realCallingPid:1755
12-30 17:01:26.869 1291 2088 D _V_ThirdPartyIncoming: shouldStartIncoming,
sourceRecord : mIsGame =false
12-30 17:01:26.869 1291 2088 W _V_VivoActivityStarterImpl: The
caller:com.facebook.orca try to start itself, return
12-30 17:01:26.876 1291 2088 I ActivityTaskManager: ActivityRecord setRealCalling
mRealCallPid=1755 mRealCallUid=10047 mIsCaptureEnabled=false
12-30 17:01:26.877 1291 2088 I _V_ActivityTaskManager: cong: startActivityInner
name = com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity
12-30 17:01:26.878 1291 2088 W ActivityTaskManager: startActivity called from
non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent
{ act=com.facebook.orca.notify.SECURE_VIEW dat=fb-messenger://user/100033293948521
flg=0x4800000 pkg=com.facebook.orca
cmp=com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity
(has extras) }
12-30 17:01:26.892 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10185; state: DISABLED
12-30 17:01:26.894 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 184838306; UID 10185; state: DISABLED
12-30 17:01:26.895 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 185004937; UID 10185; state: DISABLED
12-30 17:01:26.895 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 181136395; UID 10185; state: DISABLED
12-30 17:01:26.896 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 174042936; UID 10185; state: DISABLED
12-30 17:01:26.908 1291 2088 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.startActivityLocked:8012
com.android.server.wm.ActivityStarter.startActivityInner:2579
com.android.server.wm.ActivityStarter.startActivityUnchecked:2181
12-30 17:01:26.909 1291 2088 D _V_BarAnimController: prepareAppTransition 1 0
12-30 17:01:26.910 1291 2088 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
12-30 17:01:26.910 1291 2088 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
12-30 17:01:26.910 1291 2088 D _V_BarAnimController: fillFakeBarsWithContent
12-30 17:01:26.910 1291 1544 D _V_BarAnimController: mCaptureRunnable run
12-30 17:01:26.911 1291 2088 I _V_ActivityTaskManager: addSplashWindow but
windowIsTranslucent!
12-30 17:01:26.912 1291 2088 D _V_ActivityTaskManager: ActivityRecord
addStartingWindow goes as Google did. r:com.facebook.orca For: funcSwitchOn=true
isInBlackList=false mIsFromLauncher=false isSwitchFromHomeOrSoftwareLock= false
mIsCaptureEnabled=false inWhiteList=false requestByApp=false
isCreatedButNoSnapshot=false mRealMultiCapEnabled=false
12-30 17:01:26.914 1291 2088 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:01:26.916 1291 2088 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{6e9f11e u0 com.facebook.lite/.MainActivity t1409 d0} ,caller by
com.android.server.wm.Task.startPausingLocked:6777
com.android.server.wm.TaskDisplayArea.lambda$pauseBackTasks$6$TaskDisplayArea:1774
com.android.server.wm.TaskDisplayArea$$ExternalSyntheticLambda6.accept:8
com.android.server.wm.Task.forAllLeafTasks:4625
com.android.server.wm.WindowContainer.forAllLeafTasks:1841
com.android.server.wm.TaskDisplayArea.pauseBackTasks:1763
com.android.server.wm.Task.resumeTopActivityInnerLocked:7471
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7256
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2724
com.android.server.wm.ActivityStarter.startActivityInner:2618
com.android.server.wm.ActivityStarter.startActivityUnchecked:2181
com.android.server.wm.ActivityStarter.executeRequest:1689
12-30 17:01:26.917 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:26.917 1291 2088 D _V_ActivityTaskManager:
setWillCloseOrEnterPip:ActivityRecord{6e9f11e u0 com.facebook.lite/.MainActivity
t1409 d0} lastFocusedRootTask:Task{323aa15 #1409 type=standard
A=10188:com.facebook.lite U=0 displayId=0 visible=true mode=fullscreen
translucent=false sz=1} this:Task{1a29b04 #1410 type=standard
A=10185:com.facebook.orca.intenthandler U=0 displayId=0 visible=true
mode=fullscreen translucent=true sz=1}
12-30 17:01:26.926 1291 2088 D _V_RMS-Preload: displayId=0, callingUid=10047,
callingPid=1755, requestUid=10185, requestPid=0, requestPkgName=com.facebook.orca,
requestProcName=com.facebook.orca,
requestComponentName=com.facebook.messenger.intents.SecureIntentHandlerActivity
starter.
12-30 17:01:26.927 1291 2088 I _V_VivoActivityStarterImpl: Start
ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0} caller=com.android.systemui called=com.facebook.orca
calledClass=com.facebook.messenger.intents.SecureIntentHandlerActivity
12-30 17:01:26.928 1291 1544 D _V_BarAnimController: mCaptureRunnable done
12-30 17:01:26.938 1291 3214 I DeviceIdleController: becomeActiveLocked,
reason=notification interaction, changeLightIdle=true
12-30 17:01:26.950 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 10188, arg4: 0, name: com.facebook.lite
12-30 17:01:26.951 1291 3210 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
12-30 17:01:26.952 1291 3210 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:01:26.953 1291 3210 D _V_VivoActivityTaskManagerServiceImpl:
isMultiWindowEnterJustDefaultDisplay of false
12-30 17:01:26.954 1291 3210 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.Task.resumeTopActivityInnerLocked:7624
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7256
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2724
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2703
12-30 17:01:26.954 1291 3210 D _V_BarAnimController: prepareAppTransition 1 0
12-30 17:01:26.954 1291 3210 D _V_BarAnimController: fillFakeBarsWithContent skip
capture as last capture time is in 100ms with animation has not been started
12-30 17:01:26.954 1291 3210 D _V_WindowManager:
overridePendingAppTransitionRemote ,callers=com.android.server.wm.ActivityRecord.ap
plyOptionsAnimation:5312
com.android.server.wm.Task.resumeTopActivityInnerLocked:7656
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7256
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2724
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2703
12-30 17:01:26.966 1291 3210 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.orca uid 10185, isRmsPreload = false, keepQuiet =false
12-30 17:01:26.972 1291 3210 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0} null
12-30 17:01:26.976 1291 3210 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0} null
12-30 17:01:26.979 1291 3210 I _V_SDS : onSetActivityResumed=com.facebook.orca
recordInfo=com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActi
vity pid=4525
12-30 17:01:26.981 1291 3210 I HoverMode: ar is resume in second =
ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0}
12-30 17:01:26.981 1291 3210 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0} null
12-30 17:01:26.982 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:26.983 1291 3210 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=24, state=0,
isLandTranslucentBackToLauncher=false
12-30 17:01:26.983 1291 3210 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
12-30 17:01:26.990 1291 3210 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1409
,topActivity=ComponentInfo{com.facebook.lite/com.facebook.lite.MainActivity} ,resiz
eMode=1 ,topActivityType=1 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:01:26.997 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:26.999 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:26.999 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:26.999 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:26.999 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:26.999 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.003 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.003 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.003 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.004 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.004 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.004 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.004 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.004 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.004 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.004 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.005 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:01:27.006 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:01:27.011 1291 1412 D _V_BBKTouchScreenServiceService: background:
com.android.launcher3foreground: com.facebook.orca
12-30 17:01:27.011 1291 1412 I _V_BBKTouchScreenServiceService: displayId = 2
type = 28 state = 0
12-30 17:01:27.011 1291 1412 I _V_BBKTouchScreenServiceService: displayId = 2
type = 29 state = 0
12-30 17:01:27.012 1291 1412 D _V_CapacityKeyService: foregroundActivities
detected uid=10185 appName=com.facebook.orca state=true
12-30 17:01:27.012 1291 1412 D _V_CapacityKeyService: foreground:
com.facebook.orca
12-30 17:01:27.012 1291 1412 D _V_CapacityKeyService: not support presskey
12-30 17:01:27.017 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.017 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.017 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.017 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.017 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.019 1291 1672 I _V_Sensor_AutoAppManager: uidName =
com.facebook.orca; topName = com.facebook.orca; foregroundActivities = true;
packageName = com.facebook.orca; processName = com.facebook.orca; inFreeform =
false
12-30 17:01:27.019 1291 1672 D _V_Sensor_AppTypeManager: getAppNameFromUidPid pkg
= com.facebook.orca
12-30 17:01:27.020 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 5 value: [2]
12-30 17:01:27.022 1291 1917 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
12-30 17:01:27.025 1291 1672 D _V_Sensor_ConnectPemService: getSingleAppType ,uid
= 10185, result = 10185,type = 101,suptype = -1
12-30 17:01:27.025 1291 1672 D _V_Sensor_ConnectPemService: getSingleAppType uid
= 10185subtype[0] = 8
12-30 17:01:27.025 1291 1672 D _V_Sensor_AppTypeManager: arraySize = 3,isEmpty =
false
12-30 17:01:27.032 1291 6470 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:27.037 1291 3880 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:startApp_from_keyguard value:0
pkg:com.android.systemui userId:0
12-30 17:01:27.136 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:27.138 1291 3880 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:27.175 1291 1917 D _V_VivoInputManager: isTrustedWindow result= true
12-30 17:01:27.178 1291 1917 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4761
com.android.server.wm.WindowManagerService.addWindow:2115
com.android.server.wm.Session.addToDisplayAsUser:242
android.view.IWindowSession$Stub.onTransact:691
com.android.server.wm.Session.onTransact:207
android.os.Binder.execTransactInternal:1184
12-30 17:01:27.179 1291 1917 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{522ee1b u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity}
task=null
12-30 17:01:27.180 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 10185, arg4: 0, name: com.facebook.orca
12-30 17:01:27.185 1291 1917 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0} currentState=0 startState=-1 activityState = RESUMED info = Messenger
12-30 17:01:27.198 1291 3210 I WindowManager: Relayout Window{522ee1b u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity}:
oldVis=4, newVis=0, requestedWidth=720, requestedHeight=1600, attrs.width=-1,
attrs.height=-1, compatFrame = Rect(0, 60 - 720, 1600), mAttrs.privateFlags =
12020040, mInvGlobalScale = 1.0
12-30 17:01:27.200 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.200 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.200 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.200 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.200 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.230 1291 3210 D _V_WindowManager: finishDrawingWindow:
Window{522ee1b u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity}
mDrawState=DRAW_PENDING
12-30 17:01:27.233 1291 3210 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@581fd91 mSyncState=0
12-30 17:01:27.241 1291 1415 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
12-30 17:01:27.250 1291 1415 D _V_RMS-Preload: displayId=0, callingUid=10185,
callingPid=-1, requestUid=10185, requestPid=4525, requestPkgName=com.facebook.orca,
requestProcName=com.facebook.orca,
requestComponentName=com.facebook.messenger.intents.SecureIntentHandlerActivity
took 385ms finished.
12-30 17:01:27.250 1291 1415 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 17:01:27.261 1291 1415 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 0 mRemoteAnimState = 0 transit = 24
12-30 17:01:27.273 1291 1415 D _V_WindowManager: RemoteAnimation Notify
onAnimationStart
12-30 17:01:27.278 1291 1917 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.ActivityRecord.finishIfPossible:3905
com.android.server.wm.ActivityClientController.finishActivity:557
android.app.IActivityClientController$Stub.onTransact:695
12-30 17:01:27.279 1291 1917 D _V_BarAnimController: prepareAppTransition 2 0
12-30 17:01:27.280 1291 1917 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
12-30 17:01:27.280 1291 1917 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
12-30 17:01:27.280 1291 1917 D _V_BarAnimController: fillFakeBarsWithContent
12-30 17:01:27.280 1291 1544 D _V_BarAnimController: mCaptureRunnable run
12-30 17:01:27.290 1291 1453 D _V_DexoptOptimizer: notifyAppLaunch tempmap
={com.facebook.orca=LaunchInfo{com.facebook.orca, c=1, f=8, s=false}}
12-30 17:01:27.291 1291 1453 D _V_DexoptOptimizer: sVerifyPackageNamesPrimary
=[com.facebook.lite]
12-30 17:01:27.305 1291 1544 D _V_BarAnimController: mCaptureRunnable done
12-30 17:01:27.305 1291 1917 D _V_VivoWmsImpl: getVivoBarAppearance for
Task{1a29b04 #1410 type=standard A=10185:com.facebook.orca.intenthandler U=0
displayId=0 visible=false mode=fullscreen translucent=true sz=1} appearance=0x0
12-30 17:01:27.310 1291 1917 D WindowManager: App removed or hidden
activity=ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0 f}}
12-30 17:01:27.311 1291 1917 D _V_BarAnimController:
setActivityVisibilityBeforeCommit null ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0 f}}
12-30 17:01:27.312 1291 1917 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0 f}} ,caller by com.android.server.wm.ActivityRecord.finishIfPossible:3937
com.android.server.wm.ActivityClientController.finishActivity:557
android.app.IActivityClientController$Stub.onTransact:695
com.android.server.wm.ActivityClientController.onTransact:146
android.os.Binder.execTransactInternal:1184 android.os.Binder.execTransact:1143
<bottom of call stack> <bottom of call stack> <bottom of call stack> <bottom of
call stack> <bottom of call stack> <bottom of call stack>
12-30 17:01:27.313 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:27.329 1291 1415 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 17:01:27.331 1291 1415 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:01:27.364 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.365 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.365 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.365 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.365 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.367 1291 3210 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:01:27.369 1291 3210 D _V_VivoActivityTaskManagerServiceImpl:
isMultiWindowEnterJustDefaultDisplay of false
12-30 17:01:27.370 1291 3210 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_CLOSE],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.resumeTopActivityInnerLocked:7651
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7256
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7315
12-30 17:01:27.370 1291 3210 D _V_BarAnimController: prepareAppTransition 2 0
12-30 17:01:27.371 1291 3210 D _V_BarAnimController: fillFakeBarsWithContent skip
capture as last capture time is in 100ms with animation has not been started
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: Failed to write to
/sys/rsc/rsc_svp
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils:
java.io.FileNotFoundException: /sys/rsc/rsc_svp: open failed: ENOENT (No such file
or directory)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
java.io.FileWriter.<init>(FileWriter.java:63)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.threadBoostStatus(BoostThreadUtils.java:35)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.activityVisiableThreadBoost(BoostThreadUtils
.java:20)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.VivoTaskImpl.activityVisiableThreadBoost(VivoTaskImpl.java:28
03)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityInnerLocked(Task.java:7691)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7256)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7315)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord.makeActiveIfNeeded(ActivityRecord.java:6559)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.lambda$resumeFocusedTasksTopActivities$20
$RootWindowContainer(RootWindowContainer.java:2775)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda22.accept(Unknown
Source:15)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.Task.forAllRootTasks(Task.java:4637)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1856)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2748)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2703)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2698)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord.addToFinishingAndWaitForIdle(ActivityRecord.ja
va:4189)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord.completeFinishing(ActivityRecord.java:4107)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.Task.completePauseLocked(Task.java:6988)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord.activityPaused(ActivityRecord.java:6792)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityClientController.activityPaused(ActivityClientControl
ler.java:214)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
android.app.IActivityClientController$Stub.onTransact(IActivityClientController.jav
a:555)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityClientController.onTransact(ActivityClientController.
java:146)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
android.os.Binder.execTransactInternal(Binder.java:1184)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
android.os.Binder.execTransact(Binder.java:1143)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
libcore.io.Linux.open(Native Method)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
12-30 17:01:27.374 1291 3210 W _V_BoostThreadUtils: ... 32 more
12-30 17:01:27.375 1291 3210 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{6e9f11e u0
com.facebook.lite/.MainActivity t1409 d0} ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0 f}}
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: Failed to write to
/sys/rsc/rsc_svp
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils:
java.io.FileNotFoundException: /sys/rsc/rsc_svp: open failed: ENOENT (No such file
or directory)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
java.io.FileWriter.<init>(FileWriter.java:63)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.threadBoostStatus(BoostThreadUtils.java:35)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.activityVisiableThreadBoost(BoostThreadUtils
.java:20)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.VivoTaskImpl.activityVisiableThreadBoost(VivoTaskImpl.java:28
03)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityInnerLocked(Task.java:7693)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7256)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7315)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord.makeActiveIfNeeded(ActivityRecord.java:6559)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.lambda$resumeFocusedTasksTopActivities$20
$RootWindowContainer(RootWindowContainer.java:2775)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda22.accept(Unknown
Source:15)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.Task.forAllRootTasks(Task.java:4637)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1856)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2748)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2703)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2698)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord.addToFinishingAndWaitForIdle(ActivityRecord.ja
va:4189)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord.completeFinishing(ActivityRecord.java:4107)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.Task.completePauseLocked(Task.java:6988)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord.activityPaused(ActivityRecord.java:6792)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityClientController.activityPaused(ActivityClientControl
ler.java:214)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
android.app.IActivityClientController$Stub.onTransact(IActivityClientController.jav
a:555)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityClientController.onTransact(ActivityClientController.
java:146)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
android.os.Binder.execTransactInternal(Binder.java:1184)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
android.os.Binder.execTransact(Binder.java:1143)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
libcore.io.Linux.open(Native Method)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
12-30 17:01:27.376 1291 3210 W _V_BoostThreadUtils: ... 32 more
12-30 17:01:27.376 1291 3210 I _V_SDS : onSetActivityResumed=com.facebook.lite
recordInfo=com.facebook.lite/.MainActivity pid=4733
12-30 17:01:27.380 1291 3210 I HoverMode: ar is resume in second =
ActivityRecord{6e9f11e u0 com.facebook.lite/.MainActivity t1409 d0}
12-30 17:01:27.384 1291 3210 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:ActivityRecord{6e9f11e u0
com.facebook.lite/.MainActivity t1409 d0},mainRootTask:Task{323aa15 #1409
type=standard A=10188:com.facebook.lite U=0 displayId=0 visible=true
mode=fullscreen translucent=false sz=1}
12-30 17:01:27.386 1291 3210 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{6e9f11e u0
com.facebook.lite/.MainActivity t1409 d0} ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0 f}}
12-30 17:01:27.386 1291 3210 D _V_RMS-Preload: displayId=0, callingUid=10135,
callingPid=2225, requestUid=10188, requestPid=4733,
requestPkgName=com.facebook.lite, requestProcName=com.facebook.lite,
requestComponentName=com.facebook.lite.MainActivity took -1ms finished.
12-30 17:01:27.387 1291 3210 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=25, state=0,
isLandTranslucentBackToLauncher=false
12-30 17:01:27.388 1291 3210 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
12-30 17:01:27.390 1291 3210 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
12-30 17:01:27.391 1291 3210 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:01:27.391 1291 3210 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=25, state=0,
isLandTranslucentBackToLauncher=false
12-30 17:01:27.392 1291 3210 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:01:27.392 1291 3210 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=25, state=0,
isLandTranslucentBackToLauncher=false
12-30 17:01:27.399 1291 3210 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1409
,topActivity=ComponentInfo{com.facebook.lite/com.facebook.lite.MainActivity} ,resiz
eMode=1 ,topActivityType=1 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:01:27.401 1291 3210 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1410 ,topActivity=null ,resizeMode=1 ,topActivityType=1 ,of
windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720,
1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=standard mAlwaysOnTop=undefined
mRotation=ROTATION_0} }
12-30 17:01:27.402 1291 3210 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
12-30 17:01:27.409 1291 3210 D _V_WindowManager: RemoteAnimation
onAnimationFinished():
callers=com.android.server.wm.RemoteAnimationController.cancelAnimation:242
com.android.server.wm.RemoteAnimationController$RemoteAnimationAdapterWrapper.onAni
mationCancelled:660 com.android.server.wm.SurfaceAnimator.cancelAnimation:364
com.android.server.wm.SurfaceAnimator.startAnimation:180
com.android.server.wm.WindowContainer.startAnimation:2684
12-30 17:01:27.414 1291 3210 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
12-30 17:01:27.416 1291 3210 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 0 mRemoteAnimState = 0 transit = 25
12-30 17:01:27.436 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.436 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.436 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.436 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.436 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:01:27.437 1291 3880 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{6e9f11e u0 com.facebook.lite/.MainActivity t1409 d0}
currentState=0 startState=-1 activityState = RESUMED info = Lite
12-30 17:01:27.450 1291 1917 I WindowManager: Relayout Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-30 17:01:27.452 1291 1412 D _V_CapacityKeyService: foregroundActivities
detected uid=10185 appName=com.facebook.orca state=false
12-30 17:01:27.452 1291 1412 D _V_CapacityKeyService: background:
com.facebook.orca
12-30 17:01:27.455 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:27.456 1291 3214 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:27.473 1291 3880 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:27.481 1291 3219 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.484 1291 3219 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
12-30 17:01:27.487 1291 3219 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
12-30 17:01:27.492 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:27.497 1291 1411 W Looper : Slow dispatch took 103ms android.fg
h=android.os.Handler
c=com.android.server.display.color.displayenhance.ApplicationPackageObserver$2@8196
d7 m=0
12-30 17:01:27.509 1291 3879 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1409
,topActivity=ComponentInfo{com.facebook.lite/com.facebook.lite.MainActivity} ,resiz
eMode=1 ,topActivityType=1 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:01:27.511 1291 3879 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1410 ,topActivity=null ,resizeMode=1 ,topActivityType=1 ,of
windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720,
1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=standard mAlwaysOnTop=undefined
mRotation=ROTATION_0} }
12-30 17:01:27.512 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:27.516 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:27.516 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:27.519 1291 3879 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
12-30 17:01:27.519 1291 2088 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:27.521 1291 1670 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 5 value: [0]
12-30 17:01:27.523 1291 1672 I _V_Sensor_AutoAppManager: uidName =
com.facebook.orca; topName = com.facebook.lite; foregroundActivities = false;
packageName = com.facebook.orca; processName = com.facebook.orca; inFreeform =
false
12-30 17:01:27.523 1291 1672 D _V_Sensor_AppTypeManager: getAppNameFromUidPid pkg
= com.facebook.lite
12-30 17:01:27.529 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:01:27.530 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.530 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.530 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.530 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.530 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.542 1291 1414 I ActivityManager: Killing
5500:com.android.camera/u0a129 (adj 985): empty #17
12-30 17:01:27.549 1291 3883 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:01:27.551 1291 3883 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@31e4a9 ,windowToken=
android.os.BinderProxy@7d31327 ,isPassword=false ,mIsSecImms=false
12-30 17:01:27.552 1291 3883 D _V_InputMethodManagerService: Check pwd = false
12-30 17:01:27.552 1291 3883 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@25a210d inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@ca00a2e
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_RESIZE|IS_FORWARD_NAVIGATION windowFlags=#81810100
unverifiedTargetSdkVersion=33
12-30 17:01:27.552 1291 3879 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:01:27.553 1291 3879 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:01:27.557 1291 1917 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 17:01:27.558 1291 6496 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:27.565 1291 3734 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
12-30 17:01:27.574 1291 1415 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:01:27.574 1291 3883 V _V_InputMethodManagerService: Current client
changed, hide current input.
12-30 17:01:27.574 1291 3883 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@1b66b.hideSoftInput(0,
android.os.Binder@41b2265, null) for reason: HIDE_SOFT_INPUT
12-30 17:01:27.577 1291 6497 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:27.585 1291 1415 D _V_BarAnimController: appTransitionFinished
12-30 17:01:27.596 1291 6500 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:27.597 1291 6501 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:27.614 1291 3883 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 17:01:27.615 1291 3883 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:input_method_state value:0 pkg:android userId:0
12-30 17:01:27.617 1291 6503 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:27.620 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/input_method_state
12-30 17:01:27.620 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 25 state = 0
12-30 17:01:27.622 1291 6505 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:27.626 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.627 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.627 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.627 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.627 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.629 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.629 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.629 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.629 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.629 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.637 1291 3883 V InputMethodManagerService: Unspecified window will
hide input
12-30 17:01:27.638 1291 3883 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@1b66b.hideSoftInput(0,
android.os.Binder@397f3eb, null) for reason: HIDE_UNSPECIFIED_WINDOW
12-30 17:01:27.641 1291 3883 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 17:01:27.641 1291 3883 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:input_method_state value:0 pkg:android userId:0
12-30 17:01:27.642 1291 3883 V InputMethodManagerService:
unbindCurrentInputLocked: client=android.os.BinderProxy@934cc4c
12-30 17:01:27.642 1291 3883 D _V_SecInputMethodManagerService:
setClientToNullLocked-- set mCurClient to null
12-30 17:01:27.642 1291 3883 V InputMethodMenuController: Hide switching menu
12-30 17:01:27.642 1291 3883 V InputMethodManagerService: switching to client:
client=android.os.BinderProxy@25a210d keyguard=false
12-30 17:01:27.643 1291 3883 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{dd8027e uid=10188 pid=4733 displayId=0}
12-30 17:01:27.643 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/input_method_state
12-30 17:01:27.643 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:01:27.644 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 25 state = 0
12-30 17:01:27.644 1291 3883 V InputMethodManagerService: Disabling:
SessionState{uid 10047 pid 1755 method 1b66b session 5238236 channel
ClientState{90797d1 uid=10047 pid=1755 displayId=0} (server)}
12-30 17:01:27.644 1291 3883 V InputMethodManagerService: Enabling:
SessionState{uid 10188 pid 4733 method 1b66b session 2b0e82c channel
ClientState{dd8027e uid=10188 pid=4733 displayId=0} (server)}
12-30 17:01:27.645 1291 3734 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10047 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
1755com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:01:27.646 1291 3734 W InputMethodManagerService: Ignoring hideSoftInput
of uid 10047: com.android.internal.view.IInputMethodClient$Stub$Proxy@6a07fe1
12-30 17:01:27.646 1291 3879 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
12-30 17:01:27.650 1291 3879 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:27.653 1291 3734 D InputMethodManagerService: hide the small icon for
the input method
12-30 17:01:27.659 1291 3883 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
12-30 17:01:27.660 1291 3883 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateControlForTarget Window{bdf39d4 u0
com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.660 1291 3883 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateVisibility false
12-30 17:01:27.663 1291 1415 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.665 1291 1415 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
12-30 17:01:27.666 1291 1415 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=false} }
12-30 17:01:27.688 1291 1917 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:01:27.688 1291 1917 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
12-30 17:01:27.695 1291 3219 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10047 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:01:27.700 1291 3883 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}: oldVis=0,
newVis=0, requestedWidth=720, requestedHeight=1540, attrs.width=-1, attrs.height=-
1, compatFrame = Rect(0, 60 - 720, 1600), mAttrs.privateFlags = 12000000,
mInvGlobalScale = 1.0
12-30 17:01:27.707 1291 3879 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4777
com.android.server.wm.ActivityRecord.removeChild:433
com.android.server.wm.WindowContainer.removeImmediately:702
com.android.server.wm.WindowState.removeImmediately:2832
com.android.server.wm.WindowState.removeIfPossible:3052
com.android.server.wm.WindowState.removeIfPossible:2907
12-30 17:01:27.719 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:01:27.722 1291 3879 D WindowManager: App removed or hidden
activity=ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0 f}}
12-30 17:01:27.724 1291 3879 I _V_TaskSnapshotCache: removeRunningEntry
taskId1410 callers=com.android.server.wm.TaskSnapshotCache.onAppRemoved:110
com.android.server.wm.TaskSnapshotController.onAppRemoved:718
com.android.server.wm.ActivityRecord.onRemovedFromDisplay:4581
com.android.server.wm.DisplayContent.removeAppToken:1444
com.android.server.wm.ActivityRecord.removeAppTokenFromDisplay:3124
com.android.server.wm.ActivityRecord.removeFromHistory:4311
com.android.server.wm.ActivityRecord.destroyed:4363
com.android.server.wm.ActivityClientController.activityDestroyed:298
android.app.IActivityClientController$Stub.onTransact:593
com.android.server.wm.ActivityClientController.onTransact:146
12-30 17:01:27.724 1291 3879 D _V_BarAnimController: notifyAppRemoved
ActivityRecord{3cf7b17 u0
com.facebook.orca/com.facebook.messenger.intents.SecureIntentHandlerActivity t1410
d0 f}}
12-30 17:01:27.730 1291 3879 D _V_BarAnimController: onTaskRemoved Task{1a29b04
#1410 type=standard A=10185:com.facebook.orca.intenthandler U=0 displayId=0
visible=false mode=fullscreen translucent=true sz=0}
12-30 17:01:27.738 1291 3879 D _V_BarAnimController: onTaskRemoved Task{1a29b04
#1410 type=standard A=10185:com.facebook.orca.intenthandler U=0 displayId=0
visible=false mode=fullscreen translucent=true sz=0}
12-30 17:01:27.739 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:27.740 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:27.744 1291 3879 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
12-30 17:01:27.756 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.756 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.756 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.756 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.756 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.759 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.759 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.759 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.759 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.759 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.759 1291 3883 D _V_WindowManager: finishDrawingWindow:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
mDrawState=HAS_DRAWN
12-30 17:01:27.759 1291 3883 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@207e78c mSyncState=0
12-30 17:01:27.760 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.760 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.760 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.760 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.760 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{bdf39d4 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-30 17:01:27.817 1291 3734 I WindowManager: Relayout
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=118, requestedHeight=146, attrs.width=118, attrs.height=146,
compatFrame = Rect(9882, 241 - 10000, 387), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:27.836 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:01:27.838 1291 3219 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:27.840 1291 3219 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:27.844 1291 3219 I WindowManager: Relayout
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1521, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1521), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
12-30 17:01:27.846 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:27.846 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:27.846 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:27.846 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:27.846 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:27.919 1291 3219 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@ce34cb7 ,windowToken
=android.os.BinderProxy@409d34f ,isPassword=false ,mIsSecImms=false
12-30 17:01:27.919 1291 3219 D _V_InputMethodManagerService: Check pwd = false
12-30 17:01:27.920 1291 3219 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@e2c7af3 inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@ab19c24
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_RESIZE windowFlags=#1010100 unverifiedTargetSdkVersion=34
12-30 17:01:27.920 1291 3219 V InputMethodManagerService: Unspecified window will
hide input
12-30 17:01:27.920 1291 3219 V InputMethodManagerService:
unbindCurrentInputLocked: client=android.os.BinderProxy@25a210d
12-30 17:01:27.920 1291 3219 D _V_SecInputMethodManagerService:
setClientToNullLocked-- set mCurClient to null
12-30 17:01:27.920 1291 3219 V InputMethodMenuController: Hide switching menu
12-30 17:01:27.921 1291 3219 V InputMethodManagerService: switching to client:
client=android.os.BinderProxy@e2c7af3 keyguard=false
12-30 17:01:27.921 1291 3219 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{30aa38d uid=10185 pid=4525 displayId=0}
12-30 17:01:27.921 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:01:27.921 1291 3219 V InputMethodManagerService: Creating new session
for client ClientState{30aa38d uid=10185 pid=4525 displayId=0}
12-30 17:01:27.925 1291 3219 D _V_InputMethodManagerService: onSessionCreated
method=com.android.internal.view.IInputMethod$Stub$Proxy@1b66b ,session=com.android
.internal.view.IInputMethodSession$Stub$Proxy@56ac942 ,channel=ClientState{30aa38d
uid=10185 pid=4525 displayId=0}
(server) ,mIsSecImms=false ,sessionState=SessionState{uid 10185 pid 4525 method
1b66b session 56ac942 channel ClientState{30aa38d uid=10185 pid=4525 displayId=0}
(server)} ,mCurClient=ClientState{30aa38d uid=10185 pid=4525 displayId=0}
12-30 17:01:27.927 1291 3219 V InputMethodManagerService: Disabling:
SessionState{uid 10188 pid 4733 method 1b66b session 2b0e82c channel
ClientState{dd8027e uid=10188 pid=4733 displayId=0} (server)}
12-30 17:01:27.927 1291 3219 V InputMethodManagerService: Enabling:
SessionState{uid 10185 pid 4525 method 1b66b session 56ac942 channel
ClientState{30aa38d uid=10185 pid=4525 displayId=0} (server)}
12-30 17:01:27.928 1291 3734 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateControlForTarget Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:27.930 1291 1414 V InputMethodMenuController: Hide switching menu
12-30 17:01:27.931 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:27.932 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10185, timeNow=134970
12-30 17:01:27.932 1291 1510 D DeviceIdleController: Time to remove uid 10185:
163896
12-30 17:01:27.932 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10185, delay=28926
12-30 17:01:27.941 1291 3734 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10185 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:01:27.942 1291 3734 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
12-30 17:01:27.955 1291 1667 I _V_Sensor_ProxStateController: handleAppChange
topName = com.facebook.lite topWindowMode = 1 appType = 0 mAppScene = 3
12-30 17:01:27.989 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:27.993 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.022 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.024 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.026 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.029 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.033 1291 1291 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
12-30 17:01:28.034 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 1000; state: ENABLED
12-30 17:01:28.034 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 1000; state: DISABLED
12-30 17:01:28.063 1291 1917 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10047 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
1755com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:01:28.064 1291 1917 W InputMethodManagerService: Ignoring hideSoftInput
of uid 10047: com.android.internal.view.IInputMethodClient$Stub$Proxy@e1e67a8
12-30 17:01:28.086 1291 1414 D _V_BarAnimController: reset
12-30 17:01:28.086 1291 1414 D _V_BarAnimController: resetRealBars
12-30 17:01:28.086 1291 1414 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
12-30 17:01:28.087 1291 1414 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
12-30 17:01:28.087 1291 1414 D _V_BarAnimController: updateGestureRotation cancel
12-30 17:01:28.088 1291 1414 D _V_BarAnimController: resetFakeBars
12-30 17:01:28.088 1291 1414 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
12-30 17:01:28.088 1291 1414 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
12-30 17:01:28.088 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.090 1291 1415 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:fdc9f1a u0 NavigationBar0}, shouldSendRedrawForSync() =
false
12-30 17:01:28.096 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.127 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.131 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.142 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.236 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:28.237 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:28.237 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.390 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:28.391 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:28.394 1291 3219 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:28.410 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:28.411 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:28.416 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 10188, arg4: 0, name: com.facebook.lite
12-30 17:01:28.445 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:28.446 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:28.597 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.800 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.849 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.942 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.944 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.971 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:28.979 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:29.000 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:29.001 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:29.002 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:29.014 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:29.015 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:29.152 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:29.156 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:29.182 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:29.188 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:29.188 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:29.189 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:29.197 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:29.198 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:29.206 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:29.209 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:29.211 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:29.211 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:29.279 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:29.366 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 10185, arg4: 0, name: com.facebook.orca
12-30 17:01:29.614 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:29.655 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:29.926 1291 3879 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:01:30.001 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:30.110 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:30.122 1291 1412 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: true
12-30 17:01:30.123 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10151, delay=20000
12-30 17:01:30.123 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10151, 10185]
12-30 17:01:30.124 1291 3879 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.nbu.files
12-30 17:01:30.125 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10151; state: ENABLED
12-30 17:01:30.127 1291 3879 I ActivityManager: Killing
5696:com.android.deskclock/u0a74 (adj 975): empty #17
12-30 17:01:30.131 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10151, 10185]
12-30 17:01:30.133 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:30.142 1291 1436 I ActivityManager: Start proc
6536:com.google.android.apps.nbu.files/u0a151 for broadcast
{com.google.android.apps.nbu.files/com.google.android.apps.nbu.files.gateway.pdf.En
ablePdfPreviewActivityReceiver_Receiver}
12-30 17:01:30.143 1291 6537 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:30.181 1291 3879 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:30.204 1291 3879 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:30.206 1291 3879 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:30.208 1291 3879 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:30.225 1291 3879 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10151; state: DISABLED
12-30 17:01:30.253 1291 3879 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:30.286 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:30.286 1291 3219 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.orca uid 10185, isRmsPreload = false, keepQuiet =false
12-30 17:01:30.291 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:30.379 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:30.380 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:30.381 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:30.393 1291 3219 D JobServiceContext: doCallback of :
JobStatus{9c6da08 #u0a185/-1199678986
com.facebook.orca/com.facebook.conditionalworker.ConditionalWorkerService u=0
s=10185 TIME=none:-109ms READY} v:VERB_EXECUTING
12-30 17:01:30.394 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:30.395 1291 3879 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:30.400 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:30.567 1291 3879 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:30.611 1291 3879 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:30.660 1291 3879 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:30.688 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:30.700 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.nbu.files
className:com.google.android.apps.nbu.files.gateway.pdf.PdfPreviewIntentGatewayHand
ler newState:1 userId:0 callingPackage:null callingUid:10151 callingPid:6536
12-30 17:01:30.747 1291 1412 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
12-30 17:01:30.760 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:30.761 1291 1412 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
12-30 17:01:30.773 1291 1412 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
12-30 17:01:30.846 1291 3734 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@7563b47 ,windowToken
=android.os.BinderProxy@409d34f ,isPassword=false ,mIsSecImms=false
12-30 17:01:30.846 1291 3734 D _V_InputMethodManagerService: Check pwd = false
12-30 17:01:30.846 1291 3734 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=CHECK_FOCUS
client=android.os.BinderProxy@e2c7af3
inputContext=com.android.internal.view.IInputContext$Stub$Proxy@5b10f74
missingMethods= attribute=android.view.inputmethod.EditorInfo@6d11c9d
startInputFlags=VIEW_HAS_FOCUS|IS_TEXT_EDITOR|INITIAL_CONNECTION
softInputMode=STATE_UNSPECIFIED|ADJUST_RESIZE windowFlags=#1010100
unverifiedTargetSdkVersion=34
12-30 17:01:30.847 1291 3734 W InputMethodManagerService: Window already focused,
ignoring focus gain of:
com.android.internal.view.IInputMethodClient$Stub$Proxy@7563b47
attribute=android.view.inputmethod.EditorInfo@6d11c9d, token =
android.os.BinderProxy@409d34f, startInputReason=CHECK_FOCUS
12-30 17:01:30.847 1291 3734 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{30aa38d uid=10185 pid=4525 displayId=0}
12-30 17:01:30.847 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:01:30.852 1291 3879 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10185 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4525com.android.server.inputmethod.InputMethodManagerService.showSoftInput(InputMet
hodManagerService.java:3352)
12-30 17:01:30.853 1291 3879 V InputMethodManagerService: Client requesting input
be shown
12-30 17:01:30.853 1291 3879 D InputMethodManagerService: showCurrentInputLocked:
mCurToken=android.os.Binder@44af7d2
12-30 17:01:30.853 1291 3879 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@1b66b.showSoftInput(android.os.Bi
nder@3144e3, 1, null) for reason: SHOW_SOFT_INPUT
12-30 17:01:30.854 1291 3879 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 17:01:30.854 1291 3879 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:input_method_state value:1 pkg:android userId:0
12-30 17:01:30.855 1291 3879 D _V_InputMethodManagerService:
bindCurrentInputMethodServiceLocked service= Intent { act=android.view.InputMethod
cmp=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
(has extras) }, conn =
com.android.server.inputmethod.InputMethodManagerService$1@89eac0 ,flags=738725889
,mIsSecImms=false
12-30 17:01:30.855 1291 3879 I _V_VivoRatioControllerUtilsImpl:
setCurrentInputMethod, component =
ComponentInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME}
12-30 17:01:30.856 1291 3879 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.inputmethod.latin uid 10119, isRmsPreload = false,
keepQuiet =false
12-30 17:01:30.856 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/input_method_state
12-30 17:01:30.857 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 25 state = 1
12-30 17:01:30.865 1291 1412 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
12-30 17:01:30.869 1291 3883 D InputMethodManagerService: hide the small icon for
the input method
12-30 17:01:30.893 1291 1412 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
12-30 17:01:30.910 1291 3219 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:01:30.914 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} isClosing:false
mImeRequester:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
controlTarget:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:30.914 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} isClosing:false
mImeRequester:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
controlTarget:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:30.916 1291 1415 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1409
,topActivity=ComponentInfo{com.facebook.lite/com.facebook.lite.MainActivity} ,resiz
eMode=1 ,topActivityType=1 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-30 17:01:30.920 1291 1412 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
12-30 17:01:30.928 1291 1917 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10185 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4525com.android.server.inputmethod.InputMethodManagerService.showSoftInput(InputMet
hodManagerService.java:3352)
12-30 17:01:30.928 1291 1917 V InputMethodManagerService: Client requesting input
be shown
12-30 17:01:30.928 1291 1917 D InputMethodManagerService: showCurrentInputLocked:
mCurToken=android.os.Binder@44af7d2
12-30 17:01:30.928 1291 1917 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@1b66b.showSoftInput(android.os.Bi
nder@c884255, 1, null) for reason: SHOW_SOFT_INPUT
12-30 17:01:30.932 1291 2088 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}: oldVis=0,
newVis=0, requestedWidth=720, requestedHeight=1540, attrs.width=-1, attrs.height=-
1, compatFrame = Rect(0, 60 - 720, 1600), mAttrs.privateFlags = 12000000,
mInvGlobalScale = 1.0
12-30 17:01:30.935 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10185
model:audio state:on count= 1 app:com.facebook.orca
12-30 17:01:30.944 1291 3883 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateVisibility true
12-30 17:01:30.945 1291 3883 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=true} } from Window{com.facebook.orca:aff47e5
u0 com.facebook.orca}
12-30 17:01:30.947 1291 3883 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget null
12-30 17:01:30.950 1291 3883 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
12-30 17:01:30.953 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:30.953 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:30.953 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:30.954 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:30.954 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:30.954 1291 1917 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 17:01:30.955 1291 1917 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:input_method_state value:1 pkg:android userId:0
12-30 17:01:30.957 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/input_method_state
12-30 17:01:30.958 1291 1414 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
12-30 17:01:30.960 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 25 state = 1
12-30 17:01:30.961 1291 3219 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:01:30.962 1291 1414 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=true} }
12-30 17:01:30.989 1291 3883 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #1980} whose proc state 2 is better
than process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(105 skipped)
12-30 17:01:30.994 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:30.994 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:30.994 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:30.994 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:30.994 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:30.996 1291 3734 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:01:30.996 1291 1917 D _V_WindowManager: finishDrawingWindow:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
mDrawState=HAS_DRAWN
12-30 17:01:30.996 1291 1917 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@d713da4 mSyncState=0
12-30 17:01:31.001 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} isClosing:false
mImeRequester:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
controlTarget:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:31.001 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} isClosing:false
mImeRequester:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
controlTarget:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:31.022 1291 3219 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10185 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:01:31.033 1291 3219 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10185 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:01:31.033 1291 3219 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:01:31.048 1291 3865 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6536 callingUid:10151
12-30 17:01:31.080 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:31.121 1291 1412 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
12-30 17:01:31.201 1291 1917 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.nbu.files uid 10151, isRmsPreload = false,
keepQuiet =false
12-30 17:01:31.208 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:31.209 1291 1412 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
12-30 17:01:31.214 1291 1412 D DeviceIdleController: Adding AppId 10159 to temp
whitelist. New entry: true
12-30 17:01:31.214 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10159, delay=20000
12-30 17:01:31.214 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10151, 10159, 10185]
12-30 17:01:31.216 1291 1917 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.photosgo
12-30 17:01:31.216 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10159; state: DISABLED
12-30 17:01:31.216 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10159; state: ENABLED
12-30 17:01:31.219 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10151, 10159, 10185]
12-30 17:01:31.219 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:31.221 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:31.232 1291 3219 I ActivityManager: Killing
5782:com.android.dynsystem/1000 (adj 975): empty #17
12-30 17:01:31.242 1291 1436 I ActivityManager: Start proc
6636:com.google.android.apps.photosgo/u0a159 for broadcast
{com.google.android.apps.photosgo/androidx.work.impl.background.systemalarm.Resched
uleReceiver}
12-30 17:01:31.297 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:31.299 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:31.301 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:31.304 1291 6650 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:31.315 1291 6652 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:31.319 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10159; state: DISABLED
12-30 17:01:31.327 1291 6656 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:31.328 1291 3219 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=50788, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.gcm.GcmInternalReceiver,
com.google.android.location.drivingmode.DrivingModeSettingsActivity,
com.google.android.gms.backup.component.BackupOptInActivity,
com.google.android.gms.tapandpay.hce.service.TpHceService,
com.google.android.gms.auth.managed.ui.SetNewPasswordActivity,
com.google.android.gms.nearby.bootstrap.service.NearbyBootstrapService,
com.google.android.gms.checkin.CheckinServiceLegacyGcmTriggerReceiver,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.findmydevice.spot.locationreporting.taptoid.TapToIdHalfSheet
Activity, com.google.android.gms.nearby.sharing.ShareSheetActivityV2,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.nearby.sharing.BottomSheetHunActivity,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.kids.settings.GetSupervisionAppActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
ttings,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.plus.service.PlusService,
com.google.android.gms.nearby.sharing.settings.SettingsActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.pay.main.PayOptionalActivity,
com.google.android.location.settings.ArwEAlertSettingsActivity,
com.google.android.location.service.ArwEAlertSettingInjectorService,
com.google.android.gms.auth.uiflows.addaccount.GoogleServicesActivity,
com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity,
com.google.android.gms.nearby.sharing.send.SendActivityAlias,
com.google.android.gms.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias,
com.google.android.gms.pay.gcmtask.PayGcmTaskService,
com.google.android.location.drivingmode.AutoLaunchService,
com.google.android.gms.pay.main.PayImplicitIntentActivity,
com.google.android.gms.pay.hce.service.PayHceService,
com.google.android.gms.ocr.GiftCardOcrActivity,
com.google.android.gms.auth.managed.admin.DeviceAdminReceiver,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias,
com.google.android.gms.trus
12-30 17:01:31.328 1291 3219 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.presencemanager.service.START
pkg=com.google.android.gms } U=0: not found
12-30 17:01:31.329 1291 1917 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@690e9b1
12-30 17:01:31.336 1291 6658 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:31.336 1291 3734 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=50788, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.gcm.GcmInternalReceiver,
com.google.android.location.drivingmode.DrivingModeSettingsActivity,
com.google.android.gms.backup.component.BackupOptInActivity,
com.google.android.gms.tapandpay.hce.service.TpHceService,
com.google.android.gms.auth.managed.ui.SetNewPasswordActivity,
com.google.android.gms.nearby.bootstrap.service.NearbyBootstrapService,
com.google.android.gms.checkin.CheckinServiceLegacyGcmTriggerReceiver,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.findmydevice.spot.locationreporting.taptoid.TapToIdHalfSheet
Activity, com.google.android.gms.nearby.sharing.ShareSheetActivityV2,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.nearby.sharing.BottomSheetHunActivity,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.kids.settings.GetSupervisionAppActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
ttings,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.plus.service.PlusService,
com.google.android.gms.nearby.sharing.settings.SettingsActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.pay.main.PayOptionalActivity,
com.google.android.location.settings.ArwEAlertSettingsActivity,
com.google.android.location.service.ArwEAlertSettingInjectorService,
com.google.android.gms.auth.uiflows.addaccount.GoogleServicesActivity,
com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity,
com.google.android.gms.nearby.sharing.send.SendActivityAlias,
com.google.android.gms.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias,
com.google.android.gms.pay.gcmtask.PayGcmTaskService,
com.google.android.location.drivingmode.AutoLaunchService,
com.google.android.gms.pay.main.PayImplicitIntentActivity,
com.google.android.gms.pay.hce.service.PayHceService,
com.google.android.gms.ocr.GiftCardOcrActivity,
com.google.android.gms.auth.managed.admin.DeviceAdminReceiver,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias,
com.google.android.gms.trus
12-30 17:01:31.336 1291 3734 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.presencemanager.service.INTERNAL_IDENTITY
pkg=com.google.android.gms } U=0: not found
12-30 17:01:31.337 1291 3734 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@2cd9e96
12-30 17:01:31.348 1291 6660 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:31.380 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:31.387 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:31.473 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:31.572 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:31.604 1291 3219 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.inputmethod.latin uid 10119, isRmsPreload = false,
keepQuiet =false
12-30 17:01:31.614 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.photosgo
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10159 callingPid:6636
12-30 17:01:31.633 1291 3734 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:31.692 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:31.701 1291 3865 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6636 callingUid:10159
12-30 17:01:31.744 1291 1412 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: true
12-30 17:01:31.744 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10153, delay=20000
12-30 17:01:31.744 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10151, 10153, 10159, 10185]
12-30 17:01:31.747 1291 3865 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.searchlite
12-30 17:01:31.747 1291 3865 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10153; state: DISABLED
12-30 17:01:31.748 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10153; state: ENABLED
12-30 17:01:31.751 1291 3865 I ActivityManager: Killing
5826:com.android.dynsystem:dynsystem/1000 (adj 975): empty #17
12-30 17:01:31.757 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10151, 10153, 10159, 10185]
12-30 17:01:31.758 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:31.769 1291 1436 I ActivityManager: Start proc
6675:com.google.android.apps.searchlite/u0a153 for broadcast
{com.google.android.apps.searchlite/com.google.apps.tiktok.account.data.incognito.I
ncognitoStartupReceiver_Receiver}
12-30 17:01:31.828 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:31.833 1291 3865 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:31.835 1291 3865 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:31.837 1291 3865 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:31.855 1291 3865 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10153; state: DISABLED
12-30 17:01:31.980 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:31.982 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:32.133 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:32.302 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:32.465 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:32.490 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:32.506 1291 1412 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: false
12-30 17:01:32.512 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:32.555 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:32.582 1291 3883 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6675 callingUid:10153
12-30 17:01:32.584 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:32.591 1291 1412 D DeviceIdleController: Adding AppId 10149 to temp
whitelist. New entry: true
12-30 17:01:32.591 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10149, delay=20000
12-30 17:01:32.591 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10149, 10151, 10153, 10159, 10185]
12-30 17:01:32.593 1291 2088 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.setupwizard.searchselector
12-30 17:01:32.594 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10149; state: DISABLED
12-30 17:01:32.596 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10149; state: DISABLED
12-30 17:01:32.596 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10149; state: DISABLED
12-30 17:01:32.597 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10149; state: ENABLED
12-30 17:01:32.598 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10149; state: ENABLED
12-30 17:01:32.600 1291 2088 I ActivityManager: Killing
5861:com.android.managedprovisioning/u0a50 (adj 975): empty #17
12-30 17:01:32.607 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10149, 10151, 10153, 10159, 10185]
12-30 17:01:32.608 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:32.622 1291 1436 I ActivityManager: Start proc
6717:com.google.android.apps.setupwizard.searchselector/u0a149 for broadcast
{com.google.android.apps.setupwizard.searchselector/com.google.android.apps.setupwi
zard.searchselector.notification.NotificationShowUpReceiver}
12-30 17:01:32.625 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:32.671 1291 3734 I ActivityManager: Killing
4447:com.android.settings:SettingsExProvider/1000 (adj 985): empty #17
12-30 17:01:32.734 1291 3883 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:32.735 1291 6735 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:32.736 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:32.738 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:32.784 1291 3883 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10149; state: DISABLED
12-30 17:01:32.794 1291 3883 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:32.811 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:32.930 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:32.989 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:32.997 1291 1412 D DeviceIdleController: Adding AppId 10165 to temp
whitelist. New entry: true
12-30 17:01:32.997 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10165, delay=20000
12-30 17:01:32.997 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10149, 10151, 10153, 10159, 10165, 10185]
12-30 17:01:32.999 1291 3883 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.tachyon
12-30 17:01:32.999 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10165; state: ENABLED
12-30 17:01:33.002 1291 3883 I ActivityManager: Killing
3337:com.android.mms:smartsms/u0a55 (adj 975): empty #17
12-30 17:01:33.006 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10149, 10151, 10153, 10159, 10165, 10185]
12-30 17:01:33.007 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:33.014 1291 1436 I ActivityManager: Start proc
6746:com.google.android.apps.tachyon/u0a165 for broadcast
{com.google.android.apps.tachyon/com.google.android.apps.tachyon.common.applifecycl
e.BootReceiver}
12-30 17:01:33.052 1291 3214 W ActivityManager: Scheduling restart of crashed
service com.android.mms/com.vivo.mms.common.servicemanager.ipc.SmartSmsApiService
in 1000ms for connection
12-30 17:01:33.080 1291 3865 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:33.082 1291 3865 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:33.084 1291 3865 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:33.095 1291 6763 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:33.097 1291 6764 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:33.100 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:33.104 1291 3865 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10165; state: DISABLED
12-30 17:01:33.110 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:33.123 1291 3865 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:33.136 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10185
model:audio state:off count= 1 app:com.facebook.orca
12-30 17:01:33.217 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:33.354 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:33.540 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:33.663 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:33.710 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:33.819 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:33.828 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:33.922 1291 3879 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:33.929 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:33.992 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:34.002 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:34.031 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:34.032 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:34.059 1291 1435 W _V_VivoAmsImpl: mCallingPidFilter=-1,
mCallingUidFilter=-1
12-30 17:01:34.060 1291 1435 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.mms
12-30 17:01:34.060 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10055; state: DISABLED
12-30 17:01:34.061 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10055; state: ENABLED
12-30 17:01:34.078 1291 1436 I ActivityManager: Start proc
6815:com.android.mms:smartsms/u0a55 for service
{com.android.mms/com.vivo.mms.common.servicemanager.ipc.SmartSmsApiService}
12-30 17:01:34.134 1291 2088 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:34.135 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:34.149 1291 2088 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:34.152 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:34.155 1291 3214 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:34.213 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:01:34.386 1291 3879 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:34.405 1291 3879 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:34.411 1291 3879 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:34.421 1291 3865 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:34.814 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:34.954 1291 3879 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:35.005 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:35.093 1291 3865 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:35.197 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:35.202 1291 3865 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:35.747 1291 3865 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:35.997 1291 1412 D DeviceIdleController: Adding AppId 10165 to temp
whitelist. New entry: false
12-30 17:01:36.047 1291 3865 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:36.144 1291 3879 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6746 callingUid:10165
12-30 17:01:36.230 1291 1412 D DeviceIdleController: Adding AppId 10152 to temp
whitelist. New entry: true
12-30 17:01:36.230 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10152, delay=20000
12-30 17:01:36.230 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10149, 10151, 10152, 10153, 10159, 10165, 10185]
12-30 17:01:36.236 1291 3879 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.wellbeing
12-30 17:01:36.237 1291 3879 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10152; state: DISABLED
12-30 17:01:36.238 1291 3879 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10152; state: DISABLED
12-30 17:01:36.238 1291 3879 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10152; state: DISABLED
12-30 17:01:36.239 1291 3879 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10152; state: ENABLED
12-30 17:01:36.240 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10152; state: ENABLED
12-30 17:01:36.255 1291 3879 I ActivityManager: Killing
5192:com.android.mms/u0a55 (adj 935): empty #17
12-30 17:01:36.262 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10149, 10151, 10152, 10153, 10159, 10165, 10185]
12-30 17:01:36.263 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:36.272 1291 1436 I ActivityManager: Start proc
6847:com.google.android.apps.wellbeing/u0a152 for broadcast
{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.common.receive
r.coalescedreceivers.BootCompletedCoalescedBroadcast_Receiver}
12-30 17:01:36.337 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:36.339 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:36.340 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:36.729 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:36.757 1291 3881 I _V_VivoCommonService: get info binder pid is :2798
12-30 17:01:36.758 1291 3881 I _V_VivoCommonService: get info binder pid is :2798
12-30 17:01:36.823 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:36.841 1291 6879 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:36.897 1291 3219 I _V_VivoCommonService: get info binder pid is :2798
12-30 17:01:36.941 1291 3219 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6847 callingUid:10152
12-30 17:01:36.956 1291 3219 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 17:01:36.963 1291 3883 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:36.964 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:36.975 1291 3881 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 17:01:36.979 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:36.986 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:36.990 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:36.999 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.000 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:37.008 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.013 1291 3881 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 17:01:37.020 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.025 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:37.032 1291 1412 D DeviceIdleController: Adding AppId 10152 to temp
whitelist. New entry: false
12-30 17:01:37.038 1291 1412 D DeviceIdleController: Adding AppId 10161 to temp
whitelist. New entry: true
12-30 17:01:37.038 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10161, delay=20000
12-30 17:01:37.038 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10149, 10151, 10152, 10153, 10159, 10161, 10165, 10185]
12-30 17:01:37.039 1291 3881 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.youtube.music
12-30 17:01:37.040 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10161; state: ENABLED
12-30 17:01:37.044 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10149, 10151, 10152, 10153, 10159, 10161, 10165, 10185]
12-30 17:01:37.044 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:37.051 1291 3881 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:37.062 1291 1436 I ActivityManager: Start proc
6893:com.google.android.apps.youtube.music/u0a161 for broadcast
{com.google.android.apps.youtube.music/androidx.work.impl.background.systemalarm.Re
scheduleReceiver}
12-30 17:01:37.096 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.108 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.121 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:37.122 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:37.124 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:37.147 1291 3881 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10161; state: DISABLED
12-30 17:01:37.173 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.177 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.197 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.203 1291 3219 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.sleepinsights.ui.SleepInsightsDailyView
GatewayActivity newState:1 userId:0 callingPackage:null callingUid:10152
callingPid:6847
12-30 17:01:37.221 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:37.238 1291 3219 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=50788, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.gcm.GcmInternalReceiver,
com.google.android.location.drivingmode.DrivingModeSettingsActivity,
com.google.android.gms.backup.component.BackupOptInActivity,
com.google.android.gms.tapandpay.hce.service.TpHceService,
com.google.android.gms.auth.managed.ui.SetNewPasswordActivity,
com.google.android.gms.nearby.bootstrap.service.NearbyBootstrapService,
com.google.android.gms.checkin.CheckinServiceLegacyGcmTriggerReceiver,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.findmydevice.spot.locationreporting.taptoid.TapToIdHalfSheet
Activity, com.google.android.gms.nearby.sharing.ShareSheetActivityV2,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.nearby.sharing.BottomSheetHunActivity,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.kids.settings.GetSupervisionAppActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
ttings,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.plus.service.PlusService,
com.google.android.gms.nearby.sharing.settings.SettingsActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.pay.main.PayOptionalActivity,
com.google.android.location.settings.ArwEAlertSettingsActivity,
com.google.android.location.service.ArwEAlertSettingInjectorService,
com.google.android.gms.auth.uiflows.addaccount.GoogleServicesActivity,
com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity,
com.google.android.gms.nearby.sharing.send.SendActivityAlias,
com.google.android.gms.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias,
com.google.android.gms.pay.gcmtask.PayGcmTaskService,
com.google.android.location.drivingmode.AutoLaunchService,
com.google.android.gms.pay.main.PayImplicitIntentActivity,
com.google.android.gms.pay.hce.service.PayHceService,
com.google.android.gms.ocr.GiftCardOcrActivity,
com.google.android.gms.auth.managed.admin.DeviceAdminReceiver,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias,
com.google.android.gms.trus
12-30 17:01:37.238 1291 3219 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.icing.APP_INDEXING_SERVICE
pkg=com.google.android.gms } U=0: not found
12-30 17:01:37.240 1291 3219 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@90291f1
12-30 17:01:37.289 1291 3219 W _V_ContentProviderHelper: Failed to find
provider:com.google.android.deskclock.provider for user 0
12-30 17:01:37.301 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.328 1291 3219 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.winddown.ui.WindDownDarkThemeSettings
newState:2 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:37.348 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:37.360 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:37.416 1291 1918 W PackageManager: Cannot suspend package
"com.android.vending": required for package verification
12-30 17:01:37.417 1291 1918 W PackageManager: Cannot suspend the platform
package: android
12-30 17:01:37.418 1291 1918 W PackageManager: Cannot suspend package
"com.android.launcher3": contains the active launcher
12-30 17:01:37.419 1291 1918 W PackageManager: Cannot suspend package
"com.google.android.permissioncontroller": required for permissions management
12-30 17:01:37.420 1291 1918 W PackageManager: Cannot suspend package
"com.android.dialer": is the default dialer
12-30 17:01:37.420 1291 1918 W PackageManager: Cannot suspend package
"com.google.android.packageinstaller": required for package installation
12-30 17:01:37.446 1291 3734 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10156; state: ENABLED
12-30 17:01:37.500 1291 1918 D IntervalStats: Unable to parse usage stats
packages: [258, 305]
12-30 17:01:37.507 1291 1918 D IntervalStats: Unable to parse event packages:
[258, 305]
12-30 17:01:37.510 1291 1414 D ColorDisplayService: Setting saturation level: 100
12-30 17:01:37.511 1291 1414 D _V_ColorDisplayService: applyTint level=150, from:
R=1.0 G=1.0 B=1.0
12-30 17:01:37.511 1291 1414 D _V_ColorDisplayService: applyTint level=150, to:
R=1.0 G=1.0 B=1.0
12-30 17:01:37.520 1291 1918 D IntervalStats: Unable to parse usage stats
packages: [258]
12-30 17:01:37.528 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.541 1291 3734 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.chrome uid 10169, isRmsPreload = false, keepQuiet =false
12-30 17:01:37.541 1291 3734 W _V_VivoAmsImpl: mCallingPidFilter=6847,
mCallingUidFilter=10152
12-30 17:01:37.545 1291 3734 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.chrome
12-30 17:01:37.545 1291 3734 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10169; state: DISABLED
12-30 17:01:37.546 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10169; state: ENABLED
12-30 17:01:37.546 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.549 1291 3883 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 17:01:37.557 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.561 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.567 1291 1436 I ActivityManager: Start proc
6928:com.android.chrome/u0a169 for service
{com.android.chrome/org.chromium.chrome.browser.usage_stats.UsageStatsBrowserServic
eProvider}
12-30 17:01:37.569 1291 3219 D IntervalStats: Unable to parse usage stats
packages: [258]
12-30 17:01:37.591 1291 3881 D IntervalStats: Unable to parse usage stats
packages: [258]
12-30 17:01:37.601 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.603 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.612 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.614 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.614 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.622 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.625 1291 3219 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 17:01:37.627 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.629 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:37.642 1291 3734 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:37.644 1291 1742 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:37.647 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.648 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.winddown.ui.WindDownDarkThemeSettings
newState:2 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:37.648 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:37.652 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.quicksettings.FocusModeTileSe
rvice newState:1 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:37.653 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.ui.FocusModeSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:37.657 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.quicksettings.FocusModeTileSe
rvice newState:1 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:37.669 1291 3881 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10169; state: DISABLED
12-30 17:01:37.669 1291 2105 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.ui.FocusModeSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:37.692 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.quicksettings.FocusModeTileSe
rvice newState:1 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:37.693 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.ui.FocusModeSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:37.701 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.715 1291 1742 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 17:01:37.719 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.728 1291 1918 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.quicksettings.FocusModeTileSe
rvice newState:1 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:37.729 1291 1918 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.ui.FocusModeSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:37.744 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.755 1291 3881 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 17:01:37.758 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:37.759 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.762 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.766 1291 3881 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6536 callingUid:10151
12-30 17:01:37.792 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.793 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.801 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.827 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.839 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.842 1291 2105 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.autodnd.ui.AutoDndGesturesSettingsActiv
ity newState:2 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:37.843 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:37.850 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.865 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:37.902 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:37.907 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:37.916 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:37.920 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:37.924 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:37.970 1291 3881 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:37.976 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:37.979 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:38.004 1291 6987 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:38.014 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:38.072 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
null (pid=-1, uid=-1) requires
com.google.android.apps.youtube.music.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION due
to registered receiver BroadcastFilter{91221e7 10161/u0 ReceiverList{7ad13a6 6893
com.google.android.apps.youtube.music/10161/u0 remote:bbfc901}}
12-30 17:01:38.117 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:38.118 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:38.125 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:38.134 1291 2105 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:38.144 1291 2105 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:38.171 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:38.178 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:38.214 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:38.276 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:38.324 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:38.342 1291 1742 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6893 callingUid:10161
12-30 17:01:38.395 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:38.404 1291 3881 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.youtube.music uid 10161, isRmsPreload = false,
keepQuiet =false
12-30 17:01:38.411 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:38.426 1291 1742 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.youtube.music uid 10161, isRmsPreload = false,
keepQuiet =false
12-30 17:01:38.431 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:38.473 1291 1412 D DeviceIdleController: Adding AppId 10163 to temp
whitelist. New entry: true
12-30 17:01:38.473 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10163, delay=20000
12-30 17:01:38.474 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10149, 10151, 10152, 10153, 10159, 10161, 10163, 10165, 10185]
12-30 17:01:38.476 1291 3881 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.calendar
12-30 17:01:38.477 1291 3881 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10163; state: DISABLED
12-30 17:01:38.478 1291 3881 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10163; state: DISABLED
12-30 17:01:38.478 1291 3881 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10163; state: ENABLED
12-30 17:01:38.478 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10163; state: ENABLED
12-30 17:01:38.487 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10149, 10151, 10152, 10153, 10159, 10161, 10163, 10165, 10185]
12-30 17:01:38.488 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:38.500 1291 1436 I ActivityManager: Start proc
7045:com.google.android.calendar/u0a163 for broadcast
{com.google.android.calendar/com.google.android.apps.calendar.sync.SyncOnUnlockRece
iver}
12-30 17:01:38.513 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:38.530 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:38.558 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:38.562 1291 3879 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:38.566 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:38.574 1291 3879 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:38.576 1291 3879 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:38.611 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:38.612 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:38.615 1291 3879 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10163; state: DISABLED
12-30 17:01:38.626 1291 3881 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:38.651 1291 1918 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:38.693 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:38.697 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:38.706 1291 1918 I ActivityManager: Killing
5750:com.facebook.system/u0a34 (adj 975): empty #17
12-30 17:01:38.759 1291 2105 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:38.790 1291 2105 W _V_PackageManager: setEnabledSetting
packageName:com.android.chrome
className:org.chromium.chrome.browser.quickactionsearchwidget.QuickActionSearchWidg
etProvider$QuickActionSearchWidgetProviderSearch newState:1 userId:0
callingPackage:null callingUid:10169 callingPid:6928
12-30 17:01:38.790 1291 1918 W _V_PackageManager: setEnabledSetting
packageName:com.android.chrome
className:org.chromium.chrome.browser.quickactionsearchwidget.QuickActionSearchWidg
etProvider$QuickActionSearchWidgetProviderDino newState:1 userId:0
callingPackage:null callingUid:10169 callingPid:6928
12-30 17:01:38.794 1291 7105 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:38.797 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~SdyQ3db4-RYtMhW3TEcE6A==/com.google.android.apps.youtube.music-
Qa0y3hfgCR90_J9iL5jZpg==/base.apk
12-30 17:01:38.807 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:38.811 1291 2105 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6636 callingUid:10159
12-30 17:01:38.818 1291 7106 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:38.827 1291 7107 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:38.827 1291 7108 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:38.828 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:38.838 1291 7110 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:38.867 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:38.876 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:38.903 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:38.916 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:39.026 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 183164979; UID 10161; state: ENABLED
12-30 17:01:39.052 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:39.054 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:39.056 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:39.272 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:39.289 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:39.322 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:39.417 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:39.434 1291 1742 D CompatibilityChangeReporter: Compat change id
reported: 143231523; UID 10163; state: DISABLED
12-30 17:01:39.435 1291 2105 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.youtube.music
className:androidx.media.session.MediaButtonReceiver newState:1 userId:0
callingPackage:null callingUid:10161 callingPid:6893
12-30 17:01:39.462 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:39.474 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:39.482 1291 1742 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@fcbdf34 ,windowToken
=android.os.BinderProxy@409d34f ,isPassword=false ,mIsSecImms=false
12-30 17:01:39.482 1291 1742 D _V_InputMethodManagerService: Check pwd = false
12-30 17:01:39.482 1291 1742 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=APP_CALLED_RESTART_INPUT_API
client=android.os.BinderProxy@e2c7af3
inputContext=com.android.internal.view.IInputContext$Stub$Proxy@e08115d
missingMethods= attribute=android.view.inputmethod.EditorInfo@9a7ead2
startInputFlags=VIEW_HAS_FOCUS|IS_TEXT_EDITOR softInputMode=STATE_UNSPECIFIED|
ADJUST_RESIZE windowFlags=#1010100 unverifiedTargetSdkVersion=34
12-30 17:01:39.483 1291 1742 W InputMethodManagerService: Window already focused,
ignoring focus gain of:
com.android.internal.view.IInputMethodClient$Stub$Proxy@fcbdf34
attribute=android.view.inputmethod.EditorInfo@9a7ead2, token =
android.os.BinderProxy@409d34f, startInputReason=APP_CALLED_RESTART_INPUT_API
12-30 17:01:39.484 1291 1742 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{30aa38d uid=10185 pid=4525 displayId=0}
12-30 17:01:39.484 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:01:39.485 1291 1742 V InputMethodManagerService: Attach new input asks
to show input
12-30 17:01:39.487 1291 1742 D InputMethodManagerService: showCurrentInputLocked:
mCurToken=android.os.Binder@44af7d2
12-30 17:01:39.487 1291 1742 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@1b66b.showSoftInput(android.os.Bi
nder@9e1baa0, 1, null) for reason: ATTACH_NEW_INPUT
12-30 17:01:39.489 1291 1742 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 17:01:39.489 1291 1742 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:input_method_state value:1 pkg:android
userId:0
12-30 17:01:39.490 1291 3219 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.youtube.music
className:com.google.android.apps.youtube.music.player.widget.gm3.NowPlayingWidgetP
rovider newState:1 userId:0 callingPackage:null callingUid:10161 callingPid:6893
12-30 17:01:39.532 1291 1918 D InputMethodManagerService: hide the small icon for
the input method
12-30 17:01:39.570 1291 2105 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:39.597 1291 3219 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6675 callingUid:10153
12-30 17:01:39.598 1291 3603 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.youtube.music uid 10161, isRmsPreload = false,
keepQuiet =false
12-30 17:01:39.658 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:39.680 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:39.685 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:39.708 1291 3879 D InputMethodManagerService: hide the small icon for
the input method
12-30 17:01:39.714 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10169; state: ENABLED
12-30 17:01:39.715 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:39.720 1291 2105 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10169; state: DISABLED
12-30 17:01:39.732 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 182734110; UID 10169; state: ENABLED
12-30 17:01:39.795 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10185
model:audio state:on count= 1 app:com.facebook.orca
12-30 17:01:39.810 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.calendar
className:com.google.calendar.v2a.shared.sync.impl.android.PlatformSyncShell$SyncAd
apterService newState:1 userId:0 callingPackage:null callingUid:10163
callingPid:7045
12-30 17:01:39.817 1291 1918 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.calendar
className:com.google.calendar.v2a.shared.sync.impl.android.accounts.AccountsBroadca
stReceiver newState:1 userId:0 callingPackage:null callingUid:10163 callingPid:7045
12-30 17:01:39.818 1291 3603 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=50788, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.gcm.GcmInternalReceiver,
com.google.android.location.drivingmode.DrivingModeSettingsActivity,
com.google.android.gms.backup.component.BackupOptInActivity,
com.google.android.gms.tapandpay.hce.service.TpHceService,
com.google.android.gms.auth.managed.ui.SetNewPasswordActivity,
com.google.android.gms.nearby.bootstrap.service.NearbyBootstrapService,
com.google.android.gms.checkin.CheckinServiceLegacyGcmTriggerReceiver,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.findmydevice.spot.locationreporting.taptoid.TapToIdHalfSheet
Activity, com.google.android.gms.nearby.sharing.ShareSheetActivityV2,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.nearby.sharing.BottomSheetHunActivity,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.kids.settings.GetSupervisionAppActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
ttings,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.plus.service.PlusService,
com.google.android.gms.nearby.sharing.settings.SettingsActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.pay.main.PayOptionalActivity,
com.google.android.location.settings.ArwEAlertSettingsActivity,
com.google.android.location.service.ArwEAlertSettingInjectorService,
com.google.android.gms.auth.uiflows.addaccount.GoogleServicesActivity,
com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity,
com.google.android.gms.nearby.sharing.send.SendActivityAlias,
com.google.android.gms.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias,
com.google.android.gms.pay.gcmtask.PayGcmTaskService,
com.google.android.location.drivingmode.AutoLaunchService,
com.google.android.gms.pay.main.PayImplicitIntentActivity,
com.google.android.gms.pay.hce.service.PayHceService,
com.google.android.gms.ocr.GiftCardOcrActivity,
com.google.android.gms.auth.managed.admin.DeviceAdminReceiver,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias,
com.google.android.gms.trus
12-30 17:01:39.819 1291 3603 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
12-30 17:01:39.820 1291 3603 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@a3f0900
12-30 17:01:39.831 1291 3879 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=50788, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.gcm.GcmInternalReceiver,
com.google.android.location.drivingmode.DrivingModeSettingsActivity,
com.google.android.gms.backup.component.BackupOptInActivity,
com.google.android.gms.tapandpay.hce.service.TpHceService,
com.google.android.gms.auth.managed.ui.SetNewPasswordActivity,
com.google.android.gms.nearby.bootstrap.service.NearbyBootstrapService,
com.google.android.gms.checkin.CheckinServiceLegacyGcmTriggerReceiver,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.findmydevice.spot.locationreporting.taptoid.TapToIdHalfSheet
Activity, com.google.android.gms.nearby.sharing.ShareSheetActivityV2,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.nearby.sharing.BottomSheetHunActivity,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.kids.settings.GetSupervisionAppActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
ttings,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.plus.service.PlusService,
com.google.android.gms.nearby.sharing.settings.SettingsActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.pay.main.PayOptionalActivity,
com.google.android.location.settings.ArwEAlertSettingsActivity,
com.google.android.location.service.ArwEAlertSettingInjectorService,
com.google.android.gms.auth.uiflows.addaccount.GoogleServicesActivity,
com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity,
com.google.android.gms.nearby.sharing.send.SendActivityAlias,
com.google.android.gms.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias,
com.google.android.gms.pay.gcmtask.PayGcmTaskService,
com.google.android.location.drivingmode.AutoLaunchService,
com.google.android.gms.pay.main.PayImplicitIntentActivity,
com.google.android.gms.pay.hce.service.PayHceService,
com.google.android.gms.ocr.GiftCardOcrActivity,
com.google.android.gms.auth.managed.admin.DeviceAdminReceiver,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias,
com.google.android.gms.trus
12-30 17:01:39.832 1291 3879 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.inappreach.service.START pkg=com.google.android.gms }
U=0: not found
12-30 17:01:39.833 1291 3879 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@7950539
12-30 17:01:39.920 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:39.930 1291 3632 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:01:39.934 1291 1918 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:39.956 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:39.959 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} isClosing:false
mImeRequester:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
controlTarget:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:39.960 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} isClosing:false
mImeRequester:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
controlTarget:Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:39.965 1291 1918 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 17:01:39.995 1291 3632 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:40.033 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:40.055 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:40.063 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:40.092 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:40.099 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:40.133 1291 1412 D DeviceIdleController: Adding AppId 10163 to temp
whitelist. New entry: false
12-30 17:01:40.302 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:40.405 1291 3883 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:40.430 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:40.471 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:40.475 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:40.514 1291 1412 D DeviceIdleController: Adding AppId 10163 to temp
whitelist. New entry: false
12-30 17:01:40.526 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10185
model:audio state:on count= 1 app:com.facebook.orca
12-30 17:01:40.547 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:40.570 1291 1412 D DeviceIdleController: Adding AppId 10163 to temp
whitelist. New entry: false
12-30 17:01:40.592 1291 1412 D DeviceIdleController: Adding AppId 10163 to temp
whitelist. New entry: false
12-30 17:01:40.694 1291 1742 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.calendar uid 10163, isRmsPreload = false, keepQuiet
=false
12-30 17:01:40.710 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:40.716 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:40.737 1291 1409 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:40.767 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:40.879 1291 1517 I _V_SettingsProvider: emergency file exists!
/data/system/users/0/settings_global.xml.emergency
12-30 17:01:40.881 1291 1517 I _V_SettingsProvider: emergency file exists!
/data/system/users/0/settings_system.xml.emergency
12-30 17:01:40.883 1291 1517 I _V_SettingsProvider: emergency file exists!
/data/system/users/0/settings_secure.xml.emergency
12-30 17:01:40.884 1291 1517 I _V_SettingsProvider: emergency file exists!
/data/system/users/0/settings_ssaid.xml.emergency
12-30 17:01:40.885 1291 1517 I _V_SettingsProvider: emergency file exists!
/data/system/users/0/settings_config.xml.emergency
12-30 17:01:40.898 1291 1409 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7045 callingUid:10163
12-30 17:01:41.014 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:41.017 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: true
12-30 17:01:41.017 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10147, delay=20000
12-30 17:01:41.017 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10147, 10149, 10151, 10152, 10153, 10159, 10161, 10163, 10165,
10185]
12-30 17:01:41.019 1291 3632 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.configupdater
12-30 17:01:41.019 1291 3632 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10147; state: DISABLED
12-30 17:01:41.020 1291 3632 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10147; state: DISABLED
12-30 17:01:41.020 1291 3632 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10147; state: DISABLED
12-30 17:01:41.020 1291 3632 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10147; state: DISABLED
12-30 17:01:41.021 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10147; state: DISABLED
12-30 17:01:41.026 1291 3632 I ActivityManager: Killing
5956:com.android.shell/2000 (adj 975): empty #17
12-30 17:01:41.034 1291 3632 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #2252} whose proc state 2 is better
than process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(399 skipped)
12-30 17:01:41.034 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10147, 10149, 10151, 10152, 10153, 10159, 10161, 10163, 10165, 10185]
12-30 17:01:41.035 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:41.045 1291 1436 I ActivityManager: Start proc
7235:com.google.android.configupdater/u0a147 for broadcast
{com.google.android.configupdater/com.google.android.configupdater.MainReceiver}
12-30 17:01:41.108 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:41.110 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:41.112 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:41.134 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10147; state: DISABLED
12-30 17:01:41.136 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:41.149 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:41.209 1291 2105 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:41.290 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:41.298 1291 1409 D _V_FingerprintUnlockController: keyCode: 4,
action: 0
12-30 17:01:41.299 1291 1409 D _V_FaceUnlockController: onKeyEvent 4 action 0
12-30 17:01:41.300 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:41.349 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.373 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.383 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.390 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:41.397 1291 1409 D _V_FingerprintUnlockController: keyCode: 4,
action: 1
12-30 17:01:41.397 1291 1409 D _V_FaceUnlockController: onKeyEvent 4 action 1
12-30 17:01:41.398 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:41.403 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.405 1291 1409 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@1b66b.hideSoftInput(0,
android.os.Binder@6ef7dab, null) for reason: HIDE_MY_SOFT_INPUT
12-30 17:01:41.406 1291 1409 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 17:01:41.407 1291 1409 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:input_method_state value:0 pkg:android userId:0
12-30 17:01:41.414 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/input_method_state
12-30 17:01:41.414 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 0
type = 25 state = 0
12-30 17:01:41.421 1291 3881 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
12-30 17:01:41.423 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.438 1291 3632 D InputMethodManagerService: hide the small icon for
the input method
12-30 17:01:41.439 1291 3632 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
updateVisibility false
12-30 17:01:41.439 1291 3632 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=false} } from Window{com.facebook.orca:aff47e5
u0 com.facebook.orca}
12-30 17:01:41.442 1291 3632 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:41.447 1291 3632 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
12-30 17:01:41.453 1291 1414 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,1042][720,1600], mVisible=false} }
12-30 17:01:41.467 1291 1918 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}: oldVis=0,
newVis=0, requestedWidth=720, requestedHeight=1540, attrs.width=-1, attrs.height=-
1, compatFrame = Rect(0, 60 - 720, 1600), mAttrs.privateFlags = 12000000,
mInvGlobalScale = 1.0
12-30 17:01:41.475 1291 1409 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10185 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:01:41.475 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:41.476 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.490 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:41.493 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:41.493 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:41.493 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:41.493 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:41.493 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:41.494 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:41.494 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:41.494 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:41.494 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:41.494 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:41.498 1291 2105 D _V_WindowManager: finishDrawingWindow:
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}
mDrawState=HAS_DRAWN
12-30 17:01:41.498 1291 2105 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@b2095c6 mSyncState=0
12-30 17:01:41.507 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.511 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.519 1291 1742 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10185 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
12-30 17:01:41.519 1291 1742 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
12-30 17:01:41.522 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.538 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.566 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.573 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.581 1291 1412 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: false
12-30 17:01:41.591 1291 1412 D DeviceIdleController: Adding AppId 10172 to temp
whitelist. New entry: true
12-30 17:01:41.591 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10172, delay=20000
12-30 17:01:41.591 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10147, 10149, 10151, 10152, 10153, 10159, 10161, 10163, 10165,
10172, 10185]
12-30 17:01:41.592 1291 2105 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gm
12-30 17:01:41.593 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10172; state: ENABLED
12-30 17:01:41.594 1291 2105 I ActivityManager: Killing
5979:com.android.statementservice/u0a41 (adj 975): empty #17
12-30 17:01:41.601 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10147, 10149, 10151, 10152, 10153, 10159, 10161, 10163, 10165, 10172,
10185]
12-30 17:01:41.603 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:41.612 1291 1436 I ActivityManager: Start proc
7279:com.google.android.gm/u0a172 for broadcast
{com.google.android.gm/com.google.android.gm.GoogleMailDeviceStartupReceiver}
12-30 17:01:41.687 1291 3632 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:41.689 1291 3632 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:41.691 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:41.727 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10172; state: DISABLED
12-30 17:01:41.737 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:41.757 1291 1409 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6746 callingUid:10165
12-30 17:01:41.876 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:41.996 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.quicksettings.FocusModeTileSe
rvice newState:1 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:41.997 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.ui.FocusModeSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:42.003 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:42.025 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:42.027 1291 3632 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 17:01:42.044 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:42.051 1291 1409 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.quicksettings.FocusModeTileSe
rvice newState:1 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:42.052 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.ui.FocusModeSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10152 callingPid:6847
12-30 17:01:42.174 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:42.190 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:42.200 1291 3632 I ActivityManager: Killing
5570:com.facebook.appmanager/u0a101 (adj 975): empty #17
12-30 17:01:42.205 1291 3632 I ActivityManager: Killing
3703:com.google.android.permissioncontroller/u0a183 (adj 975): empty #18
12-30 17:01:42.486 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:42.493 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:42.553 1291 3632 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.android.mail.ACTION_NOTIFY_DATASET_CHANGED
typ=application/gm-email-ls flg=0x10 pkg=com.google.android.gm (has extras) } send
by ApplicationInfo{c1ffc76 com.google.android.gm} should with permissions for
security!!!
12-30 17:01:42.723 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:42.816 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Livestr
eamHandlerActivity newState:2 userId:0 callingPackage:null callingUid:10172
callingPid:7279
12-30 17:01:42.851 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:42.863 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:42.870 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:42.974 1291 3632 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:42.998 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:43.080 1291 1409 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gm uid 10172, isRmsPreload = false, keepQuiet =false
12-30 17:01:43.086 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:43.089 1291 3603 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:43.097 1291 1412 D DeviceIdleController: Adding AppId 10172 to temp
whitelist. New entry: false
12-30 17:01:43.098 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:43.102 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:43.109 1291 3632 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:43.112 1291 1409 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:43.115 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.gm.widget.GoogleMailWidgetProvider newState:2 userId:0
callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.116 1291 1409 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.gm.widget.GmailWidgetProvider newState:1 userId:0
callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.118 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.gm.CreateShortcutActivityGoogleMail newState:2
userId:0 callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.119 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.gm.CreateShortcutActivityGmail newState:1 userId:0
callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.121 1291 1742 D JobServiceContext: doCallback of :
JobStatus{855e0e0 #u0a172/2000018
com.google.android.gm/.job.GoogleMailWidgetAndShortcutSwitchJob$GoogleMailWidgetAnd
ShortcutSwitchJobService u=0 s=10172 TIME=-44ms:+4s956ms READY} v:VERB_EXECUTING
12-30 17:01:43.122 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:43.133 1291 3603 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:43.144 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:43.164 1291 2105 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:43.168 1291 3603 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7279 callingUid:10172
12-30 17:01:43.192 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.DynamiteDeepLinkMultiple newState:2
userId:0 callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.193 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.features.hub.navigation.PeopleActivity
newState:2 userId:0 callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.194 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.features.hub.navigation.RoomsActivity
newState:2 userId:0 callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.195 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.services.notification.NotificationServic
e newState:2 userId:0 callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.196 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.notifications.services.NotificationBackg
roundSyncJobService newState:2 userId:0 callingPackage:null callingUid:10172
callingPid:7279
12-30 17:01:43.197 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.DynamiteDeepLinkSingle newState:2
userId:0 callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.198 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.callui.SingleCa
llActivity newState:1 userId:0 callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.198 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.callui.chat.Cha
tActivity newState:1 userId:0 callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.199 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.greenroom.Green
roomActivity newState:1 userId:0 callingPackage:null callingUid:10172
callingPid:7279
12-30 17:01:43.200 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.largescreen.Hom
eActivity newState:1 userId:0 callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.201 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Confere
nceUrlHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10172
callingPid:7279
12-30 17:01:43.202 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Transfe
rCallHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10172
callingPid:7279
12-30 17:01:43.202 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Confere
nceGatewayActivity newState:1 userId:0 callingPackage:null callingUid:10172
callingPid:7279
12-30 17:01:43.203 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Assista
ntNewUrlHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10172
callingPid:7279
12-30 17:01:43.204 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.settings.Settin
gsActivity newState:1 userId:0 callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.206 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.android.email.service.AttachmentService newState:2 userId:0
callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.210 1291 1412 D DeviceIdleController: Adding AppId 10172 to temp
whitelist. New entry: false
12-30 17:01:43.218 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.android.email.service.EasAuthenticatorService newState:1 userId:0
callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.220 1291 1412 D DeviceIdleController: Adding AppId 10172 to temp
whitelist. New entry: false
12-30 17:01:43.240 1291 1412 D DeviceIdleController: Adding AppId 10172 to temp
whitelist. New entry: false
12-30 17:01:43.240 1291 2105 I _V_ShortcutService: forceDeleteShortcutInner
jellianmaematabato@gmail.com
12-30 17:01:43.240 1291 2105 I _V_ShortcutService: forceReplaceShortcutInner
jellianmaematabato@gmail.com
12-30 17:01:43.250 1291 1742 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gm uid 10172, isRmsPreload = false, keepQuiet =false
12-30 17:01:43.256 1291 1412 D DeviceIdleController: Adding AppId 10172 to temp
whitelist. New entry: false
12-30 17:01:43.260 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:43.275 1291 1412 D DeviceIdleController: Adding AppId 10172 to temp
whitelist. New entry: false
12-30 17:01:43.291 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.android.email.service.EasAuthenticatorService newState:1 userId:0
callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.297 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:43.302 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:43.309 1291 3603 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gm uid 10172, isRmsPreload = false, keepQuiet =false
12-30 17:01:43.315 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:43.376 1291 2105 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:43.386 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:01:43.397 1291 2105 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gm uid 10172, isRmsPreload = false, keepQuiet =false
12-30 17:01:43.406 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:43.406 1291 1412 D DeviceIdleController: Adding AppId 10172 to temp
whitelist. New entry: false
12-30 17:01:43.434 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:43.438 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:43.457 1291 1742 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.gm.ComposeActivityGmail newState:1 userId:0
callingPackage:null callingUid:10172 callingPid:7279
12-30 17:01:43.470 1291 1918 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=50788, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.gcm.GcmInternalReceiver,
com.google.android.location.drivingmode.DrivingModeSettingsActivity,
com.google.android.gms.backup.component.BackupOptInActivity,
com.google.android.gms.tapandpay.hce.service.TpHceService,
com.google.android.gms.auth.managed.ui.SetNewPasswordActivity,
com.google.android.gms.nearby.bootstrap.service.NearbyBootstrapService,
com.google.android.gms.checkin.CheckinServiceLegacyGcmTriggerReceiver,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.findmydevice.spot.locationreporting.taptoid.TapToIdHalfSheet
Activity, com.google.android.gms.nearby.sharing.ShareSheetActivityV2,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.nearby.sharing.BottomSheetHunActivity,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.kids.settings.GetSupervisionAppActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
ttings,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.plus.service.PlusService,
com.google.android.gms.nearby.sharing.settings.SettingsActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.pay.main.PayOptionalActivity,
com.google.android.location.settings.ArwEAlertSettingsActivity,
com.google.android.location.service.ArwEAlertSettingInjectorService,
com.google.android.gms.auth.uiflows.addaccount.GoogleServicesActivity,
com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity,
com.google.android.gms.nearby.sharing.send.SendActivityAlias,
com.google.android.gms.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias,
com.google.android.gms.pay.gcmtask.PayGcmTaskService,
com.google.android.location.drivingmode.AutoLaunchService,
com.google.android.gms.pay.main.PayImplicitIntentActivity,
com.google.android.gms.pay.hce.service.PayHceService,
com.google.android.gms.ocr.GiftCardOcrActivity,
com.google.android.gms.auth.managed.admin.DeviceAdminReceiver,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias,
com.google.android.gms.trus
12-30 17:01:43.470 1291 1918 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
12-30 17:01:43.473 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:43.474 1291 1742 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:43.481 1291 1918 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@e7788a
12-30 17:01:43.487 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:43.508 1291 1742 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:43.515 1291 1412 D DeviceIdleController: Adding AppId 10172 to temp
whitelist. New entry: false
12-30 17:01:43.528 1291 2105 I ActivityManager: Killing
6150:com.google.android.apps.assistant/u0a150 (adj 985): empty #17
12-30 17:01:43.533 1291 1412 D DeviceIdleController: Adding AppId 10156 to temp
whitelist. New entry: true
12-30 17:01:43.533 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10156, delay=20000
12-30 17:01:43.533 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10147, 10149, 10151, 10152, 10153, 10156, 10159, 10161, 10163,
10165, 10172, 10185]
12-30 17:01:43.540 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10147, 10149, 10151, 10152, 10153, 10156, 10159, 10161, 10163, 10165,
10172, 10185]
12-30 17:01:43.540 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:43.705 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:01:43.842 1291 3632 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4733com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:01:43.843 1291 3632 W InputMethodManagerService: Ignoring hideSoftInput
of uid 10188: com.android.internal.view.IInputMethodClient$Stub$Proxy@12b72e
12-30 17:01:43.855 1291 3734 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6847 callingUid:10152
12-30 17:01:43.898 1291 3734 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:44.531 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10185
model:audio state:off count= 1 app:com.facebook.orca
12-30 17:01:44.661 1291 1412 D DeviceIdleController: Adding AppId 10156 to temp
whitelist. New entry: false
12-30 17:01:44.697 1291 1412 D DeviceIdleController: Adding AppId 10119 to temp
whitelist. New entry: true
12-30 17:01:44.697 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10119, delay=20000
12-30 17:01:44.697 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10119, 10147, 10149, 10151, 10152, 10153, 10156, 10159, 10161,
10163, 10165, 10172, 10185]
12-30 17:01:44.703 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10119, 10147, 10149, 10151, 10152, 10153, 10156, 10159, 10161, 10163,
10165, 10172, 10185]
12-30 17:01:44.706 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:44.710 1291 1412 D DeviceIdleController: Adding AppId 10146 to temp
whitelist. New entry: true
12-30 17:01:44.710 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10146, delay=20000
12-30 17:01:44.710 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10119, 10146, 10147, 10149, 10151, 10152, 10153, 10156, 10159,
10161, 10163, 10165, 10172, 10185]
12-30 17:01:44.712 1291 3603 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.onetimeinitializer
12-30 17:01:44.714 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10146; state: DISABLED
12-30 17:01:44.714 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10146; state: DISABLED
12-30 17:01:44.714 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10146; state: DISABLED
12-30 17:01:44.714 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10146; state: ENABLED
12-30 17:01:44.715 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10146; state: ENABLED
12-30 17:01:44.722 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10119, 10146, 10147, 10149, 10151, 10152, 10153, 10156, 10159, 10161,
10163, 10165, 10172, 10185]
12-30 17:01:44.723 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:44.737 1291 1436 I ActivityManager: Start proc
7398:com.google.android.onetimeinitializer/u0a146 for broadcast
{com.google.android.onetimeinitializer/com.google.android.onetimeinitializer.OneTim
eInitializerReceiver}
12-30 17:01:44.740 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:44.773 1291 3632 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:44.802 1291 1918 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.connection.service.settings.SettingsCollaps
ingToolbarActivity newState:1 userId:0 callingPackage:null callingUid:10156
callingPid:2628
12-30 17:01:44.806 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:44.812 1291 3632 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:44.814 1291 3632 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:44.819 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:44.840 1291 1918 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10146; state: DISABLED
12-30 17:01:44.867 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.mediums.nearfieldcommunication.NfcAdvertisi
ngService newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:01:44.997 1291 1412 D DeviceIdleController: Adding AppId 10037 to temp
whitelist. New entry: true
12-30 17:01:44.997 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10037, delay=20000
12-30 17:01:44.997 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10146, 10147, 10149, 10151, 10152, 10153, 10156,
10159, 10161, 10163, 10165, 10172, 10185]
12-30 17:01:44.999 1291 3603 I ActivityManager:
com.google.android.packageinstaller is exempt from freezer
12-30 17:01:44.999 1291 3603 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.packageinstaller
12-30 17:01:44.999 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10037; state: DISABLED
12-30 17:01:44.999 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10037; state: DISABLED
12-30 17:01:44.999 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10037; state: DISABLED
12-30 17:01:45.000 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10037; state: ENABLED
12-30 17:01:45.000 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10037; state: ENABLED
12-30 17:01:45.001 1291 3603 I ActivityManager: Killing
6187:com.google.android.apps.maps/u0a170 (adj 965): empty #17
12-30 17:01:45.006 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10146, 10147, 10149, 10151, 10152, 10153, 10156, 10159,
10161, 10163, 10165, 10172, 10185]
12-30 17:01:45.006 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:45.019 1291 1436 I ActivityManager: Start proc
7437:com.google.android.packageinstaller/u0a37 for broadcast
{com.google.android.packageinstaller/com.android.packageinstaller.TemporaryFileMana
ger}
12-30 17:01:45.076 1291 1585 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10170; state: ENABLED
12-30 17:01:45.092 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:45.094 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:45.095 1291 3603 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:45.112 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10037; state: DISABLED
12-30 17:01:45.169 1291 3734 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6893 callingUid:10161
12-30 17:01:45.234 1291 1412 D DeviceIdleController: Adding AppId 10145 to temp
whitelist. New entry: true
12-30 17:01:45.234 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10145, delay=20000
12-30 17:01:45.234 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10145, 10146, 10147, 10149, 10151, 10152, 10153,
10156, 10159, 10161, 10163, 10165, 10172, 10185]
12-30 17:01:45.236 1291 3734 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.partnersetup
12-30 17:01:45.236 1291 3734 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10145; state: DISABLED
12-30 17:01:45.236 1291 3734 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10145; state: DISABLED
12-30 17:01:45.237 1291 3734 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10145; state: DISABLED
12-30 17:01:45.237 1291 3734 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10145; state: ENABLED
12-30 17:01:45.237 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10145; state: ENABLED
12-30 17:01:45.238 1291 3734 I ActivityManager: Killing
6252:com.google.process.gapps/u0a156 (adj 975): empty #17
12-30 17:01:45.243 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10145, 10146, 10147, 10149, 10151, 10152, 10153, 10156,
10159, 10161, 10163, 10165, 10172, 10185]
12-30 17:01:45.243 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:45.252 1291 1436 I ActivityManager: Start proc
7463:com.google.android.partnersetup/u0a145 for broadcast
{com.google.android.partnersetup/com.google.android.partnersetup.GooglePartnerSetup
}
12-30 17:01:45.289 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:45.313 1291 3603 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:45.315 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:45.317 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:45.336 1291 3734 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10145; state: DISABLED
12-30 17:01:45.450 1291 3734 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:45.462 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:45.511 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:45.542 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:45.571 1291 3603 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
12-30 17:01:45.572 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10156; state: DISABLED
12-30 17:01:45.573 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10156; state: ENABLED
12-30 17:01:45.588 1291 1436 I ActivityManager: Start proc
7485:com.google.process.gapps/u0a156 for content provider
{com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider}
12-30 17:01:45.638 1291 1527 I _V_BroadcastQueue: Broadcast intent Intent
{ act=com.android.internal.telephony.data-stall flg=0x2010 (has extras) } on
bgKeyApp queue
12-30 17:01:45.650 1291 3603 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:45.653 1291 3603 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:45.654 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:45.664 1291 1704 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:radio.data.stall.recovery.action value:0
pkg:com.android.phone userId:0
12-30 17:01:45.687 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10156; state: DISABLED
12-30 17:01:45.704 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.partnersetup uid 10145, isRmsPreload = false, keepQuiet
=false
12-30 17:01:45.751 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:45.767 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:45.802 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:45.818 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:45.829 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:45.832 1291 2105 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.adid.service.AdIdProviderService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:45.834 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.adsidentity.settings.AdsIdentityIaSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:45.835 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.analytics.AnalyticsTaskService newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:45.836 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.analytics.service.AnalyticsService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:45.848 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:45.858 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.appset.service.AppSetIdProviderService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:45.859 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.audit.upload.AuditGcmTaskService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:45.866 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.audiomodem.service.AudioModemService newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:45.869 1291 1967 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:45.904 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:45.906 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:45.906 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:45.908 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:45.982 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.ui.SetupWorkProfileActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:45.984 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.admin.DeviceAdminReceiver newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:45.987 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.ui.SetNewPasswordActivity newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:45.993 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.ui.EmmActivity newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:45.994 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.ui.PhoneskyDpcInstallActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:45.995 1291 1967 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
12-30 17:01:46.000 1291 3734 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.facebook.rti.fbns.intent.RECEIVE cat=[com.facebook.orca]
flg=0x10 pkg=com.facebook.orca (has extras) } send by ApplicationInfo{4dbe59f
com.facebook.services} should with permissions for security!!!
12-30 17:01:46.009 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivit
y newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.010 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.ui.SetupWorkProfileActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.011 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.admin.DeviceAdminReceiver newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.012 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.ui.SetNewPasswordActivity newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.060 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.maps className:null newState:1 userId:0
callingPackage:com.google.android.partnersetup callingUid:10145 callingPid:7463
12-30 17:01:46.062 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending className:null newState:1 userId:0
callingPackage:com.google.android.partnersetup callingUid:10145 callingPid:7463
12-30 17:01:46.064 1291 3603 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.youtube className:null newState:1 userId:0
callingPackage:com.google.android.partnersetup callingUid:10145 callingPid:7463
12-30 17:01:46.080 1291 1412 D DeviceIdleController: Adding AppId 10145 to temp
whitelist. New entry: false
12-30 17:01:46.085 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.096 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.117 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.126 1291 1412 D DeviceIdleController: Adding AppId 10183 to temp
whitelist. New entry: true
12-30 17:01:46.126 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10183, delay=20000
12-30 17:01:46.126 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10145, 10146, 10147, 10149, 10151, 10152, 10153,
10156, 10159, 10161, 10163, 10165, 10172, 10183, 10185]
12-30 17:01:46.128 1291 3883 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.permissioncontroller
12-30 17:01:46.129 1291 3883 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10183; state: DISABLED
12-30 17:01:46.129 1291 3883 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10183; state: DISABLED
12-30 17:01:46.129 1291 3883 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10183; state: DISABLED
12-30 17:01:46.129 1291 3883 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10183; state: DISABLED
12-30 17:01:46.129 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10183; state: DISABLED
12-30 17:01:46.135 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.136 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10145, 10146, 10147, 10149, 10151, 10152, 10153, 10156,
10159, 10161, 10163, 10165, 10172, 10183, 10185]
12-30 17:01:46.137 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:46.163 1291 1436 I ActivityManager: Start proc
7523:com.google.android.permissioncontroller/u0a183 for broadcast
{com.google.android.permissioncontroller/com.android.permissioncontroller.permissio
n.service.LocationAccessCheck$SetupPeriodicBackgroundLocationAccessCheck}
12-30 17:01:46.173 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.220 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.226 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:46.227 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:46.228 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.230 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.service.AutofillService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.232 1291 3219 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillActivity newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.232 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillDialogActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.233 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.234 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillManagePasswordsActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.234 1291 3622 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.settings.AutofillModernSettingsActivit
y newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.235 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillTransparentActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.236 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillSettingsPrivacyHubActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.236 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:46.237 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:46.245 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.246 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.256 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:46.258 1291 3734 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:46.262 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:46.262 1291 7444 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:46.266 1291 3622 I ActivityManager: Killing
6636:com.google.android.apps.photosgo/u0a159 (adj 965): empty #17
12-30 17:01:46.273 1291 3622 I ActivityManager: Killing
6536:com.google.android.apps.nbu.files/u0a151 (adj 965): empty #18
12-30 17:01:46.276 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.278 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:46.310 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.322 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:46.343 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.353 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.partnersetup uid 10145, isRmsPreload = false, keepQuiet
=false
12-30 17:01:46.370 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:46.376 1291 3216 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:46.382 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.570 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:46.596 1291 1967 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7045 callingUid:10163
12-30 17:01:46.637 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:46.652 1291 3622 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.D2dMigrateHelperService
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.659 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.D2dMigrateHelperService
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.676 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.permissioncontroller
className:com.android.permissioncontroller.role.ui.SpecialAppAccessListActivity
newState:2 userId:0 callingPackage:null callingUid:10183 callingPid:7523
12-30 17:01:46.704 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.RestoreSessionV0Service
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.709 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:01:46.717 1291 3216 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.CloudRestoreFlowActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.719 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:46.734 1291 1704 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:c602368 u0 InputMethod}: oldVis=0,
newVis=8, requestedWidth=720, requestedHeight=1540, attrs.width=null,
attrs.height=null, compatFrame = Rect(0, 60 - 720, 1600), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
12-30 17:01:46.738 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:46.738 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6bc2086 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:46.738 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:821130c u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:46.738 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:35253f8 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:46.738 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:854041 u0 com.facebook.orca} false mCurrentFocus =
Window{com.facebook.orca:aff47e5 u0 com.facebook.orca}
12-30 17:01:46.743 1291 3881 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.D2dMigrateFlowActivity newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.745 1291 3219 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} }
12-30 17:01:46.745 1291 1704 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
12-30 17:01:46.767 1291 1412 D DeviceIdleController: Adding AppId 10183 to temp
whitelist. New entry: false
12-30 17:01:46.777 1291 3622 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.checkin.CheckinServiceLegacyGcmTriggerReceiver
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:46.780 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.822 1291 1412 D DeviceIdleController: Adding AppId 10162 to temp
whitelist. New entry: true
12-30 17:01:46.822 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10162, delay=20000
12-30 17:01:46.822 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10145, 10146, 10147, 10149, 10151, 10152, 10153,
10156, 10159, 10161, 10162, 10163, 10165, 10172, 10183, 10185]
12-30 17:01:46.834 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10162; state: DISABLED
12-30 17:01:46.844 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10145, 10146, 10147, 10149, 10151, 10152, 10153, 10156,
10159, 10161, 10162, 10163, 10165, 10172, 10183, 10185]
12-30 17:01:46.845 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:46.906 1291 1704 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:46.926 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:46.962 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.044 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.062 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.064 1291 3622 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.clearcut.debug.ClearcutDebugDumpService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.090 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.105 1291 3216 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.common.appdoctor.AppDoctorProvider newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.129 1291 3219 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:5714 callingUid:10162
12-30 17:01:47.162 1291 3622 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10155, isRmsPreload = false, keepQuiet =false
12-30 17:01:47.167 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.172 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:47.181 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gsf
className:com.google.android.gsf.settings.common.AutomotiveWebViewActivity
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.187 1291 3216 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:47.196 1291 3219 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.tts uid 10162, isRmsPreload = false, keepQuiet =false
12-30 17:01:47.222 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.252 1291 1412 D DeviceIdleController: Adding AppId 10166 to temp
whitelist. New entry: true
12-30 17:01:47.253 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10166, delay=20000
12-30 17:01:47.253 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10145, 10146, 10147, 10149, 10151, 10152, 10153,
10156, 10159, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:47.254 1291 1704 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.youtube
12-30 17:01:47.255 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10166; state: DISABLED
12-30 17:01:47.255 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10166; state: ENABLED
12-30 17:01:47.266 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10145, 10146, 10147, 10149, 10151, 10152, 10153, 10156,
10159, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:47.269 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:47.293 1291 1436 I ActivityManager: Start proc
7563:com.google.android.youtube/u0a166 for broadcast
{com.google.android.youtube/com.google.android.libraries.notifications.platform.ent
rypoints.restart.RestartReceiver}
12-30 17:01:47.310 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:47.315 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:47.360 1291 3879 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:47.371 1291 3734 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:47.393 1291 3879 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:47.401 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.401 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:47.406 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:47.409 1291 3632 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:47.420 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.453 1291 3879 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:47.456 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10166; state: DISABLED
12-30 17:01:47.467 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.489 1291 3622 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:47.512 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.521 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.524 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:47.541 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.551 1291 1704 I DropBoxManagerService: add tag=event_log
isTagEnabled=true flags=0x2
12-30 17:01:47.561 1291 3219 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.checker.RefreshGcmTaskService
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.562 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ConstellationSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.563 1291 3881 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ConstellationSettingsCollapsingCh
imeraActivity newState:1 userId:0 callingPackage:null callingUid:10156
callingPid:2987
12-30 17:01:47.564 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ConstellationWebSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.566 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ConstellationDebugActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.566 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.566 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.GcmBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.568 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ApiConsentActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.569 1291 3881 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ConstellationOnDemandConsentActiv
ity newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.570 1291 3632 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ConstellationOnDemandConsentV2Act
ivity newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.601 1291 3632 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:47.611 1291 3632 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 17:01:47.631 1291 3219 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 17:01:47.642 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.644 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.653 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.674 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.694 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.734 1291 1917 W _V_VivoAmsImpl: mCallingPidFilter=2987,
mCallingUidFilter=10156
12-30 17:01:47.736 1291 1917 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gms
12-30 17:01:47.737 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10156; state: DISABLED
12-30 17:01:47.737 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10156; state: ENABLED
12-30 17:01:47.742 1291 1499 D OverlayManager: reconcileSettingsForPackage
pkgName=com.google.android.gms userId=0
12-30 17:01:47.747 1291 1411 D CompanionDeviceManagerService:
onPackageModified(packageName = com.google.android.gms)
12-30 17:01:47.791 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.gass.GassService newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.808 1291 1411 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10183, isRmsPreload = false,
keepQuiet =false
12-30 17:01:47.824 1291 1436 W ActivityManager: Slow operation: 88ms so far, now
at startProcess: done updating battery stats
12-30 17:01:47.825 1291 1436 W ActivityManager: Slow operation: 89ms so far, now
at startProcess: building log message
12-30 17:01:47.825 1291 1436 I ActivityManager: Start proc
7596:com.google.android.gms.unstable/u0a156 for service
{com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService}
12-30 17:01:47.825 1291 1436 W ActivityManager: Slow operation: 89ms so far, now
at startProcess: starting to update pids map
12-30 17:01:47.825 1291 1436 W ActivityManager: Slow operation: 89ms so far, now
at startProcess: done updating pids map
12-30 17:01:47.839 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.840 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.873 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:47.875 1291 3879 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:47.876 1291 1704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:47.888 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.gcm.GcmInternalReceiver newState:2 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:47.947 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.950 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:47.959 1291 3883 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10156; state: ENABLED
12-30 17:01:48.008 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.045 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.049 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.181 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:48.231 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:48.257 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.kids.settings.KidsSettingsActivityAliasSuw
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.259 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.kids.settings.GetSupervisionAppActivity newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.276 1291 3632 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10155, isRmsPreload = false, keepQuiet =false
12-30 17:01:48.359 1291 3632 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:48.447 1291 7444 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:48.473 1291 3883 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:48.480 1291 3632 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.imanager uid 10075, isRmsPreload = false, keepQuiet =false
12-30 17:01:48.483 1291 3632 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10075; state: DISABLED
12-30 17:01:48.495 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.500 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.517 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.553 1291 1917 D JobServiceContext: doCallback of :
JobStatus{a6e1b9d #u0a75/0
com.vivo.imanager/com.iqoo.secure.notification.NotificationService u=0 s=10075
TIME=none:-87ms READY} v:VERB_EXECUTING
12-30 17:01:48.554 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.610 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.locationsharingreporter.service.reporting.periodic
.PeriodicReporterMonitoringService newState:1 userId:0 callingPackage:null
callingUid:10156 callingPid:2987
12-30 17:01:48.651 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.net.MessagingService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.655 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.task.ScheduledTaskService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.658 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.GcmBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.661 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.call.CallEntryActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.663 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.contacts.reachability.ReachabilityServi
ce newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.665 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.ui.EntryActivity newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.670 1291 3734 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:48.677 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.678 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.ui.LighterMessageIntentActivity
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.681 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.ui.LighterEntryPointActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.694 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:48.712 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:48.730 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.752 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.755 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.758 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.792 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:48.836 1291 7444 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:48.864 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:48.882 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.LockscreenActivity newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.883 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.LockscreenActivityPermissionTrampoline
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.884 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.receivers.MdmDeviceAdminReceiver newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.885 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.receivers.RetryAfterAlarmReceiver newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.886 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.services.DeviceManagerApiService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.888 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.services.GcmReceiverService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.889 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.services.LockscreenMessageService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.890 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.891 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.services.MdmPhoneWearableListenerService
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.892 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.services.RingService newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.895 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:48.904 1291 3883 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:48.931 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:48.940 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:48.948 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.measurement.PackageMeasurementTaskService
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.949 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.measurement.PackageMeasurementReceiver newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.951 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mobiledataplan.ui.MobileDataPlanDetailActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.952 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mobiledataplan.ui.MobileDataPlanSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.952 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mobiledataplan.gcm.GcmBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.953 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mobiledataplan.service.PeriodicUpdaterService
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:48.968 1291 3879 D IntervalStats: Unable to parse usage stats
packages: [258]
12-30 17:01:49.029 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:49.099 1291 3879 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:49.125 1291 7444 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
12-30 17:01:49.126 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
20.0%(nit 60, control mode manual, policy level 2, lux 2000).
12-30 17:01:49.126 1291 1646 D _V_VivoBrightnessPolicyService: Target percent is
already set to 20.0%.
12-30 17:01:49.292 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.bootstrap.service.NearbyBootstrapService
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.303 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:49.315 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:01:49.333 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.devices.DevicesListActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.334 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.service.DiscoveryService
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.334 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.fastpair.CompanionAppInstallActiv
ity newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.335 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.fastpair.HalfSheetActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.336 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.fastpair.AtvConnectActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.336 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.fastpair.GcmBroadcastReceiver
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.337 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.devices.FindDeviceActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.338 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.fastpair.slice.FastPairSliceProvi
der newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.339 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.fastpair.slice.FastPairContextual
CardProvider newState:1 userId:0 callingPackage:null callingUid:10156
callingPid:2987
12-30 17:01:49.349 1291 3879 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:49.388 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.exposurenotification.service.ExposureNotifi
cationInternalService newState:1 userId:0 callingPackage:null callingUid:10156
callingPid:2987
12-30 17:01:49.389 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.exposurenotification.service.ExposureMatchi
ngService newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.389 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.exposurenotification.settings.SettingsActiv
ity newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.390 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.exposurenotification.settings.SettingsCheck
erActivity newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.398 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProc
essActivity newState:2 userId:0 callingPackage:null callingUid:10156
callingPid:2987
12-30 17:01:49.413 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.fastpair.service.WearableDataListenerServic
e newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.470 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.messages.offline.OfflineCachingService
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.505 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:49.510 1291 7444 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.511 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.settings.SettingsActivity
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.512 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.512 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAl
ias newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.513 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsPreferenceActivity
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.514 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.515 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.DeviceVisibilityActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.515 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.DirectShareService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.516 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingSyncService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.518 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.send.SendActivityAlias newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.519 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ShareSheetActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.521 1291 3879 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:nearby_sharing_component value:
pkg:com.google.android.gms userId:0
12-30 17:01:49.522 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsReviewActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.523 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SetupActivity newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.524 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.suw.SetupWizardActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.524 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.525 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.526 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingSliceProvider newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.528 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.NotificationActionActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.528 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingTileService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.530 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.QuickSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.530 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.GcmBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.532 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.BottomSheetHunActivity newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.533 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.534 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ShareSheetActivityAlias newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.536 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGalle
ry newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.538 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFil
es newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.574 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.hce.service.PayHceService newState:2 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.613 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:49.620 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:49.622 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.gcmtask.PayGcmTaskService newState:2 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.623 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheSer
vice newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.624 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.notifications.GcmBroadcastReceiver newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.625 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.notifications.PayNotificationService
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.626 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.main.PayActivity newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.627 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.main.PayOptionalActivity newState:2 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.627 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.main.PayImplicitIntentActivity newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.628 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.deeplink.DeepLinkActivity newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.629 1291 1704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.bluetooth.service.PayBluetoothLeService
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:49.658 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:49.674 1291 1704 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=50788, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.gcm.GcmInternalReceiver,
com.google.android.location.drivingmode.DrivingModeSettingsActivity,
com.google.android.gms.backup.component.BackupOptInActivity,
com.google.android.gms.tapandpay.hce.service.TpHceService,
com.google.android.gms.auth.managed.ui.SetNewPasswordActivity,
com.google.android.gms.nearby.bootstrap.service.NearbyBootstrapService,
com.google.android.gms.checkin.CheckinServiceLegacyGcmTriggerReceiver,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.findmydevice.spot.locationreporting.taptoid.TapToIdHalfSheet
Activity, com.google.android.gms.nearby.sharing.ShareSheetActivityV2,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.nearby.sharing.BottomSheetHunActivity,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.kids.settings.GetSupervisionAppActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
ttings,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.plus.service.PlusService,
com.google.android.gms.nearby.sharing.settings.SettingsActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.pay.main.PayOptionalActivity,
com.google.android.location.settings.ArwEAlertSettingsActivity,
com.google.android.location.service.ArwEAlertSettingInjectorService,
com.google.android.gms.auth.uiflows.addaccount.GoogleServicesActivity,
com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity,
com.google.android.gms.nearby.sharing.send.SendActivityAlias,
com.google.android.gms.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias,
com.google.android.gms.pay.gcmtask.PayGcmTaskService,
com.google.android.location.drivingmode.AutoLaunchService,
com.google.android.gms.pay.main.PayImplicitIntentActivity,
com.google.android.gms.pay.hce.service.PayHceService,
com.google.android.gms.ocr.GiftCardOcrActivity,
com.google.android.gms.auth.managed.admin.DeviceAdminReceiver,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias,
com.google.android.gms.trus
12-30 17:01:49.674 1291 1704 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.home.service.START pkg=com.google.android.gms } U=0:
not found
12-30 17:01:49.681 1291 1704 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@552a9bc
12-30 17:01:49.700 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:01:49.701 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:49.708 1291 3879 D _V_FingerprintUnlockController: keyCode: 4,
action: 0
12-30 17:01:49.708 1291 3879 D _V_FaceUnlockController: onKeyEvent 4 action 0
12-30 17:01:49.710 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:49.717 1291 7444 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:49.719 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:49.720 1291 3879 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:49.781 1291 7444 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:49.818 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:49.833 1291 3879 D _V_FingerprintUnlockController: keyCode: 4,
action: 1
12-30 17:01:49.834 1291 3879 D _V_FaceUnlockController: onKeyEvent 4 action 1
12-30 17:01:49.836 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:49.837 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:49.856 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:49.863 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:49.904 1291 3879 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7279 callingUid:10172
12-30 17:01:49.934 1291 7444 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:01:50.015 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.phenotype.service.FlagOverrideReceiver newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:50.018 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 183164979; UID 10166; state: ENABLED
12-30 17:01:50.023 1291 3879 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7563 callingUid:10166
12-30 17:01:50.134 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.plus.service.OfflineActionSyncAdapterService
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:50.136 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.plus.service.PlusService newState:2 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:50.141 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.144 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.146 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.162 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:50.162 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10151, timeNow=157200
12-30 17:01:50.162 1291 1510 D DeviceIdleController: Time to remove uid 10151:
158247
12-30 17:01:50.162 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10151, delay=1047
12-30 17:01:50.173 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:50.185 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.190 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.220 1291 1704 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10185 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4525com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:01:50.220 1291 1704 V InputMethodManagerService: Client requesting input
be hidden
12-30 17:01:50.223 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
null (pid=-1, uid=-1) requires
com.google.android.youtube.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION due to
registered receiver BroadcastFilter{2dc94d1 10166/u0 ReceiverList{32337f8 7563
com.google.android.youtube/10166/u0 remote:ff5635b}}
12-30 17:01:50.289 1291 3879 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:50.310 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:01:50.326 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:50.435 1291 3632 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10185 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4525com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
12-30 17:01:50.435 1291 3632 V InputMethodManagerService: Client requesting input
be hidden
12-30 17:01:50.504 1291 3734 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:50.519 1291 3734 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:50.528 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.532 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:50.540 1291 3632 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=47759, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.vivo.upgradelibrary.common.upgrademode.install.silenttiming
.NetChangeAndChargingReceiver},
enabledComponents={androidx.work.impl.background.systemjob.SystemJobService},
vHidden=1}
12-30 17:01:50.557 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~zSSlexz88fbY1dmMXicFPg==/com.google.android.youtube-
KsqDY2byRBGqHNOAAGF50w==/base.apk
12-30 17:01:50.567 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.682 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.692 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.706 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.748 1291 3734 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7563 callingUid:10166
12-30 17:01:50.763 1291 1917 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:50.796 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.802 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:50.815 1291 3883 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10166, isRmsPreload = false, keepQuiet
=false
12-30 17:01:50.831 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.834 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.842 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.871 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:50.872 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:50.873 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.874 1291 3632 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10166, isRmsPreload = false, keepQuiet
=false
12-30 17:01:50.881 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:50.988 1291 3219 D BluetoothManagerService:
enableBle(com.google.android.gms): mBluetooth =null mBinding = false mState = OFF
12-30 17:01:50.988 1291 3219 D BluetoothManagerService: Registered for death of
com.google.android.gms
12-30 17:01:50.989 1291 3219 D BluetoothManagerService: 1 registered Ble Apps
12-30 17:01:51.007 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.gcm.nts.SchedulerService newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:51.034 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:51.038 1291 1704 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #2916} whose proc state 2 is better
than process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(1155 skipped)
12-30 17:01:51.040 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:51.043 1291 3883 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:51.118 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.signin.activity.ConsentActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:01:51.139 1291 1413 D BluetoothManagerService: MESSAGE_ENABLE(0):
mBluetooth = null
12-30 17:01:51.139 1291 1413 D BluetoothManagerService: MESSAGE_ENABLE:
handleEnable
12-30 17:01:51.139 1291 1413 D BluetoothManagerService: binding Bluetooth service
12-30 17:01:51.147 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:51.148 1291 1413 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
12-30 17:01:51.148 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:51.156 1291 1413 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.bluetooth
12-30 17:01:51.157 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:51.158 1291 1413 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1002; state: DISABLED
12-30 17:01:51.158 1291 1413 D BluetoothManagerService: Binding BT service.
Current user: 0
12-30 17:01:51.165 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:51.178 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:51.185 1291 1436 I ActivityManager: Start proc
7824:com.android.bluetooth/1002 for service
{com.android.bluetooth/com.android.bluetooth.btservice.AdapterService}
12-30 17:01:51.225 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:51.250 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:51.250 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10151, timeNow=158289
12-30 17:01:51.250 1291 1510 D DeviceIdleController: Removing uid 10151 from temp
whitelist
12-30 17:01:51.250 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10145, 10146, 10147, 10149, 10152, 10153, 10156,
10159, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:51.256 1291 3883 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:51.259 1291 3883 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:51.259 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10145, 10146, 10147, 10149, 10152, 10153, 10156, 10159,
10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:51.265 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:51.265 1291 1704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:51.266 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10159, timeNow=158304
12-30 17:01:51.266 1291 1510 D DeviceIdleController: Removing uid 10159 from temp
whitelist
12-30 17:01:51.266 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10145, 10146, 10147, 10149, 10152, 10153, 10156,
10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:51.266 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10145, 10146, 10147, 10149, 10152, 10153, 10156, 10161,
10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:51.267 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:51.269 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:51.271 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:51.282 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:51.303 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:51.332 1291 3734 W ActivityManager: Slow operation: 52ms so far, now
at attachApplicationLocked: before bindApplication
12-30 17:01:51.332 1291 3734 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1002; state: DISABLED
12-30 17:01:51.334 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:51.335 1291 3734 W ActivityManager: Slow operation: 53ms so far, now
at attachApplicationLocked: immediately before bindApplication
12-30 17:01:51.338 1291 3734 W ActivityManager: Slow operation: 58ms so far, now
at attachApplicationLocked: immediately after bindApplication
12-30 17:01:51.338 1291 3734 W ActivityManager: Slow operation: 58ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
12-30 17:01:51.348 1291 3734 W ActivityManager: Slow operation: 68ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
12-30 17:01:51.425 1291 3632 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:51.444 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:51.495 1291 3219 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:51.542 1291 3219 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:51.559 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:51.582 1291 3883 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:51.644 1291 3219 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:51.679 1291 3883 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:2987 callingUid:10156
12-30 17:01:51.699 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:51.781 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:51.782 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10153, timeNow=158820
12-30 17:01:51.782 1291 1510 D DeviceIdleController: Time to remove uid 10153:
159545
12-30 17:01:51.782 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10153, delay=725
12-30 17:01:51.827 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:51.840 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:51.843 1291 1412 D DeviceIdleController: Adding AppId 10166 to temp
whitelist. New entry: false
12-30 17:01:51.853 1291 3219 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:51.880 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:51.909 1291 7880 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:51.963 1291 1412 D DeviceIdleController: Adding AppId 10166 to temp
whitelist. New entry: false
12-30 17:01:51.985 1291 1412 D DeviceIdleController: Adding AppId 10166 to temp
whitelist. New entry: false
12-30 17:01:52.019 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: true
12-30 17:01:52.019 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=20000
12-30 17:01:52.019 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1001, 10037, 10119, 10145, 10146, 10147, 10149, 10152, 10153,
10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:52.032 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1001, 10037, 10119, 10145, 10146, 10147, 10149, 10152, 10153, 10156,
10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:52.034 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:52.048 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:52.056 1291 3879 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=47759, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.vivo.upgradelibrary.common.upgrademode.install.silenttiming
.NetChangeAndChargingReceiver},
enabledComponents={androidx.work.impl.background.systemjob.SystemJobService},
vHidden=1}
12-30 17:01:52.105 1291 3883 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.android.phone)
12-30 17:01:52.105 1291 3883 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.android.phone])
12-30 17:01:52.114 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:01:52.144 1291 3632 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:52.162 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:52.200 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: true
12-30 17:01:52.200 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=20000
12-30 17:01:52.201 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10119, 10145, 10146, 10147, 10149, 10152,
10153, 10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:52.202 1291 3883 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.audiofx
12-30 17:01:52.202 1291 3883 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:01:52.203 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10119, 10145, 10146, 10147, 10149, 10152, 10153,
10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:52.204 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:52.230 1291 1436 I ActivityManager: Start proc
7886:com.vivo.audiofx/1000 for broadcast
{com.vivo.audiofx/com.vivo.audiofx.AudioFxIntentReceiver}
12-30 17:01:52.485 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.android.bluetooth
className:com.android.bluetooth.telephony.BluetoothInCallService newState:2
userId:0 callingPackage:null callingUid:1002 callingPid:7824
12-30 17:01:52.490 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:52.501 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:52.545 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:52.545 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10153, timeNow=159583
12-30 17:01:52.545 1291 1510 D DeviceIdleController: Removing uid 10153 from temp
whitelist
12-30 17:01:52.545 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10119, 10145, 10146, 10147, 10149, 10152,
10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:52.577 1291 3883 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7463 callingUid:10145
12-30 17:01:52.606 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10119, 10145, 10146, 10147, 10149, 10152, 10156,
10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:52.625 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:52.625 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10149, timeNow=159663
12-30 17:01:52.625 1291 1510 D DeviceIdleController: Removing uid 10149 from temp
whitelist
12-30 17:01:52.625 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10119, 10145, 10146, 10147, 10152, 10156,
10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:52.635 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10119, 10145, 10146, 10147, 10152, 10156, 10161,
10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:52.642 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:52.644 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:52.644 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:52.647 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:52.654 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:52.660 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
12-30 17:01:52.714 1291 3883 I BroadcastQueue: Delay finish:
com.vivo.audiofx/.AudioFxIntentReceiver
12-30 17:01:52.728 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:52.740 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:01:52.740 1291 1291 D BluetoothManagerService: Bluetooth Adapter name
changed to Jllnme by android
12-30 17:01:52.741 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:bluetooth_name value:Jllnme pkg:android
userId:0
12-30 17:01:52.750 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:52.752 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:52.753 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:52.782 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:52.785 1291 3883 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:stringId value:2131689801
pkg:com.vivo.audiofx userId:0
12-30 17:01:52.822 1291 3883 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:audio_preference_parameters
value:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0
:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 pkg:com.vivo.audiofx
userId:0
12-30 17:01:52.834 1291 3883 W ActivityManager: Unable to start service Intent
{ cmp=com.vivo.udfingerprint/.service.MessengerService (has extras) } U=0: not
found
12-30 17:01:52.854 1291 7944 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:52.883 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:52.912 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.vivo.audiofx
className:com.vivo.audiofx.micmode.activity.MicModeActivity newState:2 userId:0
callingPackage:null callingUid:1000 callingPid:7886
12-30 17:01:52.922 1291 1291 D BluetoothManagerService:
BluetoothServiceConnection: com.android.bluetooth.btservice.AdapterService
12-30 17:01:52.922 1291 1413 D BluetoothManagerService:
MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 1
12-30 17:01:52.933 1291 1413 D BluetoothManagerService:
MESSAGE_INFORM_ADAPTER_SERVICE_UP
12-30 17:01:52.933 1291 1413 D BluetoothManagerService: Broadcasting
onBluetoothServiceUp() to 7 receivers.
12-30 17:01:52.940 1291 1413 D BluetoothManagerService:
MESSAGE_BLUETOOTH_STATE_CHANGE: OFF > BLE_TURNING_ON
12-30 17:01:52.942 1291 1413 D BluetoothManagerService: Sending BLE State Change:
OFF > BLE_TURNING_ON
12-30 17:01:52.943 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:01:52.943 1291 1291 D CompanionDeviceManagerService: Received BT state
transition broadcast: OFF -> BLE_TURNING_ON
12-30 17:01:52.944 1291 1412 D DeviceIdleController: Adding AppId 10156 to temp
whitelist. New entry: false
12-30 17:01:52.966 1291 1704 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL
name:bluetooth_sanitized_exposure_notification_supported value:1
pkg:com.android.bluetooth userId:0
12-30 17:01:53.038 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:53.039 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10165, timeNow=160078
12-30 17:01:53.039 1291 1510 D DeviceIdleController: Time to remove uid 10165:
163035
12-30 17:01:53.039 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10165, delay=2957
12-30 17:01:53.072 1291 3883 I ActivityManager: Process com.vivo.audiofx (pid
7886) has died: svc SVC
12-30 17:01:53.099 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.100 1291 1435 I BroadcastQueue: Resuming delayed broadcast
12-30 17:01:53.126 1291 1412 D DeviceIdleController: Adding AppId 10093 to temp
whitelist. New entry: true
12-30 17:01:53.126 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10093, delay=20000
12-30 17:01:53.126 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10093, 10119, 10145, 10146, 10147, 10152,
10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:53.129 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10093, 10119, 10145, 10146, 10147, 10152, 10156,
10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:53.130 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:53.143 1291 7961 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:01:53.152 1291 3219 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:53.166 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:01:53.168 1291 1704 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.crontab
12-30 17:01:53.169 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
12-30 17:01:53.183 1291 1704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:53.194 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.196 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.198 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.202 1291 1436 I ActivityManager: Start proc
7963:com.vivo.crontab/1000 for broadcast
{com.vivo.crontab/com.vivo.crontab.AlarmReceiver}
12-30 17:01:53.205 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.211 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.214 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.217 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.219 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.224 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.232 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.239 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.240 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.253 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.257 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.260 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.264 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:53.274 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:53.275 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.276 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.277 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.283 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.284 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:01:53.285 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:01:53.310 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.312 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.315 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.319 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.319 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.320 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.322 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.323 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.324 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:01:53.325 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.326 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.328 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.329 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.331 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.332 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.333 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.335 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.336 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.337 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.338 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.339 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.341 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.342 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.343 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.344 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.345 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.346 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.348 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.349 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.350 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.351 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.353 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.354 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.355 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.356 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.358 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.359 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.361 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.362 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.363 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.364 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.366 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.367 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.369 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.370 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.371 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.372 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.374 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.376 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.376 1291 3881 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:01:53.378 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.379 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.381 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.382 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.386 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.387 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.390 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.402 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:01:53.403 1291 1291 D BluetoothManagerService: Bluetooth Adapter address
changed to D8:0E:29:E0:FD:00
12-30 17:01:53.403 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:bluetooth_address value:D8:0E:29:E0:FD:00
pkg:android userId:0
12-30 17:01:53.408 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:01:53.408 1291 1291 D BluetoothManagerService: Bluetooth Adapter name
changed to Jllnme by android
12-30 17:01:53.409 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:bluetooth_name value:Jllnme pkg:android
userId:0
12-30 17:01:53.422 1291 1412 D DeviceIdleController: Adding AppId 10047 to temp
whitelist. New entry: true
12-30 17:01:53.422 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10047, delay=20000
12-30 17:01:53.422 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10093, 10119, 10145, 10146, 10147,
10152, 10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:53.422 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10093, 10119, 10145, 10146, 10147, 10152,
10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:53.423 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:53.424 1291 1412 D DeviceIdleController: Adding AppId 10047 to temp
whitelist. New entry: false
12-30 17:01:53.426 1291 1412 D DeviceIdleController: Adding AppId 10047 to temp
whitelist. New entry: false
12-30 17:01:53.427 1291 1412 D DeviceIdleController: Adding AppId 10047 to temp
whitelist. New entry: false
12-30 17:01:53.429 1291 1412 D DeviceIdleController: Adding AppId 10047 to temp
whitelist. New entry: false
12-30 17:01:53.431 1291 1412 D DeviceIdleController: Adding AppId 10047 to temp
whitelist. New entry: false
12-30 17:01:53.431 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.433 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.434 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.436 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.437 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.438 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.439 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.441 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.442 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.443 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.445 1291 1413 D BluetoothManagerService:
MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_ON > BLE_ON
12-30 17:01:53.445 1291 1413 D BluetoothManagerService:
bluetoothStateChangeHandler15 true
12-30 17:01:53.445 1291 1413 D BluetoothManagerService: Bluetooth is in LE only
mode
12-30 17:01:53.445 1291 1413 D BluetoothManagerService: Binding Bluetooth GATT
service
12-30 17:01:53.454 1291 1413 D BluetoothManagerService: Sending BLE State Change:
BLE_TURNING_ON > BLE_ON
12-30 17:01:53.455 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:01:53.455 1291 1291 D CompanionDeviceManagerService: Received BT state
transition broadcast: BLE_TURNING_ON -> BLE_ON
12-30 17:01:53.456 1291 1291 I CompanionDeviceManagerService: startBleScan()
12-30 17:01:53.457 1291 1412 D DeviceIdleController: Adding AppId 10156 to temp
whitelist. New entry: false
12-30 17:01:53.461 1291 1291 D BluetoothManagerService:
BluetoothServiceConnection: com.android.bluetooth.gatt.GattService
12-30 17:01:53.461 1291 1413 D BluetoothManagerService:
MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 2
12-30 17:01:53.461 1291 1413 D BluetoothManagerService: continueFromBleOnState()
12-30 17:01:53.462 1291 1413 D BluetoothManagerService: isBleAppPresent() count:
1
12-30 17:01:53.500 1291 1412 D DeviceIdleController: Adding AppId 10095 to temp
whitelist. New entry: true
12-30 17:01:53.500 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10095, delay=20000
12-30 17:01:53.500 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10093, 10095, 10119, 10145, 10146,
10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:53.502 1291 3622 I ActivityManager: com.vivo.game is exempt from
freezer
12-30 17:01:53.502 1291 3622 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.game
12-30 17:01:53.503 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10095; state: DISABLED
12-30 17:01:53.503 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10095; state: ENABLED
12-30 17:01:53.504 1291 3622 I ActivityManager: Killing
6675:com.google.android.apps.searchlite/u0a153 (adj 955): empty #17
12-30 17:01:53.510 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10093, 10095, 10119, 10145, 10146, 10147,
10152, 10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:53.511 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:53.522 1291 1436 I ActivityManager: Start proc
7989:com.vivo.game/u0a95 for broadcast
{com.vivo.game/com.vivo.game.pm.update.BootCompletedReceiver}
12-30 17:01:53.589 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:53.590 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:53.592 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:53.618 1291 3881 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10095; state: DISABLED
12-30 17:01:53.623 1291 1454 D _V_SceneFreezer: addAppLocked: com.vivo.game
12-30 17:01:53.688 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.751 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.752 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.766 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.868 1291 3881 W _V_PackageManager: setEnabledSetting
packageName:com.vivo.game
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10095 callingPid:7989
12-30 17:01:53.880 1291 3734 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:53.893 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:53.938 1291 7444 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10095; state: DISABLED
12-30 17:01:53.993 1291 7444 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:54.090 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:54.099 1291 3734 I ActivityManager: Killing
6717:com.google.android.apps.setupwizard.searchselector/u0a149 (adj 985): empty #17
12-30 17:01:54.110 1291 1412 D DeviceIdleController: Adding AppId 10075 to temp
whitelist. New entry: true
12-30 17:01:54.110 1291 7444 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:54.110 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10075, delay=20000
12-30 17:01:54.111 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10093, 10095, 10119, 10145,
10146, 10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:54.112 1291 3734 I _V_VivoCommonService: get info binder pid is :7989
12-30 17:01:54.112 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10093, 10095, 10119, 10145, 10146,
10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:54.113 1291 3734 I _V_VivoCommonService: get info binder pid is :7989
12-30 17:01:54.113 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:54.176 1291 7444 W ActivityManager: Permission Denial: Accessing
service com.vivo.pushservice/com.vivo.push.sdk.service.UpstageService from
pid=7989, uid=10095 requires com.push.permission.UPSTAGESERVICE
12-30 17:01:54.177 1291 1412 D DeviceIdleController: Adding AppId 10096 to temp
whitelist. New entry: true
12-30 17:01:54.177 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10096, delay=20000
12-30 17:01:54.177 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10093, 10095, 10096, 10119,
10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183,
10185]
12-30 17:01:54.178 1291 3883 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.notes
12-30 17:01:54.179 1291 3883 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10096; state: DISABLED
12-30 17:01:54.179 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10096; state: ENABLED
12-30 17:01:54.182 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10093, 10095, 10096, 10119, 10145,
10146, 10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183, 10185]
12-30 17:01:54.183 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:54.186 1291 7444 W ActivityManager: Permission Denial: Accessing
service com.vivo.pushservice/com.vivo.push.sdk.service.UpstageService from
pid=7989, uid=10095 requires com.push.permission.UPSTAGESERVICE
12-30 17:01:54.190 1291 1917 W ActivityManager: Permission Denial: Accessing
service com.vivo.pushservice/com.vivo.push.sdk.service.UpstageService from
pid=7989, uid=10095 requires com.push.permission.UPSTAGESERVICE
12-30 17:01:54.196 1291 1436 I ActivityManager: Start proc
8032:com.vivo.notes/u0a96 for broadcast
{com.vivo.notes/com.vivo.notes.receiver.AlarmBroadcastReceiver}
12-30 17:01:54.206 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:54.254 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:54.257 1291 3883 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:54.259 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:54.280 1291 3883 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10096; state: DISABLED
12-30 17:01:54.342 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.353 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.357 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.361 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.362 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.364 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.366 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.370 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.371 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.373 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.377 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.379 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.381 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.383 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.388 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.390 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.392 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.393 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.394 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.396 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.397 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.398 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.519 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:54.568 1291 3883 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:54.576 1291 7444 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:54.587 1291 7444 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:54.621 1291 1412 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
12-30 17:01:54.623 1291 3219 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.omacp
12-30 17:01:54.624 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1001; state: DISABLED
12-30 17:01:54.624 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 1001; state: DISABLED
12-30 17:01:54.624 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 1001; state: DISABLED
12-30 17:01:54.624 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 1001; state: ENABLED
12-30 17:01:54.630 1291 3219 I ActivityManager: Killing
6746:com.google.android.apps.tachyon/u0a165 (adj 945): empty #17
12-30 17:01:54.649 1291 1436 I ActivityManager: Start proc
8063:com.vivo.omacp/1001 for broadcast
{com.vivo.omacp/com.vivo.omacp.message.OmacpReceiver}
12-30 17:01:54.688 1291 3734 I ActivityManager: Process com.vivo.notes (pid 8032)
has died: cch+5 CEM
12-30 17:01:54.723 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:54.725 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:54.727 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:54.861 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.868 1291 1412 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
12-30 17:01:54.872 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
12-30 17:01:54.885 1291 1412 D DeviceIdleController: Adding AppId 10080 to temp
whitelist. New entry: true
12-30 17:01:54.885 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10080, delay=20000
12-30 17:01:54.885 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10093, 10095, 10096,
10119, 10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166, 10172,
10183, 10185]
12-30 17:01:54.888 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10093, 10095, 10096, 10119,
10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166, 10172, 10183,
10185]
12-30 17:01:54.889 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:54.889 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:54.892 1291 3622 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.website
12-30 17:01:54.893 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10083; state: DISABLED
12-30 17:01:54.894 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10083; state: ENABLED
12-30 17:01:54.897 1291 1412 D DeviceIdleController: Adding AppId 10083 to temp
whitelist. New entry: true
12-30 17:01:54.897 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10083, delay=20000
12-30 17:01:54.897 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166,
10172, 10183, 10185]
12-30 17:01:54.897 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10119, 10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166, 10172,
10183, 10185]
12-30 17:01:54.902 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:54.912 1291 1436 I ActivityManager: Start proc
8083:com.vivo.website/u0a83 for broadcast
{com.vivo.website/com.vivo.website.receiver.InvokeAppBroadCastReceiver}
12-30 17:01:54.976 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:54.981 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:54.984 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:55.006 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10083; state: DISABLED
12-30 17:01:55.309 1291 3219 I ActivityManager: Killing
6815:com.android.mms:smartsms/u0a55 (adj 985): empty #17
12-30 17:01:55.318 1291 1412 D DeviceIdleController: Adding AppId 10211 to temp
whitelist. New entry: true
12-30 17:01:55.319 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10211, delay=20000
12-30 17:01:55.319 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166,
10172, 10183, 10185, 10211]
12-30 17:01:55.319 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:55.322 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10119, 10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166, 10172,
10183, 10185, 10211]
12-30 17:01:55.325 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:55.328 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:55.333 1291 1917 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=launcher.action.CHANGE_APPLICATION_NOTIFICATION_NUM flg=0x10
(has extras) } send by ApplicationInfo{b09b02d com.vivo.website} should with
permissions for security!!!
12-30 17:01:55.434 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:55.519 1291 3219 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:55.545 1291 1412 D DeviceIdleController: Adding AppId 10211 to temp
whitelist. New entry: false
12-30 17:01:55.611 1291 1412 D DeviceIdleController: Adding AppId 10211 to temp
whitelist. New entry: false
12-30 17:01:55.628 1291 1412 D DeviceIdleController: Adding AppId 10211 to temp
whitelist. New entry: false
12-30 17:01:55.669 1291 3622 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:55.671 1291 3622 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10211, isRmsPreload = false, keepQuiet =false
12-30 17:01:55.681 1291 1412 D DeviceIdleController: Adding AppId 10211 to temp
whitelist. New entry: false
12-30 17:01:55.698 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:55.710 1291 3622 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10211 callingPid:4380
12-30 17:01:55.754 1291 3219 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:4380 callingUid:10211
12-30 17:01:55.779 1291 3622 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:55.780 1291 3622 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10211, isRmsPreload = false, keepQuiet =false
12-30 17:01:55.788 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:55.790 1291 3622 D JobServiceContext: doCallback of :
JobStatus{837c3b0 #u0a211/-854430855
com.facebook.katana/com.facebook.battery.monitor.ContinuousBatteryMonitorService
u=0 s=10211 TIME=none:-124ms READY} v:VERB_EXECUTING
12-30 17:01:55.792 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:55.812 1291 1412 D DeviceIdleController: Adding AppId 10211 to temp
whitelist. New entry: false
12-30 17:01:55.812 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:55.831 1291 1412 D DeviceIdleController: Adding AppId 10188 to temp
whitelist. New entry: true
12-30 17:01:55.831 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10188, delay=20000
12-30 17:01:55.831 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166,
10172, 10183, 10185, 10188, 10211]
12-30 17:01:55.832 1291 3622 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.lite
12-30 17:01:55.833 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10188; state: DISABLED
12-30 17:01:55.833 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10188; state: ENABLED
12-30 17:01:55.833 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10119, 10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10165, 10166, 10172,
10183, 10185, 10188, 10211]
12-30 17:01:55.834 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:55.851 1291 1436 I ActivityManager: Start proc
8124:com.facebook.lite:fbns/u0a188 for broadcast
{com.facebook.lite/com.facebook.rti.push.service.MqttSystemBroadcastReceiver}
12-30 17:01:55.902 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:55.906 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:55.907 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:55.933 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10188; state: DISABLED
12-30 17:01:55.973 1291 3622 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:56.038 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:56.038 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10165, timeNow=163077
12-30 17:01:56.038 1291 1510 D DeviceIdleController: Removing uid 10165 from temp
whitelist
12-30 17:01:56.038 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10166, 10172,
10183, 10185, 10188, 10211]
12-30 17:01:56.041 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10119, 10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10166, 10172, 10183,
10185, 10188, 10211]
12-30 17:01:56.043 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:56.046 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:56.117 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:56.143 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:56.258 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:56.258 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10152, timeNow=163297
12-30 17:01:56.258 1291 1510 D DeviceIdleController: Time to remove uid 10152:
164070
12-30 17:01:56.259 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10152, delay=773
12-30 17:01:56.319 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:56.593 1291 1917 W ActivityManager: Unable to start service Intent
{ act=Orca.START cmp=com.facebook.lite/com.facebook.rti.push.service.FbnsService
(has extras) } U=0: not found
12-30 17:01:56.595 1291 1412 D DeviceIdleController: Adding AppId 10188 to temp
whitelist. New entry: false
12-30 17:01:56.598 1291 1917 I ActivityManager: Killing
6893:com.google.android.apps.youtube.music/u0a161 (adj 945): empty #17
12-30 17:01:56.609 1291 1412 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
12-30 17:01:56.620 1291 1412 D DeviceIdleController: Adding AppId 10214 to temp
whitelist. New entry: true
12-30 17:01:56.620 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10214, delay=20000
12-30 17:01:56.621 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10166, 10172,
10183, 10185, 10188, 10211, 10214]
12-30 17:01:56.622 1291 1917 I _V_ActivityManager: isSystemApp: false,
packageName: com.instagram.android
12-30 17:01:56.622 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10214; state: DISABLED
12-30 17:01:56.623 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10214; state: ENABLED
12-30 17:01:56.625 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10119, 10145, 10146, 10147, 10152, 10156, 10161, 10162, 10163, 10166, 10172, 10183,
10185, 10188, 10211, 10214]
12-30 17:01:56.626 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:56.641 1291 1436 I ActivityManager: Start proc
8158:com.instagram.android/u0a214 for broadcast
{com.instagram.android/com.instagram.api.realtimepeak.LauncherSyncBootReceiver}
12-30 17:01:56.651 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:56.699 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:56.701 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:56.702 1291 3219 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:56.739 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10214; state: DISABLED
12-30 17:01:56.746 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 181136395; UID 10188; state: DISABLED
12-30 17:01:56.747 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 174042936; UID 10188; state: DISABLED
12-30 17:01:56.825 1291 3219 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7563 callingUid:10166
12-30 17:01:56.895 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:56.895 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10185, timeNow=163933
12-30 17:01:56.895 1291 1510 D DeviceIdleController: Time to remove uid 10185:
183647
12-30 17:01:56.895 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10185, delay=19714
12-30 17:01:57.072 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:57.072 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10152, timeNow=164110
12-30 17:01:57.072 1291 1510 D DeviceIdleController: Removing uid 10152 from temp
whitelist
12-30 17:01:57.072 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10147, 10156, 10161, 10162, 10163, 10166, 10172, 10183,
10185, 10188, 10211, 10214]
12-30 17:01:57.081 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10119, 10145, 10146, 10147, 10156, 10161, 10162, 10163, 10166, 10172, 10183, 10185,
10188, 10211, 10214]
12-30 17:01:57.083 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:57.083 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10161, timeNow=164121
12-30 17:01:57.083 1291 1510 D DeviceIdleController: Removing uid 10161 from temp
whitelist
12-30 17:01:57.083 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10147, 10156, 10162, 10163, 10166, 10172, 10183, 10185,
10188, 10211, 10214]
12-30 17:01:57.084 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10119, 10145, 10146, 10147, 10156, 10162, 10163, 10166, 10172, 10183, 10185, 10188,
10211, 10214]
12-30 17:01:57.086 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:57.090 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:57.091 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:01:57.096 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:57.149 1291 1966 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 54, .batteryVoltage = 4090, .batteryTemperature =
341, .batteryCurrent = 1290, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 53000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
12-30 17:01:57.150 1291 1291 D VivoBatteryService: INCOME SUCCESS
12-30 17:01:57.160 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
12-30 17:01:57.160 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
12-30 17:01:57.160 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:01:57.161 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:01:57.161 1291 1291 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
12-30 17:01:57.161 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=true
12-30 17:01:57.161 1291 1291 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
12-30 17:01:57.279 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:01:57.353 1291 1704 I _V_PackageManager: getPackageInfo null :
PackageUserState{ceDataInode=50745, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents=[], enabledComponents=[], vHidden=1}
12-30 17:01:57.872 1291 1704 D CompatibilityChangeReporter: Compat change id
reported: 183164979; UID 10214; state: ENABLED
12-30 17:01:58.030 1291 3219 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:58.032 1291 3219 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:58.205 1291 3219 I ActivityManager: Killing
7045:com.google.android.calendar/u0a163 (adj 935): empty #17
12-30 17:01:58.253 1291 1585 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10163; state: ENABLED
12-30 17:01:58.260 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.share.handleractivity.ShareHandlerActivity newState:1
userId:0 callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.262 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.share.handleractivity.ShareHandlerActivityMultipleFeedAlias
newState:2 userId:0 callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.285 1291 3734 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:58.511 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:01:58.511 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10163, timeNow=165550
12-30 17:01:58.512 1291 1510 D DeviceIdleController: Time to remove uid 10163:
167631
12-30 17:01:58.512 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10163, delay=2081
12-30 17:01:58.515 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.direct.share.handler.DirectShareHandlerActivity newState:2
userId:0 callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.517 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.direct.share.handler.DirectShareHandlerActivityInterop
newState:1 userId:0 callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.520 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhoto
newState:2 userId:0 callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.522 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhotoI
nterop newState:1 userId:0 callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.523 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideo
newState:2 userId:0 callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.525 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideoI
nterop newState:1 userId:0 callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.527 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.direct.share.handler.DirectMultipleExternalMediaShareActivi
ty newState:2 userId:0 callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.532 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.direct.share.handler.DirectMultipleExternalMediaShareActivi
tyInterop newState:2 userId:0 callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.532 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.fbpay.w3c.ipc.IsReadyToPayServiceImpl newState:1 userId:0
callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.533 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.fbpay.w3c.ipc.FBPaymentServiceImpl newState:1 userId:0
callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.534 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.fbpay.w3c.views.PaymentActivity newState:1 userId:0
callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.876 1291 1412 D DeviceIdleController: Adding AppId 10214 to temp
whitelist. New entry: false
12-30 17:01:58.888 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.push.FbnsInitBroadcastReceiver newState:1 userId:0
callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.901 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10214; state: ENABLED
12-30 17:01:58.944 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.push.FbnsInitBroadcastReceiver newState:1 userId:0
callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:58.958 1291 1412 D DeviceIdleController: Adding AppId 10214 to temp
whitelist. New entry: false
12-30 17:01:58.979 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.push.FbnsInitBroadcastReceiver newState:1 userId:0
callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:59.008 1291 1412 D DeviceIdleController: Adding AppId 10214 to temp
whitelist. New entry: false
12-30 17:01:59.020 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:59.020 1291 1412 D DeviceIdleController: Adding AppId 10214 to temp
whitelist. New entry: false
12-30 17:01:59.028 1291 1412 D DeviceIdleController: Adding AppId 10214 to temp
whitelist. New entry: false
12-30 17:01:59.036 1291 1917 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10214 callingPid:8158
12-30 17:01:59.067 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:01:59.076 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:59.083 1291 1917 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8158 callingUid:10214
12-30 17:01:59.117 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.132 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:59.150 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:59.155 1291 1412 D DeviceIdleController: Adding AppId 10187 to temp
whitelist. New entry: true
12-30 17:01:59.155 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10187, delay=20000
12-30 17:01:59.155 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10147, 10156, 10162, 10163, 10166, 10172, 10183, 10185,
10187, 10188, 10211, 10214]
12-30 17:01:59.157 1291 3734 I _V_ActivityManager: isSystemApp: false,
packageName: com.outfit7.talkingtomgoldrun
12-30 17:01:59.157 1291 3734 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10187; state: DISABLED
12-30 17:01:59.158 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10187; state: ENABLED
12-30 17:01:59.162 1291 3734 I ActivityManager: Killing
3857:com.android.vending:background/u0a155 (adj 975): empty #17
12-30 17:01:59.167 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10119, 10145, 10146, 10147, 10156, 10162, 10163, 10166, 10172, 10183, 10185, 10187,
10188, 10211, 10214]
12-30 17:01:59.172 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:01:59.174 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:01:59.175 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:01:59.181 1291 1436 I ActivityManager: Start proc
8350:com.outfit7.talkingtomgoldrun/u0a187 for broadcast
{com.outfit7.talkingtomgoldrun/com.outfit7.engine.reminder.LocalReminderReboot}
12-30 17:01:59.229 1291 3734 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:59.244 1291 5351 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:59.246 1291 5351 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:59.248 1291 5351 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:01:59.266 1291 3219 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:59.282 1291 5351 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10187; state: DISABLED
12-30 17:01:59.319 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.669 1291 5351 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:59.682 1291 5351 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:59.686 1291 5351 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:01:59.812 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.815 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.819 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.820 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.822 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.823 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.826 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.831 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.836 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.860 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.869 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:01:59.870 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.891 1291 3622 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3122
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 17:01:59.893 1291 3622 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3125
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
12-30 17:01:59.895 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.896 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.896 1291 3622 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3132
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 17:01:59.897 1291 3622 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3137
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 17:01:59.900 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 17:01:59.900 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 17:01:59.902 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.902 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.902 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{66715c8 1755:com.android.systemui/u0a47} (pid=1755, uid=10047)
excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.902 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.903 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.903 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{dc5bd1 2941:com.vivo.pem/1000} (pid=2941, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.962 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:01:59.971 1291 5351 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3122
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 17:01:59.972 1291 5351 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3125
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
12-30 17:01:59.975 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.975 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.975 1291 5351 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3132
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 17:01:59.976 1291 5351 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3137
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
12-30 17:01:59.978 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 17:01:59.979 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
12-30 17:01:59.981 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.981 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.981 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{66715c8 1755:com.android.systemui/u0a47} (pid=1755, uid=10047)
excludes appop android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.981 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.981 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.981 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{dc5bd1 2941:com.vivo.pem/1000} (pid=2941, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
12-30 17:01:59.982 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:01:59.984 1291 3622 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:02:00.000 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:00.002 1291 5351 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:00.018 1291 5351 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:00.025 1291 5351 D CompatibilityChangeReporter: Compat change id
reported: 124107808; UID 1001; state: ENABLED
12-30 17:02:00.057 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:00.077 1291 5351 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:02:00.137 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:00.234 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:00.260 1291 2088 W _V_PackageManager: setEnabledSetting
packageName:com.outfit7.talkingtomgoldrun
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10187 callingPid:8350
12-30 17:02:00.315 1291 5351 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8350 callingUid:10187
12-30 17:02:00.320 1291 2088 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:00.345 1291 3219 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10155, isRmsPreload = false, keepQuiet =false
12-30 17:02:00.373 1291 1412 D DeviceIdleController: Adding AppId 10192 to temp
whitelist. New entry: true
12-30 17:02:00.373 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10192, delay=20000
12-30 17:02:00.373 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10147, 10156, 10162, 10163, 10166, 10172, 10183, 10185,
10187, 10188, 10192, 10211, 10214]
12-30 17:02:00.375 1291 3219 I _V_ActivityManager: isSystemApp: false,
packageName: com.shopee.ph
12-30 17:02:00.376 1291 3219 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10192; state: DISABLED
12-30 17:02:00.377 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10192; state: ENABLED
12-30 17:02:00.382 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10119, 10145, 10146, 10147, 10156, 10162, 10163, 10166, 10172, 10183, 10185, 10187,
10188, 10192, 10211, 10214]
12-30 17:02:00.383 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:00.407 1291 1436 I ActivityManager: Start proc
8454:com.shopee.ph/u0a192 for broadcast
{com.shopee.ph/com.dieam.reactnativepushnotification.modules.RNPushNotificationBoot
EventReceiver}
12-30 17:02:00.428 1291 2088 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10156; state: DISABLED
12-30 17:02:00.456 1291 2105 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:00.472 1291 5351 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:00.474 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:00.475 1291 2105 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10187; state: ENABLED
12-30 17:02:00.476 1291 5351 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:00.495 1291 5351 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10192; state: DISABLED
12-30 17:02:00.524 1291 1408 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:00.557 1291 2105 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:00.631 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:00.631 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10163, timeNow=167670
12-30 17:02:00.632 1291 1510 D DeviceIdleController: Removing uid 10163 from temp
whitelist
12-30 17:02:00.632 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10147, 10156, 10162, 10166, 10172, 10183, 10185, 10187,
10188, 10192, 10211, 10214]
12-30 17:02:00.633 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10119, 10145, 10146, 10147, 10156, 10162, 10166, 10172, 10183, 10185, 10187, 10188,
10192, 10211, 10214]
12-30 17:02:00.635 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:00.636 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:01.055 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:01.055 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10147, timeNow=168093
12-30 17:02:01.055 1291 1510 D DeviceIdleController: Time to remove uid 10147:
168619
12-30 17:02:01.055 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10147, delay=526
12-30 17:02:01.082 1291 3622 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #3224} whose proc state 2 is better
than process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(445 skipped)
12-30 17:02:01.374 1291 3622 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:01.480 1291 5351 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:01.518 1291 5351 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:02:01.529 1291 5351 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:02:01.618 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:01.618 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10147, timeNow=168656
12-30 17:02:01.618 1291 1510 D DeviceIdleController: Removing uid 10147 from temp
whitelist
12-30 17:02:01.618 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10156, 10162, 10166, 10172, 10183, 10185, 10187, 10188,
10192, 10211, 10214]
12-30 17:02:01.637 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10119, 10145, 10146, 10156, 10162, 10166, 10172, 10183, 10185, 10187, 10188, 10192,
10211, 10214]
12-30 17:02:01.639 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:01.639 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10172, timeNow=168677
12-30 17:02:01.639 1291 1510 D DeviceIdleController: Time to remove uid 10172:
170554
12-30 17:02:01.639 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10172, delay=1877
12-30 17:02:01.640 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:01.642 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:01.645 1291 8549 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:02:01.652 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:01.656 1291 8552 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:02:01.658 1291 2105 W _V_PackageManager: setEnabledSetting
packageName:com.shopee.ph
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10192 callingPid:8454
12-30 17:02:01.753 1291 5351 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8454 callingUid:10192
12-30 17:02:01.901 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:02.117 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:02.319 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:02.341 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:02.346 1291 2105 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8454 callingUid:10192
12-30 17:02:02.493 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:02.502 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:02.640 1291 2105 W NotificationHistory: Attempted to remove channel
for locked/gone/disabled user 0
12-30 17:02:02.723 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:02.726 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:02.848 1291 1412 D DeviceIdleController: Adding AppId 10038 to temp
whitelist. New entry: true
12-30 17:02:02.848 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10038, delay=20000
12-30 17:02:02.848 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10038, 10047, 10075, 10080, 10083, 10093,
10095, 10096, 10119, 10145, 10146, 10156, 10162, 10166, 10172, 10183, 10185, 10187,
10188, 10192, 10211, 10214]
12-30 17:02:02.850 1291 3622 I ActivityManager: com.vivo.appstore is exempt from
freezer
12-30 17:02:02.850 1291 3622 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.appstore
12-30 17:02:02.850 1291 3622 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10038; state: DISABLED
12-30 17:02:02.851 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10038; state: ENABLED
12-30 17:02:02.855 1291 3622 I ActivityManager: Killing
7235:com.google.android.configupdater/u0a147 (adj 975): empty #17
12-30 17:02:02.859 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10038, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10156, 10162, 10166, 10172, 10183, 10185, 10187, 10188,
10192, 10211, 10214]
12-30 17:02:02.860 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:02.876 1291 1436 I ActivityManager: Start proc
8647:com.vivo.appstore/u0a38 for broadcast
{com.vivo.appstore/com.vivo.appstore.receiver.BootCompleteReceiver}
12-30 17:02:02.900 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:02:02.926 1291 5351 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:02.954 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:02.955 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:02.956 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:02.981 1291 2105 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10038; state: DISABLED
12-30 17:02:02.985 1291 1408 W _V_PackageManager: setEnabledSetting
packageName:com.shopee.ph
className:androidx.work.impl.background.systemalarm.RescheduleReceiver newState:2
userId:0 callingPackage:null callingUid:10192 callingPid:8454
12-30 17:02:03.100 1291 2105 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:03.140 1291 2105 W ActivityManager: Unable to start service Intent
{ act=com.virjar.ratel.ipc.register pkg=com.virjar.ratel.manager } U=0: not found
12-30 17:02:03.383 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:03.432 1291 3622 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:02:03.499 1291 1408 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:03.519 1291 8723 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:02:03.555 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:03.555 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10172, timeNow=170593
12-30 17:02:03.555 1291 1510 D DeviceIdleController: Removing uid 10172 from temp
whitelist
12-30 17:02:03.555 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10038, 10047, 10075, 10080, 10083, 10093,
10095, 10096, 10119, 10145, 10146, 10156, 10162, 10166, 10183, 10185, 10187, 10188,
10192, 10211, 10214]
12-30 17:02:03.565 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10038, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10156, 10162, 10166, 10183, 10185, 10187, 10188, 10192,
10211, 10214]
12-30 17:02:03.567 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:03.567 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10156, timeNow=170605
12-30 17:02:03.567 1291 1510 D DeviceIdleController: Removing uid 10156 from temp
whitelist
12-30 17:02:03.567 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10038, 10047, 10075, 10080, 10083, 10093,
10095, 10096, 10119, 10145, 10146, 10162, 10166, 10183, 10185, 10187, 10188, 10192,
10211, 10214]
12-30 17:02:03.570 1291 5351 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:02:03.572 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10038, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10162, 10166, 10183, 10185, 10187, 10188, 10192, 10211,
10214]
12-30 17:02:03.573 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:03.575 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:03.575 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:03.577 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:03.617 1291 1408 I _V_ShortcutService: forceDeleteShortcutInner
activity
12-30 17:02:03.617 1291 1408 I _V_ShortcutService: forceDeleteShortcutInner
camera
12-30 17:02:03.617 1291 1408 I _V_ShortcutService: forceDeleteShortcutInner
direct
12-30 17:02:03.617 1291 1408 I _V_ShortcutService: forceDeleteShortcutInner post
12-30 17:02:03.617 1291 1408 I _V_ShortcutService: forceReplaceShortcutInner
camera
12-30 17:02:03.642 1291 1408 I _V_ShortcutService: forceReplaceShortcutInner
activity
12-30 17:02:03.643 1291 1408 I _V_ShortcutService: forceReplaceShortcutInner post
12-30 17:02:03.644 1291 1408 I _V_ShortcutService: forceReplaceShortcutInner
direct
12-30 17:02:03.646 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:03.696 1291 1412 D DeviceIdleController: Adding AppId 10170 to temp
whitelist. New entry: true
12-30 17:02:03.696 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10170, delay=20000
12-30 17:02:03.696 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10038, 10047, 10075, 10080, 10083, 10093,
10095, 10096, 10119, 10145, 10146, 10162, 10166, 10170, 10183, 10185, 10187, 10188,
10192, 10211, 10214]
12-30 17:02:03.697 1291 1408 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.maps
12-30 17:02:03.698 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10170; state: ENABLED
12-30 17:02:03.701 1291 1408 I ActivityManager: Killing
7279:com.google.android.gm/u0a172 (adj 945): empty #17
12-30 17:02:03.704 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10038, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10119, 10145, 10146, 10162, 10166, 10170, 10183, 10185, 10187, 10188, 10192,
10211, 10214]
12-30 17:02:03.705 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:03.720 1291 1436 I ActivityManager: Start proc
8747:com.google.android.apps.maps/u0a170 for broadcast
{com.google.android.apps.maps/com.google.android.apps.gmm.parkinglocation.ParkingLo
cationNotificationReceiver}
12-30 17:02:03.802 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:03.889 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:02:03.906 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:03.908 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:03.909 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:03.926 1291 3881 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10170; state: DISABLED
12-30 17:02:04.381 1291 1918 W _V_VivoAmsImpl: mCallingPidFilter=8647,
mCallingUidFilter=10038
12-30 17:02:04.383 1291 1918 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
12-30 17:02:04.384 1291 1918 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10167; state: DISABLED
12-30 17:02:04.384 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10167; state: ENABLED
12-30 17:02:04.402 1291 1436 I ActivityManager: Start proc
8802:com.google.android.webview:webview_service/u0a167 for service
{com.google.android.webview/org.chromium.android_webview.services.VariationsSeedSer
ver}
12-30 17:02:04.440 1291 1918 W _V_VivoAmsImpl: mCallingPidFilter=8647,
mCallingUidFilter=10038
12-30 17:02:04.442 1291 1918 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10038; state: DISABLED
12-30 17:02:04.443 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10038; state: ENABLED
12-30 17:02:04.466 1291 1436 I ActivityManager: Start proc
8818:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbox
edProcessService0:0/u0i1 for
{com.vivo.appstore/org.chromium.content.app.SandboxedProcessService0:0}
12-30 17:02:04.472 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:04.474 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:04.475 1291 1918 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:04.504 1291 1918 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10167; state: DISABLED
12-30 17:02:04.515 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:04.673 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:04.735 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:04.735 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10119, timeNow=171773
12-30 17:02:04.735 1291 1510 D DeviceIdleController: Removing uid 10119 from temp
whitelist
12-30 17:02:04.735 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10038, 10047, 10075, 10080, 10083, 10093,
10095, 10096, 10145, 10146, 10162, 10166, 10170, 10183, 10185, 10187, 10188, 10192,
10211, 10214]
12-30 17:02:04.747 1291 1510 I ActivityManager: Killing
7398:com.google.android.onetimeinitializer/u0a146 (adj 985): empty #17
12-30 17:02:04.754 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10038, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10145, 10146, 10162, 10166, 10170, 10183, 10185, 10187, 10188, 10192, 10211,
10214]
12-30 17:02:04.757 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:04.757 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10146, timeNow=171795
12-30 17:02:04.757 1291 1510 D DeviceIdleController: Removing uid 10146 from temp
whitelist
12-30 17:02:04.757 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10038, 10047, 10075, 10080, 10083, 10093,
10095, 10096, 10145, 10162, 10166, 10170, 10183, 10185, 10187, 10188, 10192, 10211,
10214]
12-30 17:02:04.758 1291 2104 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:04.765 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10038, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10145, 10162, 10166, 10170, 10183, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:04.767 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:04.769 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:04.769 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:04.770 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:04.804 1291 2104 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8647 callingUid:10038
12-30 17:02:04.978 1291 1917 I ActivityManager: Killing
7437:com.google.android.packageinstaller/u0a37 (adj 975): empty #17
12-30 17:02:05.001 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:05.037 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:05.037 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10037, timeNow=172075
12-30 17:02:05.037 1291 1510 D DeviceIdleController: Removing uid 10037 from temp
whitelist
12-30 17:02:05.037 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10038, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10145, 10162, 10166, 10170, 10183, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:05.046 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10038, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10145, 10162, 10166, 10170, 10183, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:05.048 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:05.052 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:05.275 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:05.275 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10145, timeNow=172313
12-30 17:02:05.275 1291 1510 D DeviceIdleController: Time to remove uid 10145:
173119
12-30 17:02:05.275 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10145, delay=806
12-30 17:02:05.313 1291 1412 D DeviceIdleController: Adding AppId 10170 to temp
whitelist. New entry: false
12-30 17:02:05.375 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:05.378 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:05.477 1291 1917 W ActivityManager: Unable to start service Intent
{
cmp=com.google.android.projection.gearhead/com.google.android.apps.auto.carservice.
service.impl.GearheadCarStartupService } U=0: not found
12-30 17:02:05.479 1291 2104 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@ef0e6cd
12-30 17:02:05.521 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:05.524 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:05.584 1291 2104 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8747 callingUid:10170
12-30 17:02:06.019 1291 2104 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:06.103 1291 1412 D DeviceIdleController: Adding AppId 10170 to temp
whitelist. New entry: false
12-30 17:02:06.116 1291 1412 D DeviceIdleController: Adding AppId 10170 to temp
whitelist. New entry: false
12-30 17:02:06.117 1291 1919 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.maps
12-30 17:02:06.118 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10170; state: ENABLED
12-30 17:02:06.118 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:06.118 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10145, timeNow=173156
12-30 17:02:06.118 1291 1510 D DeviceIdleController: Removing uid 10145 from temp
whitelist
12-30 17:02:06.118 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10038, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10162, 10166, 10170, 10183, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:06.121 1291 1919 I ActivityManager: Killing
7463:com.google.android.partnersetup/u0a145 (adj 935): empty #17
12-30 17:02:06.131 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10038, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10162, 10166, 10170, 10183, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:06.132 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:06.132 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10183, timeNow=173171
12-30 17:02:06.132 1291 1510 D DeviceIdleController: Time to remove uid 10183:
173805
12-30 17:02:06.132 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10183, delay=634
12-30 17:02:06.133 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:06.135 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:06.135 1291 1436 I ActivityManager: Start proc
8961:com.google.android.apps.maps:server_recovery_process/u0a170 for broadcast
{com.google.android.apps.maps/com.google.android.apps.gmm.plugins.serverrecovery.Ph
enotypeServerRecoveryHandlerImpl}
12-30 17:02:06.155 1291 3623 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:06.189 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:06.191 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:06.193 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:06.282 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:02:06.362 1291 1967 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:06.399 1291 1967 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:06.436 1291 1412 D DeviceIdleController: Adding AppId 10170 to temp
whitelist. New entry: false
12-30 17:02:06.447 1291 1967 I ActivityManager: Finished processing
BOOT_COMPLETED for u0
12-30 17:02:06.451 1291 1967 I ActivityManager: Killing
6847:com.google.android.apps.wellbeing/u0a152 (adj 935): empty #17
12-30 17:02:06.462 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:06.467 1291 1967 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.externalstorage
12-30 17:02:06.468 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10039; state: DISABLED
12-30 17:02:06.468 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10039; state: DISABLED
12-30 17:02:06.468 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10039; state: DISABLED
12-30 17:02:06.469 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10039; state: ENABLED
12-30 17:02:06.469 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10039; state: ENABLED
12-30 17:02:06.477 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:06.492 1291 1436 I ActivityManager: Start proc
8995:com.android.externalstorage/u0a39 for broadcast
{com.android.externalstorage/com.android.externalstorage.MountReceiver}
12-30 17:02:06.575 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:06.577 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:06.579 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:06.596 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10039; state: DISABLED
12-30 17:02:06.617 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:06.618 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:06.627 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:06.636 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:06.705 1291 3603 W ActivityManager: Scheduling restart of crashed
service
com.google.android.apps.wellbeing/.focusmode.quicksettings.FocusModeTileService in
1000ms for connection
12-30 17:02:06.762 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:06.801 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:06.805 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:06.805 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10183, timeNow=173844
12-30 17:02:06.805 1291 1510 D DeviceIdleController: Removing uid 10183 from temp
whitelist
12-30 17:02:06.805 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10038, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10162, 10166, 10170, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:06.816 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10038, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10162, 10166, 10170, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:06.817 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:06.818 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:06.819 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:06.831 1291 1917 I ActivityManager: Killing
6928:com.android.chrome/u0a169 (adj 935): empty #17
12-30 17:02:06.861 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:06.862 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10162, timeNow=173900
12-30 17:02:06.862 1291 1510 D DeviceIdleController: Removing uid 10162 from temp
whitelist
12-30 17:02:06.862 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10038, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10166, 10170, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:06.869 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10038, 10047, 10075, 10080, 10083, 10093, 10095, 10096,
10166, 10170, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:06.871 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:06.872 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:06.932 1291 1917 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.media.module uid 10000, isRmsPreload = false,
keepQuiet =false
12-30 17:02:06.953 1291 1967 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.soundpicker
12-30 17:02:06.953 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10049; state: DISABLED
12-30 17:02:06.953 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10049; state: DISABLED
12-30 17:02:06.953 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10049; state: DISABLED
12-30 17:02:06.954 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10049; state: ENABLED
12-30 17:02:06.954 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10049; state: ENABLED
12-30 17:02:06.959 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:06.971 1291 1436 I ActivityManager: Start proc
9050:com.android.soundpicker/u0a49 for broadcast
{com.android.soundpicker/com.android.soundpicker.RingtoneReceiver}
12-30 17:02:06.973 1291 1967 D JobServiceContext: doCallback of :
JobStatus{4d309ba #u0a0/-300
com.android.providers.media.module/com.android.providers.media.MediaService u=0
s=10000 TIME=none:-43ms READY} v:VERB_EXECUTING
12-30 17:02:06.973 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:07.029 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:07.030 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:07.032 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:07.040 1291 1917 I NetworkWatchlistService: vivo_recovery
DNS_TIMEOUT, netId: 100, uid: 10192, hostname: livetech.live.shopee.co.id,
returnCode: 7
12-30 17:02:07.043 1291 1917 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.sendBroadcast:1191
com.android.server.net.watchlist.NetworkWatchlistService$1.onDnsEvent:242
com.android.server.connectivity.NetdEventListenerService.onDnsEvent:221
android.net.metrics.INetdEventListener$Stub.onTransact:125
android.os.Binder.execTransactInternal:1184
12-30 17:02:07.061 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:07.163 1291 1917 I BroadcastQueue: Delay finish:
com.android.soundpicker/.RingtoneReceiver
12-30 17:02:07.172 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:07.186 1291 9047 I ActivityManager: Killing
7563:com.google.android.youtube/u0a166 (adj 925): empty #17
12-30 17:02:07.194 1291 1435 I BroadcastQueue: Resuming delayed broadcast
12-30 17:02:07.197 1291 1435 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.photosgo
12-30 17:02:07.198 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10159; state: DISABLED
12-30 17:02:07.198 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10159; state: ENABLED
12-30 17:02:07.219 1291 1436 I ActivityManager: Start proc
9078:com.google.android.apps.photosgo/u0a159 for broadcast
{com.google.android.apps.photosgo/com.google.android.apps.photosgo.storage.VolumeSt
ateListener_Receiver}
12-30 17:02:07.287 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:07.289 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:07.290 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:07.291 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:07.291 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10166, timeNow=174330
12-30 17:02:07.291 1291 1510 D DeviceIdleController: Time to remove uid 10166:
179023
12-30 17:02:07.291 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10166, delay=4693
12-30 17:02:07.293 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:07.307 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10159; state: DISABLED
12-30 17:02:07.592 1291 9047 D BiometricService: canAuthenticate: User=0,
Caller=0, Authenticators=255
12-30 17:02:07.597 1291 9047 D BiometricService/PreAuthInfo: Package:
com.google.android.gms Sensor ID: 1 Modality: 8 Status: 4
12-30 17:02:07.599 1291 9047 D BiometricService/PreAuthInfo:
getCanAuthenticateInternal Modality: 8 AuthenticatorStatus: 4
12-30 17:02:07.604 1291 9047 D AuthService: canAuthenticate, userId: 0,
callingUserId: 0, authenticators: 255, result: 12
12-30 17:02:07.619 1291 1409 I ActivityManager: Killing
7963:com.vivo.crontab/1000 (adj 975): empty #17
12-30 17:02:07.672 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:07.687 1291 3878 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:07.704 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.stats.eastworld.EastworldService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:07.706 1291 1435 W _V_VivoAmsImpl: mCallingPidFilter=-1,
mCallingUidFilter=-1
12-30 17:02:07.707 1291 1435 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.wellbeing
12-30 17:02:07.708 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10152; state: DISABLED
12-30 17:02:07.708 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10152; state: DISABLED
12-30 17:02:07.708 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10152; state: DISABLED
12-30 17:02:07.708 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10152; state: ENABLED
12-30 17:02:07.709 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10152; state: ENABLED
12-30 17:02:07.716 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:07.719 1291 9047 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.searchlite
12-30 17:02:07.720 1291 9047 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10153; state: DISABLED
12-30 17:02:07.723 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:07.723 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:07.725 1291 3878 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 17:02:07.726 1291 3878 W _V_VivoAmsImpl: mCallingPidFilter=1755,
mCallingUidFilter=10047
12-30 17:02:07.726 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:07.727 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:07.730 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:07.730 1291 5351 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10152, isRmsPreload = false,
keepQuiet =false
12-30 17:02:07.731 1291 5351 W _V_VivoAmsImpl: mCallingPidFilter=1755,
mCallingUidFilter=10047
12-30 17:02:07.735 1291 1436 I ActivityManager: Start proc
9130:com.google.android.apps.wellbeing/u0a152 for service
{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.focusmode.quic
ksettings.FocusModeTileService}
12-30 17:02:07.736 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10153; state: ENABLED
12-30 17:02:07.736 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:07.755 1291 1436 I ActivityManager: Start proc
9132:com.google.android.apps.searchlite/u0a153 for broadcast
{com.google.android.apps.searchlite/com.google.android.apps.searchlite.widget.Searc
hLiteWidgetProvider}
12-30 17:02:07.781 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:07.802 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:07.804 1291 9047 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:07.811 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:07.827 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:07.829 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:07.831 1291 2105 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:07.834 1291 3878 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10152; state: DISABLED
12-30 17:02:07.877 1291 9047 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10153; state: DISABLED
12-30 17:02:07.893 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:07.894 1291 2105 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.tapandpay.hce.service.TpHceService newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:07.920 1291 9047 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.EmergencyLocationService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:07.920 1291 3878 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=50788, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.gcm.GcmInternalReceiver,
com.google.android.location.drivingmode.DrivingModeSettingsActivity,
com.google.android.gms.backup.component.BackupOptInActivity,
com.google.android.gms.tapandpay.hce.service.TpHceService,
com.google.android.gms.auth.managed.ui.SetNewPasswordActivity,
com.google.android.gms.nearby.bootstrap.service.NearbyBootstrapService,
com.google.android.gms.checkin.CheckinServiceLegacyGcmTriggerReceiver,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.findmydevice.spot.locationreporting.taptoid.TapToIdHalfSheet
Activity, com.google.android.gms.nearby.sharing.ShareSheetActivityV2,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.nearby.sharing.BottomSheetHunActivity,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.kids.settings.GetSupervisionAppActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
ttings,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.plus.service.PlusService,
com.google.android.gms.nearby.sharing.settings.SettingsActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.pay.main.PayOptionalActivity,
com.google.android.location.settings.ArwEAlertSettingsActivity,
com.google.android.location.service.ArwEAlertSettingInjectorService,
com.google.android.gms.auth.uiflows.addaccount.GoogleServicesActivity,
com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity,
com.google.android.gms.nearby.sharing.send.SendActivityAlias,
com.google.android.gms.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias,
com.google.android.gms.pay.gcmtask.PayGcmTaskService,
com.google.android.location.drivingmode.AutoLaunchService,
com.google.android.gms.pay.main.PayImplicitIntentActivity,
com.google.android.gms.pay.hce.service.PayHceService,
com.google.android.gms.ocr.GiftCardOcrActivity,
com.google.android.gms.auth.managed.admin.DeviceAdminReceiver,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias,
com.google.android.gms.trus
12-30 17:02:07.921 1291 3878 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.time.service.START pkg=com.google.android.gms } U=0:
not found
12-30 17:02:07.924 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.config.EmergencyConfigContentProvider
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:07.926 1291 1409 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=50788, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.gcm.GcmInternalReceiver,
com.google.android.location.drivingmode.DrivingModeSettingsActivity,
com.google.android.gms.backup.component.BackupOptInActivity,
com.google.android.gms.tapandpay.hce.service.TpHceService,
com.google.android.gms.auth.managed.ui.SetNewPasswordActivity,
com.google.android.gms.nearby.bootstrap.service.NearbyBootstrapService,
com.google.android.gms.checkin.CheckinServiceLegacyGcmTriggerReceiver,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.findmydevice.spot.locationreporting.taptoid.TapToIdHalfSheet
Activity, com.google.android.gms.nearby.sharing.ShareSheetActivityV2,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.nearby.sharing.BottomSheetHunActivity,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.kids.settings.GetSupervisionAppActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
ttings,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.plus.service.PlusService,
com.google.android.gms.nearby.sharing.settings.SettingsActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.pay.main.PayOptionalActivity,
com.google.android.location.settings.ArwEAlertSettingsActivity,
com.google.android.location.service.ArwEAlertSettingInjectorService,
com.google.android.gms.auth.uiflows.addaccount.GoogleServicesActivity,
com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity,
com.google.android.gms.nearby.sharing.send.SendActivityAlias,
com.google.android.gms.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias,
com.google.android.gms.pay.gcmtask.PayGcmTaskService,
com.google.android.location.drivingmode.AutoLaunchService,
com.google.android.gms.pay.main.PayImplicitIntentActivity,
com.google.android.gms.pay.hce.service.PayHceService,
com.google.android.gms.ocr.GiftCardOcrActivity,
com.google.android.gms.auth.managed.admin.DeviceAdminReceiver,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias,
com.google.android.gms.trus
12-30 17:02:07.926 1291 1409 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.time.service.START pkg=com.google.android.gms } U=0:
not found
12-30 17:02:07.926 1291 9047 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:07.927 1291 1409 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.EmergencyPersistentService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:07.930 1291 5351 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@aaf1f2c
12-30 17:02:07.931 1291 1409 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.settings.ThunderbirdSettingInjectorSer
vice newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:07.933 1291 1409 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.settings.ThunderbirdSettingsActivity
newState:0 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:07.935 1291 9047 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.settings.ThunderbirdSettingsV31Activit
y newState:0 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:07.937 1291 1409 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.settings.ThunderbirdSettingsContentPro
vider newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:07.945 1291 3878 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@17ddf5
12-30 17:02:07.953 1291 9175 I _V_ActivityManager: collectPssSampleEventTracking
12-30 17:02:07.972 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.trustagent.ConfirmUserCredentialAndStartActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:07.975 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.trustagent.PreferenceService newState:1 userId:0
callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:07.982 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.trustlet.onbody.discovery.PromoteScreenLockAndOnbo
dyActivity newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:07.983 1291 1409 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.trustlet.onbody.discovery.WebpageOnbodyPromotionAc
tivity newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:08.093 1291 5351 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_cb value:1
pkg:com.google.android.gms userId:0
12-30 17:02:08.133 1291 5351 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.wallet.service.WalletGcmTaskService newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:08.286 1291 1409 I ActivityManager: Killing 8063:com.vivo.omacp/1001
(adj 975): empty #17
12-30 17:02:08.293 1291 1409 I ActivityManager: Killing 7989:com.vivo.game/u0a95
(adj 975): empty #18
12-30 17:02:08.392 1291 9047 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:08.400 1291 9047 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
12-30 17:02:08.407 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
12-30 17:02:08.407 1291 1435 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{13747af com.ss.android.ugc.aweme.common.net.NetWorkStateReceiver}
targets 33 but delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1291, uid=1000) to
com.ss.android.ugc.trill/com.ss.android.ugc.aweme.common.net.NetWorkStateReceiver
12-30 17:02:08.407 1291 1435 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{cbb07bc com.bbk.theme.download.ThemeReceiver} targets 33 but delivery
restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1291, uid=1000) to com.bbk.theme/.download.ThemeReceiver
12-30 17:02:08.407 1291 1435 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{f65c345
com.facebook.oxygen.services.fbns.RegisteredMqttSystemBroadcastReceiver} targets 34
but delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1291, uid=1000) to
com.facebook.services/com.facebook.oxygen.services.fbns.RegisteredMqttSystemBroadca
stReceiver
12-30 17:02:08.407 1291 1435 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{c315a9a com.google.android.gms.gcm.ServiceAutoStarter} targets 33 but
delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1291, uid=1000) to com.google.android.gms/.gcm.ServiceAutoStarter
12-30 17:02:08.408 1291 1435 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{7baafcb com.vivo.networkimprove.StartupReceiver} targets 30 but
delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1291, uid=1000) to com.vivo.networkimprove/.StartupReceiver
12-30 17:02:08.408 1291 1435 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{e0ee3a8 com.vivo.website.receiver.InvokeAppBroadCastReceiver} targets
33 but delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1291, uid=1000) to
com.vivo.website/.receiver.InvokeAppBroadCastReceiver
12-30 17:02:08.408 1291 1435 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{1a44ec1 com.facebook.rti.push.service.MqttSystemBroadcastReceiver}
targets 33 but delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1291, uid=1000) to
com.facebook.lite/com.facebook.rti.push.service.MqttSystemBroadcastReceiver
12-30 17:02:08.408 1291 1435 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{d3a8666 com.facebook.lite.AppController$NetworkStateBroadcastReceiver}
targets 33 but delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1291, uid=1000) to
com.facebook.lite/.AppController$NetworkStateBroadcastReceiver
12-30 17:02:08.408 1291 1435 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{fc27da7 com.instagram.push.FbnsInitBroadcastReceiver} targets 34 but
delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1291, uid=1000) to
com.instagram.android/com.instagram.push.FbnsInitBroadcastReceiver
12-30 17:02:08.408 1291 1435 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{e429254 com.ss.android.ugc.aweme.common.net.NetworkReceiver} targets
33 but delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1291, uid=1000) to
com.ss.android.ugc.trill/com.ss.android.ugc.aweme.common.net.NetworkReceiver
12-30 17:02:08.408 1291 1435 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{be615fd com.ss.android.message.MessageReceiver} targets 33 but
delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1291, uid=1000) to
com.ss.android.ugc.trill/com.ss.android.message.MessageReceiver
12-30 17:02:08.411 1291 1435 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.updater
12-30 17:02:08.411 1291 1435 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10122; state: DISABLED
12-30 17:02:08.412 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10122; state: ENABLED
12-30 17:02:08.433 1291 1436 I ActivityManager: Start proc
9208:com.bbk.updater/u0a122 for broadcast
{com.bbk.updater/com.bbk.updater.receiver.NetworkReceiver}
12-30 17:02:08.481 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:02:08.509 1291 3881 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:9132 callingUid:10153
12-30 17:02:08.513 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:08.515 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:08.516 1291 3878 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:08.597 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:08.613 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:08.637 1291 9047 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:08.663 1291 9047 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:02:08.714 1291 3878 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:02:08.770 1291 9047 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.persistent.LocationPersistentService
newState:0 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:08.771 1291 9047 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.reporting.service.UploadGcmTaskService
newState:0 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:08.772 1291 3881 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.fused.FusedLocationService newState:0
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:08.773 1291 3881 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.NlpConsentFooterReceiver newState:0
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:08.774 1291 3881 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.LocationAccuracyActivity
newState:0 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:08.775 1291 3881 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.lgaayl.ConfirmLgaaylActivity newState:0
userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:08.788 1291 3881 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10
cmp=com.google.android.apps.searchlite/.widget.SearchLiteWidgetProvider (has
extras) } send by ApplicationInfo{bbc4c com.google.android.apps.searchlite} should
with permissions for security!!!
12-30 17:02:08.825 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:08.830 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:08.867 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.DrivingBehaviorPlatformSettingsA
ctivity newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2987
12-30 17:02:08.878 1291 3881 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.EAlertSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:08.879 1291 3881 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.EAlertSettingsV31Activity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:08.881 1291 9047 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.EAlertPlatformSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:08.881 1291 9047 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.service.EAlertSettingInjectorService
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:08.885 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.ealert.ux.EAlertSafetyInfoActivity newState:1
userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:08.885 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.EAlertGoogleSettingDebugActivity
newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:08.886 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.ArwEAlertSettingsActivity newState:2
userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:08.887 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.ArwEAlertSettingsV31Activity
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:08.887 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivit
y newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:08.888 1291 9047 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:08.888 1291 1967 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.service.ArwEAlertSettingInjectorService
newState:2 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:08.928 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:08.940 1291 3878 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:08.951 1291 9047 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:08.968 1291 3878 D ConditionProviders: Enabling component
com.google.android.gms/com.google.android.location.settings.DrivingConditionProvide
r
12-30 17:02:08.969 1291 3878 V ConditionProviders: binding: Intent
{ act=android.service.notification.ConditionProviderService
cmp=com.google.android.gms/com.google.android.location.settings.DrivingConditionPro
vider (has extras) }
12-30 17:02:08.970 1291 3878 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:02:08.986 1291 5351 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.reporting.service.LocationHistoryInjectorServ
ice newState:1 userId:0 callingPackage:null callingUid:10156 callingPid:2628
12-30 17:02:08.990 1291 1291 V ConditionProviders: 0 condition provider service
connected:
ComponentInfo{com.google.android.gms/com.google.android.location.settings.DrivingCo
nditionProvider}
12-30 17:02:09.004 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode_config_etag value:-2079455149
pkg:android userId:0
12-30 17:02:09.006 1291 9047 D ConditionProviders: Disabling component
com.google.android.gms/com.google.android.location.settings.DrivingConditionProvide
r
12-30 17:02:09.008 1291 1291 D _V_ZenModeHelper: reason =
zmc.onServiceAdded:ComponentInfo{com.google.android.gms/com.google.android.location
.settings.DrivingConditionProvider} zenModeEnabled = false mZenModeEnabled = false
12-30 17:02:09.008 1291 1291 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
12-30 17:02:09.013 1291 3878 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:09.015 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.017 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.036 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.061 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10083; state: DISABLED
12-30 17:02:09.065 1291 1967 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
12-30 17:02:09.069 1291 1967 I ActivityManager: Killing
8124:com.facebook.lite:fbns/u0a188 (adj 975): empty #17
12-30 17:02:09.079 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
12-30 17:02:09.127 1291 9047 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.131 1291 9047 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:09.138 1291 9047 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.211 1291 9047 I _V_VivoCommonService: get info binder pid is :9208
12-30 17:02:09.289 1291 9047 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10214; state: DISABLED
12-30 17:02:09.295 1291 9047 W _V_PackageManager: setEnabledSetting
packageName:com.instagram.android
className:com.instagram.push.FbnsInitBroadcastReceiver newState:1 userId:0
callingPackage:null callingUid:10214 callingPid:8158
12-30 17:02:09.311 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10188; state: DISABLED
12-30 17:02:09.322 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.350 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.370 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.374 1291 3214 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.deskclock
12-30 17:02:09.374 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10074; state: DISABLED
12-30 17:02:09.374 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10074; state: DISABLED
12-30 17:02:09.374 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10074; state: DISABLED
12-30 17:02:09.374 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10074; state: ENABLED
12-30 17:02:09.375 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10074; state: ENABLED
12-30 17:02:09.394 1291 1436 I ActivityManager: Start proc
9295:com.android.deskclock/u0a74 for broadcast
{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider}
12-30 17:02:09.405 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.416 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.463 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:09.465 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:09.466 1291 9047 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:09.484 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10074; state: DISABLED
12-30 17:02:09.615 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.668 1291 3878 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:09.670 1291 3214 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:09.681 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:09.709 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.726 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.738 1291 3878 I ActivityManager: Killing
7523:com.google.android.permissioncontroller/u0a183 (adj 975): empty #17
12-30 17:02:09.763 1291 1412 D DeviceIdleController: Adding AppId 10035 to temp
whitelist. New entry: true
12-30 17:02:09.763 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10035, delay=10000
12-30 17:02:09.763 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10035, 10038, 10047, 10075, 10080, 10083, 10093,
10095, 10096, 10166, 10170, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:09.763 1291 3878 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10035; state: DISABLED
12-30 17:02:09.764 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10035, 10038, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10166, 10170, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:09.764 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:09.788 1291 3878 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.calendar uid 10035, isRmsPreload = false, keepQuiet
=false
12-30 17:02:09.812 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.817 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.832 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.837 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.842 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.842 1291 3878 D JobServiceContext: doCallback of :
JobStatus{95bf085 #u0a35/46748532
com.android.providers.calendar/.CalendarProviderJobService u=0 s=10035 READY}
v:VERB_EXECUTING
12-30 17:02:09.843 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.865 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.870 1291 3878 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.iqoo.logsystem
12-30 17:02:09.870 1291 3878 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10124; state: DISABLED
12-30 17:02:09.871 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10124; state: ENABLED
12-30 17:02:09.874 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:09.881 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.891 1291 1436 I ActivityManager: Start proc
9330:com.bbk.iqoo.logsystem/u0a124 for broadcast
{com.bbk.iqoo.logsystem/com.bbk.iqoo.logsystem.app.receiver.ExceptionReceiver}
12-30 17:02:09.893 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.896 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:09.901 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.903 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.919 1291 3878 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:09.925 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.939 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:09.940 1291 1409 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:09.963 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:09.965 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:09.966 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:09.986 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10124; state: DISABLED
12-30 17:02:10.023 1291 1409 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:10.081 1291 1409 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
12-30 17:02:10.156 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.157 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.158 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.176 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10185
model:audio state:on count= 1 app:com.facebook.orca
12-30 17:02:10.219 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:10.259 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:10.290 1291 1917 I ActivityManager: Killing
8350:com.outfit7.talkingtomgoldrun/u0a187 (adj 945): empty #17
12-30 17:02:10.346 1291 1967 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.youtube.music
12-30 17:02:10.346 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10161; state: ENABLED
12-30 17:02:10.349 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:10.363 1291 1436 I ActivityManager: Start proc
9385:com.google.android.apps.youtube.music/u0a161 for broadcast
{com.google.android.apps.youtube.music/com.google.android.apps.youtube.music.player
.widget.gm3.FreeformMusicWidgetProvider}
12-30 17:02:10.419 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:10.420 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:10.422 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:10.423 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:10.427 1291 3878 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:10.444 1291 1967 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10161; state: DISABLED
12-30 17:02:10.464 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.469 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:02:10.470 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:02:10.470 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.476 1291 3878 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.facebook.orca
opPkg=com.facebook.orcatag=ONE_TO_ONE:100033293948521:100057555947243
notification=Notification(channel=messenger_orca_050_messaging@a8e5b8ea-76fd-48d9-
bbfd-df00bb16808e shortcut=null contentView=null vibrate=null sound=null tick
defaults=0x0 flags=0x1 color=0xff0a7cff category=msg actions=2 vis=PRIVATE
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =0
12-30 17:02:10.479 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:02:10.479 1291 3878 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:02:10.479 1291 3878 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:02:10.480 1291 3878 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:02:10.480 1291 3878 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:02:10.480 1291 3878 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:02:10.480 1291 3878 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:02:10.480 1291 3878 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:02:10.480 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
12-30 17:02:10.549 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.593 1291 5351 I ActivityManager: Killing 8454:com.shopee.ph/u0a192
(adj 945): empty #17
12-30 17:02:10.595 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.619 1291 5351 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:10.634 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.688 1291 1291 D _V_NotificationService: play vibration from
internal setting error with time or amplitude or vibrator is empty, vibrateState =
2
12-30 17:02:10.693 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.696 1291 1291 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
12-30 17:02:10.700 1291 9417 D _V_VivoEffectIDSegment: opPkg=android,
effect=Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=-1.0, frequency=0.0, duration=100}], repeat=-1}
12-30 17:02:10.700 1291 9417 D _V_VibratorManagerService: vibrate for uid:1000,
pid:1291, pkg:android, effect:Mono{mEffect=Composed{segments=[Step{amplitude=0.0,
frequency=0.0, duration=0}, Step{amplitude=-1.0, frequency=0.0, duration=100}],
repeat=-1}}, attrs:VibrationAttributes: Usage=NOTIFICATION Audio Usage=
USAGE_NOTIFICATION Flags=0, reason:Notification (com.facebook.orca 10185) (Delayed)
12-30 17:02:10.702 1291 9417 D _V_RichTapVibratorService: richtap service stop!!
12-30 17:02:10.705 1291 9417 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
12-30 17:02:10.705 1291 9417 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@c6eb2c0
12-30 17:02:10.705 1291 9417 E _V_RichTapVibratorService: getExtension == null
12-30 17:02:10.705 1291 9417 D _V_VibratorManagerService: startVibrationLocked
12-30 17:02:10.707 1291 9417 D _V_VibratorManagerService: not VivoEffectIDSegment
, startAppOpModeLocked is 0
12-30 17:02:10.715 1291 9420 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.715 1291 9420 D _V_VibrationThread: playVibration
12-30 17:02:10.716 1291 9420 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:02:10.716 1291 9420 D _V_VibrationThread: consume step
12-30 17:02:10.716 1291 9420 D VibrationThread: StartVibrateStep for effect #0
12-30 17:02:10.717 1291 9420 D _V_VibrationThread_VibrationEffectAdapters: old
Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=0.77877814, frequency=0.0, duration=100}], repeat=-1}
12-30 17:02:10.718 1291 9420 D _V_VibrationThread_VibrationEffectAdapters: new
Composed{segments=[Step{amplitude=0.0, frequency=NaN, duration=0},
Step{amplitude=0.77877814, frequency=NaN, duration=100}], repeat=-1},
newRepeatIndex is -1
12-30 17:02:10.718 1291 9420 D _V_VibrationThread: DeviceEffectMap(Mono),
mVibratorIds=[1]
12-30 17:02:10.718 1291 9420 D _V_VibrationThread: No need to prepare and trigger
sync effects on a single vibrator
12-30 17:02:10.718 1291 9420 D VibrationThread: Running amplitude step with 0ms
latency.
12-30 17:02:10.718 1291 9420 D _V_VibrationThread: stepSegmentStep{amplitude=0.0,
frequency=NaN, duration=0}
12-30 17:02:10.718 1291 9420 D _V_VibrationThread: noteVibratorOn begin, duration
is 100
12-30 17:02:10.718 1291 9420 D _V_VibrationThread: noteVibratorOn end
12-30 17:02:10.718 1291 9420 D _V_VibrationThread: a FinishVibrateStep add to
StepQueue
12-30 17:02:10.719 1291 9420 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:02:10.719 1291 9420 D _V_VibrationThread: consume step
12-30 17:02:10.719 1291 9420 D VibrationThread: Running amplitude step with 1ms
latency.
12-30 17:02:10.719 1291 9420 D _V_VibrationThread:
stepSegmentStep{amplitude=0.77877814, frequency=NaN, duration=100}
12-30 17:02:10.719 1291 9420 D VibrationThread: Turning on vibrator 1 for 100ms
12-30 17:02:10.719 1291 9420 D _V_VibratorManagerService: Turn vibrator on for
100 s, vibrationId:4
12-30 17:02:10.723 1291 9420 D VibrationThread: Amplitude changed on vibrator 1
to 0.77877814
12-30 17:02:10.723 1291 9420 D _V_VibrationThread: AmplitudeStep duration=100
amplitude=0.77877814 effectId=-1
12-30 17:02:10.724 1291 9420 D _V_VibrationThread: nextStep.calculateWaitTime is
94
12-30 17:02:10.724 1291 9420 D _V_VibrationThread: need to delay 94ms
12-30 17:02:10.724 1291 9420 D _V_VibrationThread:
12-30 17:02:10.724 1291 9420 D _V_VibrationThread:
12-30 17:02:10.724 1291 1409 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:10.804 1291 1450 D _V_SceneFreezer: onStateChanged : pkgName
com.android.systemui uid:10047 model:request_audio_focus state:on
12-30 17:02:10.818 1291 9420 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:02:10.818 1291 9420 D _V_VibrationThread: consume step
12-30 17:02:10.818 1291 9420 D VibrationThread: Running complete vibration step
on vibrator 1
12-30 17:02:10.818 1291 9420 D _V_VibrationThread: StepQueue add OffStep
12-30 17:02:10.818 1291 9420 D _V_VibrationThread: status = FINISHED, call
onVibrationCompleted
12-30 17:02:10.818 1291 9420 D VibratorManagerService: Vibration 4 finished with
status FINISHED
12-30 17:02:10.818 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.819 1291 9420 D _V_VibrationThread: nextStep.calculateWaitTime is
1000
12-30 17:02:10.819 1291 9420 D _V_VibrationThread: need to delay 1000ms
12-30 17:02:10.819 1291 9420 D _V_VibrationThread:
12-30 17:02:10.819 1291 9420 D _V_VibrationThread:
12-30 17:02:10.819 1291 1524 D _V_VivoVibratorManagerServiceImpl: collect
vibrator map={intensity=0.77877814, times=100, module=android, pattern=-1}
12-30 17:02:10.823 1291 5082 D VibratorManagerService: Vibration 4 on vibrator 1
complete, notifying thread
12-30 17:02:10.824 1291 5082 D VibrationThread: Vibration complete reported by
vibrator 1
12-30 17:02:10.824 1291 5082 D _V_VibrationThread:
mPendingOnVibratorCompleteSteps.offer
12-30 17:02:10.824 1291 9420 D _V_VibrationThread: consume step
12-30 17:02:10.824 1291 9420 D VibrationThread: Turning off vibrator 1
12-30 17:02:10.824 1291 9420 D _V_VibratorManagerService: Turn vibrator off
12-30 17:02:10.825 1291 9420 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:02:10.825 1291 9420 D _V_VibrationThread: consume step
12-30 17:02:10.825 1291 9420 D VibrationThread: FinishVibrateStep for effect #0
12-30 17:02:10.826 1291 9420 D VibratorManagerService: Vibrators released after
finished vibration: false
12-30 17:02:10.827 1291 9420 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.887 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:10.906 1291 1585 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10192; state: ENABLED
12-30 17:02:11.045 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:11.115 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:11.162 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:11.163 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:11.332 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
null (pid=-1, uid=-1) requires
com.google.android.apps.youtube.music.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION due
to registered receiver BroadcastFilter{cc7a569 10161/u0 ReceiverList{2f44bf0 9385
com.google.android.apps.youtube.music/10161/u0 remote:8feec33}}
12-30 17:02:11.353 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:11.356 1291 3603 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #3614} whose proc state 2 is better
than process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(545 skipped)
12-30 17:02:11.410 1291 3214 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:11.434 1291 1409 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10124, isRmsPreload = false, keepQuiet =false
12-30 17:02:11.444 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:11.447 1291 1409 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10124, isRmsPreload = false, keepQuiet =false
12-30 17:02:11.449 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:11.454 1291 1409 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10124, isRmsPreload = false, keepQuiet =false
12-30 17:02:11.456 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:11.462 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:11.463 1291 1409 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:11.463 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:11.531 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:11.558 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:11.658 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:11.703 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:11.715 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:11.738 1291 3603 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gm
12-30 17:02:11.738 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10172; state: ENABLED
12-30 17:02:11.743 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:11.756 1291 1436 I ActivityManager: Start proc
9502:com.google.android.gm/u0a172 for broadcast
{com.google.android.gm/com.google.android.gm.MailIntentReceiver}
12-30 17:02:11.779 1291 3214 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:9385 callingUid:10161
12-30 17:02:11.802 1291 3214 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:11.823 1291 3883 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:11.825 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:11.826 1291 3881 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:11.845 1291 3881 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10172; state: DISABLED
12-30 17:02:11.887 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:02:12.025 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:12.026 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10166, timeNow=179064
12-30 17:02:12.026 1291 1510 D DeviceIdleController: Removing uid 10166 from temp
whitelist
12-30 17:02:12.026 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10035, 10038, 10047, 10075, 10080, 10083, 10093,
10095, 10096, 10170, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:12.028 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10035, 10038, 10047, 10075, 10080, 10083, 10093, 10095,
10096, 10170, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:12.029 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:12.029 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=179067
12-30 17:02:12.029 1291 1510 D DeviceIdleController: Time to remove uid 1001:
181659
12-30 17:02:12.029 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=2592
12-30 17:02:12.030 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:12.031 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:12.226 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:12.241 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:12.241 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=179279
12-30 17:02:12.241 1291 1510 D DeviceIdleController: Time to remove uid 1000:
181907
12-30 17:02:12.241 1291 1510 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=2628
12-30 17:02:12.245 1291 3603 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8747 callingUid:10170
12-30 17:02:12.266 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:12.270 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~SdyQ3db4-RYtMhW3TEcE6A==/com.google.android.apps.youtube.music-
Qa0y3hfgCR90_J9iL5jZpg==/base.apk
12-30 17:02:12.343 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:12.447 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:12.497 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:12.505 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:12.593 1291 3603 D CompatibilityChangeReporter: Compat change id
reported: 183164979; UID 10161; state: ENABLED
12-30 17:02:12.595 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:12.596 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:12.716 1291 3881 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.android.mail.ACTION_NOTIFY_DATASET_CHANGED
typ=application/gm-email-ls flg=0x10 pkg=com.google.android.gm (has extras) } send
by ApplicationInfo{ea08e4b com.google.android.gm} should with permissions for
security!!!
12-30 17:02:12.791 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:12.864 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.youtube.music
className:com.google.android.apps.youtube.music.player.widget.gm3.NowPlayingWidgetP
rovider newState:1 userId:0 callingPackage:null callingUid:10161 callingPid:9385
12-30 17:02:12.877 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.youtube.music
className:androidx.media.session.MediaButtonReceiver newState:1 userId:0
callingPackage:null callingUid:10161 callingPid:9385
12-30 17:02:12.993 1291 3881 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.youtube.music uid 10161, isRmsPreload = false,
keepQuiet =false
12-30 17:02:12.994 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.006 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.033 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:13.050 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:13.132 1291 3883 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Livestr
eamHandlerActivity newState:2 userId:0 callingPackage:null callingUid:10172
callingPid:9502
12-30 17:02:13.149 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.157 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.165 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:13.165 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10093, timeNow=180203
12-30 17:02:13.165 1291 1510 D DeviceIdleController: Removing uid 10093 from temp
whitelist
12-30 17:02:13.165 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10035, 10038, 10047, 10075, 10080, 10083, 10095,
10096, 10170, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:13.176 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10035, 10038, 10047, 10075, 10080, 10083, 10095, 10096,
10170, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:13.178 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:13.179 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:13.220 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:13.225 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:13.245 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:13.256 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:13.315 1291 3603 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:13.411 1291 3883 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
12-30 17:02:13.417 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
12-30 17:02:13.436 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:13.453 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.461 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:13.462 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10047, timeNow=180500
12-30 17:02:13.462 1291 1510 D DeviceIdleController: Removing uid 10047 from temp
whitelist
12-30 17:02:13.462 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10035, 10038, 10075, 10080, 10083, 10095, 10096,
10170, 10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:13.468 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10035, 10038, 10075, 10080, 10083, 10095, 10096, 10170,
10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:13.469 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:13.470 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:13.493 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:13.516 1291 3881 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gm uid 10172, isRmsPreload = false, keepQuiet =false
12-30 17:02:13.538 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:13.538 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10095, timeNow=180576
12-30 17:02:13.538 1291 1510 D DeviceIdleController: Removing uid 10095 from temp
whitelist
12-30 17:02:13.538 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10035, 10038, 10075, 10080, 10083, 10096, 10170,
10185, 10187, 10188, 10192, 10211, 10214]
12-30 17:02:13.539 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10035, 10038, 10075, 10080, 10083, 10096, 10170, 10185,
10187, 10188, 10192, 10211, 10214]
12-30 17:02:13.541 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:13.541 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:13.590 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.599 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.601 1291 1409 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gm uid 10172, isRmsPreload = false, keepQuiet =false
12-30 17:02:13.611 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.617 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.634 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.642 1291 3881 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:02:13.651 1291 1409 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:02:13.656 1291 3883 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.android.mail.ACTION_NOTIFY_DATASET_CHANGED
typ=application/gmail-ls flg=0x10 pkg=com.google.android.gm (has extras) } send by
ApplicationInfo{ea08e4b com.google.android.gm} should with permissions for
security!!!
12-30 17:02:13.667 1291 3883 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:02:13.675 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.682 1291 3214 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:13.690 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:13.691 1291 3881 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.lite uid 10188, isRmsPreload = false, keepQuiet =false
12-30 17:02:13.705 1291 3214 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:02:13.713 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.719 1291 3734 D JobServiceContext: doCallback of :
JobStatus{4a3d8d #u0a188/1786848100 com.facebook.lite/.intent.WakefulIntentService
u=0 s=10188 TIME=none:-33ms READY} v:VERB_EXECUTING
12-30 17:02:13.720 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.722 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:13.727 1291 3881 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:02:13.737 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.DynamiteDeepLinkMultiple newState:2
userId:0 callingPackage:null callingUid:10172 callingPid:9502
12-30 17:02:13.737 1291 3878 D JobServiceContext: doCallback of :
JobStatus{d25e230 #u0a172/2000005
com.google.android.gm/com.android.mail.widget.NotifyDatasetChangedJob$NotifyDataset
ChangedJobService u=0 s=10172 TIME=-138ms:-138ms READY} v:VERB_EXECUTING
12-30 17:02:13.738 1291 3214 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.features.hub.navigation.PeopleActivity
newState:2 userId:0 callingPackage:null callingUid:10172 callingPid:9502
12-30 17:02:13.738 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.738 1291 3214 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.features.hub.navigation.RoomsActivity
newState:2 userId:0 callingPackage:null callingUid:10172 callingPid:9502
12-30 17:02:13.739 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.services.notification.NotificationServic
e newState:2 userId:0 callingPackage:null callingUid:10172 callingPid:9502
12-30 17:02:13.740 1291 3879 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.notifications.services.NotificationBackg
roundSyncJobService newState:2 userId:0 callingPackage:null callingUid:10172
callingPid:9502
12-30 17:02:13.741 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.DynamiteDeepLinkSingle newState:2
userId:0 callingPackage:null callingUid:10172 callingPid:9502
12-30 17:02:13.742 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.callui.SingleCa
llActivity newState:1 userId:0 callingPackage:null callingUid:10172 callingPid:9502
12-30 17:02:13.743 1291 3734 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.callui.chat.Cha
tActivity newState:1 userId:0 callingPackage:null callingUid:10172 callingPid:9502
12-30 17:02:13.751 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.greenroom.Green
roomActivity newState:1 userId:0 callingPackage:null callingUid:10172
callingPid:9502
12-30 17:02:13.752 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.largescreen.Hom
eActivity newState:1 userId:0 callingPackage:null callingUid:10172 callingPid:9502
12-30 17:02:13.752 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Confere
nceUrlHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10172
callingPid:9502
12-30 17:02:13.753 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Transfe
rCallHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10172
callingPid:9502
12-30 17:02:13.753 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Confere
nceGatewayActivity newState:1 userId:0 callingPackage:null callingUid:10172
callingPid:9502
12-30 17:02:13.754 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Assista
ntNewUrlHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10172
callingPid:9502
12-30 17:02:13.755 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.settings.Settin
gsActivity newState:1 userId:0 callingPackage:null callingUid:10172 callingPid:9502
12-30 17:02:13.755 1291 3603 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:13.756 1291 3603 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.lite uid 10188, isRmsPreload = false, keepQuiet =false
12-30 17:02:13.764 1291 1704 I ActivityManager: Killing
8647:com.vivo.appstore/u0a38 (adj 935): empty #17
12-30 17:02:13.771 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.772 1291 3878 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:9502 callingUid:10172
12-30 17:02:13.817 1291 3879 I _V_ShortcutService: forceDeleteShortcutInner
jellianmaematabato@gmail.com
12-30 17:02:13.818 1291 3879 I _V_ShortcutService: forceReplaceShortcutInner
jellianmaematabato@gmail.com
12-30 17:02:13.836 1291 3214 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.appmanager
12-30 17:02:13.836 1291 3214 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10101; state: DISABLED
12-30 17:02:13.837 1291 1704 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.839 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10101; state: ENABLED
12-30 17:02:13.847 1291 3214 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.android.email.service.AttachmentService newState:2 userId:0
callingPackage:null callingUid:10172 callingPid:9502
12-30 17:02:13.848 1291 3734 I _V_VivoCommonService: get info binder pid is :9208
12-30 17:02:13.849 1291 3734 I _V_VivoCommonService: get info binder pid is :9208
12-30 17:02:13.869 1291 1436 I ActivityManager: Start proc
9649:com.facebook.appmanager/u0a101 for content provider
{com.facebook.appmanager/com.facebook.oxygen.appmanager.configuration.attribution.A
ttributionProvider}
12-30 17:02:13.885 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.android.email.service.EasAuthenticatorService newState:1 userId:0
callingPackage:null callingUid:10172 callingPid:9502
12-30 17:02:13.905 1291 1409 I ActivityManager: Killing
8818:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbox
edProcessService0:0/u0a38i1 (adj 0): isolated not needed
12-30 17:02:13.921 1291 1409 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:13.932 1291 3865 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:13.934 1291 7444 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:13.936 1291 3865 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-30 17:02:13.981 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.982 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:02:13.983 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:02:13.987 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:13.990 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.016 1291 3865 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.023 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:02:14.026 1291 7444 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.051 1291 3603 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.facebook.orca
opPkg=com.facebook.orcatag=ONE_TO_ONE:100033293948521:100057555947243
notification=Notification(channel=messenger_orca_700_other@809b5438-63b3-4f77-926b-
c150b7a253a2 shortcut=null contentView=null vibrate=null sound=null defaults=0x0
flags=0x11 color=0xff0a7cff vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
12-30 17:02:14.055 1291 3603 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:02:14.059 1291 3603 D _V_ActivityManager: From push service :
overrideUid = -1
12-30 17:02:14.061 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.063 1291 3865 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.074 1291 1921 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.080 1291 7444 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:02:14.134 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10185
model:audio state:off count= 1 app:com.facebook.orca
12-30 17:02:14.148 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:14.148 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10075, timeNow=181186
12-30 17:02:14.148 1291 1510 D DeviceIdleController: Removing uid 10075 from temp
whitelist
12-30 17:02:14.148 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10035, 10038, 10080, 10083, 10096, 10170, 10185,
10187, 10188, 10192, 10211, 10214]
12-30 17:02:14.155 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10035, 10038, 10080, 10083, 10096, 10170, 10185, 10187,
10188, 10192, 10211, 10214]
12-30 17:02:14.160 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:14.161 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:14.174 1291 7444 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
12-30 17:02:14.178 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
12-30 17:02:14.215 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:14.215 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10096, timeNow=181253
12-30 17:02:14.215 1291 1510 D DeviceIdleController: Removing uid 10096 from temp
whitelist
12-30 17:02:14.215 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10035, 10038, 10080, 10083, 10170, 10185, 10187,
10188, 10192, 10211, 10214]
12-30 17:02:14.216 1291 1510 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10035, 10038, 10080, 10083, 10170, 10185, 10187, 10188,
10192, 10211, 10214]
12-30 17:02:14.221 1291 1510 D DeviceIdleController: handleMessage(15)
12-30 17:02:14.223 1291 1510 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10096; state: ENABLED
12-30 17:02:14.225 1291 1510 D DeviceIdleController: handleMessage(13)
12-30 17:02:14.267 1291 1291 D _V_NotificationService: play vibration from
internal setting error with time or amplitude or vibrator is empty, vibrateState =
2
12-30 17:02:14.272 1291 2642 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.277 1291 1291 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
12-30 17:02:14.277 1291 9677 D _V_VivoEffectIDSegment: opPkg=android,
effect=Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=-1.0, frequency=0.0, duration=100}], repeat=-1}
12-30 17:02:14.277 1291 9677 D _V_VibratorManagerService: vibrate for uid:1000,
pid:1291, pkg:android, effect:Mono{mEffect=Composed{segments=[Step{amplitude=0.0,
frequency=0.0, duration=0}, Step{amplitude=-1.0, frequency=0.0, duration=100}],
repeat=-1}}, attrs:VibrationAttributes: Usage=NOTIFICATION Audio Usage=
USAGE_NOTIFICATION Flags=0, reason:Notification (com.facebook.orca 10185) (Delayed)
12-30 17:02:14.278 1291 9677 D _V_RichTapVibratorService: richtap service stop!!
12-30 17:02:14.280 1291 2642 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:14.282 1291 9677 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
12-30 17:02:14.282 1291 9677 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@8c4a66a
12-30 17:02:14.282 1291 9677 E _V_RichTapVibratorService: getExtension == null
12-30 17:02:14.282 1291 9677 D _V_VibratorManagerService: startVibrationLocked
12-30 17:02:14.283 1291 9677 D _V_VibratorManagerService: not VivoEffectIDSegment
, startAppOpModeLocked is 0
12-30 17:02:14.286 1291 9681 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.286 1291 9681 D _V_VibrationThread: playVibration
12-30 17:02:14.287 1291 9681 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:02:14.287 1291 9681 D _V_VibrationThread: consume step
12-30 17:02:14.287 1291 9681 D VibrationThread: StartVibrateStep for effect #0
12-30 17:02:14.287 1291 9681 D _V_VibrationThread_VibrationEffectAdapters: old
Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=0.77877814, frequency=0.0, duration=100}], repeat=-1}
12-30 17:02:14.287 1291 9681 D _V_VibrationThread_VibrationEffectAdapters: new
Composed{segments=[Step{amplitude=0.0, frequency=NaN, duration=0},
Step{amplitude=0.77877814, frequency=NaN, duration=100}], repeat=-1},
newRepeatIndex is -1
12-30 17:02:14.287 1291 9681 D _V_VibrationThread: DeviceEffectMap(Mono),
mVibratorIds=[1]
12-30 17:02:14.287 1291 9681 D _V_VibrationThread: No need to prepare and trigger
sync effects on a single vibrator
12-30 17:02:14.287 1291 9681 D VibrationThread: Running amplitude step with 0ms
latency.
12-30 17:02:14.287 1291 9681 D _V_VibrationThread: stepSegmentStep{amplitude=0.0,
frequency=NaN, duration=0}
12-30 17:02:14.287 1291 9681 D _V_VibrationThread: noteVibratorOn begin, duration
is 100
12-30 17:02:14.287 1291 9681 D _V_VibrationThread: noteVibratorOn end
12-30 17:02:14.287 1291 9681 D _V_VibrationThread: a FinishVibrateStep add to
StepQueue
12-30 17:02:14.287 1291 9681 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:02:14.287 1291 9681 D _V_VibrationThread: consume step
12-30 17:02:14.287 1291 9681 D VibrationThread: Running amplitude step with 1ms
latency.
12-30 17:02:14.287 1291 9681 D _V_VibrationThread:
stepSegmentStep{amplitude=0.77877814, frequency=NaN, duration=100}
12-30 17:02:14.287 1291 9681 D VibrationThread: Turning on vibrator 1 for 100ms
12-30 17:02:14.287 1291 9681 D _V_VibratorManagerService: Turn vibrator on for
100 s, vibrationId:5
12-30 17:02:14.289 1291 9681 D VibrationThread: Amplitude changed on vibrator 1
to 0.77877814
12-30 17:02:14.290 1291 9681 D _V_VibrationThread: AmplitudeStep duration=100
amplitude=0.77877814 effectId=-1
12-30 17:02:14.290 1291 9681 D _V_VibrationThread: nextStep.calculateWaitTime is
97
12-30 17:02:14.290 1291 9681 D _V_VibrationThread: need to delay 97ms
12-30 17:02:14.290 1291 9681 D _V_VibrationThread:
12-30 17:02:14.290 1291 9681 D _V_VibrationThread:
12-30 17:02:14.292 1291 3865 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:02:14.346 1291 3603 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:pem_htp_level value:1 pkg:com.vivo.pem userId:0
12-30 17:02:14.353 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/pem_htp_level
12-30 17:02:14.359 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.372 1291 1450 D _V_SceneFreezer: onStateChanged : pkgName
com.android.systemui uid:10047 model:request_audio_focus state:on
12-30 17:02:14.387 1291 9681 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:02:14.387 1291 9681 D _V_VibrationThread: consume step
12-30 17:02:14.387 1291 9681 D VibrationThread: Running complete vibration step
on vibrator 1
12-30 17:02:14.387 1291 9681 D _V_VibrationThread: StepQueue add OffStep
12-30 17:02:14.387 1291 9681 D _V_VibrationThread: status = FINISHED, call
onVibrationCompleted
12-30 17:02:14.387 1291 9681 D VibratorManagerService: Vibration 5 finished with
status FINISHED
12-30 17:02:14.388 1291 1524 D _V_VivoVibratorManagerServiceImpl: collect
vibrator map={intensity=0.77877814, times=100, module=android, pattern=-1}
12-30 17:02:14.388 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.390 1291 5082 D VibratorManagerService: Vibration 5 on vibrator 1
complete, notifying thread
12-30 17:02:14.391 1291 9681 D _V_VibrationThread: nextStep.calculateWaitTime is
998
12-30 17:02:14.391 1291 9681 D _V_VibrationThread: need to delay 996ms
12-30 17:02:14.392 1291 9681 D _V_VibrationThread:
12-30 17:02:14.392 1291 9681 D _V_VibrationThread:
12-30 17:02:14.392 1291 5082 D VibrationThread: Vibration complete reported by
vibrator 1
12-30 17:02:14.392 1291 5082 D _V_VibrationThread:
mPendingOnVibratorCompleteSteps.offer
12-30 17:02:14.392 1291 9681 D _V_VibrationThread: consume step
12-30 17:02:14.392 1291 9681 D VibrationThread: Turning off vibrator 1
12-30 17:02:14.392 1291 9681 D _V_VibratorManagerService: Turn vibrator off
12-30 17:02:14.393 1291 9681 D _V_VibrationThread: nextStep.calculateWaitTime is
0
12-30 17:02:14.393 1291 9681 D _V_VibrationThread: consume step
12-30 17:02:14.393 1291 9681 D VibrationThread: FinishVibrateStep for effect #0
12-30 17:02:14.394 1291 9681 D VibratorManagerService: Vibrators released after
finished vibration: false
12-30 17:02:14.394 1291 9681 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.416 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.463 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.463 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.570 1291 3603 D JobServiceContext: doCallback of :
JobStatus{212a3fd #u0a188/1786848100 com.facebook.lite/.intent.WakefulIntentService
u=0 s=10188 TIME=none:-818ms READY} v:VERB_EXECUTING
12-30 17:02:14.592 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.593 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.629 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 17:02:14.660 1291 1510 D DeviceIdleController: handleMessage(6)
12-30 17:02:14.660 1291 1510 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=181698
12-30 17:02:14.661 1291 1510 D DeviceIdleController: Removing uid 1001 from temp
whitelist
12-30 17:02:14.661 1291 1510 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10035, 10038, 10080, 10083, 10170, 10185, 10187, 10188,
10192, 10211, 10214]
12-30 17:02:21.163 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:02:21.400 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:02:21.400 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:03:06.355 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:03:11.471 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-30 17:03:12.702 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:03:13.059 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:03:13.738 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:03:13.739 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:03:14.109 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:03:14.666 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:03:16.699 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:03:19.405 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:03:21.424 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:03:21.424 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:03:28.579 1291 10444 E _V_RichTapVibratorService: getExtension == null
12-30 17:03:31.613 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:03:31.762 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:03:32.736 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:03:42.412 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:03:43.695 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:03:46.082 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:03:46.083 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:03:51.037 1291 10639 E _V_RichTapVibratorService: getExtension == null
12-30 17:03:58.444 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:03:58.572 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:03:59.509 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:04:10.910 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:04:15.285 1291 1810 E SettingsToPropertiesMapper:
com.yelp.android,0,com.yy.biu,0,com.groupme.android,0,air.tv.douyu.android,0,com.ba
idu.mbaby,0,com.vlocker.locker,0,com.znxh.hyhuo,0,com.yixia.xiaokaxiu,0 exceeds
system property max length.
12-30 17:04:16.803 1291 10836 E SettingsToPropertiesMapper:
adservices/disable_sdk_sandbox,adservices/enforce_broadcast_receiver_restrictions,a
dservices/
fledge_ad_selection_enforce_foreground_status_custom_audience,adservices/
fledge_custom_audience_max_count,adservices/
fledge_custom_audience_max_num_ads,adservices/
fledge_custom_audience_max_owner_count,adservices/
fledge_custom_audience_per_app_max_count,adservices/
fledge_js_isolate_enforce_max_heap_size,adservices/
fledge_js_isolate_max_heap_size_bytes,adservices/
sdk_request_permits_per_second,adservices/
sdksandbox_customized_sdk_context_enabled,configuration/
namespace_to_package_mapping,constrain_display_apis/
always_constrain_display_apis,constrain_display_apis/
never_constrain_display_apis,constrain_display_apis/
never_constrain_display_apis_all_packages,device_policy_manager/
disable_resources_updatability,flipendo/default_savings_mode_launch,flipendo/
essential_apps,flipendo/flipendo_enabled_launch,flipendo/
grayscale_enabled_launch,flipendo/lever_ble_scanning_enabled_launch,flipendo/
lever_hotspot_enabled_launch,flipendo/lever_work_profile_enabled_launch,flipendo/
resuspend_delay_minutes,namespace/key,namespace1/key1,namespace1/key2,namespace2/
key1,namespace2/key2,package_manager_service/
incfs_default_timeouts,package_manager_service/known_digesters_list,privacy/
location_access_check_periodic_interval_millis,rollback/
enable_rollback_timeout,rollback/watchdog_explicit_health_check_enabled,rollback/
watchdog_request_timeout_millis,rollback/watchdog_trigger_failure_count,rollback/
watchdog_trigger_failure_duration_millis,rollback_boot/
rollback_lifetime_in_millis,systemui/nas_generate_actions,systemui/
nas_generate_replies,systemui/nas_max_messages_to_extract,systemui/
nas_max_suggestions,testspace/another,testspace/flagname,textclassifier/
config_updater_model_enabled,textclassifier/key,textclassifier/
key2,textclassifier/manifest_url_annotator_en,textclassifier/
manifest_url_annotator_ru,textclassifier/
model_download_backoff_delay_in_millis,textclassifier/
model_download_manager_enabled,textclassifier/
multi_language_support_enabled,textclassifier/
testing_locale_list_override,textclassifier/
textclassifier_service_package_override,window_manager/
enable_default_rescind_bal_privileges_from_pending_intent_sender,wrong/
nas_generate_replies, exceeds system property max length.
12-30 17:04:19.039 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:04:20.863 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:04:21.404 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:04:21.404 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:04:35.561 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:04:35.561 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:04:43.842 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:04:43.844 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:04:44.046 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:04:44.155 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:04:44.156 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:05:00.185 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:05:12.803 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:05:12.803 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:05:12.876 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:05:12.878 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:05:21.415 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:05:21.416 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:05:37.321 1291 11177 E _V_RichTapVibratorService: getExtension == null
12-30 17:05:40.370 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:05:40.479 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:05:40.481 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:05:40.570 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:05:40.571 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:05:42.364 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:05:42.970 1291 2104 E _V_RichTapVibratorService: getExtension == null
12-30 17:05:44.345 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:05:45.024 1291 11362 E _V_RichTapVibratorService: getExtension == null
12-30 17:05:52.329 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 2
12-30 17:05:52.336 1291 1918 E ActivityManager: Service ServiceRecord{7ece389 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
4024:com.vivo.faceui/1000} not same as in map: ServiceRecord{86a498b u0
com.vivo.faceui/.FaceUIService}
12-30 17:05:54.031 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:05:55.345 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:05:56.506 1291 3214 E _V_RichTapVibratorService: getExtension == null
12-30 17:05:58.195 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:05:58.395 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:06:00.595 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:06:18.216 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:06:18.218 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:06:18.289 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:06:18.290 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:06:21.423 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:06:21.424 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:06:22.592 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:06:22.676 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:06:22.678 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:06:24.453 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:06:24.453 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:06:25.212 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:06:33.178 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:06:34.119 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:06:35.171 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 3
12-30 17:06:35.179 1291 7444 E ActivityManager: Service ServiceRecord{86a498b u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
11396:com.vivo.faceui/1000} not same as in map: ServiceRecord{d58532 u0
com.vivo.faceui/.FaceUIService}
12-30 17:06:44.270 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:06:44.271 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:07:01.225 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:07:01.426 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:01.427 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:04.883 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:07:05.991 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:05.992 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:06.024 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:06.024 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:15.346 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:15.394 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:15.395 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:07:15.396 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-30 17:07:15.419 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:15.419 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:07:15.421 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:15.423 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:15.505 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:15.505 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:07:15.507 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:15.507 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:07:15.522 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:15.522 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:07:15.845 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:15.846 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:20.021 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:20.078 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:20.078 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:07:20.078 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-30 17:07:20.090 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:07:20.731 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:20.731 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:07:20.947 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:20.947 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:07:20.949 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:20.949 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:07:20.964 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:20.964 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:07:20.967 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:07:20.967 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:07:27.258 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:27.259 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:27.292 1291 12176 E _V_RichTapVibratorService: getExtension == null
12-30 17:07:27.413 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:27.415 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:34.946 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:07:35.031 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:35.032 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:07:36.608 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:07:37.221 1291 3881 E _V_RichTapVibratorService: getExtension == null
12-30 17:07:39.893 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:07:46.605 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 4
12-30 17:07:46.615 1291 1917 E ActivityManager: Service ServiceRecord{d58532 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
11777:com.vivo.faceui/1000} not same as in map: ServiceRecord{e5db41b u0
com.vivo.faceui/.FaceUIService}
12-30 17:08:20.029 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:08:20.030 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:08:22.252 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:08:23.619 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:08:26.192 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:08:26.194 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:08:26.224 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:08:26.224 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:08:29.041 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:08:29.124 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:08:29.126 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:08:31.419 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:08:31.422 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:08:38.266 1291 12679 E _V_RichTapVibratorService: getExtension == null
12-30 17:08:59.185 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:08:59.186 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:09:06.214 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:09:06.217 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:09:20.031 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:09:20.032 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:09:28.623 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:09:28.661 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:09:28.662 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:09:28.831 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:09:28.831 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:09:30.233 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:09:31.917 1291 1967 E _V_RichTapVibratorService: getExtension == null
12-30 17:09:33.662 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:09:35.820 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:09:37.324 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:09:38.114 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:09:38.336 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:09:40.199 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 5
12-30 17:09:40.216 1291 1742 E ActivityManager: Service ServiceRecord{e5db41b u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
12363:com.vivo.faceui/1000} not same as in map: ServiceRecord{d771458 u0
com.vivo.faceui/.FaceUIService}
12-30 17:09:42.393 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:09:44.566 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:09:45.372 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:09:46.349 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:09:46.351 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:09:46.398 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:09:46.399 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:10:01.726 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:10:01.790 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:10:01.791 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:10:02.007 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:10:02.007 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:10:03.238 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:10:03.239 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:10:20.036 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:10:20.036 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:10:48.101 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:10:48.102 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:10:55.706 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:10:55.708 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:10:59.029 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:10:59.138 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:10:59.138 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:11:02.061 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:11:03.530 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:11:04.417 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:11:10.068 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:11:11.336 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:11:12.009 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 6
12-30 17:11:12.016 1291 3219 E ActivityManager: Service ServiceRecord{d771458 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
13057:com.vivo.faceui/1000} not same as in map: ServiceRecord{2bd217a u0
com.vivo.faceui/.FaceUIService}
12-30 17:11:20.024 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:11:20.027 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:11:55.511 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:11:55.512 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:11:55.694 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:12:07.197 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:12:07.732 1291 1471 E _V_RichTapVibratorService: getExtension == null
12-30 17:12:09.517 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
12-30 17:12:20.056 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:12:20.056 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:12:36.977 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:12:36.978 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:12:53.200 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:12:54.386 1291 1919 E _V_RichTapVibratorService: getExtension == null
12-30 17:12:56.764 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:12:56.764 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:12:57.183 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:12:57.184 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:12:58.626 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:12:59.054 1291 16207 E _V_RichTapVibratorService: getExtension == null
12-30 17:13:16.790 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:13:16.973 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:13:18.257 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:13:19.222 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:13:20.042 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:13:20.043 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:13:23.729 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:13:33.456 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:13:54.192 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:13:54.192 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:13:54.246 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:13:54.246 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:20.034 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:14:20.035 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:14:31.906 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:14:31.961 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:31.966 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:32.228 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:32.231 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:33.725 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:33.726 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:41.190 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:14:41.222 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:41.224 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:44.637 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:14:44.679 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:44.690 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:44.701 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:44.702 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:45.676 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:14:45.677 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:14:45.839 1291 16987 E _V_RichTapVibratorService: getExtension == null
12-30 17:14:46.311 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:46.312 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:55.581 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:14:55.582 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-30 17:14:58.873 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:14:58.873 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:15:03.066 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:15:03.119 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:15:03.120 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:15:03.245 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:15:03.246 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:15:07.447 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:15:11.365 1291 10989 E _V_RichTapVibratorService: getExtension == null
12-30 17:15:13.173 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:15:13.343 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:15:13.352 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:15:13.352 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:15:13.352 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-30 17:15:13.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:15:13.362 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:15:13.390 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:15:13.392 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:15:13.407 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:15:13.408 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-30 17:15:13.447 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:15:13.447 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:15:13.467 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:15:13.467 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:15:13.484 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:15:13.484 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:15:13.502 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:15:13.503 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:15:17.334 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 7
12-30 17:15:17.338 1291 7444 E ActivityManager: Service ServiceRecord{2bd217a u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
13571:com.vivo.faceui/1000} not same as in map: ServiceRecord{d57c58d u0
com.vivo.faceui/.FaceUIService}
12-30 17:15:33.003 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:15:34.575 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:15:42.363 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:15:53.572 1291 1918 E _V_RichTapVibratorService: getExtension == null
12-30 17:16:09.317 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:16:11.496 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:16:11.496 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:16:13.254 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:16:13.810 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:16:13.810 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:16:21.490 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:16:21.491 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:16:24.878 1291 1527 E BatchingAlarmStore: Removed TIME_TICK alarm
12-30 17:16:27.339 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:16:27.489 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:16:27.489 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:16:31.935 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~SdyQ3db4-RYtMhW3TEcE6A==/com.google.android.apps.youtube.music-
Qa0y3hfgCR90_J9iL5jZpg==/base.apk
12-30 17:16:35.012 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:16:35.896 1291 18516 E _V_RichTapVibratorService: getExtension == null
12-30 17:16:36.780 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~zSSlexz88fbY1dmMXicFPg==/com.google.android.youtube-
KsqDY2byRBGqHNOAAGF50w==/base.apk
12-30 17:16:37.543 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:16:37.543 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:16:38.625 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:16:38.625 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:16:52.093 1291 19247 E _V_RichTapVibratorService: getExtension == null
12-30 17:17:36.998 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:17:37.573 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:17:37.573 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:17:38.491 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:17:40.696 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:17:40.931 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:17:43.806 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:17:48.475 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 8
12-30 17:17:48.481 1291 3734 E ActivityManager: Service ServiceRecord{d57c58d u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
17240:com.vivo.faceui/1000} not same as in map: ServiceRecord{724f6d2 u0
com.vivo.faceui/.FaceUIService}
12-30 17:18:10.342 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:18:16.171 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:18:21.337 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:18:21.337 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:18:40.991 1291 19860 E _V_RichTapVibratorService: getExtension == null
12-30 17:19:11.909 1291 19903 E _V_RichTapVibratorService: getExtension == null
12-30 17:19:35.220 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:19:35.724 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:19:35.724 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:19:37.170 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:19:37.829 1291 7444 E _V_RichTapVibratorService: getExtension == null
12-30 17:19:41.978 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:19:42.136 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:19:43.387 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:19:45.324 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:19:45.324 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:19:47.071 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 9
12-30 17:19:47.078 1291 1409 E ActivityManager: Service ServiceRecord{724f6d2 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
19543:com.vivo.faceui/1000} not same as in map: ServiceRecord{c42c7f7 u0
com.vivo.faceui/.FaceUIService}
12-30 17:19:47.389 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:19:49.488 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:20:13.210 1291 20372 E _V_RichTapVibratorService: getExtension == null
12-30 17:20:40.353 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:20:40.509 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:21:00.322 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:21:09.026 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:21:09.780 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:21:17.592 1291 1409 E _V_RichTapVibratorService: getExtension == null
12-30 17:21:19.536 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:21:34.257 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:21:34.258 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:22:46.968 1291 3603 E _V_RichTapVibratorService: getExtension == null
12-30 17:22:51.678 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:22:51.678 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:23:05.270 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:23:05.715 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:23:05.715 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:23:06.930 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:23:08.331 1291 3210 E _V_RichTapVibratorService: getExtension == null
12-30 17:23:09.245 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
12-30 17:23:10.063 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:23:16.914 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 10
12-30 17:23:16.916 1291 3734 E ActivityManager: Service ServiceRecord{c42c7f7 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
20235:com.vivo.faceui/1000} not same as in map: ServiceRecord{fee089a u0
com.vivo.faceui/.FaceUIService}
12-30 17:23:23.159 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:23:23.162 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:23:35.749 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:23:39.754 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:24:02.293 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-30 17:24:05.330 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-30 17:24:27.029 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:24:27.691 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:24:28.910 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:24:46.512 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:24:47.704 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:24:48.244 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:24:48.526 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:24:49.677 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:25:12.060 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:25:12.061 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:25:13.350 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:25:13.350 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:26:02.356 1291 7444 E _V_RichTapVibratorService: getExtension == null
12-30 17:26:03.885 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:26:04.721 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:26:27.333 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:26:27.505 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:26:39.153 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:26:47.021 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:26:52.317 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:26:55.785 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:26:56.380 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:26:57.605 1291 1918 E _V_RichTapVibratorService: getExtension == null
12-30 17:27:01.064 1291 1966 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 59, .batteryVoltage = 3911, .batteryTemperature =
334, .batteryCurrent = -761, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 310000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
12-30 17:27:01.068 1291 1967 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:27:01.071 1291 1967 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:27:01.087 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 1000; state: ENABLED
12-30 17:27:01.088 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 1000; state: DISABLED
12-30 17:27:01.094 1291 1411 W Looper : Slow dispatch took 405ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@8c81dd3 m=0
12-30 17:27:01.100 1291 1471 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.102 1291 1411 W Looper : Slow delivery took 355ms android.fg
h=android.os.Handler
c=com.android.server.display.color.displayenhance.ApplicationPackageObserver$2@98ce
88e m=0
12-30 17:27:01.113 1291 1471 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.115 1291 1967 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.122 1291 1918 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.125 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
12-30 17:27:01.133 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
12-30 17:27:01.133 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
12-30 17:27:01.133 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:27:01.134 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:27:01.134 1291 1411 W Looper : Drained
12-30 17:27:01.135 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=false
12-30 17:27:01.136 1291 1291 W Looper : Drained
12-30 17:27:01.136 1291 1291 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
12-30 17:27:01.136 1291 1291 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
12-30 17:27:01.136 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:27:01.136 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:27:01.136 1291 1291 I DeviceIdleController: updateChargingLocked:
charging=false
12-30 17:27:01.141 1291 5351 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.141 1291 1918 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10
cmp=com.google.android.apps.searchlite/.widget.SearchLiteWidgetProvider (has
extras) } send by ApplicationInfo{bbc4c com.google.android.apps.searchlite} should
with permissions for security!!!
12-30 17:27:01.143 1291 1918 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.146 1291 3216 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.148 1291 3216 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.151 1291 3216 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.152 1291 1409 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.153 1291 1409 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.163 1291 5351 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.166 1291 1967 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.175 1291 5351 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:27:01.181 1291 1413 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:enabled_notification_listeners
value:com.android.launcher3/com.android.launcher3.notification.NotificationListener
:com.vivo.pushservice/com.vivo.push.util.NotificationMonitor pkg:android userId:0
12-30 17:27:01.181 1291 1409 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.184 1291 1967 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.188 1291 3216 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.191 1291 1409 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.230 1291 1918 W _V_AlarmAlign: Do not set to kernel
12-30 17:27:01.232 1291 3216 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility false
12-30 17:27:01.232 1291 3216 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=false},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} } from Window{com.android.systemui:8ffcbfb u0
NotificationShade}
12-30 17:27:01.235 1291 3216 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:8ffcbfb u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=true
12-30 17:27:01.252 1291 1414 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=false},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} }
12-30 17:27:01.253 1291 1414 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:27:01.256 1291 3881 W _V_AlarmAlign: Do not set to kernel
12-30 17:27:01.256 1291 3881 W _V_AlarmAlign: Do not set to kernel
12-30 17:27:01.260 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 10047, arg4: 0, name: com.android.systemui
12-30 17:27:01.267 1291 5351 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.286 1291 2642 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:27:01.287 1291 1967 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.288 1291 3623 D _V_VivoPowerManagerService: Received from
keyguard isKeyguarActive = false
12-30 17:27:01.310 1291 3623 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.317 1291 1967 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.335 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:af4d448 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:27:01.336 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:fa6ecf4 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:27:01.336 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:5bfe460 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:27:01.336 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:4aee68c u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:27:01.336 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:cb3f5bd u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
12-30 17:27:01.343 1291 2642 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:27:01.349 1291 1409 W _V_AlarmAlign: Do not set to kernel
12-30 17:27:01.350 1291 1409 W _V_AlarmAlign: Do not set to kernel
12-30 17:27:01.352 1291 1510 W _V_AlarmAlign: Do not set to kernel
12-30 17:27:01.367 1291 5351 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.386 1291 1409 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:27:01.386 1291 1409 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:27:01.400 1291 3881 D _V_StatusBarManagerService: manageDisableList
userId=0 what=0x1200000 pkg=com.android.systemui mCurrentUserId=0 for add
12-30 17:27:01.404 1291 3623 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.416 1291 1409 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.vivo.action.KEYGUARD_STATE_CHANGED flg=0x24000010 (has
extras) } send by ApplicationInfo{b2874b com.android.systemui} should with
permissions for security!!!
12-30 17:27:01.423 1291 1571 W _V_AlarmAlign: Do not set to kernel
12-30 17:27:01.433 1291 3881 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.436 1291 2642 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:startApp_from_keyguard value:0
pkg:com.android.systemui userId:0
12-30 17:27:01.441 1291 1409 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10
cmp=com.google.android.apps.searchlite/.widget.SearchLiteWidgetProvider (has
extras) } send by ApplicationInfo{bbc4c com.google.android.apps.searchlite} should
with permissions for security!!!
12-30 17:27:01.462 1291 2642 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.464 1291 1409 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:27:01.464 1291 1409 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:27:01.466 1291 1414 D _V_VivoPowerManagerService: button light 0 222
trun off
12-30 17:27:01.467 1291 1409 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
12-30 17:27:01.479 1291 1291 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=false
mNotificationPulseEnabled=true
12-30 17:27:01.506 1291 1409 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
12-30 17:27:01.520 1291 5351 D _V_WindowManager: mUserActivityTimeout set to 7000
12-30 17:27:01.520 1291 5351 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
12-30 17:27:01.549 1291 1291 D _V_VivoColorDisplayServiceImpl: receive:
onPowerOff
12-30 17:27:01.550 1291 1291 D _V_VivoLcmSre: power off sre
12-30 17:27:01.550 1291 1647 D _V_VivoLcmEsd: setSensorStatus mEsdEnable=true
enable=false mIsAlgoUnder=false
12-30 17:27:01.553 1291 1647 D _V_VivoLcmEsd: unregisterAccelerometerSensor:
already unregister acc sensor
12-30 17:27:01.567 1291 2642 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 17:27:01.568 1291 5351 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:27:01.570 1291 1291 D _V_VivoBrightnessPolicyService: Screen lock event,
current package: com.android.launcher3
12-30 17:27:01.575 1291 1646 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
12-30 17:27:01.575 1291 1646 D _V_VivoBrightnessPolicyService: handlePowerChange
power=false
12-30 17:27:01.578 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 1000, arg4: 0, name: android
12-30 17:27:01.589 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-30 17:27:01.592 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 66544, arg2: 0, arg3: 1000, arg4: 0, name: android
12-30 17:27:01.606 1291 2642 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-30 17:27:56.397 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:27:56.557 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:27:56.557 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:28:06.402 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:28:06.402 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:29:18.957 1291 3219 E AppOps : Operation not started: uid=10185
pkg=com.facebook.orca(null) op=SYSTEM_ALERT_WINDOW
12-30 17:33:44.115 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:33:44.257 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:33:44.257 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:33:46.765 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:33:47.615 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-30 17:33:48.930 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:33:51.359 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-30 17:33:52.269 1291 28434 E _V_RichTapVibratorService: getExtension == null
12-30 17:33:52.493 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 17:33:53.480 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:33:53.484 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:33:56.750 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 11
12-30 17:33:56.758 1291 10989 E ActivityManager: Service ServiceRecord{fee089a u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22065:com.vivo.faceui/1000} not same as in map: ServiceRecord{5a77a91 u0
com.vivo.faceui/.FaceUIService}
12-30 17:34:10.247 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:34:10.247 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:35:13.409 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:35:13.409 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:35:24.351 1291 28700 E _V_RichTapVibratorService: getExtension == null
12-30 17:35:29.617 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:35:29.751 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:35:29.752 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:35:32.624 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:35:33.734 1291 3603 E _V_RichTapVibratorService: getExtension == null
12-30 17:35:33.821 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:35:33.829 1291 3603 E _V_RichTapVibratorService: getExtension == null
12-30 17:35:35.500 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:35:35.755 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:35:37.013 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:35:42.583 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 12
12-30 17:35:42.591 1291 10989 E ActivityManager: Service ServiceRecord{5a77a91 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
28493:com.vivo.faceui/1000} not same as in map: ServiceRecord{b8c7d5a u0
com.vivo.faceui/.FaceUIService}
12-30 17:35:58.671 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:36:05.554 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:36:06.969 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:36:06.969 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:36:40.894 1291 29232 E _V_RichTapVibratorService: getExtension == null
12-30 17:36:58.348 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:36:58.904 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:36:58.904 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:37:02.246 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:37:09.858 1291 3219 E _V_RichTapVibratorService: getExtension == null
12-30 17:37:11.606 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:37:11.796 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:37:12.228 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 13
12-30 17:37:12.235 1291 1967 E ActivityManager: Service ServiceRecord{b8c7d5a u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
29050:com.vivo.faceui/1000} not same as in map: ServiceRecord{d792c32 u0
com.vivo.faceui/.FaceUIService}
12-30 17:37:22.082 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:37:22.082 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:37:27.762 1291 29543 E _V_RichTapVibratorService: getExtension == null
12-30 17:37:28.252 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:37:28.254 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:37:51.666 1291 1425 E PackageManager: Optimistic bind failed.
12-30 17:37:51.666 1291 1425 E PackageManager:
java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in
time!
12-30 17:37:51.666 1291 1425 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppReso
lverConnection.java:160)
12-30 17:37:51.666 1291 1425 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnectio
n.java:225)
12-30 17:37:51.666 1291 1425 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantA
ppResolverConnection(InstantAppResolverConnection.java:255)
12-30 17:37:51.666 1291 1425 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection$
$ExternalSyntheticLambda0.run(Unknown Source:2)
12-30 17:37:51.666 1291 1425 E PackageManager: at
android.os.Handler.handleCallback(Handler.java:938)
12-30 17:37:51.666 1291 1425 E PackageManager: at
android.os.Handler.dispatchMessage(Handler.java:99)
12-30 17:37:51.666 1291 1425 E PackageManager: at
android.os.Looper.loopOnce(Looper.java:233)
12-30 17:37:51.666 1291 1425 E PackageManager: at
android.os.Looper.loop(Looper.java:334)
12-30 17:37:51.666 1291 1425 E PackageManager: at
android.os.HandlerThread.run(HandlerThread.java:67)
12-30 17:38:17.492 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:38:17.662 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:38:17.663 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:38:18.746 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:38:19.797 1291 3622 E _V_RichTapVibratorService: getExtension == null
12-30 17:38:20.734 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:38:20.861 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:38:27.708 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:38:28.747 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 14
12-30 17:38:31.611 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:38:31.621 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:39:56.101 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:39:56.270 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:39:56.270 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:39:58.954 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:39:59.481 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:40:00.318 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:40:06.497 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:40:08.950 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 15
12-30 17:40:08.956 1291 3883 E ActivityManager: Service ServiceRecord{d792c32 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
30123:com.vivo.faceui/1000} not same as in map: ServiceRecord{b6ede93 u0
com.vivo.faceui/.FaceUIService}
12-30 17:40:08.959 1291 3883 E ActivityManager: Service ServiceRecord{53ca70d u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
30123:com.vivo.faceui/1000} not same as in map: ServiceRecord{b6ede93 u0
com.vivo.faceui/.FaceUIService}
12-30 17:40:19.244 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:40:19.244 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:40:34.289 1291 30605 E _V_RichTapVibratorService: getExtension == null
12-30 17:40:36.806 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:40:37.018 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:40:37.021 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:40:39.711 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:40:40.332 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-30 17:40:42.087 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:40:42.281 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:40:48.651 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:40:49.648 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 16
12-30 17:40:49.658 1291 3632 E ActivityManager: Service ServiceRecord{b6ede93 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
30538:com.vivo.faceui/1000} not same as in map: ServiceRecord{a041718 u0
com.vivo.faceui/.FaceUIService}
12-30 17:40:49.945 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:41:02.876 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:41:03.571 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:41:03.571 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:41:06.177 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:41:23.737 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:41:24.936 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:41:24.937 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:41:27.894 1291 31217 E _V_RichTapVibratorService: getExtension == null
12-30 17:41:39.091 1291 31233 E _V_RichTapVibratorService: getExtension == null
12-30 17:42:57.454 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:42:57.603 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:42:57.603 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:43:00.170 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:43:05.644 1291 1918 E _V_RichTapVibratorService: getExtension == null
12-30 17:43:07.448 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:43:07.656 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:43:10.089 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 17
12-30 17:43:10.097 1291 1919 E ActivityManager: Service ServiceRecord{a041718 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
30915:com.vivo.faceui/1000} not same as in map: ServiceRecord{7d062f u0
com.vivo.faceui/.FaceUIService}
12-30 17:43:16.817 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:43:40.784 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:43:43.284 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:43:44.972 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:43:44.972 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:44:06.865 1291 31828 E _V_RichTapVibratorService: getExtension == null
12-30 17:44:06.969 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:44:06.969 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:44:11.701 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:44:11.851 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:44:11.851 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:44:15.690 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:44:16.327 1291 5351 E _V_RichTapVibratorService: getExtension == null
12-30 17:44:18.649 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:44:18.803 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:44:25.666 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 18
12-30 17:44:25.675 1291 5351 E ActivityManager: Service ServiceRecord{7d062f u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
31552:com.vivo.faceui/1000} not same as in map: ServiceRecord{b2fb7c1 u0
com.vivo.faceui/.FaceUIService}
12-30 17:44:30.437 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:44:45.684 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:44:54.642 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:44:55.403 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:44:56.065 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:44:56.975 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:45:11.270 1291 32433 E _V_RichTapVibratorService: getExtension == null
12-30 17:45:13.353 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:45:13.353 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:45:22.238 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:45:22.359 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:45:23.535 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:45:28.962 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:45:32.555 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:45:33.583 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:45:35.126 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:45:35.126 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:45:48.428 1291 32640 E _V_RichTapVibratorService: getExtension == null
12-30 17:46:16.755 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:46:17.308 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:46:17.308 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:46:19.650 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:46:23.110 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:46:23.111 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:46:23.354 1291 3879 E _V_RichTapVibratorService: getExtension == null
12-30 17:46:24.844 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:46:27.250 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:46:28.311 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:46:29.636 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 19
12-30 17:46:29.638 1291 1409 E ActivityManager: Service ServiceRecord{b2fb7c1 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
32092:com.vivo.faceui/1000} not same as in map: ServiceRecord{9ceeb2c u0
com.vivo.faceui/.FaceUIService}
12-30 17:46:42.669 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-30 17:46:52.382 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:46:55.111 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:46:58.060 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:46:58.789 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:47:06.974 1291 1424 E _V_RichTapVibratorService: getExtension == null
12-30 17:47:14.641 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:47:14.818 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:47:15.472 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:47:22.539 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:47:22.540 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:47:24.160 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:47:28.778 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:47:33.338 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:47:33.605 1291 2057 E _V_RichTapVibratorService: getExtension == null
12-30 17:47:34.057 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:47:36.913 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:47:37.236 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:47:46.108 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:48:07.100 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:48:07.682 1291 2613 E _V_RichTapVibratorService: getExtension == null
12-30 17:48:10.530 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:48:11.896 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:48:16.043 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:49:07.705 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:49:08.840 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:49:11.425 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:49:11.429 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:49:17.931 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:49:20.881 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:50:23.587 1291 3138 E _V_RichTapVibratorService: getExtension == null
12-30 17:51:00.340 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:51:00.341 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:51:03.959 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:51:03.959 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:51:37.558 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:51:38.010 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:51:38.011 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:51:40.131 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:51:41.967 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:51:44.565 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:51:47.516 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:51:50.137 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 20
12-30 17:51:50.139 1291 3210 E ActivityManager: Service ServiceRecord{9ceeb2c u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
844:com.vivo.faceui/1000} not same as in map: ServiceRecord{c8fdff7 u0
com.vivo.faceui/.FaceUIService}
12-30 17:52:08.961 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:52:08.962 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:52:48.838 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:52:49.006 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:52:49.007 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:52:52.189 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:53:02.218 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 21
12-30 17:53:02.223 1291 3210 E ActivityManager: Service ServiceRecord{c8fdff7 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
3572:com.vivo.faceui/1000} not same as in map: ServiceRecord{5c8da3a u0
com.vivo.faceui/.FaceUIService}
12-30 17:53:05.033 1291 3216 E _V_RichTapVibratorService: getExtension == null
12-30 17:53:06.851 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:53:08.458 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:53:09.472 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:53:09.472 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:54:06.656 1291 3955 E _V_RichTapVibratorService: getExtension == null
12-30 17:54:19.373 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:54:19.546 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:54:19.546 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:54:20.386 1291 4090 E _V_RichTapVibratorService: getExtension == null
12-30 17:54:21.145 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:54:22.768 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-30 17:54:25.045 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:54:27.730 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:54:31.144 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 22
12-30 17:54:31.149 1291 2104 E ActivityManager: Service ServiceRecord{5c8da3a u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
3829:com.vivo.faceui/1000} not same as in map: ServiceRecord{ae33a77 u0
com.vivo.faceui/.FaceUIService}
12-30 17:54:41.065 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:54:59.192 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:54:59.193 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:55:13.350 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:55:13.350 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:55:15.129 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:55:20.093 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:55:24.452 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:55:24.452 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:55:32.551 1291 4502 E _V_RichTapVibratorService: getExtension == null
12-30 17:55:35.829 1291 4517 E _V_RichTapVibratorService: getExtension == null
12-30 17:55:39.195 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:55:39.344 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:55:39.344 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:55:41.357 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:55:42.208 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:55:42.341 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:55:43.995 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:55:50.564 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:55:51.348 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 23
12-30 17:55:51.354 1291 3622 E ActivityManager: Service ServiceRecord{ae33a77 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
4206:com.vivo.faceui/1000} not same as in map: ServiceRecord{3763cd3 u0
com.vivo.faceui/.FaceUIService}
12-30 17:55:52.099 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:55:52.099 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:56:16.137 1291 4920 E _V_RichTapVibratorService: getExtension == null
12-30 17:56:19.272 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:56:19.468 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:56:19.469 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:56:20.901 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:56:21.667 1291 3622 E _V_RichTapVibratorService: getExtension == null
12-30 17:56:30.902 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 24
12-30 17:56:30.909 1291 1704 E ActivityManager: Service ServiceRecord{3763cd3 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
4852:com.vivo.faceui/1000} not same as in map: ServiceRecord{6cef75e u0
com.vivo.faceui/.FaceUIService}
12-30 17:56:43.753 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:56:44.518 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:56:47.719 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:56:51.710 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:56:52.926 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:56:52.929 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:57:03.363 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:57:03.811 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:57:03.811 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:57:07.942 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:57:08.772 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:57:09.801 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:57:10.606 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:57:10.611 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:57:17.573 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:57:17.911 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 25
12-30 17:57:17.921 1291 3879 E ActivityManager: Service ServiceRecord{6cef75e u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
5148:com.vivo.faceui/1000} not same as in map: ServiceRecord{fe969f7 u0
com.vivo.faceui/.FaceUIService}
12-30 17:57:23.269 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:57:57.629 1291 5834 E _V_RichTapVibratorService: getExtension == null
12-30 17:58:38.846 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:58:51.307 1291 6066 E _V_RichTapVibratorService: getExtension == null
12-30 17:58:55.054 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:58:55.054 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:58:59.617 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:58:59.617 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:59:30.334 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:59:30.470 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:59:30.470 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:59:31.781 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:59:32.968 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:59:36.361 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 17:59:37.135 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:59:38.810 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:59:41.787 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 26
12-30 17:59:41.792 1291 3603 E ActivityManager: Service ServiceRecord{fe969f7 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
5677:com.vivo.faceui/1000} not same as in map: ServiceRecord{a482bd5 u0
com.vivo.faceui/.FaceUIService}
12-30 17:59:42.073 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:59:44.036 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:59:44.037 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:59:46.235 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 17:59:46.407 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 17:59:46.407 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 17:59:47.582 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:59:48.748 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 17:59:57.586 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 27
12-30 17:59:57.594 1291 3865 E ActivityManager: Service ServiceRecord{a482bd5 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
6362:com.vivo.faceui/1000} not same as in map: ServiceRecord{9a7e269 u0
com.vivo.faceui/.FaceUIService}
12-30 18:00:05.565 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:00:08.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:00:08.120 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:00:32.074 1291 6660 E _V_RichTapVibratorService: getExtension == null
12-30 18:00:33.325 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:00:33.497 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:00:33.497 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:00:34.974 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:00:35.786 1291 3883 E _V_RichTapVibratorService: getExtension == null
12-30 18:00:37.017 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:00:44.659 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:00:44.975 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 28
12-30 18:00:46.096 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:00:47.541 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:00:47.541 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:00:51.540 1291 7008 E _V_RichTapVibratorService: getExtension == null
12-30 18:00:53.269 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:00:53.449 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:00:53.449 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:00:56.380 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-30 18:00:58.570 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:00:59.934 1291 3883 E _V_RichTapVibratorService: getExtension == null
12-30 18:01:05.266 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:01:08.589 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 29
12-30 18:01:08.593 1291 2104 E ActivityManager: Service ServiceRecord{9a7e269 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
6952:com.vivo.faceui/1000} not same as in map: ServiceRecord{85bbf8d u0
com.vivo.faceui/.FaceUIService}
12-30 18:01:08.595 1291 2104 E ActivityManager: Service ServiceRecord{7f7fb5e u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
6952:com.vivo.faceui/1000} not same as in map: ServiceRecord{85bbf8d u0
com.vivo.faceui/.FaceUIService}
12-30 18:01:08.915 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:01:10.206 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:01:11.334 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:01:11.334 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:03:28.487 1291 7374 E _V_RichTapVibratorService: getExtension == null
12-30 18:03:30.521 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:03:30.690 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:03:30.691 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:03:31.705 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:03:32.780 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:03:33.087 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 18:03:33.838 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:03:38.154 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:03:38.154 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:03:41.732 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 30
12-30 18:03:41.734 1291 3214 E ActivityManager: Service ServiceRecord{85bbf8d u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
7231:com.vivo.faceui/1000} not same as in map: ServiceRecord{ae5db8d u0
com.vivo.faceui/.FaceUIService}
12-30 18:03:45.338 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:03:51.129 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:03:51.135 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:03:55.913 1291 7783 E _V_RichTapVibratorService: getExtension == null
12-30 18:04:07.510 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:04:07.654 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:04:07.654 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:04:09.461 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:04:10.466 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-30 18:04:18.074 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:04:18.075 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:05:13.365 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:05:13.365 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:07:24.053 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:07:24.213 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:07:24.213 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:07:26.370 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:07:36.339 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 31
12-30 18:07:36.345 1291 2642 E ActivityManager: Service ServiceRecord{ae5db8d u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
7692:com.vivo.faceui/1000} not same as in map: ServiceRecord{3066ecf u0
com.vivo.faceui/.FaceUIService}
12-30 18:07:58.783 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:07:58.783 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:09:05.054 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:09:05.062 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:12:11.273 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:12:11.428 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:12:11.432 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:12:18.446 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:12:18.446 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:14:05.703 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:14:05.809 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:14:05.809 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:14:09.568 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:14:10.464 1291 1917 E _V_RichTapVibratorService: getExtension == null
12-30 18:14:10.539 1291 3623 E _V_RichTapVibratorService: getExtension == null
12-30 18:14:10.545 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:14:12.479 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:14:13.648 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:14:14.486 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:14:19.598 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 32
12-30 18:14:19.609 1291 3623 E ActivityManager: Service ServiceRecord{3066ecf u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8242:com.vivo.faceui/1000} not same as in map: ServiceRecord{422d14b u0
com.vivo.faceui/.FaceUIService}
12-30 18:14:30.043 1291 3879 E _V_RichTapVibratorService: getExtension == null
12-30 18:14:33.227 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:14:33.227 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:14:35.627 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:14:35.627 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:15:13.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:15:13.365 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:16:38.204 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:16:38.391 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:16:38.391 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:16:40.106 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:16:42.995 1291 3879 E _V_RichTapVibratorService: getExtension == null
12-30 18:16:45.291 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:16:45.311 1291 9520 E _V_RichTapVibratorService: getExtension == null
12-30 18:16:45.597 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 18:16:46.859 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-30 18:16:49.003 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:16:49.217 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:16:50.093 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 33
12-30 18:16:50.096 1291 3734 E ActivityManager: Service ServiceRecord{422d14b u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8821:com.vivo.faceui/1000} not same as in map: ServiceRecord{5f79155 u0
com.vivo.faceui/.FaceUIService}
12-30 18:16:50.364 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:16:52.820 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:17:19.875 1291 9766 E _V_RichTapVibratorService: getExtension == null
12-30 18:17:37.239 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 18:17:37.805 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:17:37.805 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:17:41.722 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:17:44.656 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:17:45.970 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:17:45.970 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:17:58.335 1291 9935 E _V_RichTapVibratorService: getExtension == null
12-30 18:18:10.489 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:18:10.679 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:18:10.679 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:18:11.719 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:18:12.534 1291 2104 E _V_RichTapVibratorService: getExtension == null
12-30 18:18:14.583 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:18:15.130 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:18:15.977 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:18:17.740 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:18:18.637 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:18:21.726 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 34
12-30 18:18:21.737 1291 3878 E ActivityManager: Service ServiceRecord{5f79155 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
9576:com.vivo.faceui/1000} not same as in map: ServiceRecord{e8f2e46 u0
com.vivo.faceui/.FaceUIService}
12-30 18:18:34.656 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:18:36.141 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:18:36.674 1291 3878 E _V_RichTapVibratorService: getExtension == null
12-30 18:18:39.578 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:18:39.578 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:18:53.240 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:18:53.400 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:18:53.400 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:18:54.930 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:18:57.086 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-30 18:18:57.465 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-30 18:18:57.805 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-30 18:18:58.080 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-30 18:18:58.849 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-30 18:19:00.058 1291 2104 E WindowManager: Window Session Crash
12-30 18:19:00.058 1291 2104 E WindowManager: java.lang.IllegalArgumentException:
Requested window android.os.BinderProxy@8ff9850 does not exist
12-30 18:19:00.058 1291 2104 E WindowManager: at
com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerServi
ce.java:6413)
12-30 18:19:00.058 1291 2104 E WindowManager: at
com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerServi
ce.java:6405)
12-30 18:19:00.058 1291 2104 E WindowManager: at
com.android.server.wm.WindowManagerService.reportSystemGestureExclusionChanged(Wind
owManagerService.java:5033)
12-30 18:19:00.058 1291 2104 E WindowManager: at
com.android.server.wm.Session.reportSystemGestureExclusionChanged(Session.java:550)
12-30 18:19:00.058 1291 2104 E WindowManager: at
android.view.IWindowSession$Stub.onTransact(IWindowSession.java:1244)
12-30 18:19:00.058 1291 2104 E WindowManager: at
com.android.server.wm.Session.onTransact(Session.java:207)
12-30 18:19:00.058 1291 2104 E WindowManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
12-30 18:19:00.058 1291 2104 E WindowManager: at
android.os.Binder.execTransact(Binder.java:1143)
12-30 18:19:00.227 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:19:04.952 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 35
12-30 18:19:04.958 1291 3214 E ActivityManager: Service ServiceRecord{e8f2e46 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
10204:com.vivo.faceui/1000} not same as in map: ServiceRecord{d219405 u0
com.vivo.faceui/.FaceUIService}
12-30 18:19:09.948 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:19:12.267 1291 3878 E AppOps : package com.google.android.play.games
not found, can't check for attributionTag null
12-30 18:19:12.388 1291 2642 E AppOps : package com.google.android.play.games
not found, can't check for attributionTag null
12-30 18:19:20.470 1291 3623 E _V_RichTapVibratorService: getExtension == null
12-30 18:19:22.752 1291 3623 E AppOps : package com.google.android.play.games
not found, can't check for attributionTag null
12-30 18:19:22.753 1291 3623 E AppOps : package com.google.android.play.games
not found, can't check for attributionTag null
12-30 18:19:33.539 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:19:33.539 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:20:06.427 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:20:10.981 1291 11546 E _V_RichTapVibratorService: getExtension == null
12-30 18:20:16.166 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:20:17.164 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:20:32.933 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:20:34.401 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:20:38.506 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:20:42.682 1291 3632 E _V_RichTapVibratorService: getExtension == null
12-30 18:20:45.038 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:20:45.038 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:21:17.591 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:21:17.768 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:21:17.768 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:21:19.901 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:21:22.462 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:21:22.462 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:21:26.809 1291 3623 E _V_RichTapVibratorService: getExtension == null
12-30 18:21:28.517 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:21:29.698 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:21:29.917 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 36
12-30 18:21:29.919 1291 3632 E ActivityManager: Service ServiceRecord{d219405 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
10606:com.vivo.faceui/1000} not same as in map: ServiceRecord{583ee9 u0
com.vivo.faceui/.FaceUIService}
12-30 18:21:30.620 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:21:34.633 1291 3214 E _V_RichTapVibratorService: getExtension == null
12-30 18:21:37.049 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:21:37.050 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:25:13.514 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:25:13.514 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:28:01.490 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:28:01.706 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:28:01.707 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:28:03.050 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:28:03.996 1291 3632 E _V_RichTapVibratorService: getExtension == null
12-30 18:28:06.040 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:28:10.402 1291 1742 E _V_RichTapVibratorService: getExtension == null
12-30 18:28:11.736 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:28:12.241 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:28:13.052 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 37
12-30 18:28:13.056 1291 1917 E ActivityManager: Service ServiceRecord{583ee9 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
12053:com.vivo.faceui/1000} not same as in map: ServiceRecord{e30f4f9 u0
com.vivo.faceui/.FaceUIService}
12-30 18:28:13.282 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:28:25.845 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:28:27.571 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:28:29.821 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:28:31.716 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:28:31.716 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:28:41.321 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:28:41.321 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:28:48.822 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:28:48.979 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:28:48.982 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:28:50.943 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:28:52.795 1291 3883 E _V_RichTapVibratorService: getExtension == null
12-30 18:28:53.974 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:28:54.596 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:28:55.521 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:28:57.947 1291 3216 E _V_RichTapVibratorService: getExtension == null
12-30 18:29:00.718 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:29:00.719 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:31:25.735 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:31:25.857 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:31:25.857 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:31:32.896 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:31:32.896 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:31:46.867 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:31:46.970 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:31:46.970 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:31:50.859 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:31:51.339 1291 3216 E _V_RichTapVibratorService: getExtension == null
12-30 18:31:53.470 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:31:56.993 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:31:56.993 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:31:58.280 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:31:58.280 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:35:13.584 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:35:13.585 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:38:20.753 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 18:38:20.874 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:38:20.876 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:38:24.382 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:38:24.958 1291 3623 E _V_RichTapVibratorService: getExtension == null
12-30 18:38:27.091 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:38:28.776 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:38:30.540 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:38:30.541 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:38:34.381 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 38
12-30 18:38:34.382 1291 1967 E ActivityManager: Service ServiceRecord{e30f4f9 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
12599:com.vivo.faceui/1000} not same as in map: ServiceRecord{50f54fa u0
com.vivo.faceui/.FaceUIService}
12-30 18:38:35.285 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:38:37.480 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:39:15.284 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:39:15.415 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:39:38.895 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:39:42.912 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 18:39:49.435 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:39:49.435 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:41:18.684 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:41:18.684 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:45:14.501 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:45:14.501 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:52:18.505 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:52:18.505 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 18:55:13.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 18:55:13.363 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:05:14.518 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:05:14.518 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:10:19.231 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-30 19:10:20.438 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 19:10:20.635 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:10:20.636 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:10:21.629 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:10:22.357 1291 1409 E _V_RichTapVibratorService: getExtension == null
12-30 19:10:24.637 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:10:25.048 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:10:25.917 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:10:31.634 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 39
12-30 19:10:31.642 1291 3622 E ActivityManager: Service ServiceRecord{50f54fa u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
14159:com.vivo.faceui/1000} not same as in map: ServiceRecord{e4243d3 u0
com.vivo.faceui/.FaceUIService}
12-30 19:10:32.420 1291 15217 E _V_RichTapVibratorService: getExtension == null
12-30 19:10:33.118 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|GROUP:6753508628070036|10185
12-30 19:10:34.039 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:10:35.195 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:10:47.553 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:11:07.947 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:11:07.948 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:11:10.311 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:11:11.051 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:11:13.319 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:11:14.005 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:11:20.370 1291 15491 E _V_RichTapVibratorService: getExtension == null
12-30 19:11:22.973 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10185
model:audio state:off count= 1 app:com.facebook.orca
12-30 19:11:29.719 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 19:11:30.430 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:12:01.885 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:12:05.230 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:12:07.529 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:12:36.752 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:12:38.634 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:12:48.202 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:12:50.538 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:12:56.837 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:12:56.837 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:13:21.396 1291 1471 E AppOps : package com.google.android.play.games
not found, can't check for attributionTag null
12-30 19:13:21.503 1291 3632 E AppOps : package com.google.android.play.games
not found, can't check for attributionTag null
12-30 19:13:52.219 1291 3632 E AppOps : package com.google.android.play.games
not found, can't check for attributionTag null
12-30 19:13:52.221 1291 3632 E AppOps : package com.google.android.play.games
not found, can't check for attributionTag null
12-30 19:14:28.532 1291 16530 E _V_RichTapVibratorService: getExtension == null
12-30 19:14:34.695 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:14:35.104 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 19:14:35.864 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:14:39.825 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:14:44.475 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:14:45.743 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:14:45.744 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:14:48.905 1291 16694 E _V_RichTapVibratorService: getExtension == null
12-30 19:15:13.353 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:15:13.353 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:15:32.817 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:15:33.225 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 19:15:34.220 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:15:43.478 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:16:34.653 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:16:34.654 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:16:54.460 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:16:54.460 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:18:43.346 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:18:43.346 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:20:32.240 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:20:32.241 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:22:21.153 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:22:21.154 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:23:05.650 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:23:05.650 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:25:13.381 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:25:13.381 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:28:56.399 1291 20279 E _V_RichTapVibratorService: getExtension == null
12-30 19:29:00.980 1291 1414 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:handleTurnScreenOn
pkgName = android prox = 5.0 useprox = false
12-30 19:29:01.088 1291 1466 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
12-30 19:29:01.173 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:29:01.173 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:29:02.108 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:29:06.024 1291 1409 E _V_RichTapVibratorService: getExtension == null
12-30 19:29:10.411 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 19:29:11.126 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:29:12.004 1291 3219 E _V_RichTapVibratorService: getExtension == null
12-30 19:29:12.182 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:29:17.734 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:29:19.089 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:29:20.765 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-30 19:29:20.969 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 40
12-30 19:29:20.972 1291 1704 E ActivityManager: Service ServiceRecord{e4243d3 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
15173:com.vivo.faceui/1000} not same as in map: ServiceRecord{50abd8f u0
com.vivo.faceui/.FaceUIService}
12-30 19:29:21.262 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:29:23.925 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-30 19:29:25.423 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:29:25.899 1291 21068 E _V_RichTapVibratorService: getExtension == null
12-30 19:29:30.340 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 19:29:30.679 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:29:35.574 1291 3216 E _V_RichTapVibratorService: getExtension == null
12-30 19:29:37.881 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:29:38.802 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:29:38.803 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:29:55.452 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:29:55.457 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:30:22.943 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 19:30:23.387 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:30:23.387 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:30:25.850 1291 1408 E _V_RichTapVibratorService: getExtension == null
12-30 19:30:26.036 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:30:27.639 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:30:30.204 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:30:30.957 1291 3210 E _V_RichTapVibratorService: getExtension == null
12-30 19:30:32.581 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:30:32.582 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:31:12.276 1291 21678 E _V_RichTapVibratorService: getExtension == null
12-30 19:34:06.554 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 19:34:06.685 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:34:06.686 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:34:09.663 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:34:10.385 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:34:10.647 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 19:34:12.466 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:34:16.991 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:34:16.992 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:34:19.688 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 41
12-30 19:34:19.688 1291 3210 E ActivityManager: Service ServiceRecord{50abd8f u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
20845:com.vivo.faceui/1000} not same as in map: ServiceRecord{c184e36 u0
com.vivo.faceui/.FaceUIService}
12-30 19:34:21.191 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:34:28.765 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:34:29.912 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:34:31.174 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:35:09.293 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:35:13.365 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:35:13.366 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:35:15.609 1291 10989 E _V_RichTapVibratorService: getExtension == null
12-30 19:35:17.570 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 19:36:05.901 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:36:05.901 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:36:19.787 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:36:19.787 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:45:14.523 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:45:14.523 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:50:17.076 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-30 19:55:13.511 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:55:13.511 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 19:55:13.832 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 19:55:13.833 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:05:14.509 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:05:14.509 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:08:10.802 1291 1471 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-30 20:08:10.809 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-30 20:08:10.809 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-30 20:08:10.809 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-30 20:08:10.809 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-30 20:08:10.823 1291 10836 D IntervalStats: Unable to parse usage stats
packages: [305]
12-30 20:08:10.826 1291 10836 D IntervalStats: Unable to parse event packages:
[305]
12-30 20:14:41.134 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 20:14:41.292 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:14:41.292 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:14:43.786 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:14:44.662 1291 3622 E _V_RichTapVibratorService: getExtension == null
12-30 20:14:45.629 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:14:46.141 1291 7444 E _V_RichTapVibratorService: getExtension == null
12-30 20:14:48.072 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:14:48.621 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:14:48.769 1291 28696 E _V_RichTapVibratorService: getExtension == null
12-30 20:14:49.029 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:14:49.731 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:14:53.180 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:14:53.798 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 42
12-30 20:14:53.802 1291 3219 E ActivityManager: Service ServiceRecord{c184e36 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
21996:com.vivo.faceui/1000} not same as in map: ServiceRecord{419352f u0
com.vivo.faceui/.FaceUIService}
12-30 20:14:54.956 1291 28883 E _V_RichTapVibratorService: getExtension == null
12-30 20:15:01.766 1291 29127 E _V_RichTapVibratorService: getExtension == null
12-30 20:15:13.353 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:15:13.354 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:15:13.426 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:15:14.396 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:15:17.895 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:15:18.203 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 20:15:55.798 1291 1917 E _V_RichTapVibratorService: getExtension == null
12-30 20:15:57.802 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:15:57.802 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:16:30.259 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:16:30.263 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:24:49.603 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 20:24:49.761 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:24:49.761 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:24:53.574 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:24:54.237 1291 10989 E _V_RichTapVibratorService: getExtension == null
12-30 20:24:54.605 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:24:55.214 1291 10989 E _V_RichTapVibratorService: getExtension == null
12-30 20:24:56.945 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:24:59.300 1291 3216 E _V_RichTapVibratorService: getExtension == null
12-30 20:25:00.881 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:25:02.593 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:25:03.541 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:25:03.596 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 43
12-30 20:25:03.600 1291 3210 E ActivityManager: Service ServiceRecord{419352f u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
28853:com.vivo.faceui/1000} not same as in map: ServiceRecord{3c54835 u0
com.vivo.faceui/.FaceUIService}
12-30 20:25:13.358 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:25:13.358 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:25:17.500 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:25:25.317 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:25:29.761 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:25:30.488 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:26:07.992 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:26:09.570 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:26:18.924 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:26:18.924 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:26:23.253 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:26:29.700 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:26:30.992 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:26:31.490 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:26:33.500 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:26:35.819 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:26:46.284 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:27:30.844 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:27:30.845 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:28:04.267 1291 30835 E _V_RichTapVibratorService: getExtension == null
12-30 20:28:07.837 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:28:07.840 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:32:49.841 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 20:32:49.977 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:32:49.977 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:32:57.041 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:32:57.041 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:35:13.923 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:35:13.923 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:36:08.806 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 0.0
useprox = false
12-30 20:36:08.958 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:36:08.959 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:36:10.968 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:36:10.968 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:36:16.053 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:36:16.054 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:38:22.388 1291 31230 E _V_RichTapVibratorService: getExtension == null
12-30 20:38:24.345 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 20:38:24.480 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:38:24.480 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:38:25.977 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:38:27.698 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:38:28.158 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 20:38:29.350 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:38:35.932 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 44
12-30 20:38:35.940 1291 9047 E ActivityManager: Service ServiceRecord{3c54835 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
30145:com.vivo.faceui/1000} not same as in map: ServiceRecord{9c4acc4 u0
com.vivo.faceui/.FaceUIService}
12-30 20:38:48.556 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:38:51.996 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:38:59.839 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:38:59.839 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:39:00.166 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:39:00.167 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:39:00.999 1291 31709 E _V_RichTapVibratorService: getExtension == null
12-30 20:39:02.581 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 20:39:02.827 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:39:02.835 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:39:04.269 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:39:05.711 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:39:06.070 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 20:39:11.581 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:39:14.250 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 45
12-30 20:39:14.256 1291 1408 E ActivityManager: Service ServiceRecord{9c4acc4 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
31536:com.vivo.faceui/1000} not same as in map: ServiceRecord{2f8bb75 u0
com.vivo.faceui/.FaceUIService}
12-30 20:39:58.382 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:40:08.116 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:40:11.041 1291 32187 E _V_RichTapVibratorService: getExtension == null
12-30 20:40:15.240 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:40:18.343 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:40:22.212 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:40:22.481 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 20:40:30.069 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:40:48.752 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:40:48.752 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:41:03.297 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:41:03.932 1291 32346 E _V_RichTapVibratorService: getExtension == null
12-30 20:41:06.897 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 20:41:48.001 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:41:51.474 1291 32526 E _V_RichTapVibratorService: getExtension == null
12-30 20:41:55.933 1291 32559 E _V_RichTapVibratorService: getExtension == null
12-30 20:42:03.540 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:42:10.755 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 20:42:14.258 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:42:20.092 1291 32727 E _V_RichTapVibratorService: getExtension == null
12-30 20:42:24.252 1291 32753 E _V_RichTapVibratorService: getExtension == null
12-30 20:42:25.509 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 20:42:26.534 1291 349 E _V_RichTapVibratorService: getExtension == null
12-30 20:42:29.542 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:42:37.653 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:42:37.653 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:42:43.436 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:42:59.368 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:43:04.445 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:43:04.445 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:43:08.458 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 20:43:08.611 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:43:08.611 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:43:10.052 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:43:11.898 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-30 20:43:14.158 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:43:15.234 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:43:15.234 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:44:13.091 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 20:44:13.407 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:44:13.410 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:44:14.756 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:44:17.358 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:44:18.321 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:44:24.029 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:44:24.797 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 46
12-30 20:44:24.800 1291 3865 E ActivityManager: Service ServiceRecord{2f8bb75 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
31950:com.vivo.faceui/1000} not same as in map: ServiceRecord{37a0135 u0
com.vivo.faceui/.FaceUIService}
12-30 20:44:32.358 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:44:33.387 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:44:41.411 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:44:41.411 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:45:13.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:45:13.366 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:45:31.278 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 20:45:31.398 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:45:31.398 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:45:35.873 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:45:43.677 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:45:45.081 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:45:45.900 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 47
12-30 20:45:45.905 1291 2642 E ActivityManager: Service ServiceRecord{37a0135 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
2126:com.vivo.faceui/1000} not same as in map: ServiceRecord{12d5320 u0
com.vivo.faceui/.FaceUIService}
12-30 20:45:47.117 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:45:48.157 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:45:50.759 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:45:53.585 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:45:53.586 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:46:11.094 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:46:11.094 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:47:12.409 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 20:47:12.766 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:47:12.767 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:47:15.884 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~RRBMF0BEYacKXZZ3pKyZPg==/com.bbk.theme-qwnj3gnl6EBPEzk9BiNsww==/
base.apk
12-30 20:47:16.751 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:47:18.353 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:47:19.489 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:47:21.785 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:47:26.055 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:47:26.339 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 48
12-30 20:47:26.344 1291 7444 E ActivityManager: Service ServiceRecord{12d5320 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
2736:com.vivo.faceui/1000} not same as in map: ServiceRecord{a90474c u0
com.vivo.faceui/.FaceUIService}
12-30 20:47:30.071 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:47:56.101 1291 3546 E _V_RichTapVibratorService: getExtension == null
12-30 20:48:13.712 1291 3582 E _V_RichTapVibratorService: getExtension == null
12-30 20:48:24.366 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:48:24.634 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 20:48:26.317 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:48:36.955 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:48:41.107 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:48:42.317 1291 3769 E _V_RichTapVibratorService: getExtension == null
12-30 20:48:56.385 1291 3797 E _V_RichTapVibratorService: getExtension == null
12-30 20:48:59.443 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:48:59.738 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 20:49:00.685 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:49:00.686 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:49:09.170 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:49:15.205 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:49:19.653 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:49:21.473 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:49:34.111 1291 4046 E _V_RichTapVibratorService: getExtension == null
12-30 20:49:37.526 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:49:37.730 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 20:49:38.319 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:49:48.554 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:50:16.611 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:50:23.349 1291 4297 E _V_RichTapVibratorService: getExtension == null
12-30 20:50:30.520 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:50:30.737 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 20:50:33.039 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:50:33.968 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:50:35.168 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:50:49.562 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:50:49.562 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:50:55.709 1291 4448 E _V_RichTapVibratorService: getExtension == null
12-30 20:51:00.002 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:51:00.212 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 20:51:01.677 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:51:07.829 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:51:19.838 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:51:37.198 1291 4635 E _V_RichTapVibratorService: getExtension == null
12-30 20:51:39.841 1291 4653 E _V_RichTapVibratorService: getExtension == null
12-30 20:51:48.999 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:51:48.999 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:51:52.142 1291 4671 E _V_RichTapVibratorService: getExtension == null
12-30 20:52:20.067 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:52:20.067 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:52:22.081 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 20:52:22.336 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:52:42.754 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:53:21.018 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:53:22.855 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 20:53:24.983 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:53:24.983 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:55:13.369 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:55:13.369 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 20:55:32.539 1291 5079 E _V_RichTapVibratorService: getExtension == null
12-30 20:55:42.145 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 20:55:42.146 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:02:24.899 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:02:25.057 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:02:25.058 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:02:26.381 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:02:26.873 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 21:02:26.875 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 21:02:26.882 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 21:02:27.467 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 21:02:27.568 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 21:02:27.705 1291 9047 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 21:02:36.369 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 49
12-30 21:02:36.374 1291 3865 E ActivityManager: Service ServiceRecord{a90474c u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
3482:com.vivo.faceui/1000} not same as in map: ServiceRecord{3b88a72 u0
com.vivo.faceui/.FaceUIService}
12-30 21:02:37.059 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:02:37.886 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-30 21:02:40.786 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:02:40.786 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:03:43.646 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:03:43.865 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:03:43.865 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:03:45.783 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:03:52.406 1291 5351 E _V_RichTapVibratorService: getExtension == null
12-30 21:03:53.489 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:03:53.490 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:03:55.774 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 50
12-30 21:03:55.781 1291 3623 E ActivityManager: Service ServiceRecord{3b88a72 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
5410:com.vivo.faceui/1000} not same as in map: ServiceRecord{2ad9329 u0
com.vivo.faceui/.FaceUIService}
12-30 21:03:56.111 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:03:56.389 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:03:56.715 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:03:57.767 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:04:02.353 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:04:12.459 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:04:14.012 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:04:14.727 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-30 21:04:14.962 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-30 21:04:15.477 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:04:34.256 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-30 21:04:39.386 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:04:42.348 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-30 21:04:42.658 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:04:44.680 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-30 21:04:44.916 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:04:49.592 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:04:49.592 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:04:59.018 1291 7167 E _V_RichTapVibratorService: getExtension == null
12-30 21:05:00.485 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:05:00.630 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:05:00.630 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:05:02.105 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:05:04.079 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:05:06.155 1291 3623 E _V_RichTapVibratorService: getExtension == null
12-30 21:05:08.091 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:05:10.546 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:05:12.028 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 51
12-30 21:05:12.032 1291 2105 E ActivityManager: Service ServiceRecord{2ad9329 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
6354:com.vivo.faceui/1000} not same as in map: ServiceRecord{9f578ed u0
com.vivo.faceui/.FaceUIService}
12-30 21:05:12.410 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:05:13.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:05:13.363 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:05:43.483 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:05:43.483 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:05:46.476 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:05:46.476 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:07:38.101 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:07:38.291 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:07:38.291 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:07:40.080 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:07:41.040 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:07:43.424 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:07:50.080 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 52
12-30 21:07:50.089 1291 2105 E ActivityManager: Service ServiceRecord{9f578ed u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
7405:com.vivo.faceui/1000} not same as in map: ServiceRecord{877c022 u0
com.vivo.faceui/.FaceUIService}
12-30 21:07:57.494 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:08:00.465 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:08:01.934 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:08:01.934 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:09:17.422 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:09:17.595 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:09:17.595 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:09:19.650 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:09:20.494 1291 1967 E _V_RichTapVibratorService: getExtension == null
12-30 21:09:21.529 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:09:22.218 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:09:23.107 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:09:27.450 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:09:29.656 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 53
12-30 21:09:29.657 1291 3622 E ActivityManager: Service ServiceRecord{877c022 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
7895:com.vivo.faceui/1000} not same as in map: ServiceRecord{59b5ff2 u0
com.vivo.faceui/.FaceUIService}
12-30 21:09:31.970 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:09:37.349 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:09:39.924 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:09:42.261 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:09:42.261 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:10:36.375 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:10:36.573 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:10:36.573 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:10:38.130 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:10:39.102 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:10:40.631 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:10:41.694 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:10:43.885 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:10:43.887 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:10:48.156 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 54
12-30 21:10:48.164 1291 1409 E ActivityManager: Service ServiceRecord{59b5ff2 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8312:com.vivo.faceui/1000} not same as in map: ServiceRecord{ffae7e3 u0
com.vivo.faceui/.FaceUIService}
12-30 21:12:21.105 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:12:29.763 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:12:29.763 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:12:30.942 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:12:31.095 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:12:31.095 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:12:32.058 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:12:32.774 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:12:32.774 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:12:33.029 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:12:42.080 1291 1967 E ActivityManager: Service ServiceRecord{ffae7e3 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8682:com.vivo.faceui/1000} not same as in map: ServiceRecord{92843e7 u0
com.vivo.faceui/.FaceUIService}
12-30 21:12:42.081 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 55
12-30 21:12:50.031 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:12:50.031 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:13:26.340 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:13:26.470 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:13:26.470 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:13:34.969 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:13:34.969 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:13:52.086 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:13:52.201 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:13:52.201 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:13:53.528 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:14:01.735 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:14:01.738 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:14:02.796 1291 9047 E _V_RichTapVibratorService: getExtension == null
12-30 21:14:03.479 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 56
12-30 21:14:03.481 1291 3622 E ActivityManager: Service ServiceRecord{92843e7 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8994:com.vivo.faceui/1000} not same as in map: ServiceRecord{95a240e u0
com.vivo.faceui/.FaceUIService}
12-30 21:14:05.305 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:14:05.305 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:15:09.582 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:15:09.713 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:15:09.713 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:15:13.080 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:15:13.347 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:15:13.347 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:15:14.698 1291 7444 E _V_RichTapVibratorService: getExtension == null
12-30 21:15:17.033 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:15:18.046 1291 12394 E _V_RichTapVibratorService: getExtension == null
12-30 21:15:20.080 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:15:23.108 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 57
12-30 21:15:23.115 1291 3632 E ActivityManager: Service ServiceRecord{95a240e u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
9353:com.vivo.faceui/1000} not same as in map: ServiceRecord{d497fda u0
com.vivo.faceui/.FaceUIService}
12-30 21:15:23.365 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:15:23.365 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:15:59.048 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:15:59.049 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:16:47.737 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:16:47.986 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:16:47.986 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:16:49.739 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:16:50.442 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-30 21:16:51.232 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:16:59.730 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 58
12-30 21:16:59.739 1291 1967 E ActivityManager: Service ServiceRecord{d497fda u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
12435:com.vivo.faceui/1000} not same as in map: ServiceRecord{e3e7c02 u0
com.vivo.faceui/.FaceUIService}
12-30 21:17:04.331 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:17:04.331 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:18:52.556 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:18:52.721 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:18:52.721 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:18:54.174 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:19:04.116 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-30 21:19:04.197 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 59
12-30 21:19:04.200 1291 7444 E ActivityManager: Service ServiceRecord{e3e7c02 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
12771:com.vivo.faceui/1000} not same as in map: ServiceRecord{e210a2a u0
com.vivo.faceui/.FaceUIService}
12-30 21:19:05.982 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:19:05.982 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:20:02.101 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:20:02.107 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:21:00.957 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:21:01.096 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:21:01.096 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:21:04.166 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:21:08.326 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:21:09.935 1291 3622 E _V_RichTapVibratorService: getExtension == null
12-30 21:21:11.869 1291 14865 E _V_RichTapVibratorService: getExtension == null
12-30 21:21:11.932 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:21:13.278 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:21:18.329 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 60
12-30 21:21:18.336 1291 3878 E ActivityManager: Service ServiceRecord{e210a2a u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
13116:com.vivo.faceui/1000} not same as in map: ServiceRecord{c165cea u0
com.vivo.faceui/.FaceUIService}
12-30 21:21:19.048 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:21:19.048 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:22:57.029 1291 15075 E _V_RichTapVibratorService: getExtension == null
12-30 21:23:48.689 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:23:48.826 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:23:48.826 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:23:50.515 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:23:51.422 1291 3881 E _V_RichTapVibratorService: getExtension == null
12-30 21:23:53.774 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:23:56.605 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-30 21:23:59.188 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:23:59.188 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:24:07.003 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:24:07.004 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:25:13.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:25:13.363 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:25:59.898 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:25:59.989 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:25:59.989 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:26:05.728 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:26:05.728 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:27:49.600 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:27:49.696 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:27:49.696 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:27:51.629 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:27:52.320 1291 1471 E _V_RichTapVibratorService: getExtension == null
12-30 21:27:54.176 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:28:01.640 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 61
12-30 21:28:01.641 1291 7444 E ActivityManager: Service ServiceRecord{c165cea u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
14924:com.vivo.faceui/1000} not same as in map: ServiceRecord{96b1135 u0
com.vivo.faceui/.FaceUIService}
12-30 21:28:37.876 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:28:37.876 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:28:53.331 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 21:28:53.460 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:28:53.460 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:28:58.877 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:29:00.717 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:29:03.419 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:29:03.419 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:29:07.908 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 62
12-30 21:29:07.914 1291 1704 E ActivityManager: Service ServiceRecord{96b1135 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
15804:com.vivo.faceui/1000} not same as in map: ServiceRecord{c42bdbf u0
com.vivo.faceui/.FaceUIService}
12-30 21:29:19.243 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:29:21.493 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:29:36.945 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:29:48.430 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:29:49.620 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:29:49.933 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:30:52.344 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:30:52.344 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:32:05.158 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:32:41.245 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:32:41.246 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:33:05.633 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:33:10.658 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:33:11.532 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:33:13.650 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:33:14.977 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:33:17.900 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:33:20.174 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:34:10.352 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:34:10.352 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:35:07.190 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:11.083 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:12.222 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:13.348 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:35:13.348 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:35:15.833 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:16.642 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:18.576 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:24.659 1291 9047 E _V_RichTapVibratorService: getExtension == null
12-30 21:35:30.568 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:33.047 1291 18533 E _V_RichTapVibratorService: getExtension == null
12-30 21:35:34.148 1291 18579 E _V_RichTapVibratorService: getExtension == null
12-30 21:35:35.303 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:35:36.858 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:38.558 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:40.526 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:45.143 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:48.162 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:54.979 1291 7444 E _V_RichTapVibratorService: getExtension == null
12-30 21:35:55.810 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:35:57.075 1291 19407 E _V_RichTapVibratorService: getExtension == null
12-30 21:35:58.158 1291 3883 E _V_RichTapVibratorService: getExtension == null
12-30 21:35:59.233 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:35:59.233 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:36:00.261 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:36:00.301 1291 19516 E _V_RichTapVibratorService: getExtension == null
12-30 21:36:00.755 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 21:36:01.094 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:36:01.772 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:36:03.914 1291 19561 E _V_RichTapVibratorService: getExtension == null
12-30 21:36:03.964 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 21:36:04.133 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 21:36:07.375 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:36:07.400 1291 19583 E _V_RichTapVibratorService: getExtension == null
12-30 21:36:07.435 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 21:36:08.086 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:36:11.764 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:36:32.774 1291 3881 E _V_RichTapVibratorService: getExtension == null
12-30 21:36:39.715 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:36:39.992 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:36:49.569 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:37:22.789 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:37:27.061 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:37:27.299 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:37:48.157 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:37:48.157 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:38:40.304 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:38:43.299 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:38:44.385 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:38:44.926 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:39:09.758 1291 1742 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:39:09.836 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:39:37.066 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:39:37.067 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:40:02.332 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:08.867 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:13.577 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:15.334 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:15.490 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:15.696 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:20.304 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:22.696 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:24.918 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:28.285 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:28.954 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:29.917 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:30.741 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:37.918 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:40.226 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:46.181 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:53.593 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:40:59.595 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:41:05.855 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:41:18.543 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:41:24.507 1291 21274 E _V_RichTapVibratorService: getExtension == null
12-30 21:41:25.961 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:41:25.961 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:41:31.957 1291 21326 E _V_RichTapVibratorService: getExtension == null
12-30 21:41:32.648 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:41:41.016 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:41:51.207 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:41:55.325 1291 21500 E _V_RichTapVibratorService: getExtension == null
12-30 21:41:57.658 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:42:04.359 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:42:06.793 1291 21733 E _V_RichTapVibratorService: getExtension == null
12-30 21:42:13.628 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:42:15.465 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:42:15.465 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:42:36.752 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:42:45.669 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:42:54.516 1291 22111 E _V_RichTapVibratorService: getExtension == null
12-30 21:42:57.347 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:43:24.715 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:43:29.289 1291 22305 E _V_RichTapVibratorService: getExtension == null
12-30 21:43:43.388 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:43:47.589 1291 22435 E _V_RichTapVibratorService: getExtension == null
12-30 21:44:02.015 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:04.365 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:44:04.365 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:44:04.897 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:17.677 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:18.526 1291 22711 E _V_RichTapVibratorService: getExtension == null
12-30 21:44:18.575 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:20.008 1291 22734 E _V_RichTapVibratorService: getExtension == null
12-30 21:44:20.107 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:20.946 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:22.483 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:23.421 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:27.485 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:28.177 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:29.648 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:30.458 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:32.294 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:32.983 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:34.304 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:35.068 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:36.598 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:37.417 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:38.969 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:39.118 1291 22790 E _V_RichTapVibratorService: getExtension == null
12-30 21:44:39.633 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:41.201 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:41.993 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:44.067 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:44.821 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:46.644 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:47.387 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:48.721 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:50.154 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:51.661 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:52.525 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:53.964 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:54.698 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:56.237 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:44:57.204 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:02.634 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:03.527 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:05.353 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:06.550 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:11.279 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:12.716 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:13.348 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:45:13.348 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:45:13.524 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:28.824 1291 23017 E _V_RichTapVibratorService: getExtension == null
12-30 21:45:28.964 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:34.481 1291 23078 E _V_RichTapVibratorService: getExtension == null
12-30 21:45:38.081 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:45:40.914 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:42.099 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:46.763 1291 23144 E _V_RichTapVibratorService: getExtension == null
12-30 21:45:47.971 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:49.105 1291 1409 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:45:49.154 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:49.181 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:45:51.784 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:45:53.266 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:45:53.266 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:45:59.152 1291 23206 E _V_RichTapVibratorService: getExtension == null
12-30 21:46:01.285 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:46:01.341 1291 23229 E _V_RichTapVibratorService: getExtension == null
12-30 21:46:01.955 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:08.426 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:08.507 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:14.299 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:14.589 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:47:20.012 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:21.672 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:24.486 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:25.442 1291 3632 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:47:25.505 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:47:25.527 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:27.691 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:28.522 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:29.182 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:29.893 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:42.177 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:47:42.177 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:47:51.938 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:52.026 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:52.982 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:47:59.037 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:48:06.702 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:48:11.502 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:48:12.659 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:48:16.192 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:48:17.076 1291 3881 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:48:17.115 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:48:17.165 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:48:19.811 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:48:21.161 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:48:29.866 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:48:30.956 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:48:31.995 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:48:33.188 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:48:51.486 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:48:51.487 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:49:22.473 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:49:23.796 1291 24495 E _V_RichTapVibratorService: getExtension == null
12-30 21:49:24.277 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:49:33.698 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:49:33.752 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:49:59.941 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:50:00.255 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:50:02.376 1291 24731 E _V_RichTapVibratorService: getExtension == null
12-30 21:50:05.033 1291 24755 E _V_RichTapVibratorService: getExtension == null
12-30 21:50:06.588 1291 24779 E _V_RichTapVibratorService: getExtension == null
12-30 21:50:11.029 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:50:12.538 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:50:13.612 1291 24836 E _V_RichTapVibratorService: getExtension == null
12-30 21:50:30.100 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:50:35.440 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:50:36.464 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:50:40.389 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:50:40.392 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:50:44.829 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:50:44.891 1291 24965 E _V_RichTapVibratorService: getExtension == null
12-30 21:50:45.516 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:50:57.100 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:50:57.653 1291 25028 E _V_RichTapVibratorService: getExtension == null
12-30 21:50:57.782 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:51:30.517 1291 25291 E _V_RichTapVibratorService: getExtension == null
12-30 21:51:39.538 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:51:39.941 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:51:42.973 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:51:44.129 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:51:50.551 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:52:04.379 1291 25505 E _V_RichTapVibratorService: getExtension == null
12-30 21:52:29.280 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:52:29.280 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:52:39.252 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:52:39.343 1291 25693 E _V_RichTapVibratorService: getExtension == null
12-30 21:52:39.929 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:52:42.624 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:52:42.681 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:52:56.190 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:52:56.549 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:52:57.314 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:52:59.146 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:07.587 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:08.754 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:09.962 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:10.565 1291 2104 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:53:10.638 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:10.671 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:53:12.047 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:12.756 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:41.576 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:41.672 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:43.122 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:46.139 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:47.078 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:51.446 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:52.774 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:54.097 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:54.749 1291 3216 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:53:54.800 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:54.827 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:53:56.811 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:57.730 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:58.953 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:53:59.765 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:54:00.866 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:54:01.437 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:54:18.219 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:54:18.225 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:54:24.535 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:54:25.009 1291 26441 E _V_RichTapVibratorService: getExtension == null
12-30 21:54:25.196 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:54:32.139 1291 26490 E _V_RichTapVibratorService: getExtension == null
12-30 21:54:32.644 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:54:32.703 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:54:34.077 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:54:34.455 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:54:35.618 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:54:36.562 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:54:36.905 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:54:47.420 1291 26648 E _V_RichTapVibratorService: getExtension == null
12-30 21:54:48.045 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|GROUP:6753508628070036|10185
12-30 21:54:51.794 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:54:59.683 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:01.524 1291 26814 E _V_RichTapVibratorService: getExtension == null
12-30 21:55:07.932 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:09.327 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:13.381 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:55:13.381 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:55:18.942 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:19.826 1291 1409 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:55:19.876 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:19.933 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:55:22.303 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:23.162 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:28.066 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:28.547 1291 26909 E _V_RichTapVibratorService: getExtension == null
12-30 21:55:29.164 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:33.350 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:35.840 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:36.642 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:55:38.382 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:39.484 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:40.971 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:42.020 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:42.504 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:47.559 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:50.191 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:53.269 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:55:54.345 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:56:07.075 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:56:07.075 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:56:07.714 1291 27154 E _V_RichTapVibratorService: getExtension == null
12-30 21:56:24.629 1291 27272 E _V_RichTapVibratorService: getExtension == null
12-30 21:56:33.234 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:56:33.319 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:56:50.890 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:56:51.195 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:56:53.499 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:56:55.121 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:56:57.054 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:06.380 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:11.489 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:12.649 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:18.843 1291 27655 E _V_RichTapVibratorService: getExtension == null
12-30 21:57:21.557 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:57:22.218 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:26.084 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:26.183 1291 27751 E _V_RichTapVibratorService: getExtension == null
12-30 21:57:37.942 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:40.804 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:57:41.842 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:42.706 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:47.073 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:52.534 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:53.977 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:55.333 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:55.982 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:57:55.982 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:57:56.993 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:57:59.495 1291 27940 E _V_RichTapVibratorService: getExtension == null
12-30 21:58:03.334 1291 27975 E _V_RichTapVibratorService: getExtension == null
12-30 21:58:08.685 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:58:10.701 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:58:31.608 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:58:31.619 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:58:31.628 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:58:31.636 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:58:35.857 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:58:37.075 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:08.560 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:08.924 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 21:59:09.942 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:16.584 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:18.013 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:18.979 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:36.372 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:37.096 1291 3734 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:59:37.124 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:37.247 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 21:59:38.853 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:42.343 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:42.354 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:42.362 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:42.377 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:42.867 1291 28445 E _V_RichTapVibratorService: getExtension == null
12-30 21:59:44.408 1291 28466 E _V_RichTapVibratorService: getExtension == null
12-30 21:59:44.877 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 21:59:44.877 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 21:59:49.556 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 21:59:50.118 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:00:30.172 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:00:40.163 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:00:40.508 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:00:43.694 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:00:44.625 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:00:44.871 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:00:54.038 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:01:33.781 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:01:33.781 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:01:39.226 1291 2642 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:01:39.353 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:01:43.974 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:01:49.989 1291 3881 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:01:50.088 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:01:50.635 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:01:51.703 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:01:53.305 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:01:55.766 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:01:57.084 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:02:01.534 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:02:02.359 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:02:03.991 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:02:04.999 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:02:09.489 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:02:10.533 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:02:17.548 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:03:02.898 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:03:02.898 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:03:13.541 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:03:31.931 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:03:43.619 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:03:43.623 1291 29701 E _V_RichTapVibratorService: getExtension == null
12-30 22:03:44.625 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:03:49.263 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-30 22:03:51.231 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:03:52.481 1291 29784 E _V_RichTapVibratorService: getExtension == null
12-30 22:03:53.599 1291 1918 E _V_RichTapVibratorService: getExtension == null
12-30 22:03:55.234 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:03:56.914 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:04:41.994 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:04:45.307 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:04:50.940 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:04:51.796 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:04:51.796 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:05:01.838 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:05:13.349 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:05:13.349 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:05:28.873 1291 30268 E _V_RichTapVibratorService: getExtension == null
12-30 22:05:33.967 1291 30317 E _V_RichTapVibratorService: getExtension == null
12-30 22:05:41.397 1291 30441 E _V_RichTapVibratorService: getExtension == null
12-30 22:06:15.205 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:06:26.233 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:06:27.553 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:06:40.702 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:06:40.707 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:06:41.250 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:06:42.970 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:07:29.342 1291 3216 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:07:29.466 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:07:44.473 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:08:26.369 1291 31210 E _V_RichTapVibratorService: getExtension == null
12-30 22:08:29.576 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:08:29.612 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:08:29.613 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:08:31.155 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:08:31.446 1291 31242 E _V_RichTapVibratorService: getExtension == null
12-30 22:08:31.881 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:08:36.289 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-30 22:08:44.521 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:08:49.609 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:08:54.182 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:08:55.807 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:09:10.238 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:09:11.333 1291 2642 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:09:11.392 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:09:16.912 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:09:17.958 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:09:19.762 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:10:03.882 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:10:18.514 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:10:18.517 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:10:31.507 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:11:07.815 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:11:08.307 1291 31751 E _V_RichTapVibratorService: getExtension == null
12-30 22:11:08.490 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:11:12.321 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:11:12.540 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:11:33.558 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:11:35.011 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:11:40.289 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:11:42.201 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:11:43.203 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:11:56.616 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:12:07.411 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:12:07.411 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:13:19.146 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:13:19.184 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:13:29.077 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:13:30.466 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:13:38.706 1291 3623 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:13:38.805 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:13:51.165 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:13:52.098 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:13:52.632 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:13:56.347 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:13:56.348 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:14:16.109 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:14:16.109 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:15:00.135 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:15:00.152 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:15:03.770 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:15:04.040 1291 756 E _V_RichTapVibratorService: getExtension == null
12-30 22:15:10.016 1291 2642 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:15:10.056 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:15:13.353 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:15:13.354 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:15:20.966 1291 1058 E _V_RichTapVibratorService: getExtension == null
12-30 22:15:21.178 1291 3210 E _V_RichTapVibratorService: getExtension == null
12-30 22:15:26.334 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:15:26.608 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:15:28.585 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:15:33.109 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:15:57.902 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:16:05.035 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:16:05.036 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:16:06.601 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:16:08.335 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:16:34.079 1291 2393 E _V_RichTapVibratorService: getExtension == null
12-30 22:16:43.087 1291 2514 E _V_RichTapVibratorService: getExtension == null
12-30 22:17:10.982 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:17:20.140 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:17:20.209 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:17:24.592 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:17:24.737 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:17:35.069 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:17:45.152 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:17:47.448 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:17:49.260 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:17:53.913 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:17:53.913 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:18:05.074 1291 3865 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:18:05.139 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:18:15.640 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:18:25.900 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:18:25.977 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:19:42.822 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:19:42.822 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:19:46.263 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:19:55.415 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:19:55.453 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:21:31.732 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:21:31.732 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:21:49.871 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:21:50.822 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:21:57.961 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:22:04.862 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:22:07.166 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:22:17.647 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:22:17.668 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:22:17.678 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:22:17.689 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:22:28.121 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:22:46.251 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:22:46.276 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:22:51.439 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:22:52.870 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:23:20.653 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:23:20.653 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:23:53.010 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:24:06.929 1291 3878 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:24:06.991 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:24:07.773 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:24:32.857 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:24:39.288 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:25:09.577 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:25:09.584 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:25:13.361 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:25:13.362 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:26:44.429 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:26:44.429 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:30:01.487 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 22:30:01.633 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:30:01.633 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:30:06.715 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:30:16.754 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 63
12-30 22:30:16.759 1291 3622 E ActivityManager: Service ServiceRecord{c42bdbf u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
16279:com.vivo.faceui/1000} not same as in map: ServiceRecord{7bc60dd u0
com.vivo.faceui/.FaceUIService}
12-30 22:30:21.486 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:30:21.487 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:30:24.364 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:30:36.277 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:30:38.166 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:31:08.975 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:31:09.963 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:31:11.863 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:31:49.589 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:32:00.085 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:32:00.983 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:32:10.382 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:32:10.382 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:32:14.234 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:33:24.682 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:33:26.562 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:33:28.521 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:33:30.036 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:33:40.442 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:33:48.067 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:33:49.222 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:33:51.103 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:33:52.269 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:33:59.294 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:33:59.294 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:34:17.279 1291 6969 E _V_RichTapVibratorService: getExtension == null
12-30 22:34:35.153 1291 7006 E _V_RichTapVibratorService: getExtension == null
12-30 22:35:13.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:35:13.363 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:35:13.407 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:35:13.565 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:35:17.546 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:35:27.870 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:35:36.373 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:35:38.316 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:35:48.217 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:35:48.224 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:35:57.951 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:35:59.401 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:36:26.450 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:36:27.613 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:36:45.968 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:36:47.819 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:37:37.101 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:37:37.101 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:38:43.451 1291 7764 E _V_RichTapVibratorService: getExtension == null
12-30 22:39:07.272 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:39:07.272 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:40:21.867 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 22:40:22.004 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:40:22.004 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:40:23.616 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:40:28.023 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:40:28.198 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:40:30.025 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:40:33.657 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 64
12-30 22:40:33.665 1291 3880 E ActivityManager: Service ServiceRecord{7bc60dd u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
6023:com.vivo.faceui/1000} not same as in map: ServiceRecord{6d53a86 u0
com.vivo.faceui/.FaceUIService}
12-30 22:40:41.879 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:40:41.879 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:40:45.520 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:40:46.536 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:40:47.186 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:40:50.198 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:40:54.446 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:40:56.899 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:42:05.994 1291 8456 E _V_RichTapVibratorService: getExtension == null
12-30 22:42:10.399 1291 8472 E _V_RichTapVibratorService: getExtension == null
12-30 22:42:30.781 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:42:30.782 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:42:52.948 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:42:52.948 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:43:18.157 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 22:43:18.735 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:43:18.735 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:43:19.808 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:43:21.744 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:43:21.877 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:43:21.884 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:43:22.047 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:43:28.300 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:43:28.302 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:43:29.810 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 65
12-30 22:43:29.815 1291 2088 E ActivityManager: Service ServiceRecord{6d53a86 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8128:com.vivo.faceui/1000} not same as in map: ServiceRecord{ac6d15b u0
com.vivo.faceui/.FaceUIService}
12-30 22:43:32.728 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:43:53.852 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:43:55.223 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:43:57.417 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:43:59.902 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:44:09.643 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:44:47.327 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:44:49.778 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:45:05.236 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:45:06.975 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:45:13.361 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:45:13.362 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:45:17.206 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:45:17.212 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:45:55.071 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:46:03.372 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:46:40.311 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:46:46.370 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:46:46.402 1291 9695 E _V_RichTapVibratorService: getExtension == null
12-30 22:46:47.077 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:46:54.043 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:46:55.036 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:46:57.877 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:47:01.275 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:47:01.364 1291 9747 E _V_RichTapVibratorService: getExtension == null
12-30 22:47:04.925 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:47:06.082 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:47:06.082 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:47:11.960 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:47:17.994 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:47:18.193 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:48:08.151 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:48:19.804 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:48:24.078 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:48:41.638 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:48:43.644 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:48:46.992 1291 10229 E _V_RichTapVibratorService: getExtension == null
12-30 22:48:55.015 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:48:55.015 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:49:00.464 1291 10271 E _V_RichTapVibratorService: getExtension == null
12-30 22:49:16.033 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:49:16.204 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:49:17.609 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:49:26.767 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:50:07.405 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:50:15.002 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:50:35.114 1291 10755 E _V_RichTapVibratorService: getExtension == null
12-30 22:50:43.890 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:50:43.890 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:50:49.187 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:50:49.821 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:51:03.819 1291 10842 E _V_RichTapVibratorService: getExtension == null
12-30 22:51:27.565 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:51:27.791 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:51:35.509 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:51:38.513 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:52:13.446 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:52:26.829 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:52:29.586 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:52:32.790 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:52:32.792 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:52:39.489 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:52:57.170 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:52:57.187 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:53:14.039 1291 11497 E _V_RichTapVibratorService: getExtension == null
12-30 22:53:20.770 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:53:21.976 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:53:27.850 1291 11527 E _V_RichTapVibratorService: getExtension == null
12-30 22:53:33.291 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:53:34.727 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:53:35.104 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:53:57.895 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:53:59.811 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:54:03.657 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:54:18.838 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:54:18.858 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:54:21.697 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:54:21.697 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:54:25.684 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:54:25.857 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:54:29.462 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:54:30.322 1291 1409 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:54:30.359 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:54:30.435 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 22:54:32.957 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:54:34.050 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:54:41.635 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:55:07.829 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:55:11.207 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:55:11.208 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:55:13.368 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:55:13.374 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:55:13.750 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:55:23.666 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:55:35.909 1291 12180 E _V_RichTapVibratorService: getExtension == null
12-30 22:55:38.203 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:55:38.332 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:55:39.537 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:55:40.713 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:55:44.694 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:55:54.650 1291 1409 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:03.949 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:56:04.631 1291 1704 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.smartshot et al): null
12-30 22:56:05.222 1291 2105 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:06.745 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:56:12.879 1291 1590 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
12-30 22:56:12.962 1291 1753 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE
12-30 22:56:15.345 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:56:22.954 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:22.958 1291 1291 E NotificationService: Muting recently noisy 0|
com.instagram.android|64278|newstab|
48635806746_churn_reminders&60db89ddb5a40Hb52eb841aH60db8e7715d12H9|10214
12-30 22:56:25.417 1291 13876 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:26.174 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 22:56:27.827 1291 14009 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:28.995 1291 14064 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:29.550 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 22:56:30.362 1291 14125 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:31.098 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 22:56:31.619 1291 14195 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:31.836 1291 3216 E NotificationService: Package enqueue rate is
5.503816. Shedding 0|com.facebook.orca|10000|
ONE_TO_ONE:100033293948521:100057555947243|10185. package=com.facebook.orca
12-30 22:56:32.406 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 22:56:35.205 1291 14376 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:35.529 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100040314647134:100057555947243|10185
12-30 22:56:36.077 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 22:56:39.780 1291 14503 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:39.834 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 22:56:41.060 1291 14572 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:41.662 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 22:56:41.813 1291 3632 E NotificationService: Package enqueue rate is
6.1435966. Shedding 0|com.facebook.orca|10000|
ONE_TO_ONE:100033293948521:100057555947243|10185. package=com.facebook.orca
12-30 22:56:42.161 1291 14648 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:46.657 1291 14940 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:46.794 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100081303190661:100057555947243|10185
12-30 22:56:46.855 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 22:56:48.757 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:56:50.104 1291 15022 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:50.140 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 22:56:50.414 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:56:50.959 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 22:56:51.192 1291 15066 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:52.696 1291 15193 E _V_RichTapVibratorService: getExtension == null
12-30 22:56:54.373 1291 15272 E _V_RichTapVibratorService: getExtension == null
12-30 22:57:00.108 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:57:00.112 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:57:02.404 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:57:11.988 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:57:16.421 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:57:17.664 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:57:20.168 1291 15602 E _V_RichTapVibratorService: getExtension == null
12-30 22:57:26.685 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:57:28.245 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:57:28.640 1291 15769 E _V_RichTapVibratorService: getExtension == null
12-30 22:57:33.024 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:57:33.114 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:57:39.877 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:57:44.764 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:57:45.550 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:57:56.221 1291 16102 E _V_RichTapVibratorService: getExtension == null
12-30 22:58:01.868 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:58:06.059 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 22:58:36.826 1291 16261 E _V_RichTapVibratorService: getExtension == null
12-30 22:58:48.704 1291 16352 E _V_RichTapVibratorService: getExtension == null
12-30 22:58:48.989 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 22:58:48.989 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 22:58:56.525 1291 5351 E _V_RichTapVibratorService: getExtension == null
12-30 22:59:02.753 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:59:09.884 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:59:12.176 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 22:59:13.315 1291 16762 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
12-30 22:59:13.318 1291 16762 E VivoArtKeeperService: delete donwload failed file
12-30 22:59:36.883 1291 1497 E PackageInstallerSession: Failed to verify session
984143368 [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries,
res=-113]
12-30 23:00:04.329 1291 17317 E _V_RichTapVibratorService: getExtension == null
12-30 23:00:11.824 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:00:16.104 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:00:21.349 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:00:24.454 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:00:30.556 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:00:34.029 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-30 23:00:36.737 1291 1291 E NotificationService: Muting recently noisy 0|
com.shopee.ph|99910000|null|10192
12-30 23:00:37.924 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:00:37.924 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:00:38.269 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:00:40.476 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:00:42.792 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:00:57.718 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:00:57.718 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:01:01.552 1291 18130 E _V_RichTapVibratorService: getExtension == null
12-30 23:01:03.058 1291 3216 E BiometricService: Enabled callback binder died
12-30 23:01:03.065 1291 1691 E LockoutResetTracker: Callback binder died:
android.os.BinderProxy@5461540
12-30 23:01:03.065 1291 1691 E LockoutResetTracker: Removing dead callback for:
com.android.systemui
12-30 23:01:05.543 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:01:05.703 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:01:06.659 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:01:25.022 1291 18328 E _V_RichTapVibratorService: getExtension == null
12-30 23:01:29.406 1291 18355 E _V_RichTapVibratorService: getExtension == null
12-30 23:01:33.903 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-30 23:01:53.804 1291 18435 E _V_RichTapVibratorService: getExtension == null
12-30 23:01:55.388 1291 1408 E _V_RichTapVibratorService: getExtension == null
12-30 23:02:00.654 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:02:25.282 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:02:27.468 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:02:41.109 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:02:46.164 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:02:46.614 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:02:46.614 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:02:57.349 1291 18799 E _V_RichTapVibratorService: getExtension == null
12-30 23:03:16.485 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:03:16.684 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:03:21.054 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:04:12.248 1291 19334 E _V_RichTapVibratorService: getExtension == null
12-30 23:04:19.936 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:04:22.085 1291 19470 E _V_RichTapVibratorService: getExtension == null
12-30 23:04:25.276 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:04:27.516 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:04:35.512 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:04:35.513 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:04:48.926 1291 19645 E _V_RichTapVibratorService: getExtension == null
12-30 23:05:00.262 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:05:10.773 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:05:13.368 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:05:13.368 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:05:14.200 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-30 23:05:15.222 1291 19794 E _V_RichTapVibratorService: getExtension == null
12-30 23:05:15.899 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-30 23:05:20.017 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:05:21.942 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:05:33.231 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:05:52.949 1291 3879 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 23:05:53.013 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 23:06:14.292 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:18.932 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:21.071 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:24.385 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:24.421 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:06:24.421 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:06:25.036 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:39.718 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:40.517 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:41.724 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:42.826 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:46.672 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:48.504 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:50.395 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:57.264 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:06:59.672 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:07:00.617 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:07:04.210 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:07:06.057 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:07:12.664 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:07:29.567 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:07:29.944 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:07:39.780 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:07:41.580 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:07:43.917 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:07:44.957 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:07:45.653 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:07:54.796 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:08:06.321 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:08:09.950 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:08:13.328 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:08:13.328 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:08:21.273 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:08:26.380 1291 20808 E _V_RichTapVibratorService: getExtension == null
12-30 23:08:28.547 1291 20824 E _V_RichTapVibratorService: getExtension == null
12-30 23:08:31.137 1291 20838 E _V_RichTapVibratorService: getExtension == null
12-30 23:08:32.306 1291 20853 E _V_RichTapVibratorService: getExtension == null
12-30 23:08:33.118 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:08:33.118 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:08:41.234 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:08:41.376 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:08:42.776 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:08:47.321 1291 20975 E _V_RichTapVibratorService: getExtension == null
12-30 23:09:07.047 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:09:13.770 1291 21133 E _V_RichTapVibratorService: getExtension == null
12-30 23:09:21.451 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:09:23.033 1291 21179 E _V_RichTapVibratorService: getExtension == null
12-30 23:09:29.213 1291 21206 E _V_RichTapVibratorService: getExtension == null
12-30 23:09:34.427 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:09:35.615 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:09:55.670 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:09:59.310 1291 1409 E _V_RichTapVibratorService: getExtension == null
12-30 23:10:05.750 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:10:19.423 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:10:20.696 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:10:22.025 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:10:22.025 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:10:35.176 1291 21536 E _V_RichTapVibratorService: getExtension == null
12-30 23:10:45.259 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:10:51.265 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:10:51.311 1291 21614 E _V_RichTapVibratorService: getExtension == null
12-30 23:10:58.588 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:11:01.601 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:11:05.420 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:11:08.129 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:11:10.417 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:11:16.524 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:11:24.753 1291 3632 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 23:11:24.780 1291 3632 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 23:11:24.782 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 23:11:24.809 1291 3632 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 23:11:24.885 1291 3632 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@220b365 ,windowToken
=android.os.BinderProxy@90573ba ,isPassword=false ,mIsSecImms=false
12-30 23:11:24.886 1291 3632 D _V_InputMethodManagerService: Check pwd = false
12-30 23:11:24.886 1291 3632 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=APP_CALLED_RESTART_INPUT_API
client=android.os.BinderProxy@d6b8be1
inputContext=com.android.internal.view.IInputContext$Stub$Proxy@3b3583a
missingMethods= attribute=android.view.inputmethod.EditorInfo@f1a6ceb
startInputFlags=VIEW_HAS_FOCUS|IS_TEXT_EDITOR softInputMode=STATE_UNSPECIFIED|
ADJUST_RESIZE windowFlags=#1010100 unverifiedTargetSdkVersion=34
12-30 23:11:24.886 1291 3632 W InputMethodManagerService: Window already focused,
ignoring focus gain of:
com.android.internal.view.IInputMethodClient$Stub$Proxy@220b365
attribute=android.view.inputmethod.EditorInfo@f1a6ceb, token =
android.os.BinderProxy@90573ba, startInputReason=APP_CALLED_RESTART_INPUT_API
12-30 23:11:24.886 1291 3632 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{3124517 uid=10185 pid=19185 displayId=0}
12-30 23:11:24.886 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:11:24.887 1291 3632 V InputMethodManagerService: Attach new input asks
to show input
12-30 23:11:24.887 1291 3632 D InputMethodManagerService: showCurrentInputLocked:
mCurToken=android.os.Binder@44af7d2
12-30 23:11:24.887 1291 3632 V InputMethodManagerService: Calling
com.android.internal.view.IInputMethod$Stub$Proxy@28ae66.showSoftInput(android.os.B
inder@dee20e1, 1, null) for reason: ATTACH_NEW_INPUT
12-30 23:11:24.888 1291 3632 D _V_InputMethodManagerService:
remindForFreeformImeToDefault sFreeformInputNotiTimes = 0
12-30 23:11:24.888 1291 3632 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:input_method_state value:1 pkg:android
userId:0
12-30 23:11:24.893 1291 3632 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 23:11:24.896 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 23:11:24.920 1291 1919 D InputMethodManagerService: hide the small icon for
the input method
12-30 23:11:24.968 1291 1919 D InputMethodManagerService: hide the small icon for
the input method
12-30 23:11:24.997 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 23:11:25.075 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 23:11:25.076 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-30 23:11:25.083 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 23:11:25.088 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.facebook.orca:e6a71c8 u0 com.facebook.orca} isClosing:false
mImeRequester:Window{com.facebook.orca:e6a71c8 u0 com.facebook.orca}
controlTarget:Window{com.facebook.orca:e6a71c8 u0 com.facebook.orca}
12-30 23:11:25.088 1291 1415 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{com.facebook.orca:e6a71c8 u0 com.facebook.orca} isClosing:false
mImeRequester:Window{com.facebook.orca:e6a71c8 u0 com.facebook.orca}
controlTarget:Window{com.facebook.orca:e6a71c8 u0 com.facebook.orca}
12-30 23:11:25.090 1291 1919 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
12-30 23:11:25.151 1291 1967 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-30 23:11:30.318 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:11:31.232 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:11:39.796 1291 22060 E _V_RichTapVibratorService: getExtension == null
12-30 23:11:41.643 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:11:42.480 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:11:42.542 1291 22097 E _V_RichTapVibratorService: getExtension == null
12-30 23:11:48.051 1291 22165 E _V_RichTapVibratorService: getExtension == null
12-30 23:11:59.532 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:12:10.921 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:12:10.921 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:12:13.702 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:12:16.099 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:12:17.077 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:12:17.966 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:12:18.717 1291 22407 E _V_RichTapVibratorService: getExtension == null
12-30 23:12:21.051 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:12:24.812 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:12:35.257 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-30 23:12:39.687 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:12:41.054 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:12:49.321 1291 22644 E _V_RichTapVibratorService: getExtension == null
12-30 23:12:54.205 1291 22668 E _V_RichTapVibratorService: getExtension == null
12-30 23:12:58.293 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:12:58.345 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:13:00.727 1291 3879 E _V_RichTapVibratorService: getExtension == null
12-30 23:13:02.065 1291 22717 E _V_RichTapVibratorService: getExtension == null
12-30 23:13:11.999 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:13:12.303 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:13:12.448 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:13:15.181 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:13:16.370 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:13:18.175 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:13:45.713 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:13:49.375 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:13:51.028 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:13:59.787 1291 23036 E _V_RichTapVibratorService: getExtension == null
12-30 23:13:59.836 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:13:59.836 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:14:03.664 1291 23066 E _V_RichTapVibratorService: getExtension == null
12-30 23:14:03.729 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:14:04.737 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:14:05.719 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:14:12.052 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:14:13.100 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:14:25.208 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:14:55.992 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:14:57.308 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:14:58.754 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:15:00.429 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:15:04.302 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:15:05.816 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:15:13.359 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:15:13.360 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:15:23.679 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:15:33.721 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:15:48.737 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:15:48.737 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:15:52.446 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:16:40.707 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:17:02.139 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:17:09.129 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:17:09.198 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:17:15.220 1291 23978 E _V_RichTapVibratorService: getExtension == null
12-30 23:17:37.619 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:17:37.619 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:17:42.087 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:17:42.286 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:17:43.917 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:18:10.174 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:18:11.887 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:18:13.782 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:18:17.158 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:18:25.192 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:18:47.596 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:18:51.979 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:19:00.747 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:19:03.994 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:19:04.883 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:19:07.128 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:19:19.375 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:19:21.494 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:19:26.532 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:19:26.532 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:19:55.074 1291 24799 E _V_RichTapVibratorService: getExtension == null
12-30 23:19:57.736 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:19:57.970 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:20:17.197 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:20:23.787 1291 24950 E _V_RichTapVibratorService: getExtension == null
12-30 23:20:26.240 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:20:26.484 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:20:28.657 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:20:44.176 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:20:48.802 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:20:54.582 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:20:57.217 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:21:15.445 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:21:15.445 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:22:11.395 1291 25433 E _V_RichTapVibratorService: getExtension == null
12-30 23:22:28.257 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:22:28.548 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:22:31.761 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:22:35.872 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:23:04.353 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:23:04.353 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:23:23.536 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:23:45.479 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:23:47.505 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:23:55.323 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:23:57.432 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:24:01.125 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:24:13.654 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:24:13.654 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:24:20.052 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:24:24.452 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:24:25.505 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:24:27.342 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:24:28.129 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:24:30.228 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:24:33.986 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:24:35.012 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:25:13.364 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:25:13.364 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:25:37.841 1291 26519 E _V_RichTapVibratorService: getExtension == null
12-30 23:25:45.298 1291 26542 E _V_RichTapVibratorService: getExtension == null
12-30 23:25:52.142 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:25:58.772 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:00.357 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:02.531 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:26:02.531 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:26:07.958 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:10.335 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:12.459 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:15.317 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:17.465 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:20.063 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:28.372 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:30.937 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:32.908 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:41.135 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:50.549 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:52.433 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:54.073 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:55.986 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:26:58.393 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:27:00.940 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:27:03.912 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:27:08.962 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:27:22.814 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:27:51.378 1291 27110 E _V_RichTapVibratorService: getExtension == null
12-30 23:27:51.441 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:27:51.443 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:28:16.599 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:18.285 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:20.682 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:21.972 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:24.636 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:26.265 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:27.685 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:28.977 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:30.162 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:31.371 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:33.229 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:34.775 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:36.163 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:36.493 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:28:39.379 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:40.211 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:48.727 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:50.790 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:52.837 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:57.621 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:28:59.586 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:29:02.040 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:29:03.748 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:29:08.377 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:29:09.109 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:29:12.632 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:29:21.467 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:29:26.037 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:29:29.834 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:29:40.336 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:29:40.336 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:30:49.641 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:30:49.641 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:31:09.813 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:31:11.429 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:31:12.877 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:31:13.652 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:31:15.275 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:31:32.539 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:31:47.940 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:31:57.467 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:31:59.075 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:32:35.520 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:32:37.248 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:32:38.549 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:32:38.551 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:32:44.455 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:32:46.893 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:32:50.098 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:32:51.300 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:33:25.483 1291 29195 E _V_RichTapVibratorService: getExtension == null
12-30 23:33:38.469 1291 29225 E _V_RichTapVibratorService: getExtension == null
12-30 23:33:45.379 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:33:45.561 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:33:47.675 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:33:59.752 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:34:03.540 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:34:27.461 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:34:27.461 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:35:13.359 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:35:13.359 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:35:46.809 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:35:55.369 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:35:56.568 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:36:16.350 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:36:16.350 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:36:34.136 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:36:34.907 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:36:37.610 1291 30273 E _V_RichTapVibratorService: getExtension == null
12-30 23:36:40.093 1291 3216 E _V_RichTapVibratorService: getExtension == null
12-30 23:36:44.081 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:36:49.256 1291 30331 E _V_RichTapVibratorService: getExtension == null
12-30 23:36:52.423 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:36:52.558 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:36:53.649 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:36:58.212 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:37:16.678 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:37:18.180 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:37:20.850 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:37:23.139 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:37:23.914 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:37:24.645 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:37:50.533 1291 30766 E _V_RichTapVibratorService: getExtension == null
12-30 23:38:05.258 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:38:05.258 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:38:06.294 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:38:06.576 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:38:09.183 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:38:21.565 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:38:33.013 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:38:34.723 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:39:04.019 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:39:04.649 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:39:04.649 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:39:04.742 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:39:06.527 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:39:11.570 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:39:14.767 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:39:26.868 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:39:26.911 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:39:39.866 1291 31342 E _V_RichTapVibratorService: getExtension == null
12-30 23:40:18.467 1291 31452 E _V_RichTapVibratorService: getExtension == null
12-30 23:40:29.529 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:40:40.606 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:40:40.629 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:40:53.545 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:40:53.546 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:41:02.561 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:41:13.709 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:42:10.352 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:42:15.339 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:42:15.591 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:42:42.470 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:42:42.471 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:42:49.199 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:42:54.626 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:42:56.507 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:42:58.663 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:43:23.044 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:43:39.842 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:43:42.396 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:43:43.414 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:43:45.902 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:43:46.789 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:44:20.096 1291 32513 E _V_RichTapVibratorService: getExtension == null
12-30 23:44:31.379 1291 32544 E _V_RichTapVibratorService: getExtension == null
12-30 23:44:31.395 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:44:31.395 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:44:40.290 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:44:40.555 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:44:42.116 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:45:10.482 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:45:13.352 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:45:13.352 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:45:22.909 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:45:28.306 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:46:17.290 1291 881 E _V_RichTapVibratorService: getExtension == null
12-30 23:46:18.153 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:46:18.162 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:46:18.168 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:46:18.177 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:46:20.278 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:46:20.279 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:46:28.804 1291 1136 E _V_RichTapVibratorService: getExtension == null
12-30 23:46:32.235 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:46:32.458 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:46:33.707 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:46:46.878 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:46:48.636 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:47:01.221 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:47:04.412 1291 10989 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 23:47:04.469 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-30 23:47:05.545 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:47:11.104 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:47:12.845 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:47:13.322 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:47:23.402 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:47:42.837 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:47:50.516 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:47:57.317 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:47:57.378 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:47:59.264 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:47:59.265 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:48:17.293 1291 2492 E _V_RichTapVibratorService: getExtension == null
12-30 23:48:24.467 1291 2573 E _V_RichTapVibratorService: getExtension == null
12-30 23:48:30.076 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:48:30.367 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:48:45.217 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:49:10.222 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:49:21.911 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:49:23.576 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:49:26.817 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:49:44.166 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:49:44.185 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:49:48.166 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:49:48.166 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:49:55.409 1291 10989 E _V_RichTapVibratorService: getExtension == null
12-30 23:50:01.082 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:50:12.325 1291 3934 E _V_RichTapVibratorService: getExtension == null
12-30 23:50:30.366 1291 4031 E _V_RichTapVibratorService: getExtension == null
12-30 23:50:49.093 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:50:49.366 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:50:56.103 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:50:58.721 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:50:59.288 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:51:13.513 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:51:19.660 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:51:21.103 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:51:21.545 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:51:32.346 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:51:34.714 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:51:37.076 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:51:37.076 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:52:59.965 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:52:59.966 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:55:06.666 1291 4806 E _V_RichTapVibratorService: getExtension == null
12-30 23:55:10.947 1291 4822 E _V_RichTapVibratorService: getExtension == null
12-30 23:55:13.376 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:55:13.379 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:55:33.295 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-30 23:55:33.422 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:55:33.423 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:55:37.712 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:55:38.584 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-30 23:55:38.841 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-30 23:55:43.164 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:55:43.164 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-30 23:55:47.732 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 66
12-30 23:55:47.736 1291 3865 E ActivityManager: Service ServiceRecord{ac6d15b u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8756:com.vivo.faceui/1000} not same as in map: ServiceRecord{2fd1cd5 u0
com.vivo.faceui/.FaceUIService}
12-30 23:56:42.866 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-30 23:56:42.867 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 00:00:25.322 1291 3210 E BiometricService: Enabled callback binder died
12-31 00:00:25.328 1291 1691 E LockoutResetTracker: Callback binder died:
android.os.BinderProxy@b2136fb
12-31 00:00:25.328 1291 1691 E LockoutResetTracker: Removing dead callback for:
com.android.systemui
12-31 00:03:05.305 1291 5308 E _V_RichTapVibratorService: getExtension == null
12-31 00:03:34.071 1291 5343 E _V_RichTapVibratorService: getExtension == null
12-31 00:05:14.525 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 00:05:14.526 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 00:05:35.720 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 00:05:35.957 1291 3214 E AppOps : Operation not started: uid=10185
pkg=com.facebook.orca(null) op=SYSTEM_ALERT_WINDOW
12-31 00:15:14.506 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 00:15:14.507 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 00:15:14.828 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 00:15:14.828 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 00:21:42.263 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 00:21:42.449 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 00:21:42.449 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 00:21:45.920 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 00:21:55.928 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 67
12-31 00:21:55.933 1291 3865 E ActivityManager: Service ServiceRecord{2fd1cd5 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
5093:com.vivo.faceui/1000} not same as in map: ServiceRecord{691884d u0
com.vivo.faceui/.FaceUIService}
12-31 00:21:58.013 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 00:22:58.445 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 00:22:58.445 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 00:25:14.511 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 00:25:14.512 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 00:35:14.519 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 00:35:14.520 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 00:45:13.369 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 00:45:13.370 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 00:55:13.368 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 00:55:13.369 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 01:02:48.723 1291 10989 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 01:02:48.760 1291 10989 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-31 01:02:48.760 1291 10989 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-31 01:02:48.763 1291 3883 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-31 01:05:14.523 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 01:05:14.523 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 01:15:14.509 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 01:15:14.510 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 01:24:35.192 1291 3865 W _V_AlarmAlign: Do not set to kernel
12-31 01:24:35.193 1291 3865 W _V_AlarmAlign: Do not set to kernel
12-31 01:24:35.195 1291 3219 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 01:24:35.209 1291 3219 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 01:24:35.211 1291 3865 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 01:24:35.219 1291 3865 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 01:24:35.222 1291 3865 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 01:24:35.229 1291 3865 W _V_AlarmAlign: Do not set to kernel
12-31 01:24:35.229 1291 3865 W _V_AlarmAlign: Do not set to kernel
12-31 01:24:35.268 1291 3865 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 01:24:35.306 1291 3865 W _V_AlarmAlign: Do not set to kernel
12-31 01:24:35.306 1291 3865 W _V_AlarmAlign: Do not set to kernel
12-31 01:24:35.309 1291 3219 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 01:24:35.482 1291 3219 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-31 01:24:44.610 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 01:24:44.611 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 01:25:14.524 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 01:25:14.532 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 01:32:03.813 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 01:32:03.813 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 01:35:14.539 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 01:35:14.540 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 01:45:13.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 01:45:13.362 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 01:55:14.521 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 01:55:14.522 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 02:05:13.529 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 02:05:13.530 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 02:15:14.530 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 02:15:14.530 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 02:25:13.503 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 02:25:13.503 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 02:35:13.364 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 02:35:13.364 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 02:45:13.369 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 02:45:13.370 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 02:55:14.513 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 02:55:14.513 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 03:04:42.783 1291 3623 W _V_AlarmAlign: Do not set to kernel
12-31 03:04:42.783 1291 3623 W _V_AlarmAlign: Do not set to kernel
12-31 03:04:42.793 1291 3623 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-31 03:05:02.744 1291 3623 E _V_StorageManagerService: before sendMessage H_FIO
12-31 03:05:02.749 1291 1565 E _V_StorageManagerService: enter case H_FIO
12-31 03:05:02.750 1291 1565 E _V_StorageMgrFio: It is PD2236DF_EX and we will
NOT run.
12-31 03:05:14.507 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 03:05:14.507 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 03:15:14.635 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 03:15:14.635 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 03:25:13.366 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 03:25:13.366 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 03:27:15.178 1291 2088 E _V_StorageManagerService: before sendMessage H_FIO
12-31 03:27:15.178 1291 1565 E _V_StorageManagerService: enter case H_FIO
12-31 03:27:15.179 1291 1565 E _V_StorageMgrFio: It is PD2236DF_EX and we will
NOT run.
12-31 03:35:14.526 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 03:35:14.526 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 03:45:14.513 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 03:45:14.513 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 03:55:14.530 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 03:55:14.530 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 04:05:14.510 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 04:05:14.510 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 04:15:14.572 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 04:15:14.572 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 04:25:13.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 04:25:13.362 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 04:31:58.812 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 04:31:58.812 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 04:35:14.515 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 04:35:14.515 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 04:45:13.933 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 04:45:13.933 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 04:55:14.624 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 04:55:14.625 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 05:04:51.708 1291 2088 E _V_StorageManagerService: before sendMessage H_FIO
12-31 05:04:51.708 1291 1565 E _V_StorageManagerService: enter case H_FIO
12-31 05:04:51.709 1291 1565 E _V_StorageMgrFio: It is PD2236DF_EX and we will
NOT run.
12-31 05:04:51.807 1291 3216 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-31 05:04:51.809 1291 1291 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 05:04:51.810 1291 5351 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-31 05:04:51.814 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/global/network_watchlist_last_report_time
12-31 05:04:51.818 1291 3622 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 05:04:51.831 1291 3623 I DropBoxManagerService: add tag=storage_trim
isTagEnabled=true flags=0x2
12-31 05:04:51.832 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
12-31 05:04:51.833 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
12-31 05:04:51.834 1291 3623 I DropBoxManagerService: add tag=storage_trim
isTagEnabled=true flags=0x2
12-31 05:04:51.835 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
12-31 05:04:51.836 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
12-31 05:04:51.837 1291 1425 I _V_VivoFstrimIdler: Finish fstrim job
12-31 05:04:51.837 1291 1291 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 05:04:51.841 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
12-31 05:04:51.848 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
12-31 05:04:51.848 1291 5351 W _V_AlarmAlign: Do not set to kernel
12-31 05:04:51.848 1291 5351 W _V_AlarmAlign: Do not set to kernel
12-31 05:04:51.852 1291 3623 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 05:04:51.855 1291 5351 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-31 05:04:51.856 1291 5351 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 05:04:51.860 1291 3622 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 05:04:51.877 1291 3623 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 05:05:13.365 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 05:05:13.365 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 05:15:14.517 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 05:15:14.517 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 05:25:13.365 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 05:25:13.365 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 05:35:14.519 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 05:35:14.519 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 05:45:14.034 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 05:45:14.035 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 05:55:14.517 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 05:55:14.517 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 06:05:14.520 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 06:05:14.521 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 06:15:14.521 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 06:15:14.522 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 06:25:14.524 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 06:25:14.525 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 06:35:13.369 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 06:35:13.369 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 06:45:14.520 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 06:45:14.522 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 06:55:14.518 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 06:55:14.518 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 07:04:59.669 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-31 07:04:59.670 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-31 07:04:59.670 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-31 07:04:59.670 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-31 07:04:59.676 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-31 07:04:59.676 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-31 07:04:59.676 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-31 07:04:59.676 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-31 07:04:59.688 1291 3865 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.ips_attempts value:2
pkg:com.vivo.pushservice userId:0
12-31 07:04:59.689 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.ips_attempts
12-31 07:04:59.694 1291 1471 W _V_AlarmAlign: Do not set to kernel
12-31 07:04:59.694 1291 1471 W _V_AlarmAlign: Do not set to kernel
12-31 07:04:59.694 1291 1471 W _V_AlarmAlign: Do not set to kernel
12-31 07:04:59.694 1291 1471 W _V_AlarmAlign: Do not set to kernel
12-31 07:04:59.696 1291 3865 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 07:05:14.507 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 07:05:14.507 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 07:15:14.506 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 07:15:14.506 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 07:25:14.523 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 07:25:14.523 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 07:27:54.824 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 07:27:54.824 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 07:35:14.513 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 07:35:14.514 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 07:45:14.512 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 07:45:14.512 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 07:55:14.516 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 07:55:14.516 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 08:05:14.508 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 08:05:14.508 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 08:15:14.513 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 08:15:14.513 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 08:25:14.510 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 08:25:14.510 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 08:35:13.500 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 08:35:13.500 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 08:45:14.504 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 08:45:14.505 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 08:55:14.508 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 08:55:14.508 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:05:13.368 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:05:13.368 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:15:14.528 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:15:14.528 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:18:16.655 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 09:18:16.814 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:18:16.814 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:18:18.459 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:18:18.778 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:18:18.966 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:18.972 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:18.989 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:18.990 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:18.994 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.002 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.005 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.008 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.037 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.074 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.103 1291 3214 I DropBoxManagerService: add
tag=platform_stats_bookmark isTagEnabled=true flags=0x2
12-31 09:18:19.106 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
12-31 09:18:19.106 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
12-31 09:18:19.116 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.129 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.131 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.143 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.146 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.149 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.186 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.217 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.229 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.231 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.273 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.282 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.297 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.300 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.303 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.310 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.311 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.315 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.341 1291 3214 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.375 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.430 1291 1918 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
18740com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 09:18:19.430 1291 1918 V InputMethodManagerService: Client requesting input
be hidden
12-31 09:18:19.431 1291 1918 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
18740com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 09:18:19.431 1291 1918 V InputMethodManagerService: Client requesting input
be hidden
12-31 09:18:19.433 1291 1918 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
18740com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 09:18:19.433 1291 1918 V InputMethodManagerService: Client requesting input
be hidden
12-31 09:18:19.474 1291 1918 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.widget.receiver.NotificationsWidgetProvide
r newState:1 userId:0 callingPackage:null callingUid:10188 callingPid:18740
12-31 09:18:19.507 1291 1742 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-31 09:18:19.523 1291 1742 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-31 09:18:19.524 1291 3883 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{c60296a u0 com.facebook.lite/com.facebook.lite.MainActivity}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
12-31 09:18:19.528 1291 3883 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1437
,topActivity=ComponentInfo{com.facebook.lite/com.facebook.lite.MainActivity} ,resiz
eMode=1 ,topActivityType=1 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
12-31 09:18:19.530 1291 3883 I WindowManager: Relayout Window{c60296a u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-31 09:18:19.579 1291 10989 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-31 09:18:19.695 1291 1742 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-31 09:18:19.771 1291 10989 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.771 1291 1742 I DropBoxManagerService: add tag=event_log
isTagEnabled=true flags=0x2
12-31 09:18:19.774 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
12-31 09:18:19.774 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-31 09:18:19.778 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
12-31 09:18:19.786 1291 10989 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.813 1291 10989 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 09:18:19.831 1291 1918 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
12-31 09:18:19.832 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 2, control mode manual, policy level 2, lux 2).
12-31 09:18:19.832 1291 1646 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
12-31 09:18:19.837 1291 10989 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-31 09:18:28.482 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 68
12-31 09:18:28.488 1291 3214 E ActivityManager: Service ServiceRecord{691884d u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
6099:com.vivo.faceui/1000} not same as in map: ServiceRecord{acb4fe2 u0
com.vivo.faceui/.FaceUIService}
12-31 09:18:36.022 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:18:36.022 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:19:02.842 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:19:10.367 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:19:23.335 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:19:39.530 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:06.107 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:08.529 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:09.937 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:11.569 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:24.909 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:20:24.910 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:20:34.975 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:35.774 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:38.592 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:39.475 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:42.379 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:43.992 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:44.395 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:53.689 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:54.410 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:56.756 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:57.388 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:20:59.924 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:21:11.425 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:21:13.237 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:21:21.737 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:21:22.501 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:21:24.767 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:21:26.462 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:21:30.723 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:21:32.647 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:21:48.615 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:22:03.532 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:22:06.213 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:22:13.823 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:22:13.823 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:22:15.482 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:22:16.240 1291 1704 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 09:22:16.283 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:22:16.382 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 09:22:18.265 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:22:20.299 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:05.724 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:05.747 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:20.572 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:22.072 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:35.502 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:37.153 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:45.393 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:46.453 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:48.278 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:48.907 1291 3210 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 09:23:48.937 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:48.984 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 09:23:49.873 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:52.157 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:23:52.825 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:23:52.825 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:23:54.450 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:06.041 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:07.381 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:12.224 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:12.962 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:36.182 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:36.222 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:37.999 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:39.958 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:45.188 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:46.163 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:49.324 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:50.816 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:52.555 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:53.386 1291 3880 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 09:24:53.423 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:24:53.518 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 09:24:59.540 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:25:01.684 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:25:02.969 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:25:13.374 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:25:13.375 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:25:40.682 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:25:40.765 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:25:41.750 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:25:41.754 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:25:44.919 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:25:46.973 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:25:51.645 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:25:52.623 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:25:55.983 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:00.413 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:03.589 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:04.228 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:08.870 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:09.691 1291 12386 E _V_RichTapVibratorService: getExtension == null
12-31 09:26:10.471 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 09:26:11.076 1291 12427 E _V_RichTapVibratorService: getExtension == null
12-31 09:26:12.392 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:12.543 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:12.572 1291 12467 E _V_RichTapVibratorService: getExtension == null
12-31 09:26:12.847 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:13.583 1291 1435 E NotificationService: Package enqueue rate is
7.2530622. Shedding 0|com.facebook.orca|20001|null|10185. package=com.facebook.orca
12-31 09:26:13.694 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:13.971 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:14.103 1291 12520 E _V_RichTapVibratorService: getExtension == null
12-31 09:26:14.140 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 09:26:14.424 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:15.220 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:15.267 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:17.458 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:18.991 1291 12589 E _V_RichTapVibratorService: getExtension == null
12-31 09:26:20.236 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:21.789 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:26:22.093 1291 12637 E _V_RichTapVibratorService: getExtension == null
12-31 09:26:25.218 1291 12656 E _V_RichTapVibratorService: getExtension == null
12-31 09:26:33.958 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:26:33.958 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:27:02.718 1291 12747 E _V_RichTapVibratorService: getExtension == null
12-31 09:29:49.110 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 09:29:49.281 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:29:49.281 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:29:53.835 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:29:55.679 1291 13184 E _V_RichTapVibratorService: getExtension == null
12-31 09:29:59.885 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:30:03.745 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 69
12-31 09:30:03.752 1291 7444 E ActivityManager: Service ServiceRecord{acb4fe2 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8724:com.vivo.faceui/1000} not same as in map: ServiceRecord{d776e65 u0
com.vivo.faceui/.FaceUIService}
12-31 09:30:08.652 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:30:09.310 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:30:18.563 1291 3880 E _V_RichTapVibratorService: getExtension == null
12-31 09:30:26.748 1291 13428 E _V_RichTapVibratorService: getExtension == null
12-31 09:30:29.570 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:30:36.077 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:30:36.234 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 09:30:37.087 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:30:42.373 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:30:48.716 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:30:48.716 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:30:50.738 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:31:04.147 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:31:30.006 1291 3216 E _V_RichTapVibratorService: getExtension == null
12-31 09:31:31.220 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:31:32.798 1291 13774 E _V_RichTapVibratorService: getExtension == null
12-31 09:31:36.929 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:32:22.371 1291 13890 E _V_RichTapVibratorService: getExtension == null
12-31 09:32:37.631 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:32:37.631 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:32:41.339 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:32:41.339 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:32:53.506 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 09:32:53.942 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:32:53.942 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:32:57.846 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:32:59.847 1291 1917 E _V_RichTapVibratorService: getExtension == null
12-31 09:33:07.875 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 70
12-31 09:33:07.886 1291 2104 E ActivityManager: Service ServiceRecord{d776e65 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
13265:com.vivo.faceui/1000} not same as in map: ServiceRecord{226711b u0
com.vivo.faceui/.FaceUIService}
12-31 09:33:08.940 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:33:09.156 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:33:16.920 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:33:18.519 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:33:20.573 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:33:25.879 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:33:30.949 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:33:31.764 1291 3881 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 09:33:31.805 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:33:58.417 1291 14454 E _V_RichTapVibratorService: getExtension == null
12-31 09:34:22.469 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:34:42.044 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:34:42.045 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:35:01.869 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:35:01.871 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:35:13.365 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:35:13.365 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:35:22.630 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:35:22.630 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:35:29.244 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 09:35:29.681 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:35:29.681 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:35:31.069 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:35:33.816 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:35:35.294 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:35:41.077 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 71
12-31 09:35:41.083 1291 3865 E ActivityManager: Service ServiceRecord{226711b u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
14156:com.vivo.faceui/1000} not same as in map: ServiceRecord{22b93f3 u0
com.vivo.faceui/.FaceUIService}
12-31 09:36:44.502 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:36:53.127 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:36:54.522 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:36:54.523 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:37:38.408 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:37:38.474 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:38:43.421 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:38:43.422 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:38:46.989 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-31 09:38:50.323 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:38:58.365 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:38:58.540 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:38:58.664 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:40:32.330 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:40:32.330 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:41:37.550 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:41:41.733 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:41:42.549 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:41:44.559 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:42:21.228 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:42:21.230 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:43:11.531 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:43:11.712 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:43:11.877 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:43:44.127 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 09:43:54.843 1291 10989 E _V_RichTapVibratorService: getExtension == null
12-31 09:44:00.367 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:44:00.367 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 09:44:07.862 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:44:07.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:44:07.882 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:44:07.882 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 09:44:07.902 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 09:44:08.299 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:44:08.299 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:44:08.620 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:44:08.620 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:44:08.683 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:44:08.683 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:44:08.684 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:44:08.684 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:44:08.694 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:44:08.694 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:44:08.700 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:44:08.700 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:44:16.016 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:44:16.017 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:44:17.890 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:44:17.890 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:44:56.062 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:44:56.064 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:45:07.881 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:45:07.881 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:46:06.799 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:46:06.799 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:46:07.885 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:46:07.885 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:46:07.905 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:46:07.908 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:47:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:47:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:47:55.712 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:47:55.712 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:48:07.889 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:48:07.890 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:48:07.913 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:48:07.916 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:49:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:49:07.886 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:49:08.693 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:49:08.694 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:49:34.741 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:49:34.741 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:49:37.935 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:49:37.936 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:50:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:50:07.887 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:51:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:51:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:51:13.786 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:51:13.787 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:51:38.047 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:51:38.048 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:52:07.877 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:52:07.878 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:52:52.838 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:52:52.838 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:53:07.887 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:53:07.890 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:53:07.913 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:53:07.914 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:54:07.887 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:54:07.891 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:54:31.893 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:54:31.894 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:54:34.805 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:54:34.808 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:54:34.999 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:54:35.001 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:55:07.878 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:55:07.879 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:56:07.886 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:56:07.887 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:56:20.850 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:56:20.850 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:57:07.878 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:57:07.881 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:57:07.911 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:57:07.913 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:58:07.878 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:58:07.885 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:58:09.805 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:58:09.805 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:59:07.877 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:59:07.879 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:59:07.909 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:59:07.913 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:59:19.778 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~SdyQ3db4-RYtMhW3TEcE6A==/com.google.android.apps.youtube.music-
Qa0y3hfgCR90_J9iL5jZpg==/base.apk
12-31 09:59:20.925 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~zSSlexz88fbY1dmMXicFPg==/com.google.android.youtube-
KsqDY2byRBGqHNOAAGF50w==/base.apk
12-31 09:59:46.417 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~Pv-cyf0h4sfAGJ0wLRDdAA==/com.google.android.gms-
yMepFFpBmL1ZxOs5Fe8xxw==/base.apk
12-31 09:59:46.448 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~ARgrdla3OSeo8XHo0oUvPQ==/com.android.vending-JGYl5on37usOZjkF45Txag==/
base.apk
12-31 09:59:48.108 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~SdyQ3db4-RYtMhW3TEcE6A==/com.google.android.apps.youtube.music-
Qa0y3hfgCR90_J9iL5jZpg==/base.apk
12-31 09:59:48.126 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~vHJnekOMvlivV1tTabETcw==/com.outfit7.talkingtomgoldrun-Ufuqv-8e-jffJ-o-
wFlHaA==/base.apk
12-31 09:59:48.823 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 09:59:48.823 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 09:59:49.005 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~vHJnekOMvlivV1tTabETcw==/com.outfit7.talkingtomgoldrun-Ufuqv-8e-jffJ-o-
wFlHaA==/base.apk
12-31 09:59:49.357 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~bWpVE-DMF18zwIQMCZKJPQ==/com.google.android.apps.searchlite-
RuUmhGe4OOt2jq0zCNownw==/base.apk
12-31 09:59:49.388 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~ARgrdla3OSeo8XHo0oUvPQ==/com.android.vending-JGYl5on37usOZjkF45Txag==/
base.apk
12-31 09:59:49.663 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/system/priv-app/Dialer/Dialer.apk
12-31 09:59:49.820 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/system/priv-app/Mms/Mms.apk
12-31 09:59:50.695 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/system/framework/framework-res.apk
12-31 09:59:51.379 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 09:59:51.380 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:00:07.877 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:00:07.877 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:00:12.531 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:00:12.533 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:01:07.885 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:01:07.886 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:01:37.759 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:01:37.760 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:01:38.240 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:01:38.241 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:02:07.876 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:02:07.878 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:03:07.885 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:03:07.886 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:03:26.694 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:03:26.694 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:03:28.418 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:03:28.420 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:04:07.878 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:04:07.879 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:05:05.766 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:05:05.766 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:05:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:05:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:05:07.922 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:05:07.925 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:06:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:06:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:06:37.809 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:06:37.811 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:06:54.686 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:06:54.686 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:06:58.684 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:06:58.686 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:07:07.876 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:07:07.878 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:08:07.878 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:08:07.881 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:08:43.654 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:08:43.654 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:08:48.853 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:08:48.854 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:09:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:09:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:10:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:10:07.887 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:10:32.615 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:10:32.616 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:10:39.018 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:10:39.025 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:11:07.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:11:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:11:54.757 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:11:54.759 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:12:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:12:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:12:11.656 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:12:11.656 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:12:19.173 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:12:19.174 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:13:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:13:07.888 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:14:00.622 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:14:00.622 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:14:07.887 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:14:07.890 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:14:07.908 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:14:07.910 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:15:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:15:07.887 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:15:18.051 1291 1291 I DefragService: defrag service start job
12-31 10:15:18.054 1291 5351 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-31 10:15:18.079 1291 1291 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.080 1291 1291 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.093 1291 1704 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.tachyon uid 10165, isRmsPreload = false, keepQuiet
=false
12-31 10:15:18.113 1291 26559 D DynamicCodeLogger: Got no hash for
/data/user/0/com.google.android.apps.youtube.music/cache/1689111357674.jar
12-31 10:15:18.113 1291 1291 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.129 1291 1917 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.161 1291 1917 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.177 1291 1917 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.177 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.facebook.lite/lib-compressed/libfb_mboost-lite.so
12-31 10:15:18.178 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.tethering/javalib/service-connectivity.jar
12-31 10:15:18.178 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/services.jar
12-31 10:15:18.178 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.permission/javalib/service-permission.jar
12-31 10:15:18.178 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/ethernet-service.jar
12-31 10:15:18.178 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/vivo-services.jar
12-31 10:15:18.179 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.media/javalib/service-media-s.jar
12-31 10:15:18.179 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/services-adapter.jar
12-31 10:15:18.179 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.wifi/javalib/service-wifi.jar
12-31 10:15:18.179 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.tethering/javalib/vivo-service-connectivity.jar
12-31 10:15:18.179 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.os.statsd/javalib/service-statsd.jar
12-31 10:15:18.179 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.appsearch/javalib/service-appsearch.jar
12-31 10:15:18.179 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.wifi/javalib/vivo-service-wifi.jar
12-31 10:15:18.179 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/mediatek-framework.jar
12-31 10:15:18.179 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/com.android.location.provider.jar
12-31 10:15:18.179 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/soc-services.jar
12-31 10:15:18.179 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.scheduling/javalib/service-scheduling.jar
12-31 10:15:18.193 1291 5351 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.216 1291 1291 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.217 1291 1291 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.218 1291 1291 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.222 1291 1291 I _V_BackgroundDexOptService: install idle
optimizations
12-31 10:15:18.223 1291 1291 D PackageManager: getIdleDexoptAppSet:
{com.google.android.trichromelibrary_604519330,
com.google.android.trichromelibrary_609904330,
com.google.android.trichromelibrary_609914430,
android.autoinstalls.config.vivo.devices, com.google.android.modulemetadata,
com.google.android.gms, com.ss.android.ugc.trill, com.facebook.lite, com.shopee.ph}
12-31 10:15:18.223 1291 1291 I _V_BackgroundDexOptService: idle optimizations
abort...
12-31 10:15:18.224 1291 1291 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.235 1291 1917 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.248 1291 5351 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.257 1291 1917 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 10:15:18.281 1291 10989 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-31 10:15:19.425 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/lib-compressed/libxplat_timeinappcore_timeinappcor
e-nonnativesqliteAndroid.so
12-31 10:15:19.425 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libfssync.so
12-31 10:15:19.425 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libmediacodechooks_jni.so
12-31 10:15:19.426 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/modules/pytorch_b547c9fb3e870042eda3cd9c678e33cf2b
8304b0fd4880dcfb2292e7f2ef8cfe/lib-compressed/armeabi-v7a/libxplat_third-
party_NNPACK_NNPACKAndroid.so
12-31 10:15:19.426 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libtimeinapp-jni.so
12-31 10:15:19.426 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/lib-compressed/libxplat_ReliableMedia_TigonUrlMapF
etcher_TigonUrlMapFetcherAndroid.so
12-31 10:15:19.427 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/liblimitstack.so
12-31 10:15:19.427 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/modules/pytorch_b547c9fb3e870042eda3cd9c678e33cf2b
8304b0fd4880dcfb2292e7f2ef8cfe/lib-compressed/armeabi-v7a/
libtorchmerged_pytorch_1.so
12-31 10:15:19.427 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libnative_memdump.so
12-31 10:15:19.427 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/lib-compressed/libxplat_ReliableMedia_TigonHostHea
lthChecker_TigonHostHealthCheckerAndroid.so
12-31 10:15:19.428 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libfb_mboost.so
12-31 10:15:19.428 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/lib-compressed/libxplat_ReliableMedia_UrlMapParser
_UrlMapParserAndroid.so
12-31 10:15:19.428 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libdistractutil.so
12-31 10:15:19.428 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/lib-compressed/libxplat_ReliableMedia_ReliableMedi
aAndroid.so
12-31 10:15:19.429 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libliger.so
12-31 10:15:19.430 1291 26559 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.facebook.orca/lib-compressed/liblimitstack.so
12-31 10:15:49.535 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:15:49.535 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:16:07.872 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:16:07.872 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:16:07.901 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:16:07.903 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:17:07.867 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:17:07.868 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:17:11.721 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:17:11.723 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:17:38.457 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:17:38.457 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:17:39.322 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:17:39.323 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:18:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:18:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:19:07.877 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:19:07.877 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:19:27.412 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:19:27.412 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:19:29.663 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:19:29.664 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:20:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:20:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:21:07.877 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:21:07.879 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:21:16.343 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:21:16.343 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:21:19.822 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:21:19.823 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:22:07.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:22:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:22:38.532 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:22:38.533 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:22:55.411 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:22:55.411 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:22:59.966 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:22:59.967 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:23:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:23:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:24:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:24:07.885 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:24:44.352 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:24:44.352 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:24:50.133 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:24:50.134 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:25:07.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:25:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:26:07.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:26:07.882 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:26:33.294 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:26:33.295 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:26:40.299 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:26:40.301 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:27:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:27:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:27:55.497 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:27:55.498 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:28:07.885 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:28:07.885 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:28:12.364 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:28:12.364 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:28:20.455 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:28:20.457 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:28:58.070 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 10:28:58.110 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:28:58.110 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:28:58.192 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:28:58.193 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:28:59.940 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:29:00.604 1291 7444 E _V_RichTapVibratorService: getExtension == null
12-31 10:29:03.535 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:29:04.505 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:29:04.689 1291 27755 E _V_RichTapVibratorService: getExtension == null
12-31 10:29:05.802 1291 27783 E _V_RichTapVibratorService: getExtension == null
12-31 10:29:05.938 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 10:29:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:29:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:29:09.960 1291 27820 E _V_RichTapVibratorService: getExtension == null
12-31 10:29:09.981 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 72
12-31 10:29:09.989 1291 1704 E ActivityManager: Service ServiceRecord{22b93f3 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
14813:com.vivo.faceui/1000} not same as in map: ServiceRecord{31d3648 u0
com.vivo.faceui/.FaceUIService}
12-31 10:29:13.722 1291 27889 E _V_RichTapVibratorService: getExtension == null
12-31 10:29:17.572 1291 27925 E _V_RichTapVibratorService: getExtension == null
12-31 10:29:17.784 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 10:29:17.833 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 10:29:17.851 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 10:29:17.882 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 10:29:17.908 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 10:29:18.135 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10010|100026315422125|10185
12-31 10:29:22.073 1291 1967 E _V_RichTapVibratorService: getExtension == null
12-31 10:29:24.811 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:29:25.348 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:29:25.928 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:29:25.930 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:29:25.966 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:29:25.969 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:30:01.283 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:30:01.283 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:30:07.879 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:30:07.880 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:30:11.169 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:30:11.170 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:30:12.585 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:30:12.587 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:30:12.824 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:30:12.826 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:31:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:31:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:32:00.104 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:32:00.104 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:32:07.879 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:32:07.879 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:32:42.024 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 10:32:42.122 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:32:42.123 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:32:42.179 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:32:42.179 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:32:43.963 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:32:45.796 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:32:53.958 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 73
12-31 10:32:53.962 1291 10989 E ActivityManager: Service ServiceRecord{31d3648 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
27828:com.vivo.faceui/1000} not same as in map: ServiceRecord{ef9280e u0
com.vivo.faceui/.FaceUIService}
12-31 10:32:55.608 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:33:07.865 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:33:07.865 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:33:13.981 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:33:16.796 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:33:40.549 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:33:49.002 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:33:49.002 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:33:51.905 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:34:07.498 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:34:07.947 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:34:07.947 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:34:08.625 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:34:08.806 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:34:08.806 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:34:08.994 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:34:08.995 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:34:09.692 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:34:09.697 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:34:09.721 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:34:09.722 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:35:07.872 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:35:07.872 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:35:19.561 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 10:35:19.576 1291 1291 E NotificationService: Muting recently noisy 0|
com.instagram.android|64278|newstab|
48635806746_story_suite_organic_campaign&60dc4d3531dc2Hb52eb841aH60dc51ce92094H22d|
10214
12-31 10:35:32.995 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 10:35:33.095 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:35:33.097 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:35:33.154 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:35:33.154 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:35:34.377 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:35:35.743 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:35:38.720 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:35:39.598 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:35:41.716 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:35:42.396 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:35:44.383 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 74
12-31 10:35:44.385 1291 3214 E ActivityManager: Service ServiceRecord{ef9280e u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
28882:com.vivo.faceui/1000} not same as in map: ServiceRecord{e5d64c0 u0
com.vivo.faceui/.FaceUIService}
12-31 10:35:46.090 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:35:49.963 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:35:50.862 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:35:51.890 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 10:35:57.728 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:35:57.729 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:36:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:36:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:36:07.921 1291 7444 E _V_RichTapVibratorService: getExtension == null
12-31 10:36:10.081 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:36:10.083 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:36:10.147 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:36:10.148 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:36:17.532 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:36:17.532 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:36:39.424 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:36:39.426 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:37:07.880 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:37:07.880 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:38:06.467 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:38:06.469 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:38:26.281 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:38:26.281 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:38:28.112 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:38:28.113 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:39:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:39:07.885 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:40:05.320 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:40:05.320 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:40:07.830 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:40:07.831 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:40:07.873 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:40:07.873 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:41:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:41:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:41:17.593 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:41:17.594 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:41:54.271 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:41:54.271 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:41:54.742 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:41:54.744 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:42:07.879 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:42:07.880 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:43:07.887 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:43:07.887 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:43:43.219 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:43:43.220 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:43:46.176 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:43:46.178 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:44:07.877 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:44:07.878 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:45:07.886 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:45:07.887 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:45:22.272 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:45:22.272 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:45:31.648 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:45:31.650 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:46:07.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:46:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:46:54.368 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:46:54.369 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:47:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:47:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:47:11.192 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:47:11.193 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:47:11.422 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:47:11.423 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:48:07.886 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:48:07.887 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:49:00.147 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:49:00.147 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:49:01.937 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:49:01.938 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:49:07.886 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:49:07.887 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:50:07.881 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:50:07.882 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:50:39.188 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:50:39.188 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:50:42.072 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:50:42.073 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:51:07.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:51:07.882 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:52:07.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:52:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:52:11.277 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:52:11.278 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:52:28.118 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:52:28.118 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:52:29.455 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:52:29.456 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:53:07.875 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:53:07.876 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:54:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:54:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:54:17.045 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:54:17.045 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:54:22.378 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:54:22.381 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:55:07.880 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:55:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:55:56.115 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:55:56.115 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:56:02.503 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:56:02.504 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:56:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:56:07.885 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:57:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:57:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:57:28.190 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:57:28.191 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:57:45.061 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:57:45.062 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:57:52.641 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:57:52.642 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:58:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:58:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:59:07.879 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:59:07.888 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:59:25.846 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:59:25.847 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:59:34.005 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 10:59:34.005 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 10:59:41.622 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:59:41.623 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:59:49.566 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 10:59:49.673 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:59:49.675 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:59:49.709 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:59:49.709 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:59:56.701 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 10:59:56.701 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:00:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:00:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:00:12.583 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:00:12.584 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:01:07.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:01:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:01:22.948 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:01:22.948 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:01:32.936 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:01:32.937 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:02:07.893 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:02:07.893 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:03:07.879 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:03:07.879 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:03:11.868 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:03:11.868 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:03:13.033 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:03:13.036 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:04:07.864 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:04:07.864 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:05:00.777 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:05:00.777 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:05:07.900 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:05:07.903 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:05:20.562 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:05:20.562 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:05:23.144 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:05:23.147 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:06:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:06:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:06:23.006 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:06:23.007 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:07:07.896 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:07:07.897 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:07:09.489 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:07:09.491 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:07:19.388 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:07:19.389 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:07:23.250 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:07:23.251 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:08:07.871 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:08:07.871 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:09:07.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:09:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:09:08.282 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:09:08.283 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:09:28.088 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:09:28.089 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:09:33.374 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:09:33.377 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:10:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:10:07.886 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:11:07.867 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:11:07.867 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:11:16.984 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:11:16.985 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:11:26.888 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:11:26.888 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:11:33.474 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:11:33.474 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:12:07.864 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:12:07.865 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:12:19.435 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:12:19.437 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:13:07.895 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:13:07.896 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:13:15.772 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:13:15.773 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:13:25.690 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:13:25.690 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:13:33.606 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:13:33.607 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:14:07.865 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:14:07.866 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:15:07.865 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:15:07.866 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:15:14.575 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:15:14.575 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:15:34.404 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:15:34.405 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:15:42.427 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:15:42.427 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:16:07.869 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:16:07.869 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:17:07.903 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:17:07.903 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:17:23.294 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:17:23.294 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:17:33.184 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:17:33.185 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:17:33.818 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:17:33.818 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:18:07.878 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:18:07.878 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:18:25.727 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:18:25.728 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:19:07.872 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:19:07.872 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:19:22.078 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:19:22.079 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:19:32.001 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:19:32.002 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:19:33.947 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:19:33.948 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:20:07.880 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:20:07.880 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:21:07.880 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:21:07.881 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:21:20.893 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:21:20.894 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:21:40.693 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:21:40.693 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:21:42.718 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:21:42.719 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:22:07.890 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:22:07.890 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:23:07.868 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:23:07.869 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:23:29.595 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:23:29.595 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:23:39.503 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:23:39.503 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:23:42.807 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:23:42.807 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:24:07.876 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:24:07.876 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:24:32.079 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:24:32.080 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:25:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:25:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:25:28.431 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:25:28.431 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:25:48.250 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:25:48.250 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:25:54.368 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:25:54.369 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:26:07.870 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:26:07.871 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:27:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:27:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:27:37.179 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:27:37.179 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:27:38.077 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 11:27:38.135 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:27:38.135 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:27:38.139 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:27:38.139 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:27:38.196 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:27:38.197 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:27:45.221 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:27:45.222 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:28:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:28:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:29:07.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:29:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:29:26.128 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:29:26.129 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:29:36.019 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:29:36.019 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:29:43.071 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:29:43.072 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:30:07.876 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:30:07.877 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:30:12.571 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:30:12.572 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:31:07.877 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:31:07.877 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:31:24.971 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:31:24.971 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:31:44.773 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:31:44.774 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:31:44.831 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:31:44.831 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:32:07.878 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:32:07.880 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:33:07.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:33:07.882 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:33:33.722 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:33:33.723 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:34:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:34:07.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:34:13.363 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:34:13.364 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:34:15.038 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:34:15.039 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:35:07.877 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:35:07.886 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:36:02.317 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:36:02.317 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:36:08.010 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:36:08.010 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:36:41.931 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:36:41.932 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:36:44.862 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:36:44.863 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:36:44.929 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:36:44.930 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:37:07.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:37:07.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:38:07.875 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:38:07.876 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:38:30.888 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:38:30.889 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:39:07.877 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:39:07.877 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:39:20.416 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:39:20.416 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:39:25.513 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:39:25.514 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:40:04.433 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 11:40:04.468 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:40:04.469 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:40:04.509 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:40:04.509 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:40:07.706 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:40:07.947 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:40:07.947 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:40:08.275 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-31 11:40:10.045 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:40:13.902 1291 14812 E _V_RichTapVibratorService: getExtension == null
12-31 11:40:14.347 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100026315422125:100057555947243|10185
12-31 11:40:14.761 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100026315422125:100057555947243|10185
12-31 11:40:15.065 1291 14827 E _V_RichTapVibratorService: getExtension == null
12-31 11:40:15.326 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10010|100026315422125|10185
12-31 11:40:15.626 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10010|100026315422125|10185
12-31 11:40:16.025 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:40:16.167 1291 14846 E _V_RichTapVibratorService: getExtension == null
12-31 11:40:16.186 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 11:40:16.213 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 11:40:16.250 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 11:40:16.396 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:40:17.706 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 75
12-31 11:40:17.710 1291 7444 E ActivityManager: Service ServiceRecord{e5d64c0 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
30216:com.vivo.faceui/1000} not same as in map: ServiceRecord{4fe1635 u0
com.vivo.faceui/.FaceUIService}
12-31 11:40:19.961 1291 14916 E _V_RichTapVibratorService: getExtension == null
12-31 11:40:28.358 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:40:30.375 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:40:31.415 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:40:31.706 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:40:36.997 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:40:49.253 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:40:52.219 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:41:04.940 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:41:07.792 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 11:41:07.870 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:41:07.870 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:41:09.332 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:41:09.332 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:41:09.442 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:41:10.476 1291 3623 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 11:41:10.547 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:41:10.606 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 11:41:12.045 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:41:13.159 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:41:16.831 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:41:17.677 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:41:18.212 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:41:21.420 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:41:56.688 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:41:56.797 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:42:07.861 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:42:07.861 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:42:11.972 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:42:11.973 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:42:12.206 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:42:15.535 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:42:17.771 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:42:20.429 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:42:28.536 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:42:28.537 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:42:30.237 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:42:30.237 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:42:48.203 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:42:55.055 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:42:55.072 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:42:55.072 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 11:42:55.072 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 11:42:55.113 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:42:55.115 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:42:55.116 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 11:42:55.116 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:42:55.149 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:42:55.149 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 11:42:55.167 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:42:55.167 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 11:42:55.181 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:42:55.181 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 11:42:55.192 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:42:55.193 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 11:43:03.834 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:43:03.849 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:43:03.850 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:43:03.850 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 11:43:03.868 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 11:43:04.042 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:43:04.043 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:43:04.471 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:43:04.472 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:43:04.522 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:43:04.522 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:43:04.539 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:43:04.539 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:43:16.070 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:43:30.316 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:43:43.316 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:43:53.967 1291 16801 E _V_RichTapVibratorService: getExtension == null
12-31 11:44:03.857 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:44:03.858 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:44:08.930 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-31 11:44:10.989 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:44:19.412 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:44:20.763 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:44:21.724 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:44:26.064 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:44:32.996 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:44:35.056 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:44:52.888 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:44:52.905 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:45:03.835 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:45:03.836 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:45:43.397 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:45:50.027 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:46:02.189 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:46:02.189 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:46:02.293 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:46:02.294 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:46:22.921 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:46:26.177 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:46:27.079 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:46:36.623 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:46:46.040 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-31 11:46:47.525 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:47:03.853 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:47:03.853 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:47:40.948 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:47:44.855 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:47:47.779 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:47:51.089 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:47:51.089 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:47:51.325 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:48:01.204 1291 18013 E _V_RichTapVibratorService: getExtension == null
12-31 11:48:02.925 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:48:03.109 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 11:48:03.848 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:48:03.848 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:48:03.931 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:48:22.200 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:48:24.356 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:48:44.639 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:48:47.256 1291 18334 E _V_RichTapVibratorService: getExtension == null
12-31 11:48:48.858 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 11:48:49.334 1291 1435 E NotificationService: Package enqueue rate is
5.9535074. Shedding 0|com.facebook.orca|20001|null|10185. package=com.facebook.orca
12-31 11:48:52.021 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:48:59.469 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:49:03.851 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:49:03.852 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:49:09.707 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:49:40.030 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:49:40.032 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:49:49.953 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:49:49.954 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:49:50.583 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:49:50.584 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:49:57.360 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:49:59.092 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:50:03.855 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:50:03.856 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:50:46.332 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:50:53.055 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:51:02.219 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:51:02.220 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:51:03.874 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:51:03.874 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:51:08.830 1291 5351 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 11:51:08.907 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 11:51:10.904 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:51:38.813 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:51:38.813 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:51:49.681 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:51:56.256 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:52:00.728 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:52:01.463 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:52:03.845 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:52:03.845 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:52:34.037 1291 19781 E _V_RichTapVibratorService: getExtension == null
12-31 11:53:03.839 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:53:03.840 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:53:18.360 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 11:53:19.727 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:53:20.739 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:53:27.727 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:53:27.728 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:53:33.082 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:53:37.735 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:53:47.529 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:53:47.529 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:53:48.426 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:53:48.427 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:53:55.250 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:54:03.843 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:54:03.843 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:54:14.457 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:54:32.958 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:54:32.973 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:54:32.981 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:54:32.990 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:54:59.062 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:55:03.856 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:55:03.857 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:55:25.323 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:55:36.444 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:55:36.444 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:56:01.185 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:56:03.850 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:56:03.851 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:57:03.864 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:57:03.864 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:57:23.091 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:57:25.337 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:57:25.338 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:57:26.339 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:58:03.835 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:58:03.835 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:58:23.118 1291 1917 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 11:58:23.248 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 11:58:27.160 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:58:27.176 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:58:27.184 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:58:27.193 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 11:58:34.648 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:58:34.648 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:58:41.527 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:58:41.528 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:58:47.607 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:58:47.609 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 11:59:03.852 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 11:59:03.853 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 11:59:57.306 1291 21868 E _V_RichTapVibratorService: getExtension == null
12-31 12:00:03.862 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:00:03.863 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:00:12.574 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:00:12.575 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:00:13.136 1291 21977 E _V_RichTapVibratorService: getExtension == null
12-31 12:00:16.579 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:00:16.876 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:00:17.794 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:00:23.554 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:00:23.554 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:00:23.616 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:00:25.097 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:00:35.581 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:00:42.389 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:00:53.283 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:00:53.283 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:00:56.485 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:00:56.524 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:00:58.179 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:00:58.180 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:01:03.855 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:01:03.855 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:01:11.593 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:01:13.375 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:13.392 1291 1967 I WindowManager: Relayout
Window{com.android.systemui:74bc315 u0 ScreenshotAnimation}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 32000000,
mInvGlobalScale = 1.0
12-31 12:01:14.236 1291 5351 I ActivityManager: Killing
25637:com.android.vending:background/u0a155 (adj 975): empty for 2686s
12-31 12:01:14.354 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:14.379 1291 2104 I WindowManager: Relayout
Window{com.android.systemui:74bc315 u0 ScreenshotAnimation}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 32000000,
mInvGlobalScale = 1.0
12-31 12:01:14.398 1291 22398 I _V_ActivityManager: collectPssSampleEventTracking
12-31 12:01:14.454 1291 2104 I WindowManager: Relayout
Window{com.android.systemui:74bc315 u0 ScreenshotAnimation}: oldVis=0, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
12-31 12:01:14.456 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:76f0da5 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:14.456 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f6e2634 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:14.456 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6fafdff u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:14.456 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:cb905f6 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:14.456 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:bf23f00 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:14.456 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:14.467 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:76f0da5 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:14.467 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f6e2634 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:14.467 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6fafdff u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:14.467 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:cb905f6 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:14.468 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:bf23f00 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:14.725 1291 3734 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:14.726 1291 3734 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:14.736 1291 1967 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:14.737 1291 1967 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:14.738 1291 1967 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:14.739 1291 1967 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:15.152 1291 1967 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:15.152 1291 1967 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:15.153 1291 1967 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:15.153 1291 1967 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:15.154 1291 3734 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:15.154 1291 3734 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:15.156 1291 3734 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:15.156 1291 3734 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:15.522 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:15.696 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:15.726 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:15.798 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:15.852 1291 1412 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.systemui uid 10047, isRmsPreload = false, keepQuiet =false
12-31 12:01:15.951 1291 3734 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:68e9d8e u0
ScreenshotAnimation} task=null
12-31 12:01:15.972 1291 3734 I WindowManager: Relayout
Window{com.android.systemui:68e9d8e u0 ScreenshotAnimation}: oldVis=8, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 32000000,
mInvGlobalScale = 1.0
12-31 12:01:15.973 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:76f0da5 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:15.973 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f6e2634 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:15.973 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6fafdff u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:15.973 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:cb905f6 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:15.973 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:bf23f00 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:16.001 1291 1967 I WindowManager: Relayout
Window{com.android.systemui:68e9d8e u0 ScreenshotAnimation}: oldVis=8, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
12-31 12:01:16.002 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:76f0da5 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:16.002 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f6e2634 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:16.002 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6fafdff u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:16.002 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:cb905f6 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:16.002 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:bf23f00 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:16.027 1291 3734 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:68e9d8e u0 ScreenshotAnimation} mDrawState=DRAW_PENDING
12-31 12:01:16.027 1291 3734 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@a4411cb mSyncState=0
12-31 12:01:16.037 1291 3603 I WindowManager: Relayout
Window{com.android.systemui:68e9d8e u0 ScreenshotAnimation}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
12-31 12:01:16.076 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:16.230 1291 1967 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:_VIVIEN_FASTFOOD value:1
pkg:com.android.systemui userId:0
12-31 12:01:16.232 1291 1967 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.MEDIA_SCANNER_SCAN_FILE
dat=file:///storage/emulated/0/Pictures/Screenshots/Screenshot_20231231_120115.jpg
typ=image/jpeg flg=0x1000010 } send by ApplicationInfo{fc37de1
com.android.systemui} should with permissions for security!!!
12-31 12:01:16.468 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:16.476 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:16.847 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:16.852 1291 3603 D _V_FingerprintUnlockController: keyCode: 4,
action: 0
12-31 12:01:16.852 1291 3603 D _V_FaceUnlockController: onKeyEvent 4 action 0
12-31 12:01:16.854 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:16.869 1291 3210 I WindowManager: Relayout
Window{com.android.systemui:68e9d8e u0 ScreenshotAnimation}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 32000000,
mInvGlobalScale = 1.0
12-31 12:01:16.874 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:16.874 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:16.876 1291 2104 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:16.876 1291 2104 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:16.881 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:16.882 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:16.902 1291 3603 D _V_FingerprintUnlockController: keyCode: 4,
action: 1
12-31 12:01:16.902 1291 3603 D _V_FaceUnlockController: onKeyEvent 4 action 1
12-31 12:01:17.251 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:17.986 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:18.006 1291 3210 I WindowManager: Relayout
Window{com.android.systemui:68e9d8e u0 ScreenshotAnimation}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 32000000,
mInvGlobalScale = 1.0
12-31 12:01:18.031 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:18.031 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:18.037 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:18.037 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:18.038 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:18.038 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:18.158 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:18.160 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:18.162 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:18.185 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10188
model:audio state:on count= 1 app:com.facebook.lite
12-31 12:01:18.354 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10188
model:audio state:off count= 1 app:com.facebook.lite
12-31 12:01:18.379 1291 3210 I WindowManager: Relayout Window{2cef725 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-31 12:01:18.726 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:18.933 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:19.164 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:19.166 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:19.270 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:19.686 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:19.697 1291 2104 D _V_FingerprintUnlockController: keyCode: 4,
action: 0
12-31 12:01:19.697 1291 2104 D _V_FaceUnlockController: onKeyEvent 4 action 0
12-31 12:01:19.699 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:19.715 1291 2104 I WindowManager: Relayout
Window{com.android.systemui:68e9d8e u0 ScreenshotAnimation}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 32000000,
mInvGlobalScale = 1.0
12-31 12:01:19.719 1291 3734 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:19.720 1291 3734 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:19.722 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:19.722 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:19.724 1291 3881 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:19.724 1291 3881 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:19.781 1291 2104 D _V_FingerprintUnlockController: keyCode: 4,
action: 1
12-31 12:01:19.781 1291 2104 D _V_FaceUnlockController: onKeyEvent 4 action 1
12-31 12:01:19.786 1291 3210 I WindowManager: Relayout Window{2cef725 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
12-31 12:01:19.972 1291 3210 I WindowManager: Relayout
Window{com.android.systemui:68e9d8e u0 ScreenshotAnimation}: oldVis=0, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
12-31 12:01:19.972 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:76f0da5 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:19.972 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f6e2634 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:19.973 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6fafdff u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:19.973 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:cb905f6 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:19.973 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:bf23f00 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:19.986 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:76f0da5 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:19.986 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f6e2634 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:19.986 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:6fafdff u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:19.986 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:cb905f6 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:19.986 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:bf23f00 u0 com.facebook.orca} false mCurrentFocus =
Window{2cef725 u0 com.facebook.lite/com.facebook.lite.MainActivity}
12-31 12:01:20.634 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:20.817 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:20.827 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:20.830 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:20.849 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10188
model:audio state:on count= 1 app:com.facebook.lite
12-31 12:01:21.003 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10188
model:audio state:off count= 1 app:com.facebook.lite
12-31 12:01:21.782 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:21.821 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:21.824 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:21.945 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:21.986 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:26.473 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:26.494 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:26.842 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:27.044 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:27.148 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:27.172 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:27.268 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:27.375 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:27.564 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:27.668 1291 3734 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #519599} whose proc state 2 is better
than process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(23 skipped)
12-31 12:01:27.818 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:27.922 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:28.129 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:28.231 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:28.420 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:28.627 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:28.784 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:29.215 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:29.366 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:29.548 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:29.650 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:29.787 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:29.924 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:30.027 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:30.242 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:30.445 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:31.907 1291 2104 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-31 12:01:32.281 1291 2104 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-31 12:01:32.625 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:32.880 1291 3881 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
12-31 12:01:33.363 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:33.566 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:34.380 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:34.483 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:34.586 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:34.688 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:34.843 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:36.483 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:36.504 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:38.259 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:38.265 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:38.359 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:38.400 1291 2104 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:38.400 1291 2104 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:38.405 1291 2104 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:38.405 1291 2104 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:38.409 1291 2104 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:38.409 1291 2104 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:38.468 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:39.136 1291 2104 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:39.136 1291 2104 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:39.138 1291 2104 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:39.138 1291 2104 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:39.140 1291 2104 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:39.140 1291 2104 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:39.142 1291 2104 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:39.142 1291 2104 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:39.143 1291 2104 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:39.143 1291 2104 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:39.144 1291 2104 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:39.144 1291 2104 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:39.147 1291 2104 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:39.147 1291 2104 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:39.404 1291 1527 I _V_BroadcastQueue: Broadcast intent Intent
{ act=com.android.internal.telephony.data-stall flg=0x2010 (has extras) } on
bgKeyApp queue
12-31 12:01:39.405 1291 1527 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:39.407 1291 1435 W ProcessStats: Tracking association
SourceState{38ac0 com.vivo.pem/1000 BTopFgs #519601} whose proc state 2 is better
than process ProcessState{3a28d05 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(1 skipped)
12-31 12:01:39.422 1291 3881 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:radio.data.stall.recovery.action value:0
pkg:com.android.phone userId:0
12-31 12:01:39.432 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:40.856 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:40.862 1291 3881 D _V_FingerprintUnlockController: keyCode: 4,
action: 0
12-31 12:01:40.862 1291 3881 D _V_FaceUnlockController: onKeyEvent 4 action 0
12-31 12:01:40.863 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:40.877 1291 3881 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:40.877 1291 3881 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:40.879 1291 3881 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:40.879 1291 3881 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:40.880 1291 2104 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16115com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
12-31 12:01:40.880 1291 2104 V InputMethodManagerService: Client requesting input
be hidden
12-31 12:01:41.009 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:41.015 1291 3881 D _V_FingerprintUnlockController: keyCode: 4,
action: 1
12-31 12:01:41.015 1291 3881 D _V_FaceUnlockController: onKeyEvent 4 action 1
12-31 12:01:41.018 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:41.319 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:41.396 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:41.559 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:41.600 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:41.741 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:41.842 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:41.945 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:42.048 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:42.151 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:42.255 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:42.358 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:42.522 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:42.626 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:42.728 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:43.021 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:43.124 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:43.244 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:43.494 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:43.597 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:43.619 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:01:43.777 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:02:03.859 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:02:03.860 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:02:26.045 1291 3622 E _V_RichTapVibratorService: getExtension == null
12-31 12:02:29.787 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:02:29.787 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:02:29.852 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:02:29.854 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:02:42.182 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:02:42.182 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:03:03.856 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:03:03.860 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:03:11.904 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:03:11.904 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:03:14.908 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:03:14.910 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:03:18.332 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 12:03:18.388 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:03:18.389 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:03:18.436 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:03:18.437 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:03:22.205 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:03:32.182 1291 2088 E ActivityManager: Service ServiceRecord{4fe1635 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
14871:com.vivo.faceui/1000} not same as in map: ServiceRecord{efb5c0 u0
com.vivo.faceui/.FaceUIService}
12-31 12:03:32.183 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 76
12-31 12:03:37.516 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:03:38.660 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:03:48.166 1291 2642 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 12:03:48.223 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 12:03:51.135 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:03:53.288 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:04:00.141 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:04:03.852 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:04:03.852 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:04:05.536 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:04:12.137 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:04:13.818 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:04:15.246 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-31 12:04:17.093 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:04:17.096 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:04:17.406 1291 23462 E _V_RichTapVibratorService: getExtension == null
12-31 12:04:17.519 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:04:17.519 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:04:17.650 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:04:17.651 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:05:00.822 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:05:00.825 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:05:03.854 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:05:03.856 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:05:30.534 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:05:30.534 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:05:32.820 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:05:32.823 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:06:03.867 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:06:03.868 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:07:03.861 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:07:03.862 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:07:19.481 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:07:19.481 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:07:49.193 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:07:49.194 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:07:49.650 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:07:49.652 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:08:03.852 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:08:03.852 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:09:03.861 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:09:03.862 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:09:38.144 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:09:38.144 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:10:03.854 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:10:03.859 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:10:07.830 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:10:07.830 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:10:17.203 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:10:17.205 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:10:30.625 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:10:30.626 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:11:03.855 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:11:03.856 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:11:56.757 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:11:56.759 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:12:26.473 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:12:26.475 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:12:27.364 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:12:27.366 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:13:03.861 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:13:03.864 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:14:03.859 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:14:03.860 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:14:15.430 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:14:15.432 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:14:45.140 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:14:45.147 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:14:47.540 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:14:47.542 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:15:01.361 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 12:15:01.482 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:15:01.482 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:15:01.527 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:15:01.527 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:15:03.839 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:15:03.839 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 12:15:07.345 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:15:07.356 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:15:07.356 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:15:07.356 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 12:15:07.392 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:15:07.392 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:15:07.403 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:15:07.404 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 12:15:07.414 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:15:07.414 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:15:07.452 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:15:07.452 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:15:07.484 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:15:07.484 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:15:07.503 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:15:07.503 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:15:07.532 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:15:07.532 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:15:17.884 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:15:19.253 1291 5351 E _V_RichTapVibratorService: getExtension == null
12-31 12:15:21.992 1291 24669 E _V_RichTapVibratorService: getExtension == null
12-31 12:15:22.344 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 12:15:22.929 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100084571612025:100057555947243|10185
12-31 12:15:26.320 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:15:27.888 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 77
12-31 12:15:27.895 1291 7444 E ActivityManager: Service ServiceRecord{efb5c0 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22998:com.vivo.faceui/1000} not same as in map: ServiceRecord{a4f5550 u0
com.vivo.faceui/.FaceUIService}
12-31 12:16:02.362 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:16:03.839 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:16:05.124 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:16:05.961 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:16:06.425 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:16:36.242 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:16:37.212 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:16:56.393 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:16:56.394 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:17:50.725 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:17:52.304 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:18:01.150 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:18:02.670 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:18:03.462 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:18:04.253 1291 1742 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 12:18:04.289 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:18:04.381 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 12:18:12.732 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:18:45.284 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:18:45.284 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:19:47.413 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:19:47.440 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:19:47.571 1291 25629 E _V_RichTapVibratorService: getExtension == null
12-31 12:19:52.029 1291 25668 E _V_RichTapVibratorService: getExtension == null
12-31 12:20:34.193 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:20:34.193 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:20:36.641 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:20:36.920 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:20:38.129 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:20:40.700 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:20:41.366 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:20:48.429 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:20:49.703 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:21:10.145 1291 25942 E _V_RichTapVibratorService: getExtension == null
12-31 12:21:12.420 1291 25958 E _V_RichTapVibratorService: getExtension == null
12-31 12:21:38.817 1291 1742 E _V_RichTapVibratorService: getExtension == null
12-31 12:22:23.098 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:22:23.098 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:22:40.612 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:22:40.615 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:22:49.102 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 12:22:49.522 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:22:49.522 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:22:51.118 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:22:57.665 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:23:00.570 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:23:01.115 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 78
12-31 12:23:01.119 1291 1408 E ActivityManager: Service ServiceRecord{a4f5550 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
24715:com.vivo.faceui/1000} not same as in map: ServiceRecord{fd360ed u0
com.vivo.faceui/.FaceUIService}
12-31 12:23:29.862 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:23:36.245 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:23:37.108 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:23:43.254 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:23:46.548 1291 3879 E _V_RichTapVibratorService: getExtension == null
12-31 12:23:49.653 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:24:12.014 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:24:12.015 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:25:07.369 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:25:07.369 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:25:47.616 1291 26720 E _V_RichTapVibratorService: getExtension == null
12-31 12:25:49.648 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:25:49.854 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:25:53.492 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:26:00.928 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:26:00.929 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:26:06.933 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:26:07.808 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:27:32.867 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:27:32.868 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:29:33.160 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 12:29:33.384 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:29:33.384 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:29:34.779 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:29:35.483 1291 27234 E _V_RichTapVibratorService: getExtension == null
12-31 12:29:38.602 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:29:41.141 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:29:41.141 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:29:44.734 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 79
12-31 12:29:50.505 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:30:09.350 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:30:10.561 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:30:31.379 1291 27508 E _V_RichTapVibratorService: getExtension == null
12-31 12:30:40.569 1291 27549 E _V_RichTapVibratorService: getExtension == null
12-31 12:30:42.601 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:30:42.745 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:30:44.405 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:30:53.160 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:31:16.960 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:31:19.094 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:31:19.686 1291 3219 E _V_RichTapVibratorService: getExtension == null
12-31 12:31:21.056 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:31:24.903 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:31:30.043 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:31:30.043 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:31:47.394 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:31:50.166 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:31:50.720 1291 3632 E _V_RichTapVibratorService: getExtension == null
12-31 12:31:52.065 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:31:52.679 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:31:58.381 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:32:12.519 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:32:17.850 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:32:18.098 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
12-31 12:32:18.906 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:32:19.546 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:32:19.546 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:32:22.593 1291 1691 E LockoutResetTracker: Callback binder died:
android.os.BinderProxy@6f03d99
12-31 12:32:22.599 1291 1691 E LockoutResetTracker: Removing dead callback for:
com.android.systemui
12-31 12:32:22.610 1291 1919 E BiometricService: Enabled callback binder died
12-31 12:32:54.605 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 12:32:54.865 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 12:32:55.723 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 12:32:56.241 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 12:32:56.515 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 12:33:15.857 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:33:16.227 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:33:17.001 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:33:17.669 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:33:37.776 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
12-31 12:33:39.577 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:34:04.538 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:34:04.542 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:34:10.981 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 12:34:11.648 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:34:11.648 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:34:12.736 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:34:21.109 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:34:21.109 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:34:22.643 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 80
12-31 12:34:22.647 1291 3623 E ActivityManager: Service ServiceRecord{fd360ed u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
27299:com.vivo.faceui/1000} not same as in map: ServiceRecord{58f3586 u0
com.vivo.faceui/.FaceUIService}
12-31 12:34:22.663 1291 3623 E ActivityManager: Service ServiceRecord{aa9e779 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
27299:com.vivo.faceui/1000} not same as in map: ServiceRecord{58f3586 u0
com.vivo.faceui/.FaceUIService}
12-31 12:34:47.619 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:34:47.714 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
12-31 12:34:49.009 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:34:49.630 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:34:50.437 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:34:51.207 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:35:07.359 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:35:07.359 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:35:17.901 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
12-31 12:35:18.501 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:36:04.328 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:36:04.426 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
12-31 12:36:05.534 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:36:06.315 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:36:06.998 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
12-31 12:36:07.343 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:36:08.732 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:36:08.983 1291 3878 E _V_RichTapVibratorService: getExtension == null
12-31 12:36:10.017 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:36:10.017 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:36:11.398 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:36:11.795 1291 31859 E _V_RichTapVibratorService: getExtension == null
12-31 12:36:21.427 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:36:21.663 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:36:49.563 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:36:56.319 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:37:00.773 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:37:12.001 1291 1917 E _V_RichTapVibratorService: getExtension == null
12-31 12:37:18.197 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:37:19.223 1291 3623 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.smartshot et al): null
12-31 12:37:20.031 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:37:26.999 1291 1590 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
12-31 12:37:28.160 1291 32569 E _V_RichTapVibratorService: getExtension == null
12-31 12:37:30.279 1291 32752 E _V_RichTapVibratorService: getExtension == null
12-31 12:37:30.703 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:37:32.538 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:37:35.613 1291 1753 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE
12-31 12:37:37.481 1291 1554 E _V_RichTapVibratorService: getExtension == null
12-31 12:37:38.334 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 12:37:39.591 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~zSSlexz88fbY1dmMXicFPg==/com.google.android.youtube-
KsqDY2byRBGqHNOAAGF50w==/base.apk
12-31 12:37:39.726 1291 2051 E _V_RichTapVibratorService: getExtension == null
12-31 12:37:39.801 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 12:37:40.256 1291 2126 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
12-31 12:37:40.269 1291 2126 E VivoArtKeeperService: delete donwload failed file
12-31 12:37:40.576 1291 1753 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE
12-31 12:37:40.909 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:37:41.168 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:37:42.607 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:37:50.496 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:37:56.034 1291 3342 E _V_RichTapVibratorService: getExtension == null
12-31 12:37:56.613 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~SdyQ3db4-RYtMhW3TEcE6A==/com.google.android.apps.youtube.music-
Qa0y3hfgCR90_J9iL5jZpg==/base.apk
12-31 12:37:58.648 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:37:59.200 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:37:59.200 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:37:59.402 1291 3450 E _V_RichTapVibratorService: getExtension == null
12-31 12:37:59.457 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 12:38:00.437 1291 3487 E _V_RichTapVibratorService: getExtension == null
12-31 12:38:01.120 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 12:38:01.290 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100020887370539:100057555947243|10185
12-31 12:38:01.486 1291 3515 E _V_RichTapVibratorService: getExtension == null
12-31 12:38:02.310 1291 5351 E _V_RichTapVibratorService: getExtension == null
12-31 12:38:02.864 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-31 12:38:05.978 848 848 E wificond: vivo add tx_good 12911 tx_bad 0 rx_good
42733 tx_retry 2379 tx_retry_times 0
12-31 12:38:06.709 1291 3717 E _V_RichTapVibratorService: getExtension == null
12-31 12:38:09.779 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:38:10.346 1291 3823 E _V_RichTapVibratorService: getExtension == null
12-31 12:38:10.537 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 12:38:10.903 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
12-31 12:38:11.910 1291 3867 E _V_RichTapVibratorService: getExtension == null
12-31 12:38:18.901 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:38:18.901 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:38:27.397 1291 1291 E NotificationService: Muting recently noisy 0|
com.shopee.ph|99900000|null|10192
12-31 12:38:33.189 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:38:35.586 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:38:43.334 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:38:43.639 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:38:45.239 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:38:49.825 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:38:57.225 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:39:10.190 1291 5545 E _V_RichTapVibratorService: getExtension == null
12-31 12:39:15.316 1291 5617 E _V_RichTapVibratorService: getExtension == null
12-31 12:39:18.650 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-31 12:39:18.652 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-31 12:39:21.016 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-31 12:39:21.016 1291 2387 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
12-31 12:39:24.006 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:39:26.948 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:40:07.706 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:40:07.707 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:41:00.208 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:41:02.390 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:41:16.613 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:41:28.813 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:41:30.759 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:41:39.682 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:41:44.702 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:41:56.515 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:41:56.515 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:41:58.973 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:41:59.671 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:42:02.377 1291 3878 E _V_RichTapVibratorService: getExtension == null
12-31 12:42:16.688 1291 6984 E _V_RichTapVibratorService: getExtension == null
12-31 12:42:32.821 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:42:35.461 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:42:37.357 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:42:38.881 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:42:39.113 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:42:52.153 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:42:55.166 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:42:57.009 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:43:05.840 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:43:05.840 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:43:07.775 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:43:13.910 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:43:17.224 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:43:18.679 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:44:00.659 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:44:03.613 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:44:11.032 1291 7737 E _V_RichTapVibratorService: getExtension == null
12-31 12:44:15.339 1291 7754 E _V_RichTapVibratorService: getExtension == null
12-31 12:44:25.312 1291 7822 E _V_RichTapVibratorService: getExtension == null
12-31 12:44:36.774 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:44:38.225 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:44:43.135 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:44:43.391 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:44:44.675 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:44:54.728 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:44:54.728 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:45:04.600 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:45:06.943 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:45:07.363 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:45:07.363 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:45:15.553 1291 8374 E _V_RichTapVibratorService: getExtension == null
12-31 12:45:32.086 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:45:34.891 1291 8734 E _V_RichTapVibratorService: getExtension == null
12-31 12:45:36.749 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:45:39.252 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:45:40.321 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:45:42.030 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:45:45.161 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:45:46.847 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:45:48.644 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:45:52.045 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:45:52.409 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:45:55.585 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-31 12:45:57.067 1291 10989 E _V_RichTapVibratorService: getExtension == null
12-31 12:45:57.754 1291 3214 E _V_RichTapVibratorService: getExtension == null
12-31 12:45:58.384 1291 3214 E _V_RichTapVibratorService: getExtension == null
12-31 12:45:59.970 1291 3878 E _V_RichTapVibratorService: getExtension == null
12-31 12:46:01.128 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:46:32.019 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:46:33.573 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:46:37.281 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:46:39.095 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:46:39.406 1291 10231 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
12-31 12:46:39.407 1291 10231 E VivoArtKeeperService: delete donwload failed file
12-31 12:46:43.661 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:46:43.661 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:46:53.538 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:47:00.369 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:47:05.129 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:47:06.311 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:47:18.320 1291 1497 E PackageInstallerSession: Failed to verify session
467043888 [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries,
res=-113]
12-31 12:47:20.651 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:47:21.888 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:47:33.184 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:47:41.821 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:47:50.892 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:48:03.450 1291 1917 E _V_RichTapVibratorService: getExtension == null
12-31 12:48:18.095 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:48:22.328 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:48:25.386 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:48:32.533 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:48:32.533 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:48:42.450 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:48:42.451 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:48:49.020 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:48:59.183 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:49:30.895 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:49:41.957 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
12-31 12:49:42.427 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:49:46.780 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-31 12:49:46.784 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-31 12:49:54.466 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-31 12:49:55.809 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-31 12:49:55.893 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-31 12:50:16.067 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:50:16.227 1291 1408 E _V_RichTapVibratorService: getExtension == null
12-31 12:50:16.612 1291 3603 E _V_RichTapVibratorService: getExtension == null
12-31 12:50:26.608 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-31 12:50:27.278 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-31 12:50:31.339 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:50:31.340 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:50:37.386 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:50:41.550 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:50:42.928 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:50:44.084 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:50:44.375 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:50:47.435 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:50:49.228 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:50:51.033 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:50:59.197 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:51:06.288 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:51:10.271 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:51:12.830 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:51:15.582 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:51:46.972 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:51:48.359 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:52:14.350 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:52:14.661 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:52:16.396 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:52:17.222 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:52:19.081 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:52:20.247 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:52:20.247 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:52:21.462 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:52:24.682 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:52:32.352 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:52:35.367 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:52:36.723 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:52:40.801 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:52:42.592 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:53:33.824 1291 13115 E _V_RichTapVibratorService: getExtension == null
12-31 12:53:50.740 1291 13293 E _V_RichTapVibratorService: getExtension == null
12-31 12:53:58.761 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:53:59.017 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:54:00.968 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:54:02.058 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:54:02.392 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:54:09.172 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:54:09.172 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:54:19.069 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:54:19.074 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:54:28.536 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:54:53.783 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:54:57.431 1291 13998 E _V_RichTapVibratorService: getExtension == null
12-31 12:55:07.379 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:55:07.379 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:55:10.757 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:55:13.389 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:55:14.933 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:55:15.688 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:55:15.972 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:55:17.668 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:56:04.704 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:56:05.189 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:56:05.428 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:56:05.612 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:56:07.964 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:56:07.964 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:56:34.474 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:56:35.898 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:56:41.304 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:56:44.605 1291 15027 E _V_RichTapVibratorService: getExtension == null
12-31 12:56:52.145 1291 15126 E _V_RichTapVibratorService: getExtension == null
12-31 12:56:53.035 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:56:56.431 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:57:10.850 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:57:18.043 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:57:20.897 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:57:42.934 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:42.943 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1464; targetLcm = 1348; pemLcm = 1463; step = 1; gap = 20
12-31 12:57:42.943 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1464, mTargetLcm = 1348, tempPemLcm = 1463, pemLcm = 1463
12-31 12:57:42.943 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1463; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1463
12-31 12:57:42.943 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.45077327; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:42.943 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.45077327, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:42.944 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:42.946 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.45077327 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:42.947 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35726497, brightness =
1463, useSurfaceControl status false
12-31 12:57:42.947 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1463
12-31 12:57:42.947 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35726497;
setBrightness = 1463
12-31 12:57:42.949 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1463 pkg:android userId:0
12-31 12:57:42.950 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:42.951 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:42.952 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1463
12-31 12:57:42.955 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:42.966 1291 3632 I DropBoxManagerService: add
tag=platform_stats_bookmark isTagEnabled=true flags=0x2
12-31 12:57:42.967 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1463; targetLcm = 1348; pemLcm = 1462; step = 1; gap = 20
12-31 12:57:42.968 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1463, mTargetLcm = 1348, tempPemLcm = 1462, pemLcm = 1462
12-31 12:57:42.968 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:42.968 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1462; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1462
12-31 12:57:42.968 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.45068875; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:42.968 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.45068875, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:42.968 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.45068875 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:42.968 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35702077, brightness =
1462, useSurfaceControl status false
12-31 12:57:42.968 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1462
12-31 12:57:42.968 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35702077;
setBrightness = 1462
12-31 12:57:42.969 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1462 pkg:android userId:0
12-31 12:57:42.970 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:42.970 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:42.972 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1462
12-31 12:57:42.974 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
12-31 12:57:42.974 1291 1435 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has
extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
12-31 12:57:42.986 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:42.988 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:42.988 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1462; targetLcm = 1348; pemLcm = 1461; step = 1; gap = 20
12-31 12:57:42.989 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:57:42.990 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1462, mTargetLcm = 1348, tempPemLcm = 1461, pemLcm = 1461
12-31 12:57:42.990 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1461; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1461
12-31 12:57:42.990 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.45051974; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:42.990 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.45051974, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:42.991 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.45051974 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:42.991 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35677657, brightness =
1461, useSurfaceControl status false
12-31 12:57:42.991 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1461
12-31 12:57:42.991 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35677657;
setBrightness = 1461
12-31 12:57:42.992 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1461 pkg:android userId:0
12-31 12:57:42.994 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:42.996 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:42.996 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:42.997 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1461
12-31 12:57:43.009 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1461; targetLcm = 1348; pemLcm = 1460; step = 1; gap = 20
12-31 12:57:43.009 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1461, mTargetLcm = 1348, tempPemLcm = 1460, pemLcm = 1460
12-31 12:57:43.009 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1460; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1460
12-31 12:57:43.009 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.45043522; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.010 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.012 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.45043522, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.012 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.45043522 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.012 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35653237, brightness =
1460, useSurfaceControl status false
12-31 12:57:43.012 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1460
12-31 12:57:43.012 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35653237;
setBrightness = 1460
12-31 12:57:43.014 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1460 pkg:android userId:0
12-31 12:57:43.015 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.025 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.026 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.026 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1460
12-31 12:57:43.032 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.033 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1460; targetLcm = 1348; pemLcm = 1459; step = 1; gap = 20
12-31 12:57:43.033 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1460, mTargetLcm = 1348, tempPemLcm = 1459, pemLcm = 1459
12-31 12:57:43.033 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1459; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1459
12-31 12:57:43.033 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4503507;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.033 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4503507, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.034 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4503507 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.034 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35628816, brightness =
1459, useSurfaceControl status false
12-31 12:57:43.034 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1459
12-31 12:57:43.034 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35628816;
setBrightness = 1459
12-31 12:57:43.034 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1459 pkg:android userId:0
12-31 12:57:43.035 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.036 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.037 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1459
12-31 12:57:43.049 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.053 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:57:43.067 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.067 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1459; targetLcm = 1348; pemLcm = 1458; step = 1; gap = 20
12-31 12:57:43.075 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1459, mTargetLcm = 1348, tempPemLcm = 1458, pemLcm = 1458
12-31 12:57:43.076 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1458; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1458
12-31 12:57:43.076 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4502662;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.076 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4502662, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.076 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4502662 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.076 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35579976, brightness =
1457, useSurfaceControl status false
12-31 12:57:43.076 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1457
12-31 12:57:43.076 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35579976;
setBrightness = 1457
12-31 12:57:43.080 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1457 pkg:android userId:0
12-31 12:57:43.080 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.081 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.081 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1458
12-31 12:57:43.083 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.092 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1458; targetLcm = 1348; pemLcm = 1457; step = 1; gap = 20
12-31 12:57:43.092 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1458, mTargetLcm = 1348, tempPemLcm = 1457, pemLcm = 1457
12-31 12:57:43.092 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1457; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1457
12-31 12:57:43.092 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.45009717; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.092 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.45009717, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.092 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.45009717 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.093 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35555556, brightness =
1456, useSurfaceControl status false
12-31 12:57:43.093 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1456
12-31 12:57:43.093 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35555556;
setBrightness = 1456
12-31 12:57:43.093 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.094 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.094 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1456 pkg:android userId:0
12-31 12:57:43.096 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.099 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.099 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1457
12-31 12:57:43.112 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1457; targetLcm = 1348; pemLcm = 1456; step = 1; gap = 20
12-31 12:57:43.112 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.112 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1457, mTargetLcm = 1348, tempPemLcm = 1456, pemLcm = 1456
12-31 12:57:43.112 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1456; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1456
12-31 12:57:43.112 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.45001268; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.112 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.45001268, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.112 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.45001268 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.113 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35555556, brightness =
1456, useSurfaceControl status false
12-31 12:57:43.113 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1456
12-31 12:57:43.113 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35555556;
setBrightness = 1456
12-31 12:57:43.113 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.113 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1456
12-31 12:57:43.113 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1456 pkg:android userId:0
12-31 12:57:43.114 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.115 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.130 1291 1742 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-31 12:57:43.132 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.133 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1456; targetLcm = 1348; pemLcm = 1455; step = 1; gap = 20
12-31 12:57:43.133 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1456, mTargetLcm = 1348, tempPemLcm = 1455, pemLcm = 1455
12-31 12:57:43.133 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1455; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1455
12-31 12:57:43.133 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44992816; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.133 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44992816, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.133 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44992816 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.133 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35531136, brightness =
1455, useSurfaceControl status false
12-31 12:57:43.133 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1455
12-31 12:57:43.133 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35531136;
setBrightness = 1455
12-31 12:57:43.134 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1455 pkg:android userId:0
12-31 12:57:43.134 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.135 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.135 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1455
12-31 12:57:43.136 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.153 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1455; targetLcm = 1348; pemLcm = 1454; step = 1; gap = 20
12-31 12:57:43.154 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.154 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1455, mTargetLcm = 1348, tempPemLcm = 1454, pemLcm = 1454
12-31 12:57:43.154 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1454; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1454
12-31 12:57:43.154 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44984365; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.154 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44984365, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.154 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44984365 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.155 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35506716, brightness =
1454, useSurfaceControl status false
12-31 12:57:43.155 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1454
12-31 12:57:43.155 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35506716;
setBrightness = 1454
12-31 12:57:43.155 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1454 pkg:android userId:0
12-31 12:57:43.156 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.156 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.157 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.158 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1454
12-31 12:57:43.175 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1454; targetLcm = 1348; pemLcm = 1453; step = 1; gap = 20
12-31 12:57:43.175 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1454, mTargetLcm = 1348, tempPemLcm = 1453, pemLcm = 1453
12-31 12:57:43.175 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1453; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1453
12-31 12:57:43.175 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.175 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44967464; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.175 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44967464, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.175 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44967464 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.176 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35482296, brightness =
1453, useSurfaceControl status false
12-31 12:57:43.176 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1453
12-31 12:57:43.176 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35482296;
setBrightness = 1453
12-31 12:57:43.176 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1453 pkg:android userId:0
12-31 12:57:43.177 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.177 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.178 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1453
12-31 12:57:43.180 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.196 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1453; targetLcm = 1348; pemLcm = 1452; step = 1; gap = 20
12-31 12:57:43.197 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1453, mTargetLcm = 1348, tempPemLcm = 1452, pemLcm = 1452
12-31 12:57:43.197 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1452; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1452
12-31 12:57:43.197 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44959012; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.197 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44959012, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.197 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44959012 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.197 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35457876, brightness =
1452, useSurfaceControl status false
12-31 12:57:43.197 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.198 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1452
12-31 12:57:43.199 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35457876;
setBrightness = 1452
12-31 12:57:43.201 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.202 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.207 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1452 pkg:android userId:0
12-31 12:57:43.209 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.210 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1452
12-31 12:57:43.221 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1452; targetLcm = 1348; pemLcm = 1451; step = 1; gap = 20
12-31 12:57:43.221 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1452, mTargetLcm = 1348, tempPemLcm = 1451, pemLcm = 1451
12-31 12:57:43.221 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.221 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1451; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1451
12-31 12:57:43.221 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44950563; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.221 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44950563, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.221 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44950563 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.222 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35433456, brightness =
1451, useSurfaceControl status false
12-31 12:57:43.222 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1451
12-31 12:57:43.222 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35433456;
setBrightness = 1451
12-31 12:57:43.224 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.224 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.225 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1451 pkg:android userId:0
12-31 12:57:43.228 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1451
12-31 12:57:43.228 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.242 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1451; targetLcm = 1348; pemLcm = 1450; step = 1; gap = 20
12-31 12:57:43.242 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1451, mTargetLcm = 1348, tempPemLcm = 1450, pemLcm = 1450
12-31 12:57:43.243 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1450; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1450
12-31 12:57:43.243 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4494211;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.243 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4494211, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.243 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4494211 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.243 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.243 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35409036, brightness =
1450, useSurfaceControl status false
12-31 12:57:43.243 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1450
12-31 12:57:43.243 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35409036;
setBrightness = 1450
12-31 12:57:43.244 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.245 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.246 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1450 pkg:android userId:0
12-31 12:57:43.247 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1450
12-31 12:57:43.257 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.263 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.264 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1450; targetLcm = 1348; pemLcm = 1449; step = 1; gap = 20
12-31 12:57:43.264 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1450, mTargetLcm = 1348, tempPemLcm = 1449, pemLcm = 1449
12-31 12:57:43.265 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1449; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1449
12-31 12:57:43.265 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4492521;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.265 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4492521, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.265 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4492521 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.265 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35360196, brightness =
1448, useSurfaceControl status false
12-31 12:57:43.265 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1448
12-31 12:57:43.265 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35360196;
setBrightness = 1448
12-31 12:57:43.266 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.269 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.271 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1449
12-31 12:57:43.284 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.286 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1448 pkg:android userId:0
12-31 12:57:43.289 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1449; targetLcm = 1348; pemLcm = 1448; step = 1; gap = 20
12-31 12:57:43.289 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1449, mTargetLcm = 1348, tempPemLcm = 1448, pemLcm = 1448
12-31 12:57:43.289 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1448; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1448
12-31 12:57:43.289 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44916758; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.289 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44916758, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.289 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44916758 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.289 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35335776, brightness =
1447, useSurfaceControl status false
12-31 12:57:43.289 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1447
12-31 12:57:43.289 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35335776;
setBrightness = 1447
12-31 12:57:43.290 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1447 pkg:android userId:0
12-31 12:57:43.291 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.292 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1448
12-31 12:57:43.292 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.294 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.306 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.328 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.331 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1448; targetLcm = 1348; pemLcm = 1447; step = 1; gap = 20
12-31 12:57:43.331 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1448, mTargetLcm = 1348, tempPemLcm = 1447, pemLcm = 1447
12-31 12:57:43.331 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1447; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1447
12-31 12:57:43.331 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44908306; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.331 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44908306, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.331 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44908306 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.335 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35335776, brightness =
1447, useSurfaceControl status false
12-31 12:57:43.335 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1447
12-31 12:57:43.336 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35335776;
setBrightness = 1447
12-31 12:57:43.336 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.336 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1447 pkg:android userId:0
12-31 12:57:43.336 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.339 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.339 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1447
12-31 12:57:43.352 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1447; targetLcm = 1348; pemLcm = 1446; step = 1; gap = 20
12-31 12:57:43.355 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1447, mTargetLcm = 1348, tempPemLcm = 1446, pemLcm = 1446
12-31 12:57:43.355 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1446; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1446
12-31 12:57:43.355 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.355 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44899857; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.355 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44899857, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.355 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44899857 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.356 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35311356, brightness =
1446, useSurfaceControl status false
12-31 12:57:43.356 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1446
12-31 12:57:43.356 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35311356;
setBrightness = 1446
12-31 12:57:43.357 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1446 pkg:android userId:0
12-31 12:57:43.359 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.378 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.378 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.379 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1446
12-31 12:57:43.379 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1446; targetLcm = 1348; pemLcm = 1445; step = 1; gap = 20
12-31 12:57:43.380 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1446, mTargetLcm = 1348, tempPemLcm = 1445, pemLcm = 1445
12-31 12:57:43.380 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1445; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1445
12-31 12:57:43.380 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44882953; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.380 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44882953, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.380 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44882953 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.380 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35286936, brightness =
1445, useSurfaceControl status false
12-31 12:57:43.380 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1445
12-31 12:57:43.380 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35286936;
setBrightness = 1445
12-31 12:57:43.385 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.386 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1445 pkg:android userId:0
12-31 12:57:43.386 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1445
12-31 12:57:43.387 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.396 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.401 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.407 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1445; targetLcm = 1348; pemLcm = 1444; step = 1; gap = 20
12-31 12:57:43.407 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1445, mTargetLcm = 1348, tempPemLcm = 1444, pemLcm = 1444
12-31 12:57:43.410 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1444; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1444
12-31 12:57:43.411 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44874504; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.411 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44874504, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.411 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44874504 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.411 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35262516, brightness =
1444, useSurfaceControl status false
12-31 12:57:43.412 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1444 pkg:android userId:0
12-31 12:57:43.417 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.421 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1444
12-31 12:57:43.422 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35262516;
setBrightness = 1444
12-31 12:57:43.424 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.426 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.426 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1444
12-31 12:57:43.428 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.432 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1444; targetLcm = 1348; pemLcm = 1443; step = 1; gap = 20
12-31 12:57:43.432 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1444, mTargetLcm = 1348, tempPemLcm = 1443, pemLcm = 1443
12-31 12:57:43.433 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1443; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1443
12-31 12:57:43.433 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44866052; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.433 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44866052, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.433 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44866052 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.433 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35238096, brightness =
1443, useSurfaceControl status false
12-31 12:57:43.433 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1443
12-31 12:57:43.433 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35238096;
setBrightness = 1443
12-31 12:57:43.435 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.436 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.436 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1443
12-31 12:57:43.437 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1443 pkg:android userId:0
12-31 12:57:43.441 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.464 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.466 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1443; targetLcm = 1348; pemLcm = 1442; step = 1; gap = 20
12-31 12:57:43.466 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1443, mTargetLcm = 1348, tempPemLcm = 1442, pemLcm = 1442
12-31 12:57:43.466 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1442; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1442
12-31 12:57:43.466 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.448576;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.466 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.448576, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.468 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.448576 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.468 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35213676, brightness =
1442, useSurfaceControl status false
12-31 12:57:43.468 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1442
12-31 12:57:43.470 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35213676;
setBrightness = 1442
12-31 12:57:43.470 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1442 pkg:android userId:0
12-31 12:57:43.474 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.475 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1442
12-31 12:57:43.477 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.486 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.491 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.494 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1442; targetLcm = 1348; pemLcm = 1441; step = 1; gap = 20
12-31 12:57:43.494 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1442, mTargetLcm = 1348, tempPemLcm = 1441, pemLcm = 1441
12-31 12:57:43.494 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1441; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1441
12-31 12:57:43.494 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.448407;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.494 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.448407, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.495 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.448407 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.495 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35189256, brightness =
1441, useSurfaceControl status false
12-31 12:57:43.495 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1441
12-31 12:57:43.495 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35189256;
setBrightness = 1441
12-31 12:57:43.497 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.510 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1441 pkg:android userId:0
12-31 12:57:43.510 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.511 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1441
12-31 12:57:43.512 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.519 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.519 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1441; targetLcm = 1348; pemLcm = 1440; step = 1; gap = 20
12-31 12:57:43.519 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1441, mTargetLcm = 1348, tempPemLcm = 1440, pemLcm = 1440
12-31 12:57:43.519 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1440; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1440
12-31 12:57:43.520 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44832247; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.520 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44832247, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.520 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44832247 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.520 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35164836, brightness =
1440, useSurfaceControl status false
12-31 12:57:43.520 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1440
12-31 12:57:43.520 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35164836;
setBrightness = 1440
12-31 12:57:43.525 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.531 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.531 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1440
12-31 12:57:43.533 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1440 pkg:android userId:0
12-31 12:57:43.538 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.549 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.555 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1440; targetLcm = 1348; pemLcm = 1439; step = 1; gap = 20
12-31 12:57:43.555 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1440, mTargetLcm = 1348, tempPemLcm = 1439, pemLcm = 1439
12-31 12:57:43.555 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1439; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1439
12-31 12:57:43.555 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.448238;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.555 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.448238, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.555 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.448238 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.556 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35115996, brightness =
1438, useSurfaceControl status false
12-31 12:57:43.556 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1438
12-31 12:57:43.556 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35115996;
setBrightness = 1438
12-31 12:57:43.557 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.558 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1439
12-31 12:57:43.561 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1438 pkg:android userId:0
12-31 12:57:43.562 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.567 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.570 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1439; targetLcm = 1348; pemLcm = 1438; step = 1; gap = 20
12-31 12:57:43.571 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1439, mTargetLcm = 1348, tempPemLcm = 1438, pemLcm = 1438
12-31 12:57:43.571 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1438; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1438
12-31 12:57:43.571 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44815347; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.571 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44815347, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.571 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44815347 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.571 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35091576, brightness =
1437, useSurfaceControl status false
12-31 12:57:43.571 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.571 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1437
12-31 12:57:43.571 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35091576;
setBrightness = 1437
12-31 12:57:43.572 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.573 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1437 pkg:android userId:0
12-31 12:57:43.574 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.575 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1438
12-31 12:57:43.580 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.591 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1438; targetLcm = 1348; pemLcm = 1437; step = 1; gap = 20
12-31 12:57:43.591 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1438, mTargetLcm = 1348, tempPemLcm = 1437, pemLcm = 1437
12-31 12:57:43.591 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1437; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1437
12-31 12:57:43.591 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44798446; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.591 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44798446, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.591 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44798446 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.591 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35091576, brightness =
1437, useSurfaceControl status false
12-31 12:57:43.592 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1437 pkg:android userId:0
12-31 12:57:43.592 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1437
12-31 12:57:43.593 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35091576;
setBrightness = 1437
12-31 12:57:43.593 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.594 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1437
12-31 12:57:43.594 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.597 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.598 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.619 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1437; targetLcm = 1348; pemLcm = 1436; step = 1; gap = 20
12-31 12:57:43.619 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1437, mTargetLcm = 1348, tempPemLcm = 1436, pemLcm = 1436
12-31 12:57:43.619 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1436; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1436
12-31 12:57:43.619 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44789994; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.619 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44789994, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.619 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44789994 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.620 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35067156, brightness =
1436, useSurfaceControl status false
12-31 12:57:43.620 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1436
12-31 12:57:43.620 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35067156;
setBrightness = 1436
12-31 12:57:43.621 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1436 pkg:android userId:0
12-31 12:57:43.624 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.625 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.626 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1436
12-31 12:57:43.629 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.640 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.640 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1436; targetLcm = 1348; pemLcm = 1435; step = 1; gap = 20
12-31 12:57:43.640 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1436, mTargetLcm = 1348, tempPemLcm = 1435, pemLcm = 1435
12-31 12:57:43.640 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1435; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1435
12-31 12:57:43.640 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44781542; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.640 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44781542, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.641 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44781542 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.641 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35042736, brightness =
1435, useSurfaceControl status false
12-31 12:57:43.642 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1435 pkg:android userId:0
12-31 12:57:43.643 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1435
12-31 12:57:43.643 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35042736;
setBrightness = 1435
12-31 12:57:43.644 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.645 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.651 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.651 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1435
12-31 12:57:43.677 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1435; targetLcm = 1348; pemLcm = 1434; step = 1; gap = 20
12-31 12:57:43.677 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1435, mTargetLcm = 1348, tempPemLcm = 1434, pemLcm = 1434
12-31 12:57:43.677 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1434; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1434
12-31 12:57:43.677 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44773093; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.678 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44773093, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.678 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44773093 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.678 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.35018316, brightness =
1434, useSurfaceControl status false
12-31 12:57:43.678 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1434
12-31 12:57:43.678 1291 1743 I _V_VivoLightsService: lcmFloat = 0.35018316;
setBrightness = 1434
12-31 12:57:43.679 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.680 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.683 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1434 pkg:android userId:0
12-31 12:57:43.684 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1434
12-31 12:57:43.689 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.699 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.699 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1434; targetLcm = 1348; pemLcm = 1433; step = 1; gap = 20
12-31 12:57:43.699 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1434, mTargetLcm = 1348, tempPemLcm = 1433, pemLcm = 1433
12-31 12:57:43.699 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1433; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1433
12-31 12:57:43.699 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4475619;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.699 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4475619, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.699 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4475619 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.700 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34993896, brightness =
1433, useSurfaceControl status false
12-31 12:57:43.700 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1433
12-31 12:57:43.700 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34993896;
setBrightness = 1433
12-31 12:57:43.700 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.702 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1433 pkg:android userId:0
12-31 12:57:43.703 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.703 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1433
12-31 12:57:43.704 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.718 1291 10989 D IntervalStats: Unable to parse usage stats
packages: [258]
12-31 12:57:43.719 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.719 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1433; targetLcm = 1348; pemLcm = 1432; step = 1; gap = 20
12-31 12:57:43.719 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1433, mTargetLcm = 1348, tempPemLcm = 1432, pemLcm = 1432
12-31 12:57:43.719 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1432; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1432
12-31 12:57:43.719 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4474774;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.719 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4474774, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.719 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4474774 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.719 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34969476, brightness =
1432, useSurfaceControl status false
12-31 12:57:43.719 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1432
12-31 12:57:43.719 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34969476;
setBrightness = 1432
12-31 12:57:43.722 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1432 pkg:android userId:0
12-31 12:57:43.722 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.723 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1432
12-31 12:57:43.733 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.733 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.748 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1432; targetLcm = 1348; pemLcm = 1431; step = 1; gap = 20
12-31 12:57:43.748 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1432, mTargetLcm = 1348, tempPemLcm = 1431, pemLcm = 1431
12-31 12:57:43.748 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1431; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1431
12-31 12:57:43.748 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44739288; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.748 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44739288, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.748 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44739288 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.748 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34945056, brightness =
1431, useSurfaceControl status false
12-31 12:57:43.748 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1431
12-31 12:57:43.749 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34945056;
setBrightness = 1431
12-31 12:57:43.750 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.751 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.752 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.752 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1431 pkg:android userId:0
12-31 12:57:43.753 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1431
12-31 12:57:43.754 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.768 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.770 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1431; targetLcm = 1348; pemLcm = 1430; step = 1; gap = 20
12-31 12:57:43.771 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1431, mTargetLcm = 1348, tempPemLcm = 1430, pemLcm = 1430
12-31 12:57:43.771 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1430; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1430
12-31 12:57:43.771 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44730836; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.771 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44730836, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.782 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44730836 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.783 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34920636, brightness =
1430, useSurfaceControl status false
12-31 12:57:43.783 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1430
12-31 12:57:43.783 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34920636;
setBrightness = 1430
12-31 12:57:43.783 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1430 pkg:android userId:0
12-31 12:57:43.786 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:43.787 1291 7444 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-31 12:57:43.793 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.793 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1430
12-31 12:57:43.798 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.822 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1430; targetLcm = 1348; pemLcm = 1429; step = 1; gap = 20
12-31 12:57:43.822 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1430, mTargetLcm = 1348, tempPemLcm = 1429, pemLcm = 1429
12-31 12:57:43.822 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1429; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1429
12-31 12:57:43.822 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44713935; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:43.823 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44713935, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:43.823 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44713935 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:43.823 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34896216, brightness =
1429, useSurfaceControl status false
12-31 12:57:43.823 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.823 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1429
12-31 12:57:43.823 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34896216;
setBrightness = 1429
12-31 12:57:43.823 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1429 pkg:android userId:0
12-31 12:57:43.827 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:43.828 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1429
12-31 12:57:43.828 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:43.828 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.084 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.084 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1419; targetLcm = 1348; pemLcm = 1418; step = 1; gap = 20
12-31 12:57:44.084 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1419, mTargetLcm = 1348, tempPemLcm = 1418, pemLcm = 1418
12-31 12:57:44.084 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1418; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1418
12-31 12:57:44.084 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44604072; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.087 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44604072, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.087 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44604072 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.088 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34603176, brightness =
1417, useSurfaceControl status false
12-31 12:57:44.088 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1417
12-31 12:57:44.088 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34603176;
setBrightness = 1417
12-31 12:57:44.094 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1417 pkg:android userId:0
12-31 12:57:44.094 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.095 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.097 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.097 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1418
12-31 12:57:44.100 1291 3622 D IntervalStats: Unable to parse usage stats
packages: [258]
12-31 12:57:44.114 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1418; targetLcm = 1348; pemLcm = 1417; step = 1; gap = 20
12-31 12:57:44.114 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1418, mTargetLcm = 1348, tempPemLcm = 1417, pemLcm = 1417
12-31 12:57:44.114 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.114 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1417; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1417
12-31 12:57:44.114 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4458717;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.114 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4458717, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.114 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4458717 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.114 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34603176, brightness =
1417, useSurfaceControl status false
12-31 12:57:44.114 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1417
12-31 12:57:44.114 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34603176;
setBrightness = 1417
12-31 12:57:44.114 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.115 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.116 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1417 pkg:android userId:0
12-31 12:57:44.117 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.122 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1417
12-31 12:57:44.140 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1417; targetLcm = 1348; pemLcm = 1416; step = 1; gap = 20
12-31 12:57:44.140 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1417, mTargetLcm = 1348, tempPemLcm = 1416, pemLcm = 1416
12-31 12:57:44.140 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1416; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1416
12-31 12:57:44.140 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4457872;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.140 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4457872, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.141 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4457872 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.141 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34578755, brightness =
1416, useSurfaceControl status false
12-31 12:57:44.141 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1416
12-31 12:57:44.141 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34578755;
setBrightness = 1416
12-31 12:57:44.142 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1416 pkg:android userId:0
12-31 12:57:44.143 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.143 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1416
12-31 12:57:44.144 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.157 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.167 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.167 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1416; targetLcm = 1348; pemLcm = 1415; step = 1; gap = 20
12-31 12:57:44.167 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1416, mTargetLcm = 1348, tempPemLcm = 1415, pemLcm = 1415
12-31 12:57:44.167 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1415; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1415
12-31 12:57:44.167 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4457027;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.167 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4457027, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.167 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4457027 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.168 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34554335, brightness =
1415, useSurfaceControl status false
12-31 12:57:44.168 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1415
12-31 12:57:44.168 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34554335;
setBrightness = 1415
12-31 12:57:44.168 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1415 pkg:android userId:0
12-31 12:57:44.169 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.172 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.172 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1415
12-31 12:57:44.175 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.192 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1415; targetLcm = 1348; pemLcm = 1414; step = 1; gap = 20
12-31 12:57:44.193 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1415, mTargetLcm = 1348, tempPemLcm = 1414, pemLcm = 1414
12-31 12:57:44.193 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1414; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1414
12-31 12:57:44.193 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44561818; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.193 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44561818, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.193 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44561818 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.193 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34529915, brightness =
1414, useSurfaceControl status false
12-31 12:57:44.194 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1414
12-31 12:57:44.194 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34529915;
setBrightness = 1414
12-31 12:57:44.194 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1414 pkg:android userId:0
12-31 12:57:44.194 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.195 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.205 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1414
12-31 12:57:44.206 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.216 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1414; targetLcm = 1348; pemLcm = 1413; step = 1; gap = 20
12-31 12:57:44.216 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1414, mTargetLcm = 1348, tempPemLcm = 1413, pemLcm = 1413
12-31 12:57:44.216 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1413; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1413
12-31 12:57:44.216 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44544917; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.216 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44544917, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.216 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44544917 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.216 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34505495, brightness =
1413, useSurfaceControl status false
12-31 12:57:44.216 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1413
12-31 12:57:44.216 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34505495;
setBrightness = 1413
12-31 12:57:44.217 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.217 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.217 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1413 pkg:android userId:0
12-31 12:57:44.218 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.219 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1413
12-31 12:57:44.219 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.238 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1413; targetLcm = 1348; pemLcm = 1412; step = 1; gap = 20
12-31 12:57:44.238 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.238 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1413, mTargetLcm = 1348, tempPemLcm = 1412, pemLcm = 1412
12-31 12:57:44.238 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1412; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1412
12-31 12:57:44.238 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44536465; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.238 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44536465, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.239 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44536465 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.239 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34481075, brightness =
1412, useSurfaceControl status false
12-31 12:57:44.239 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1412
12-31 12:57:44.239 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34481075;
setBrightness = 1412
12-31 12:57:44.240 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.241 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1412
12-31 12:57:44.247 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1412 pkg:android userId:0
12-31 12:57:44.248 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.252 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.259 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1412; targetLcm = 1348; pemLcm = 1411; step = 1; gap = 20
12-31 12:57:44.259 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1412, mTargetLcm = 1348, tempPemLcm = 1411, pemLcm = 1411
12-31 12:57:44.260 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1411; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1411
12-31 12:57:44.260 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44528013; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.260 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44528013, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.260 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44528013 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.260 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34456655, brightness =
1411, useSurfaceControl status false
12-31 12:57:44.260 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1411
12-31 12:57:44.260 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34456655;
setBrightness = 1411
12-31 12:57:44.260 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.262 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.262 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1411 pkg:android userId:0
12-31 12:57:44.263 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.263 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1411
12-31 12:57:44.266 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.281 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1411; targetLcm = 1348; pemLcm = 1410; step = 1; gap = 20
12-31 12:57:44.281 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.281 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1411, mTargetLcm = 1348, tempPemLcm = 1410, pemLcm = 1410
12-31 12:57:44.281 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1410; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1410
12-31 12:57:44.281 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44519565; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.281 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44519565, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.281 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44519565 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.281 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34407815, brightness =
1409, useSurfaceControl status false
12-31 12:57:44.281 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1409
12-31 12:57:44.281 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34407815;
setBrightness = 1409
12-31 12:57:44.282 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1409 pkg:android userId:0
12-31 12:57:44.282 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.283 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.283 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1410
12-31 12:57:44.284 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.302 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1410; targetLcm = 1348; pemLcm = 1409; step = 1; gap = 20
12-31 12:57:44.302 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1410, mTargetLcm = 1348, tempPemLcm = 1409, pemLcm = 1409
12-31 12:57:44.302 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1409; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1409
12-31 12:57:44.302 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4450266;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.302 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4450266, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.302 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4450266 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.303 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34383395, brightness =
1408, useSurfaceControl status false
12-31 12:57:44.303 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1408
12-31 12:57:44.303 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34383395;
setBrightness = 1408
12-31 12:57:44.304 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.304 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1409
12-31 12:57:44.305 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.306 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1408 pkg:android userId:0
12-31 12:57:44.307 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.323 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1409; targetLcm = 1348; pemLcm = 1408; step = 1; gap = 20
12-31 12:57:44.323 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.323 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1409, mTargetLcm = 1348, tempPemLcm = 1408, pemLcm = 1408
12-31 12:57:44.323 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1408; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1408
12-31 12:57:44.323 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44494212; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.323 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44494212, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.323 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44494212 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.323 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34383395, brightness =
1408, useSurfaceControl status false
12-31 12:57:44.323 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1408
12-31 12:57:44.323 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34383395;
setBrightness = 1408
12-31 12:57:44.323 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.324 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.326 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1408 pkg:android userId:0
12-31 12:57:44.327 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1408
12-31 12:57:44.329 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.344 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.344 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1408; targetLcm = 1348; pemLcm = 1407; step = 1; gap = 20
12-31 12:57:44.344 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1408, mTargetLcm = 1348, tempPemLcm = 1407, pemLcm = 1407
12-31 12:57:44.344 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1407; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1407
12-31 12:57:44.344 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4448576;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.344 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4448576, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.346 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4448576 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.347 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34358975, brightness =
1407, useSurfaceControl status false
12-31 12:57:44.347 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1407
12-31 12:57:44.347 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34358975;
setBrightness = 1407
12-31 12:57:44.355 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.356 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.356 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1407
12-31 12:57:44.357 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1407 pkg:android userId:0
12-31 12:57:44.362 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.369 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1407; targetLcm = 1348; pemLcm = 1406; step = 1; gap = 20
12-31 12:57:44.369 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1407, mTargetLcm = 1348, tempPemLcm = 1406, pemLcm = 1406
12-31 12:57:44.369 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1406; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1406
12-31 12:57:44.369 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44477308; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.369 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44477308, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.369 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.369 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44477308 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.371 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34310135, brightness =
1405, useSurfaceControl status false
12-31 12:57:44.372 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1405
12-31 12:57:44.372 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34310135;
setBrightness = 1405
12-31 12:57:44.373 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1405 pkg:android userId:0
12-31 12:57:44.374 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.374 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.376 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.377 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1406
12-31 12:57:44.391 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.392 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1406; targetLcm = 1348; pemLcm = 1405; step = 1; gap = 20
12-31 12:57:44.392 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1406, mTargetLcm = 1348, tempPemLcm = 1405, pemLcm = 1405
12-31 12:57:44.392 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1405; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1405
12-31 12:57:44.392 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44460407; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.392 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44460407, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.393 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44460407 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.393 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34310135, brightness =
1405, useSurfaceControl status false
12-31 12:57:44.393 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1405
12-31 12:57:44.393 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34310135;
setBrightness = 1405
12-31 12:57:44.393 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.393 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1405 pkg:android userId:0
12-31 12:57:44.395 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.397 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1405
12-31 12:57:44.399 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.414 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.420 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1405; targetLcm = 1348; pemLcm = 1404; step = 1; gap = 20
12-31 12:57:44.420 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1405, mTargetLcm = 1348, tempPemLcm = 1404, pemLcm = 1404
12-31 12:57:44.420 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1404; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1404
12-31 12:57:44.420 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44451955; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.420 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44451955, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.420 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44451955 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.421 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34285715, brightness =
1404, useSurfaceControl status false
12-31 12:57:44.421 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1404
12-31 12:57:44.421 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34285715;
setBrightness = 1404
12-31 12:57:44.424 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.425 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1404
12-31 12:57:44.426 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.427 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1404 pkg:android userId:0
12-31 12:57:44.431 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.440 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.442 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1404; targetLcm = 1348; pemLcm = 1403; step = 1; gap = 20
12-31 12:57:44.442 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1404, mTargetLcm = 1348, tempPemLcm = 1403, pemLcm = 1403
12-31 12:57:44.442 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1403; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1403
12-31 12:57:44.442 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44443506; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.442 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44443506, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.442 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44443506 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.448 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34261295, brightness =
1403, useSurfaceControl status false
12-31 12:57:44.448 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1403
12-31 12:57:44.448 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34261295;
setBrightness = 1403
12-31 12:57:44.449 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1403 pkg:android userId:0
12-31 12:57:44.450 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.450 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.451 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.451 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1403
12-31 12:57:44.463 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.463 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1403; targetLcm = 1348; pemLcm = 1402; step = 1; gap = 20
12-31 12:57:44.463 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1403, mTargetLcm = 1348, tempPemLcm = 1402, pemLcm = 1402
12-31 12:57:44.463 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1402; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1402
12-31 12:57:44.463 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44435054; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.463 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44435054, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.465 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44435054 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.466 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34236875, brightness =
1402, useSurfaceControl status false
12-31 12:57:44.466 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1402
12-31 12:57:44.467 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34236875;
setBrightness = 1402
12-31 12:57:44.467 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.469 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1402
12-31 12:57:44.469 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.472 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1402 pkg:android userId:0
12-31 12:57:44.478 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.491 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.493 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1402; targetLcm = 1348; pemLcm = 1401; step = 1; gap = 20
12-31 12:57:44.493 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1402, mTargetLcm = 1348, tempPemLcm = 1401, pemLcm = 1401
12-31 12:57:44.493 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1401; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1401
12-31 12:57:44.493 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44418153; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.493 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44418153, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.493 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44418153 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.493 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34188035, brightness =
1400, useSurfaceControl status false
12-31 12:57:44.494 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1400
12-31 12:57:44.494 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34188035;
setBrightness = 1400
12-31 12:57:44.494 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1400 pkg:android userId:0
12-31 12:57:44.497 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.500 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1401
12-31 12:57:44.501 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.503 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.516 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1401; targetLcm = 1348; pemLcm = 1400; step = 1; gap = 20
12-31 12:57:44.516 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.522 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1401, mTargetLcm = 1348, tempPemLcm = 1400, pemLcm = 1400
12-31 12:57:44.522 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1400; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1400
12-31 12:57:44.522 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.444097;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.522 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.444097, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.522 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.444097 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.522 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34163615, brightness =
1399, useSurfaceControl status false
12-31 12:57:44.522 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1399
12-31 12:57:44.522 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34163615;
setBrightness = 1399
12-31 12:57:44.523 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1399 pkg:android userId:0
12-31 12:57:44.525 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.525 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.526 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1400
12-31 12:57:44.527 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.537 1291 1581 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:57:44.539 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.539 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1400; targetLcm = 1348; pemLcm = 1399; step = 1; gap = 20
12-31 12:57:44.539 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1400, mTargetLcm = 1348, tempPemLcm = 1399, pemLcm = 1399
12-31 12:57:44.539 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1399; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1399
12-31 12:57:44.539 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4440125;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.539 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4440125, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.539 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4440125 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.540 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34139195, brightness =
1398, useSurfaceControl status false
12-31 12:57:44.540 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1398
12-31 12:57:44.540 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34139195;
setBrightness = 1398
12-31 12:57:44.541 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.542 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.542 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1399
12-31 12:57:44.543 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1398 pkg:android userId:0
12-31 12:57:44.546 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.562 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1399; targetLcm = 1348; pemLcm = 1398; step = 1; gap = 20
12-31 12:57:44.562 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.562 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1399, mTargetLcm = 1348, tempPemLcm = 1398, pemLcm = 1398
12-31 12:57:44.562 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1398; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1398
12-31 12:57:44.562 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.443928;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.563 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.443928, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.563 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.443928 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.563 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34139195, brightness =
1398, useSurfaceControl status false
12-31 12:57:44.563 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1398
12-31 12:57:44.563 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34139195;
setBrightness = 1398
12-31 12:57:44.563 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.564 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1398
12-31 12:57:44.565 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1398 pkg:android userId:0
12-31 12:57:44.568 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.571 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.588 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.589 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1398; targetLcm = 1348; pemLcm = 1397; step = 1; gap = 20
12-31 12:57:44.589 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1398, mTargetLcm = 1348, tempPemLcm = 1397, pemLcm = 1397
12-31 12:57:44.589 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1397; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1397
12-31 12:57:44.589 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44375896; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.589 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44375896, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.589 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44375896 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.590 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34114775, brightness =
1397, useSurfaceControl status false
12-31 12:57:44.590 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1397
12-31 12:57:44.590 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34114775;
setBrightness = 1397
12-31 12:57:44.590 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1397 pkg:android userId:0
12-31 12:57:44.590 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.591 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.591 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1397
12-31 12:57:44.595 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.607 1291 1581 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 12:57:44.614 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1397; targetLcm = 1348; pemLcm = 1396; step = 1; gap = 20
12-31 12:57:44.614 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1397, mTargetLcm = 1348, tempPemLcm = 1396, pemLcm = 1396
12-31 12:57:44.615 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1396; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1396
12-31 12:57:44.615 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44367447; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.615 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44367447, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.615 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44367447 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.615 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34090355, brightness =
1396, useSurfaceControl status false
12-31 12:57:44.615 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1396
12-31 12:57:44.615 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34090355;
setBrightness = 1396
12-31 12:57:44.616 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.616 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.617 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1396
12-31 12:57:44.618 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1396 pkg:android userId:0
12-31 12:57:44.619 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.620 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.664 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.664 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1396; targetLcm = 1348; pemLcm = 1395; step = 1; gap = 20
12-31 12:57:44.664 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1396, mTargetLcm = 1348, tempPemLcm = 1395, pemLcm = 1395
12-31 12:57:44.664 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1395; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1395
12-31 12:57:44.664 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44358996; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.664 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44358996, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.664 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44358996 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.665 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34065935, brightness =
1395, useSurfaceControl status false
12-31 12:57:44.665 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1395
12-31 12:57:44.665 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34065935;
setBrightness = 1395
12-31 12:57:44.667 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1395 pkg:android userId:0
12-31 12:57:44.671 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.672 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.672 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1395
12-31 12:57:44.676 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.685 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1395; targetLcm = 1348; pemLcm = 1394; step = 1; gap = 20
12-31 12:57:44.685 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1395, mTargetLcm = 1348, tempPemLcm = 1394, pemLcm = 1394
12-31 12:57:44.685 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1394; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1394
12-31 12:57:44.685 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44350544; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.686 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44350544, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.686 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44350544 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.686 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.34041515, brightness =
1394, useSurfaceControl status false
12-31 12:57:44.686 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1394
12-31 12:57:44.686 1291 1743 I _V_VivoLightsService: lcmFloat = 0.34041515;
setBrightness = 1394
12-31 12:57:44.687 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.688 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1394
12-31 12:57:44.689 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.692 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1394 pkg:android userId:0
12-31 12:57:44.695 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.717 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1394; targetLcm = 1348; pemLcm = 1393; step = 1; gap = 20
12-31 12:57:44.717 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.717 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1394, mTargetLcm = 1348, tempPemLcm = 1393, pemLcm = 1393
12-31 12:57:44.717 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1393; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1393
12-31 12:57:44.717 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44333643; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.717 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44333643, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.717 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44333643 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.717 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.33992675, brightness =
1392, useSurfaceControl status false
12-31 12:57:44.717 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1392
12-31 12:57:44.717 1291 1743 I _V_VivoLightsService: lcmFloat = 0.33992675;
setBrightness = 1392
12-31 12:57:44.718 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1392 pkg:android userId:0
12-31 12:57:44.718 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.719 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1392
12-31 12:57:44.720 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.724 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.737 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.737 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1393; targetLcm = 1348; pemLcm = 1392; step = 1; gap = 20
12-31 12:57:44.737 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1393, mTargetLcm = 1348, tempPemLcm = 1392, pemLcm = 1392
12-31 12:57:44.737 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1392; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1392
12-31 12:57:44.737 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4432519;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.737 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4432519, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.738 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4432519 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.738 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.33992675, brightness =
1392, useSurfaceControl status false
12-31 12:57:44.738 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1392
12-31 12:57:44.738 1291 1743 I _V_VivoLightsService: lcmFloat = 0.33992675;
setBrightness = 1392
12-31 12:57:44.738 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.740 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1392
12-31 12:57:44.741 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.741 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1392 pkg:android userId:0
12-31 12:57:44.743 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.758 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.758 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1392; targetLcm = 1348; pemLcm = 1391; step = 1; gap = 20
12-31 12:57:44.758 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1392, mTargetLcm = 1348, tempPemLcm = 1391, pemLcm = 1391
12-31 12:57:44.758 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1391; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1391
12-31 12:57:44.758 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44316742; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.759 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44316742, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.759 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44316742 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.763 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.33968255, brightness =
1391, useSurfaceControl status false
12-31 12:57:44.766 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1391
12-31 12:57:44.766 1291 1743 I _V_VivoLightsService: lcmFloat = 0.33968255;
setBrightness = 1391
12-31 12:57:44.766 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1391 pkg:android userId:0
12-31 12:57:44.768 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.769 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1391
12-31 12:57:44.769 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.772 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.781 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1391; targetLcm = 1348; pemLcm = 1390; step = 1; gap = 20
12-31 12:57:44.781 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1391, mTargetLcm = 1348, tempPemLcm = 1390, pemLcm = 1390
12-31 12:57:44.781 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1390; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1390
12-31 12:57:44.781 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4430829;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.781 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4430829, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.781 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4430829 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.781 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.33943835, brightness =
1390, useSurfaceControl status false
12-31 12:57:44.782 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1390
12-31 12:57:44.782 1291 1743 I _V_VivoLightsService: lcmFloat = 0.33943835;
setBrightness = 1390
12-31 12:57:44.783 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.784 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.785 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1390 pkg:android userId:0
12-31 12:57:44.786 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1390
12-31 12:57:44.789 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.802 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1390; targetLcm = 1348; pemLcm = 1389; step = 1; gap = 20
12-31 12:57:44.802 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1390, mTargetLcm = 1348, tempPemLcm = 1389, pemLcm = 1389
12-31 12:57:44.802 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1389; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1389
12-31 12:57:44.802 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness = 0.4429139;
cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.802 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4429139, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.802 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4429139 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.802 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.802 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.33919415, brightness =
1389, useSurfaceControl status false
12-31 12:57:44.802 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1389
12-31 12:57:44.802 1291 1743 I _V_VivoLightsService: lcmFloat = 0.33919415;
setBrightness = 1389
12-31 12:57:44.803 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1389 pkg:android userId:0
12-31 12:57:44.804 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.806 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.809 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1389
12-31 12:57:44.812 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.826 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.826 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1389; targetLcm = 1348; pemLcm = 1388; step = 1; gap = 20
12-31 12:57:44.826 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1389, mTargetLcm = 1348, tempPemLcm = 1388, pemLcm = 1388
12-31 12:57:44.826 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1388; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1388
12-31 12:57:44.826 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44282937; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.826 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44282937, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.826 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44282937 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.827 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.33894995, brightness =
1388, useSurfaceControl status false
12-31 12:57:44.827 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1388
12-31 12:57:44.827 1291 1743 I _V_VivoLightsService: lcmFloat = 0.33894995;
setBrightness = 1388
12-31 12:57:44.827 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1388 pkg:android userId:0
12-31 12:57:44.828 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.828 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1388
12-31 12:57:44.828 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.829 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.848 1291 1743 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 1388; targetLcm = 1348; pemLcm = 1387; step = 1; gap = 20
12-31 12:57:44.848 1291 1743 I _V_Sensor_PemBrightness: getMonotonicBrightness
mActualLcm = 1388, mTargetLcm = 1348, tempPemLcm = 1387, pemLcm = 1387
12-31 12:57:44.848 1291 1743 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.5911434; mInvisibleBright = 0.5911434; mActualLcm = 1387; mTargetLcm = 1348;
mPemScale = 0.51390004; mApparentBrightness = 0.5911434, mActualLcm 1387
12-31 12:57:44.848 1291 1743 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.5911434; finalBrightness =
0.44274488; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
12-31 12:57:44.848 1291 1743 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.44274488, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
12-31 12:57:44.848 1291 1743 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.44274488 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
12-31 12:57:44.849 1291 1743 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@6ae9e05, setLcmBacklight lcmFloat = 0.33870575, brightness =
1387, useSurfaceControl status false
12-31 12:57:44.849 1291 1743 D _V_VivoLcmSre: onBrightnessChanged brightness=1387
12-31 12:57:44.849 1291 1743 I _V_VivoLightsService: lcmFloat = 0.33870575;
setBrightness = 1387
12-31 12:57:44.849 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.849 1291 1743 D LocalDisplayAdapter: LCM set backlight status true
12-31 12:57:44.850 1291 1411 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1387 pkg:android userId:0
12-31 12:57:44.851 1291 1414 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1387
12-31 12:57:44.852 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
12-31 12:57:44.853 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:44.868 1291 1466 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.5911434
12-31 12:57:56.879 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:57:56.879 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:58:01.101 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:58:01.313 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 12:58:01.324 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:58:01.644 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:58:10.550 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:58:11.781 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:58:14.155 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:59:06.180 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 12:59:06.182 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 12:59:42.949 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:59:44.990 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:59:50.669 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 12:59:53.088 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:00:33.039 1291 1425 E DiscreteRegistry: Deleting file 1703911794391tl
12-31 13:00:33.040 1291 1425 E DiscreteRegistry: Deleting file 1703912084189tl
12-31 13:00:55.063 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:00:55.064 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:01:27.101 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:01:29.947 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:01:32.301 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:01:53.243 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:01:54.743 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:02:18.554 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:02:44.006 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:02:44.008 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:03:40.199 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:03:41.551 1291 3879 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 13:03:41.743 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 13:03:42.075 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:03:45.142 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:03:45.908 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:03:46.974 1291 17072 E _V_RichTapVibratorService: getExtension == null
12-31 13:03:48.493 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:03:48.877 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:03:49.010 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:04:03.740 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:04:05.975 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:04:13.081 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:04:13.081 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:04:38.963 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:04:39.806 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:04:42.941 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:04:44.561 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:04:46.096 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:04:47.914 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:04:52.773 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:04:53.938 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:04:55.301 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:05:07.365 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:05:07.365 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:05:44.435 1291 17978 E _V_RichTapVibratorService: getExtension == null
12-31 13:06:00.774 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:06:01.625 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:06:01.978 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:06:01.978 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:06:15.394 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:06:16.311 1291 18115 E _V_RichTapVibratorService: getExtension == null
12-31 13:06:49.896 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:06:51.245 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:06:52.914 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:06:55.045 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:07:40.168 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:07:40.780 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:07:42.102 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:07:50.923 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:07:50.929 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:07:51.772 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:07:52.505 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:08:02.822 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:08:05.307 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:08:37.602 1291 19036 E _V_RichTapVibratorService: getExtension == null
12-31 13:08:54.370 1291 19382 E _V_RichTapVibratorService: getExtension == null
12-31 13:09:09.322 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:09:09.579 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:09:13.564 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:09:19.656 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:09:24.420 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:09:25.145 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:09:39.793 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:09:39.800 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:09:40.917 1291 19870 E _V_RichTapVibratorService: getExtension == null
12-31 13:09:47.147 1291 19886 E _V_RichTapVibratorService: getExtension == null
12-31 13:10:12.433 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:10:12.612 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:10:15.407 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:10:20.619 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:10:22.978 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:10:50.080 1291 20225 E _V_RichTapVibratorService: getExtension == null
12-31 13:11:03.004 1291 20247 E _V_RichTapVibratorService: getExtension == null
12-31 13:11:28.690 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:11:28.695 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:11:28.895 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:11:29.117 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:11:31.724 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:11:32.769 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:11:34.855 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:12:04.501 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:12:06.939 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:12:19.702 1291 20757 E _V_RichTapVibratorService: getExtension == null
12-31 13:13:17.609 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:13:17.621 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:14:04.289 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:14:04.550 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:14:08.837 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:14:12.532 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:14:14.164 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:14:36.836 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:14:36.836 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:15:05.169 1291 21403 E _V_RichTapVibratorService: getExtension == null
12-31 13:15:07.412 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:15:07.419 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:15:15.980 1291 21496 E _V_RichTapVibratorService: getExtension == null
12-31 13:15:23.762 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:15:25.658 1291 3865 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 13:15:25.754 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 13:15:26.184 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:15:28.759 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:15:29.033 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:15:31.072 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:15:32.040 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:15:32.292 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:15:33.378 1291 1425 E DiscreteRegistry: Deleting file 1703912988576tl
12-31 13:15:36.295 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:15:45.272 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:15:48.849 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:15:52.573 848 848 E wificond: vivo add tx_good 129170 tx_bad 299
rx_good 493143 tx_retry 38992 tx_retry_times 0
12-31 13:16:25.723 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:16:25.729 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:17:03.156 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:04.746 1291 1409 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 13:17:04.848 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 13:17:05.252 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:05.755 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:09.446 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:10.848 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:11.223 1291 22095 E _V_RichTapVibratorService: getExtension == null
12-31 13:17:14.124 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:21.511 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:22.829 1291 10989 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 13:17:22.904 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
12-31 13:17:23.291 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:24.215 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:24.509 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:17:25.906 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:27.007 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:45.500 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:55.553 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:17:58.496 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:18:10.068 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:18:11.322 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:18:14.638 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:18:14.638 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:19:33.860 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:19:33.861 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:20:09.907 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:20:14.922 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:21:22.726 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:21:22.727 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:22:00.980 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:22:08.781 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:22:41.370 1291 24418 E _V_RichTapVibratorService: getExtension == null
12-31 13:22:49.358 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:22:49.548 1291 24459 E _V_RichTapVibratorService: getExtension == null
12-31 13:22:58.254 1291 24689 E _V_RichTapVibratorService: getExtension == null
12-31 13:23:11.612 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:23:11.613 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:24:03.558 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:24:03.757 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:24:12.359 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:24:18.421 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:24:26.081 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:24:27.843 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:24:39.085 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:24:40.799 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:24:40.799 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:24:41.296 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:24:41.495 1291 25661 E _V_RichTapVibratorService: getExtension == null
12-31 13:25:07.380 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:25:07.387 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:26:29.617 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:26:29.617 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:27:54.110 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:27:54.220 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:27:56.722 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:28:11.202 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:28:11.668 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:28:12.790 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:28:18.522 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:28:18.522 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:28:28.405 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:28:29.949 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:29:57.512 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:29:57.512 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:30:37.700 1291 1425 E DiscreteRegistry: Deleting file 1703913605215tl
12-31 13:30:37.701 1291 1425 E DiscreteRegistry: Deleting file 1703913889429tl
12-31 13:30:48.923 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:30:52.592 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:31:46.425 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:31:46.427 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:32:46.175 1291 27703 E _V_RichTapVibratorService: getExtension == null
12-31 13:33:27.007 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:33:27.175 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:33:28.593 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:33:35.332 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:33:35.333 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:33:36.734 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:33:50.913 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:33:52.704 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:34:11.002 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:34:16.423 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:34:17.638 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:34:18.973 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:34:21.038 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:34:21.754 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:34:34.749 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:34:34.749 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:34:39.610 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:34:40.502 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:35:07.394 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:35:07.398 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:36:23.660 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:36:23.660 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:36:42.376 1291 28714 E _V_RichTapVibratorService: getExtension == null
12-31 13:37:02.149 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:37:05.004 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:37:55.614 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:37:55.720 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:37:59.894 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:38:03.815 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:38:05.503 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:38:12.550 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:38:12.550 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:39:41.683 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:39:41.684 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:41:15.212 1291 30197 E _V_RichTapVibratorService: getExtension == null
12-31 13:41:17.492 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:41:30.545 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:41:30.552 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:42:45.023 1291 30643 E _V_RichTapVibratorService: getExtension == null
12-31 13:43:19.484 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:43:19.484 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:44:15.506 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:44:15.677 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:44:26.459 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:44:34.307 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:44:35.426 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:44:36.484 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:44:38.530 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:44:45.858 1291 31787 E _V_RichTapVibratorService: getExtension == null
12-31 13:44:47.733 1291 31810 E _V_RichTapVibratorService: getExtension == null
12-31 13:44:48.590 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:44:48.590 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:44:51.099 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:44:51.306 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 13:44:52.627 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:45:00.100 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:45:03.789 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:45:07.377 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:45:07.381 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:45:38.385 1291 1425 E DiscreteRegistry: Deleting file 1703914790071tl
12-31 13:46:28.309 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:46:30.497 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:46:37.474 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:46:37.474 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:46:38.348 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:46:39.429 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:48:26.375 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:48:26.376 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:49:08.949 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:49:16.741 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:49:43.846 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:49:45.566 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:49:45.567 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:49:46.621 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:51:34.475 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:51:34.482 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:53:23.370 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:53:23.387 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:54:52.490 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:54:52.490 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:55:07.393 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:55:07.393 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:56:22.770 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:56:25.253 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:56:41.416 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:56:41.416 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:58:21.008 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:58:26.211 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:58:30.276 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:58:30.276 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 13:59:03.779 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:59:10.358 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~zSSlexz88fbY1dmMXicFPg==/com.google.android.youtube-
KsqDY2byRBGqHNOAAGF50w==/base.apk
12-31 13:59:10.560 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 13:59:39.640 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 13:59:39.640 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:00:39.186 1291 1425 E DiscreteRegistry: Deleting file 1703915434625tl
12-31 14:00:39.188 1291 1425 E DiscreteRegistry: Deleting file 1703915692663tl
12-31 14:01:28.510 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:01:28.510 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:03:17.406 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:03:17.406 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:03:57.812 1291 4285 E _V_RichTapVibratorService: getExtension == null
12-31 14:03:59.346 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:04:03.166 1291 4388 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
12-31 14:04:03.168 1291 4388 E VivoArtKeeperService: delete donwload failed file
12-31 14:04:17.183 1291 1497 E PackageInstallerSession: Failed to verify session
1718646189 [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries,
res=-113]
12-31 14:04:46.533 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:04:46.533 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:05:07.367 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:05:07.368 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:06:35.412 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:06:35.412 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:08:24.317 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:08:24.318 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:09:43.546 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:09:43.546 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:11:32.476 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:11:32.485 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:13:21.334 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:13:21.335 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:14:40.542 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:14:40.543 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:15:07.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:15:07.362 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:15:39.858 1291 1425 E DiscreteRegistry: Deleting file 1703916593286tl
12-31 14:16:09.873 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:16:10.969 1291 8417 E _V_RichTapVibratorService: getExtension == null
12-31 14:16:18.439 1291 8450 E _V_RichTapVibratorService: getExtension == null
12-31 14:16:21.044 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:16:21.241 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:16:23.506 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:16:28.185 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:16:28.938 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:16:29.482 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:16:29.482 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:18:18.323 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:18:18.324 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:18:53.315 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:18:55.414 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:19:47.525 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:19:47.526 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:21:36.354 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:21:36.354 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:23:25.277 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:23:25.278 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:24:44.452 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:24:44.452 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:25:07.359 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:25:07.359 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:26:33.357 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:26:33.359 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:27:41.690 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:27:42.866 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:18.039 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:21.448 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:22.240 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:28:22.241 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:28:22.581 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:29.192 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:32.993 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:33.846 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:36.153 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:37.223 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:37.436 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:39.152 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:41.178 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:42.706 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:28:46.412 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:29:38.034 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:29:39.426 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:29:41.476 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:29:41.476 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:29:51.596 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:29:53.787 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:30:02.303 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:30:06.503 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:30:24.010 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:30:27.983 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:30:40.004 1291 1425 E DiscreteRegistry: Deleting file 1703917242380tl
12-31 14:30:40.005 1291 1425 E DiscreteRegistry: Deleting file 1703917493947tl
12-31 14:30:59.616 1291 12564 E _V_RichTapVibratorService: getExtension == null
12-31 14:31:06.830 1291 12593 E _V_RichTapVibratorService: getExtension == null
12-31 14:31:10.000 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:31:10.155 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:31:11.105 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:31:15.793 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:31:22.418 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:31:23.105 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:31:30.364 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:31:30.364 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:31:37.123 1291 12721 E _V_RichTapVibratorService: getExtension == null
12-31 14:31:53.561 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:31:53.722 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:31:54.600 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:31:57.710 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:31:58.983 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:32:21.516 1291 12976 E _V_RichTapVibratorService: getExtension == null
12-31 14:33:19.256 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:33:19.256 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:33:35.675 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:33:35.824 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:33:36.771 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:33:41.217 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:33:47.880 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:33:49.607 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:34:48.387 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:34:48.387 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:35:07.377 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:35:07.380 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:35:16.956 1291 13444 E _V_RichTapVibratorService: getExtension == null
12-31 14:35:19.440 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:35:19.588 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:35:20.530 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:35:23.291 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:35:25.207 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:35:36.566 1291 13617 E _V_RichTapVibratorService: getExtension == null
12-31 14:35:51.989 1291 1919 E _V_RichTapVibratorService: getExtension == null
12-31 14:35:54.527 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:35:55.916 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
12-31 14:36:02.629 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:36:23.040 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:36:25.208 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:36:25.667 1291 13929 E _V_RichTapVibratorService: getExtension == null
12-31 14:36:35.549 1291 14023 E _V_RichTapVibratorService: getExtension == null
12-31 14:36:37.366 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:36:37.366 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:38:22.251 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:38:22.363 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:38:24.979 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:38:26.158 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:38:26.159 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:38:33.495 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:38:34.970 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:38:53.956 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-31 14:38:55.288 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:39:55.289 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:39:55.289 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:41:44.186 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:41:44.187 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:41:55.141 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:41:57.740 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:42:17.570 1291 15989 E _V_RichTapVibratorService: getExtension == null
12-31 14:42:22.082 1291 16013 E _V_RichTapVibratorService: getExtension == null
12-31 14:43:33.106 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:43:33.106 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:43:52.751 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:43:52.944 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:43:55.251 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:44:09.827 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:44:12.617 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-31 14:44:12.645 1291 16879 E _V_RichTapVibratorService: getExtension == null
12-31 14:44:12.659 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-31 14:44:13.609 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:44:42.399 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:44:42.399 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:45:07.353 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:45:07.353 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:45:14.174 1291 17417 E _V_RichTapVibratorService: getExtension == null
12-31 14:45:22.357 1291 17443 E _V_RichTapVibratorService: getExtension == null
12-31 14:45:41.377 1291 1425 E DiscreteRegistry: Deleting file 1703918394601tl
12-31 14:45:50.583 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:45:50.720 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:46:02.737 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:46:11.924 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:46:17.099 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:46:31.316 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:46:31.320 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:46:33.914 1291 17695 E _V_RichTapVibratorService: getExtension == null
12-31 14:46:38.963 1291 17720 E _V_RichTapVibratorService: getExtension == null
12-31 14:46:40.866 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:46:40.971 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:46:43.492 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:46:49.272 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:46:49.779 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:47:01.748 1291 17851 E _V_RichTapVibratorService: getExtension == null
12-31 14:47:05.642 1291 17930 E _V_RichTapVibratorService: getExtension == null
12-31 14:47:11.106 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:47:11.233 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:47:12.305 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:47:19.615 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:47:20.304 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:48:20.195 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:48:20.196 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:48:22.947 1291 18197 E _V_RichTapVibratorService: getExtension == null
12-31 14:48:51.665 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:48:51.788 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:48:52.691 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:49:02.603 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:49:04.339 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:49:25.908 1291 18530 E _V_RichTapVibratorService: getExtension == null
12-31 14:49:29.836 1291 18559 E _V_RichTapVibratorService: getExtension == null
12-31 14:49:59.211 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:49:59.213 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:50:22.864 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:50:26.561 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:50:50.716 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:50:50.942 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:50:52.737 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:50:55.660 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:50:56.513 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:51:00.001 1291 1917 E _V_RichTapVibratorService: getExtension == null
12-31 14:51:01.617 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:51:02.072 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:51:03.080 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:51:14.688 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:51:19.951 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:51:21.011 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:51:24.341 1291 1409 E _V_RichTapVibratorService: getExtension == null
12-31 14:51:25.944 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:51:37.572 1291 19162 E _V_RichTapVibratorService: getExtension == null
12-31 14:51:46.487 1291 19252 E _V_RichTapVibratorService: getExtension == null
12-31 14:51:48.092 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:51:48.095 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:51:51.609 1291 3632 E _V_RichTapVibratorService: getExtension == null
12-31 14:51:53.212 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:51:54.677 1291 19437 E _V_RichTapVibratorService: getExtension == null
12-31 14:51:57.219 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:51:57.346 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:51:59.162 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:52:02.827 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:52:04.720 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:53:17.566 1291 19676 E _V_RichTapVibratorService: getExtension == null
12-31 14:53:37.020 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:53:37.021 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:53:48.028 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:53:48.196 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:53:48.922 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:54:26.087 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:54:26.737 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:55:07.371 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:55:07.371 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:55:16.021 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:55:16.021 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:56:11.681 1291 20871 E _V_RichTapVibratorService: getExtension == null
12-31 14:57:04.926 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:57:04.927 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 14:57:38.968 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:57:39.128 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 14:57:41.213 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:57:46.943 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:57:47.736 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 14:58:53.825 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 14:58:53.825 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:00:32.869 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:00:32.869 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:00:42.057 1291 1425 E DiscreteRegistry: Deleting file 1703919042458tl
12-31 15:00:42.058 1291 1425 E DiscreteRegistry: Deleting file 1703919295235tl
12-31 15:00:48.808 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 15:01:01.574 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 15:02:21.731 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:02:21.732 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:03:14.184 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-31 15:03:16.753 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 15:04:10.655 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:04:10.656 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:05:07.357 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:05:07.357 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:05:39.779 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:05:39.779 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:07:28.647 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:07:28.647 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:09:17.544 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:09:17.544 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:11:06.456 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:11:06.456 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:11:16.357 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:11:16.362 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:13:05.256 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:13:05.257 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:14:54.155 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:14:54.159 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:15:07.369 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:15:07.374 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:15:42.673 1291 1425 E DiscreteRegistry: Deleting file 1703920195953tl
12-31 15:15:42.674 1291 1425 E DiscreteRegistry: Deleting file 1703920311272tl
12-31 15:16:43.059 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:16:43.059 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:17:02.881 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:17:02.881 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:18:51.769 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:18:51.770 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:20:40.655 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:20:40.655 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:22:29.562 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:22:29.567 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:22:39.495 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:22:39.498 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:24:28.378 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:24:28.378 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:25:07.367 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:25:07.367 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:26:17.296 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:26:17.296 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:26:46.388 848 848 E wificond: vivo add tx_good 305005 tx_bad 1283
rx_good 2129139 tx_retry 124259 tx_retry_times 0
12-31 15:28:06.174 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:28:06.177 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:28:25.995 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:28:25.999 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:30:14.895 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:30:14.896 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:31:58.340 848 848 E wificond: vivo add tx_good 311002 tx_bad 1291
rx_good 2183465 tx_retry 126624 tx_retry_times 0
12-31 15:32:03.793 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:32:03.799 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:32:49.813 848 848 E wificond: vivo add tx_good 312915 tx_bad 1308
rx_good 2199334 tx_retry 127619 tx_retry_times 0
12-31 15:33:32.889 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:33:32.897 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:35:07.364 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:35:07.368 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:35:21.799 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:35:21.799 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:36:39.956 848 848 E wificond: vivo add tx_good 315600 tx_bad 1335
rx_good 2226914 tx_retry 129106 tx_retry_times 0
12-31 15:36:43.006 848 848 E wificond: vivo add tx_good 315613 tx_bad 1336
rx_good 2226986 tx_retry 129120 tx_retry_times 0
12-31 15:36:46.039 848 848 E wificond: vivo add tx_good 315634 tx_bad 1340
rx_good 2226996 tx_retry 129138 tx_retry_times 0
12-31 15:36:49.056 848 848 E wificond: vivo add tx_good 315649 tx_bad 1347
rx_good 2227009 tx_retry 129153 tx_retry_times 0
12-31 15:37:08.490 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 15:37:10.714 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:37:10.715 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:37:10.907 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 15:38:59.606 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:38:59.606 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:39:49.627 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 15:39:51.608 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 15:39:55.165 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 15:39:56.399 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 15:39:58.300 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 15:40:22.769 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 15:40:23.101 1291 3632 E _V_RichTapVibratorService: getExtension == null
12-31 15:40:25.149 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
12-31 15:40:26.758 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:40:26.759 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:40:43.704 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 15:40:44.169 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:40:44.169 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 15:40:44.969 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:40:44.994 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:40:44.994 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:40:44.994 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 15:40:45.004 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 15:40:45.299 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:40:45.299 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:40:45.695 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:40:45.695 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:40:45.711 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:40:45.711 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:40:45.730 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:40:45.730 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:40:45.776 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:40:45.802 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:40:52.302 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:40:52.302 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:41:24.693 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:41:24.693 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:41:44.959 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:41:44.962 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:41:45.006 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:41:45.006 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:42:44.971 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:42:44.972 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:43:13.631 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:43:13.632 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:43:23.545 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:43:23.545 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:43:39.756 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:43:39.757 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:43:44.965 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:43:44.968 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:44:44.977 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:44:44.977 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:45:02.576 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:45:02.576 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:45:22.829 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:45:22.830 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:45:44.969 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:45:44.970 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:46:24.776 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:46:24.779 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:46:44.970 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:46:44.971 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:46:51.510 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:46:51.510 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:46:52.449 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:46:52.450 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:47:44.961 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:47:44.963 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:48:40.441 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:48:40.443 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:48:41.441 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:48:41.442 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:48:44.967 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:48:44.971 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:49:44.968 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:49:44.971 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:50:29.406 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:50:29.407 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:50:44.968 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:50:44.973 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:50:45.016 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:50:45.018 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:51:44.970 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:51:44.971 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:51:51.612 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:51:51.613 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:52:08.442 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:52:08.442 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:52:44.965 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:52:44.967 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:52:44.999 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:52:44.999 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:53:44.967 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:53:44.967 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:53:57.381 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:53:57.381 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:54:44.964 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:54:44.967 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:54:44.999 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:54:44.999 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:55:36.440 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:55:36.440 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:55:44.964 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:55:44.965 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:55:44.999 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:55:45.000 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:56:44.958 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:56:44.959 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:57:08.486 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:57:08.486 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:57:25.377 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:57:25.377 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:57:35.020 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:57:35.021 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:57:44.961 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:57:44.965 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:58:44.967 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:58:44.967 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:59:14.316 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:59:14.316 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 15:59:15.123 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:59:15.124 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 15:59:44.948 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 15:59:44.948 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:00:44.960 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:00:44.960 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:01:03.265 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:01:03.266 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:01:05.247 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:01:05.248 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:01:14.624 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:01:14.625 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:01:44.974 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:01:44.976 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:02:42.311 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:02:42.311 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:02:44.966 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:02:44.966 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:02:45.017 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:02:45.018 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:03:44.964 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:03:44.965 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:04:31.261 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:04:31.261 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:04:35.536 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:04:35.537 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:04:44.962 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:04:44.963 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:05:44.968 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:05:44.968 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:06:20.186 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:06:20.186 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:06:25.691 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:06:25.693 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:06:44.947 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:06:44.948 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:07:42.386 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:07:42.388 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:07:44.964 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:07:44.964 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:07:59.232 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:07:59.232 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:08:05.806 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:08:05.807 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:08:44.963 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:08:44.968 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:09:44.962 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:09:44.963 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:09:48.158 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:09:48.158 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:09:55.953 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:09:55.954 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:10:44.974 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:10:44.975 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:10:52.634 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:10:52.634 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:10:54.002 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~SdyQ3db4-RYtMhW3TEcE6A==/com.google.android.apps.youtube.music-
Qa0y3hfgCR90_J9iL5jZpg==/base.apk
12-31 16:10:54.787 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~zSSlexz88fbY1dmMXicFPg==/com.google.android.youtube-
KsqDY2byRBGqHNOAAGF50w==/base.apk
12-31 16:11:37.095 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:11:37.095 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:11:44.964 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:11:44.965 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:11:45.003 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:11:45.005 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:11:46.328 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 16:11:46.386 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:11:46.391 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:11:46.426 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:11:46.427 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:12:01.338 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:12:01.339 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:12:01.363 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:12:01.363 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:12:44.964 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:12:44.964 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:13:26.039 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:13:26.040 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:13:26.191 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:13:26.191 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:13:44.965 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:13:44.965 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:14:45.015 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:14:45.015 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:15:14.961 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:15:14.961 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:15:16.314 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:15:16.316 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:15:44.966 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:15:44.966 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:16:44.968 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:16:44.969 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:16:54.016 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:16:54.016 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:16:55.594 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:16:55.595 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:17:44.961 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:17:44.962 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:18:26.119 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:18:26.121 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:18:42.973 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:18:42.974 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:18:44.963 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:18:44.964 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:18:45.014 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:18:45.015 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:19:44.965 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:19:44.966 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:20:31.925 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:20:31.925 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:20:36.687 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:20:36.688 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:20:44.968 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:20:44.971 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:21:44.968 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:21:44.975 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:22:20.870 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:22:20.871 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:22:45.088 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:22:45.092 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:22:45.188 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:22:45.190 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:23:43.044 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:23:43.045 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:23:44.962 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:23:44.962 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:24:09.779 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:24:09.779 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:24:29.597 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:24:29.597 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:24:36.941 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:24:36.943 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:24:44.965 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:24:44.965 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:25:44.969 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:25:44.970 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:26:18.521 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:26:18.523 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:26:44.968 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:26:44.968 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:26:48.243 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:26:48.243 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:26:56.085 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:26:56.087 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:27:44.961 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:27:44.962 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:28:37.196 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:28:37.196 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:28:44.961 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:28:44.963 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:29:16.833 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:29:16.833 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:29:17.330 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:29:17.331 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:29:29.690 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:29:29.692 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:29:44.969 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:29:44.969 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:30:44.969 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:30:44.969 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:31:05.767 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:31:05.769 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:31:14.651 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:31:14.653 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:31:44.974 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:31:44.979 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:31:55.295 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:31:55.295 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:32:44.968 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:32:44.969 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:32:45.002 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:32:45.003 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:33:44.248 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:33:44.248 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:34:43.671 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:34:43.672 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:35:44.965 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:35:44.966 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:35:44.995 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:35:44.996 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:36:32.632 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:36:32.641 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:36:44.967 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:36:44.968 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:36:55.377 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:36:55.378 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:37:44.964 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:37:44.967 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:38:01.755 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:38:01.755 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 16:38:33.373 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 16:38:33.500 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:38:33.501 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:38:33.514 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:38:33.515 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:38:33.559 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:38:33.559 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:38:36.109 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:38:36.117 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:38:36.117 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:38:36.117 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 16:38:36.145 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:38:36.156 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:38:36.162 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:38:36.162 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:38:36.188 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:38:36.188 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 16:38:36.207 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:38:36.207 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:38:36.229 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:38:36.229 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:38:36.244 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:38:36.244 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:38:36.263 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:38:36.263 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:38:50.724 1291 1414 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 16:38:50.892 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:38:52.101 1291 5351 E _V_RichTapVibratorService: getExtension == null
12-31 16:38:53.537 1291 1921 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 16:38:54.055 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:38:56.210 1291 8294 E _V_RichTapVibratorService: getExtension == null
12-31 16:38:57.267 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:39:00.160 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:39:00.760 1291 1967 E ActivityManager: Service ServiceRecord{58f3586 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
30824:com.vivo.faceui/1000} not same as in map: ServiceRecord{4da805b u0
com.vivo.faceui/.FaceUIService}
12-31 16:39:00.761 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 81
12-31 16:39:07.375 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:39:07.577 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 16:39:08.754 1291 3632 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 16:39:12.402 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:39:13.373 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:39:16.483 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:39:30.565 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:39:32.969 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:39:48.069 1291 3632 E _V_RichTapVibratorService: getExtension == null
12-31 16:39:50.004 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:40:25.128 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:40:25.128 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:40:35.051 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:40:35.051 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:41:30.624 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:41:35.282 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:41:38.725 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:41:42.969 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:41:51.171 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:41:52.483 1291 3210 E _V_RichTapVibratorService: getExtension == null
12-31 16:41:57.171 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:41:58.252 1291 3883 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.smartshot et al): null
12-31 16:41:58.931 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:42:09.250 1291 1590 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
12-31 16:42:22.669 1291 11369 E _V_RichTapVibratorService: getExtension == null
12-31 16:42:23.934 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:42:23.934 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:42:24.157 1291 1967 E _V_RichTapVibratorService: getExtension == null
12-31 16:42:27.150 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:42:35.837 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:42:36.623 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:42:39.002 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:42:42.960 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:42:44.031 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:42:47.750 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:44:12.858 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:44:12.858 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:45:41.955 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:45:41.955 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:45:51.030 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 16:45:51.069 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 16:47:30.844 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:47:30.844 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:48:36.163 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:48:36.167 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:49:19.742 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:49:19.742 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:50:19.161 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:50:19.161 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:52:08.085 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:52:08.086 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:52:25.398 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:52:27.079 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:52:55.364 1291 1611 D _V_VivoNpmsImpl: onCapabilitiesChanged
networkCapabilities [ Transports: WIFI Capabilities:
NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUN
D&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=12000Kbps
LinkDnBandwidth>=30000Kbps TransportInfo: <SSID: <unknown ssid>, BSSID:
02:**:**:**:00:00, MAC: 02:**:**:**:00:00, Security type: 2, Supplicant state:
COMPLETED, HE Eight Max VHT Spatial Streams Supported AP: false, Eight Max VHT
Spatial streams support: false, Wi-Fi standard: 5, RSSI: -82, Link speed: 433Mbps,
Tx Link speed: 29Mbps, Max Supported Tx Link speed: 433Mbps, Rx Link speed: 13Mbps,
Max Supported Rx Link speed: 433Mbps, Frequency: 5745MHz, Net ID: -1, Metered hint:
false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1>
SignalStrength: -82 SSID: "HG8145V5_EC598_5"]
12-31 16:52:55.398 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 16:52:55.401 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 16:52:55.403 1291 9047 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 16:52:55.424 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
12-31 16:53:56.972 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:53:56.972 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:55:01.693 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:55:05.661 1291 1471 E _V_RichTapVibratorService: getExtension == null
12-31 16:55:07.746 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:55:07.746 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:55:45.885 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:55:45.886 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:56:35.394 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:56:35.395 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:57:27.861 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 16:57:28.560 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:57:28.560 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:57:30.967 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:57:31.756 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:57:33.280 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 16:57:35.953 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:57:39.286 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 16:57:39.929 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:57:40.521 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 82
12-31 16:57:40.526 1291 1917 E ActivityManager: Service ServiceRecord{4da805b u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8496:com.vivo.faceui/1000} not same as in map: ServiceRecord{ab2ad43 u0
com.vivo.faceui/.FaceUIService}
12-31 16:57:43.589 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 16:57:43.828 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:57:44.272 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:57:45.233 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 16:57:45.317 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:57:46.962 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 16:57:47.359 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:57:47.462 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:57:48.058 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 16:57:48.515 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:57:56.300 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 16:57:59.046 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:57:59.046 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 16:58:36.515 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 16:58:36.515 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:01:23.468 1291 19972 E KeyValueBackupTask: Error during PM metadata
backup
12-31 17:01:23.468 1291 19972 E KeyValueBackupTask:
com.android.server.backup.keyvalue.TaskException
12-31 17:01:23.468 1291 19972 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.handleTransportStatus(KeyValu
eBackupTask.java:1127)
12-31 17:01:23.468 1291 19972 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.sendDataToTransport(KeyValueB
ackupTask.java:1061)
12-31 17:01:23.468 1291 19972 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.sendDataToTransport(KeyValueB
ackupTask.java:572)
12-31 17:01:23.468 1291 19972 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.backupPm(KeyValueBackupTask.j
ava:675)
12-31 17:01:23.468 1291 19972 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.run(KeyValueBackupTask.java:3
63)
12-31 17:01:23.468 1291 19972 E KeyValueBackupTask: at
java.lang.Thread.run(Thread.java:922)
12-31 17:05:43.286 1291 1590 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
12-31 17:06:45.415 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:06:46.021 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:06:46.021 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:06:47.272 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:06:48.923 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:06:49.603 1291 3219 E _V_RichTapVibratorService: getExtension == null
12-31 17:06:52.713 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:06:55.813 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:06:57.214 1291 3632 E ActivityManager: Service ServiceRecord{ab2ad43 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
19448:com.vivo.faceui/1000} not same as in map: ServiceRecord{3875e77 u0
com.vivo.faceui/.FaceUIService}
12-31 17:06:57.226 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 83
12-31 17:07:05.414 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:07:05.414 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:07:35.664 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:07:35.664 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:08:21.614 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~RRBMF0BEYacKXZZ3pKyZPg==/com.bbk.theme-qwnj3gnl6EBPEzk9BiNsww==/
base.apk
12-31 17:08:22.044 1291 22133 E _V_RichTapVibratorService: getExtension == null
12-31 17:08:24.445 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:08:24.964 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:08:24.964 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:08:26.579 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:08:36.124 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:08:36.124 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:08:36.571 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 84
12-31 17:08:36.576 1291 3878 E ActivityManager: Service ServiceRecord{3875e77 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
21472:com.vivo.faceui/1000} not same as in map: ServiceRecord{1017af8 u0
com.vivo.faceui/.FaceUIService}
12-31 17:08:38.256 1291 1919 E _V_RichTapVibratorService: getExtension == null
12-31 17:08:41.023 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:08:41.720 1291 1408 E _V_RichTapVibratorService: getExtension == null
12-31 17:08:43.813 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:08:43.813 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:08:48.042 1291 22506 E _V_RichTapVibratorService: getExtension == null
12-31 17:08:56.450 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:08:56.883 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:08:56.883 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:08:57.976 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:09:08.016 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 85
12-31 17:09:08.022 1291 1919 E ActivityManager: Service ServiceRecord{1017af8 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22390:com.vivo.faceui/1000} not same as in map: ServiceRecord{13246ad u0
com.vivo.faceui/.FaceUIService}
12-31 17:09:16.462 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:09:16.463 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:09:20.608 1291 22828 E _V_RichTapVibratorService: getExtension == null
12-31 17:09:54.910 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:09:56.627 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:09:59.585 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:10:01.792 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:10:02.897 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:11:05.374 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:11:05.376 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:12:14.525 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:12:15.954 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:12:20.797 1291 3881 E _V_RichTapVibratorService: getExtension == null
12-31 17:12:22.445 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:12:30.150 1291 23439 E _V_RichTapVibratorService: getExtension == null
12-31 17:12:32.314 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:12:33.964 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:12:35.790 1291 23488 E _V_RichTapVibratorService: getExtension == null
12-31 17:12:38.398 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:12:39.341 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:12:54.268 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:12:54.274 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:14:02.289 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:14:02.951 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:14:06.505 1291 5351 E _V_RichTapVibratorService: getExtension == null
12-31 17:14:08.131 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:14:09.855 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:14:14.994 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:14:18.754 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:14:19.947 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:14:28.709 1291 1917 E _V_RichTapVibratorService: getExtension == null
12-31 17:14:31.291 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:14:31.291 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:14:43.198 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:14:43.198 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:15:57.871 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:15:58.380 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:15:58.380 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:16:01.874 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:16:02.460 1291 3734 E _V_RichTapVibratorService: getExtension == null
12-31 17:16:04.148 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:16:11.892 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 86
12-31 17:16:11.895 1291 1917 E ActivityManager: Service ServiceRecord{13246ad u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22723:com.vivo.faceui/1000} not same as in map: ServiceRecord{2a0c5b5 u0
com.vivo.faceui/.FaceUIService}
12-31 17:16:48.115 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:16:50.135 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 17:16:50.367 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:16:50.691 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:16:51.279 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 17:16:52.194 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:16:59.654 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 17:17:06.619 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:17:06.620 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:17:52.076 1291 1425 E DiscreteRegistry: Deleting file 1703927684763tl
12-31 17:18:19.433 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 17:18:19.591 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:18:20.148 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:18:20.684 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 17:18:20.834 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:18:21.176 1291 3623 E _V_RichTapVibratorService: getExtension == null
12-31 17:18:22.149 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:18:22.581 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:18:23.975 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:18:29.229 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:18:29.340 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:18:35.076 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:18:36.122 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:18:36.124 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:18:44.198 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:18:53.002 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:18:55.116 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:18:55.520 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:18:55.520 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:18:58.776 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:19:08.779 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:19:11.384 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:20:01.664 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:20:03.118 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:20:05.499 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:20:07.225 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:20:15.968 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:20:16.929 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:20:19.393 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:20:44.411 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:20:44.411 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:21:31.328 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:21:31.347 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:21:31.353 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:21:31.361 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:22:30.879 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:22:32.478 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:22:33.314 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:22:33.314 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:22:34.923 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:22:36.682 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:22:38.608 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:22:41.060 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:22:43.664 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:22:44.434 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:22:45.608 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:22:46.491 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:14.875 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:17.117 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:17.476 1291 30824 E _V_RichTapVibratorService: getExtension == null
12-31 17:23:18.792 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:18.997 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 17:23:19.768 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:27.574 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:31.232 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:40.943 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:41.578 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:44.197 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:44.834 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:48.268 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:50.050 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:51.078 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:23:53.115 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:24:22.242 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:24:22.243 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:25:47.915 1291 3632 E _V_RichTapVibratorService: getExtension == null
12-31 17:25:57.639 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:26:11.121 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:26:11.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:26:15.572 1291 1918 E _V_RichTapVibratorService: getExtension == null
12-31 17:26:18.058 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:27:27.578 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:27:27.578 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:27:40.918 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:27:41.275 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:27:41.275 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:27:42.376 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:27:52.337 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 87
12-31 17:27:52.342 1291 3622 E ActivityManager: Service ServiceRecord{2a0c5b5 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
27259:com.vivo.faceui/1000} not same as in map: ServiceRecord{955acba u0
com.vivo.faceui/.FaceUIService}
12-31 17:28:00.055 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:28:00.055 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:28:07.489 1291 32521 E _V_RichTapVibratorService: getExtension == null
12-31 17:28:11.817 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 17:28:13.174 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:28:15.653 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:28:16.362 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:28:17.698 1291 3881 E _V_RichTapVibratorService: getExtension == null
12-31 17:28:19.910 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:28:19.911 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:28:36.132 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:28:36.133 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:29:24.429 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:29:24.637 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:29:24.637 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:29:31.782 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:29:37.602 1291 3219 E _V_RichTapVibratorService: getExtension == null
12-31 17:29:39.676 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:29:40.089 1291 1348 E _V_RichTapVibratorService: getExtension == null
12-31 17:29:41.776 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 88
12-31 17:29:41.781 1291 1704 E ActivityManager: Service ServiceRecord{955acba u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
32429:com.vivo.faceui/1000} not same as in map: ServiceRecord{74748ad u0
com.vivo.faceui/.FaceUIService}
12-31 17:29:43.583 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 17:30:03.687 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:30:03.687 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:30:06.709 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:30:11.222 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:30:13.360 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 17:30:14.886 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:30:27.826 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 17:30:28.220 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:31:38.359 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:31:38.359 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:31:49.163 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:31:49.284 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:31:49.284 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:31:51.864 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:31:55.078 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:31:55.079 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:31:55.371 1291 3219 E _V_RichTapVibratorService: getExtension == null
12-31 17:31:56.842 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:32:01.871 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 89
12-31 17:32:01.877 1291 1408 E ActivityManager: Service ServiceRecord{74748ad u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
1370:com.vivo.faceui/1000} not same as in map: ServiceRecord{db3de98 u0
com.vivo.faceui/.FaceUIService}
12-31 17:32:09.103 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:32:09.103 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:32:43.501 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:32:43.619 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:32:43.619 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:32:45.165 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:32:52.471 1291 1425 E DiscreteRegistry: Deleting file 1703928585405tl
12-31 17:32:55.122 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 90
12-31 17:32:55.125 1291 3881 E ActivityManager: Service ServiceRecord{db3de98 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
2925:com.vivo.faceui/1000} not same as in map: ServiceRecord{15d3ca6 u0
com.vivo.faceui/.FaceUIService}
12-31 17:33:05.405 1291 3377 E _V_RichTapVibratorService: getExtension == null
12-31 17:33:39.256 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:33:39.513 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 17:34:02.766 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:34:03.621 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:34:08.117 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:34:08.117 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:34:22.969 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:34:23.135 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:34:23.146 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:34:24.027 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:34:24.027 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:34:24.229 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:34:25.709 1291 3827 E _V_RichTapVibratorService: getExtension == null
12-31 17:34:27.641 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:34:28.318 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 17:34:30.242 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:34:30.899 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:34:32.773 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:34:34.241 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 91
12-31 17:34:34.243 1291 3883 E ActivityManager: Service ServiceRecord{15d3ca6 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
3277:com.vivo.faceui/1000} not same as in map: ServiceRecord{6d92d36 u0
com.vivo.faceui/.FaceUIService}
12-31 17:34:43.117 1291 3952 E _V_RichTapVibratorService: getExtension == null
12-31 17:34:46.094 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:34:49.054 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:34:49.227 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 17:34:49.228 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:34:49.373 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:01.005 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:06.840 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:08.100 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:10.436 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:12.054 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:15.761 1291 4424 E _V_RichTapVibratorService: getExtension == null
12-31 17:35:23.638 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:23.842 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 17:35:24.590 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:49.457 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:49.608 1291 4666 E _V_RichTapVibratorService: getExtension == null
12-31 17:35:52.809 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:54.583 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:55.771 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:56.590 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:35:57.618 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:36:00.273 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:36:03.070 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:36:07.538 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:36:09.769 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:36:09.942 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 17:36:10.090 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:36:12.940 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:36:12.940 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:36:39.806 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:36:47.796 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:36:54.558 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:36:57.201 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:36:59.018 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:36:59.241 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:00.993 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:04.785 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:05.622 1291 5686 E _V_RichTapVibratorService: getExtension == null
12-31 17:37:05.982 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:07.289 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:08.166 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:11.649 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:12.234 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:12.836 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:14.270 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:16.372 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:18.047 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:20.509 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:22.250 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:37:22.252 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:37:22.704 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:26.239 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:27.327 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:34.802 1291 6275 E _V_RichTapVibratorService: getExtension == null
12-31 17:37:40.991 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:37:52.683 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:38:17.255 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:38:36.132 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:38:36.132 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:38:39.148 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:38:40.467 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:38:49.441 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 17:38:50.836 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:38:51.006 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:38:51.126 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:38:55.731 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:38:57.970 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:39:00.148 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:39:01.209 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:39:03.485 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:39:03.828 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:39:04.714 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:39:11.156 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:39:11.157 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:39:14.075 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:39:15.450 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:39:21.100 1291 6726 E _V_RichTapVibratorService: getExtension == null
12-31 17:39:30.984 1291 6758 E _V_RichTapVibratorService: getExtension == null
12-31 17:39:50.683 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 17:40:13.718 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:40:16.129 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:40:16.129 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:42:53.474 1291 28235 E DiscreteRegistry: Deleting file 1703928879107tl
12-31 17:48:33.768 1291 1425 E DiscreteRegistry: Deleting file 1703929485463tl
12-31 17:48:36.131 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:48:36.135 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:50:45.623 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:50:45.842 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:50:45.842 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:50:47.022 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:50:48.156 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:50:49.785 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:50:50.665 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:50:57.092 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 92
12-31 17:50:57.095 1291 1408 E ActivityManager: Service ServiceRecord{6d92d36 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
3894:com.vivo.faceui/1000} not same as in map: ServiceRecord{335e760 u0
com.vivo.faceui/.FaceUIService}
12-31 17:51:10.191 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:51:10.191 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:52:12.410 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:52:12.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:52:12.884 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:52:13.898 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:52:14.794 1291 3734 E _V_RichTapVibratorService: getExtension == null
12-31 17:52:16.099 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:52:16.665 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:52:17.501 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 17:52:18.480 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:52:23.898 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 93
12-31 17:52:23.902 1291 1471 E ActivityManager: Service ServiceRecord{335e760 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
7556:com.vivo.faceui/1000} not same as in map: ServiceRecord{1dc6cbe u0
com.vivo.faceui/.FaceUIService}
12-31 17:52:42.313 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:52:42.321 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:52:43.536 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 17:52:44.014 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:52:50.100 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:52:52.436 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:53:33.406 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:53:35.042 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:53:46.066 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:53:46.070 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:53:49.673 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:53:50.056 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:53:50.056 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:53:55.412 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:53:55.412 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:54:02.394 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:54:02.489 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:54:02.489 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:54:04.610 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:54:14.581 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 94
12-31 17:54:14.584 1291 1408 E ActivityManager: Service ServiceRecord{1dc6cbe u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8036:com.vivo.faceui/1000} not same as in map: ServiceRecord{17e3b4c u0
com.vivo.faceui/.FaceUIService}
12-31 17:54:31.422 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:54:37.969 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:54:39.247 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:54:41.597 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:54:51.080 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:54:51.084 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:54:55.681 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:55:34.763 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:56:39.983 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:56:39.983 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:56:53.625 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:56:53.625 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:57:01.284 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:57:01.741 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:57:01.741 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:57:11.955 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:57:11.955 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:58:37.636 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:58:37.636 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:59:25.888 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 17:59:25.987 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:59:25.987 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:59:26.942 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:59:27.909 1291 1408 E _V_RichTapVibratorService: getExtension == null
12-31 17:59:29.350 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:59:36.905 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 95
12-31 17:59:36.907 1291 1704 E ActivityManager: Service ServiceRecord{17e3b4c u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
9065:com.vivo.faceui/1000} not same as in map: ServiceRecord{322cf54 u0
com.vivo.faceui/.FaceUIService}
12-31 17:59:43.082 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:59:47.205 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:59:48.065 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:59:48.708 1291 1742 E _V_RichTapVibratorService: getExtension == null
12-31 17:59:49.822 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 17:59:50.260 1291 3632 E _V_RichTapVibratorService: getExtension == null
12-31 17:59:55.128 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:59:55.128 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 17:59:57.147 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 17:59:57.147 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:03:32.624 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 18:03:32.773 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:03:32.774 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:03:33.677 1291 1425 E DiscreteRegistry: Deleting file 1703930386383tl
12-31 18:03:33.968 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:03:34.702 1291 9047 E _V_RichTapVibratorService: getExtension == null
12-31 18:03:36.580 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:03:43.895 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 96
12-31 18:03:43.901 1291 3603 E ActivityManager: Service ServiceRecord{322cf54 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
10330:com.vivo.faceui/1000} not same as in map: ServiceRecord{27ac606 u0
com.vivo.faceui/.FaceUIService}
12-31 18:04:32.242 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:04:32.243 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:04:42.787 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-31 18:04:45.469 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:04:45.469 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:05:04.657 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:04.776 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 18:05:05.127 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:05.131 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:05:05.131 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 18:05:05.410 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:05.412 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:05:05.491 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:05.491 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:05:05.523 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:05.523 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:05:05.525 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:05.525 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:05:05.847 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:05.862 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:05.863 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:05:05.863 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 18:05:05.872 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:05.872 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:05:05.898 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:05.899 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:05:05.950 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:05.950 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:05:05.971 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:05:05.979 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:05.979 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:05:05.987 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:05:06.002 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:06.002 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:05:06.038 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:06.039 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:05:06.315 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:06.327 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:06.327 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:05:06.332 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 18:05:06.345 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 18:05:06.568 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:06.568 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:05:06.960 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:06.960 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:05:06.988 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:06.988 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:05:07.011 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:07.011 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:05:07.035 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:07.036 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:05:13.550 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:05:13.552 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:05:26.258 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:05:26.258 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:05:43.643 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:05:43.644 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:06:06.338 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:06:06.339 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:07:06.346 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:07:06.346 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:07:15.182 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:07:15.182 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:07:24.305 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:07:24.305 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:08:06.341 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:08:06.341 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:09:04.114 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:09:04.114 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:09:06.342 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:09:06.342 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:09:23.929 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:09:23.929 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:10:03.603 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:10:03.604 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:10:06.345 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:10:06.346 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:10:26.350 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:10:26.351 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:11:06.338 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:11:06.339 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:11:12.853 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:11:12.854 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:11:32.665 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:11:32.665 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:12:03.693 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:12:03.694 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:12:06.344 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:12:06.348 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:13:06.338 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:13:06.342 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:13:21.582 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:13:21.583 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:13:51.302 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:13:51.302 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:14:03.809 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:14:03.814 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:14:06.338 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:14:06.345 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:15:06.343 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:15:06.346 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:15:40.244 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:15:40.249 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:16:06.338 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:16:06.339 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:16:29.797 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:16:29.798 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:16:29.798 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:16:29.799 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:16:32.740 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:16:32.742 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:17:06.345 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:17:06.352 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:18:06.341 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:18:06.342 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:18:18.180 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:18:18.182 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:18:18.668 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:18:18.668 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:18:36.807 1291 1425 E DiscreteRegistry: Deleting file 1703931083842tl
12-31 18:18:36.808 1291 1425 E DiscreteRegistry: Deleting file 1703931294828tl
12-31 18:18:41.556 1291 12812 E _V_RichTapVibratorService: getExtension == null
12-31 18:18:42.089 1291 1291 E NotificationService: Muting recently noisy 0|
com.android.mms|10001|com.android.mms:sms:1|10055
12-31 18:18:42.580 1291 12852 E _V_RichTapVibratorService: getExtension == null
12-31 18:18:43.051 1291 1291 E NotificationService: Muting recently noisy 0|
com.android.mms|10001|com.android.mms:sms:1|10055
12-31 18:19:06.348 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:19:06.348 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:19:27.989 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:19:27.990 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:19:29.855 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:19:29.857 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:19:34.036 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:19:34.045 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:19:34.045 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:19:34.045 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 18:19:34.106 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:19:34.106 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:19:34.172 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:19:34.172 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:19:34.175 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:19:34.176 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:19:34.197 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:19:34.198 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:19:34.200 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:19:34.200 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:19:34.206 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:19:34.210 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:19:34.282 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:19:34.282 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:19:34.645 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:19:34.645 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:19:37.700 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:19:38.448 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~RRBMF0BEYacKXZZ3pKyZPg==/com.bbk.theme-qwnj3gnl6EBPEzk9BiNsww==/
base.apk
12-31 18:19:41.387 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:19:42.411 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-31 18:19:45.041 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:19:46.736 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:19:46.946 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 97
12-31 18:19:46.948 1291 1704 E ActivityManager: Service ServiceRecord{27ac606 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
11105:com.vivo.faceui/1000} not same as in map: ServiceRecord{e36b662 u0
com.vivo.faceui/.FaceUIService}
12-31 18:19:53.357 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:19:53.852 1291 1742 E _V_RichTapVibratorService: getExtension == null
12-31 18:19:54.783 1291 1921 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 18:19:56.303 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:19:58.745 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:19:59.331 1291 13929 E _V_RichTapVibratorService: getExtension == null
12-31 18:19:59.488 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:19:59.688 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100088041397294:100057555947243|10185
12-31 18:20:00.304 1291 14027 E _V_RichTapVibratorService: getExtension == null
12-31 18:20:02.074 1291 3622 E _V_RichTapVibratorService: getExtension == null
12-31 18:20:03.887 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:20:03.888 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:20:04.043 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:20:12.065 1291 1291 E NotificationService: Muting recently noisy 0|
com.shopee.ph|99900000|null|10192
12-31 18:20:14.082 1291 16762 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
12-31 18:20:14.083 1291 16762 E VivoArtKeeperService: delete donwload failed file
12-31 18:20:16.070 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:20:17.390 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:20:19.560 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:20:27.805 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:20:40.676 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:20:40.979 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:20:44.102 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:20:44.935 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:20:46.897 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:20:47.492 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:20:48.736 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:20:49.400 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:20:50.544 1291 3210 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
12-31 18:20:50.656 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:20:51.004 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:20:51.383 1291 3210 E _V_RichTapVibratorService: getExtension == null
12-31 18:20:58.173 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:21:05.659 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:21:06.608 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:21:06.863 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:21:16.838 1291 3883 E _V_RichTapVibratorService: getExtension == null
12-31 18:21:17.096 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:21:19.304 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:21:44.901 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:21:45.322 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:21:47.214 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:21:47.837 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:21:49.159 1291 1471 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
12-31 18:21:49.285 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:21:49.583 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:21:49.828 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-31 18:21:51.551 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:21:52.774 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:21:52.776 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:22:44.953 1291 5351 E _V_RichTapVibratorService: getExtension == null
12-31 18:22:45.128 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:22:47.351 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:23:03.143 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:23:03.682 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:23:17.143 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:23:22.803 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:23:31.500 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:23:36.369 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:23:37.817 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:23:38.429 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:23:41.683 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:23:41.683 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:23:42.247 1291 1967 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
12-31 18:23:42.378 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:23:42.665 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:23:55.988 1291 5351 E _V_RichTapVibratorService: getExtension == null
12-31 18:23:56.129 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:23:58.402 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:24:04.019 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:24:04.061 1291 1510 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 18:24:11.139 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:24:11.491 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:25:04.416 1291 3881 E _V_RichTapVibratorService: getExtension == null
12-31 18:25:04.591 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 18:25:06.937 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:25:11.092 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:25:15.295 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:25:20.161 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:25:28.179 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:25:30.582 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:25:30.585 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:25:48.779 1291 1967 E _V_RichTapVibratorService: getExtension == null
12-31 18:25:51.207 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:25:51.208 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:26:46.087 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 18:26:46.630 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:26:46.630 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:26:47.588 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:26:48.773 1291 1917 E _V_RichTapVibratorService: getExtension == null
12-31 18:26:52.007 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:26:57.579 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 98
12-31 18:27:19.515 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:27:19.515 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:27:52.239 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:27:52.239 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:28:32.274 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 18:28:32.790 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:28:32.790 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:28:39.639 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:28:39.639 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:28:41.488 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 18:28:41.582 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:28:41.582 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:28:48.669 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:28:48.669 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:28:51.558 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 18:28:51.661 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:28:51.661 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:28:58.740 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:28:58.740 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:29:19.522 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 18:29:19.677 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:29:19.677 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:29:34.058 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:29:34.058 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:29:40.817 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:29:40.817 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:29:54.114 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 18:29:54.518 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:29:54.519 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:29:57.531 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:29:59.650 1291 19039 E _V_RichTapVibratorService: getExtension == null
12-31 18:30:01.302 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:30:01.897 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 18:30:03.155 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:30:03.880 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:30:07.124 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 99
12-31 18:30:07.127 1291 3632 E ActivityManager: Service ServiceRecord{e36b662 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
17742:com.vivo.faceui/1000} not same as in map: ServiceRecord{7f41c0c u0
com.vivo.faceui/.FaceUIService}
12-31 18:30:07.136 1291 3632 E ActivityManager: Service ServiceRecord{5974f82 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
17742:com.vivo.faceui/1000} not same as in map: ServiceRecord{7f41c0c u0
com.vivo.faceui/.FaceUIService}
12-31 18:30:13.579 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:30:18.132 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:30:29.843 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:30:31.081 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:30:43.858 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:30:43.858 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:31:29.288 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:31:31.137 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:31:57.645 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:31:59.437 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:32:01.654 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:32:07.830 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:32:09.797 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:32:19.205 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:32:23.086 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:32:24.455 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:32:32.731 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:32:32.731 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:32:48.107 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:32:50.948 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:33:36.686 1291 2105 E _V_RichTapVibratorService: getExtension == null
12-31 18:33:37.426 1291 1425 E DiscreteRegistry: Deleting file 1703932198944tl
12-31 18:33:38.860 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:34:21.637 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:34:21.637 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:34:38.892 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:34:40.759 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:34:53.329 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:34:54.878 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:34:57.159 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:34:58.942 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:34:58.942 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:35:03.587 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 18:35:04.047 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:35:04.047 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:35:05.293 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:35:07.621 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:35:14.943 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:35:14.995 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 100
12-31 18:35:15.000 1291 3219 E ActivityManager: Service ServiceRecord{7f41c0c u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
19170:com.vivo.faceui/1000} not same as in map: ServiceRecord{23b4b4d u0
com.vivo.faceui/.FaceUIService}
12-31 18:35:16.767 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:35:20.020 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:35:23.828 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:35:29.091 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:35:30.612 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:35:36.860 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:35:38.598 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:35:59.447 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:36:01.028 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:36:10.558 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:36:10.558 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:36:29.803 1291 22696 E _V_RichTapVibratorService: getExtension == null
12-31 18:37:09.217 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-31 18:37:09.942 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:37:09.942 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:37:17.587 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:37:27.640 1291 1919 E _V_RichTapVibratorService: getExtension == null
12-31 18:37:32.909 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:38:12.181 1291 1691 E LockoutResetTracker: Callback binder died:
android.os.BinderProxy@f2b19f7
12-31 18:38:12.192 1291 1691 E LockoutResetTracker: Removing dead callback for:
com.android.systemui
12-31 18:38:12.204 1291 1742 E BiometricService: Enabled callback binder died
12-31 18:38:58.835 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:38:58.839 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:39:34.086 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:39:34.105 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:40:26.170 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 18:40:47.728 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:40:47.728 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:41:53.556 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:42:00.256 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:42:15.235 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:42:17.511 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:42:19.588 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 18:42:21.471 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:42:24.734 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 18:42:24.980 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 18:42:36.663 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:42:36.663 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:44:15.699 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:44:15.707 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:45:12.768 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:45:33.051 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:45:33.285 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 18:45:34.304 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:45:39.152 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:45:39.872 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:45:41.125 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 18:45:41.373 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:45:43.203 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:45:46.160 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:46:04.556 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:46:04.563 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:46:14.268 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:46:16.331 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:46:32.311 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:46:59.225 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:46:59.225 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:47:53.461 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:47:53.461 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:48:47.527 1291 1425 E DiscreteRegistry: Deleting file 1703933124588tl
12-31 18:49:34.055 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:49:34.056 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:49:55.648 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:49:55.649 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:50:32.090 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 18:50:32.296 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:50:32.296 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:50:34.529 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:50:36.264 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:50:43.029 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:50:43.328 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:50:43.574 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:50:43.824 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:50:44.228 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:50:44.491 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:50:44.501 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 101
12-31 18:50:44.511 1291 1917 E ActivityManager: Service ServiceRecord{23b4b4d u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
21783:com.vivo.faceui/1000} not same as in map: ServiceRecord{2f12b46 u0
com.vivo.faceui/.FaceUIService}
12-31 18:50:45.036 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:50:46.081 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 18:50:47.485 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:50:50.530 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:51:44.542 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:51:44.545 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:52:41.407 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:52:43.054 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:52:43.957 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:52:43.957 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:54:09.957 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:54:32.861 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:54:32.861 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:55:05.712 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:55:07.322 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:55:23.289 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 18:55:25.353 1291 3622 E _V_RichTapVibratorService: getExtension == null
12-31 18:55:29.602 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:55:29.602 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 18:56:05.711 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:56:05.724 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:56:05.724 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:56:05.724 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 18:56:05.776 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 18:56:06.165 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:56:06.165 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:56:06.167 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:56:06.168 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:56:06.418 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:56:06.418 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:56:06.428 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:56:06.428 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:56:06.435 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:56:06.435 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:56:06.436 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:56:06.436 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:56:14.049 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:56:14.049 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:56:45.462 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:56:45.462 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:56:48.478 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:56:48.480 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:57:05.735 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:57:05.735 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:58:05.730 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:58:05.734 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:58:34.411 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:58:34.411 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:58:54.228 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:58:54.228 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:59:05.729 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 18:59:05.739 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 18:59:05.777 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 18:59:05.778 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:00:05.732 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:00:05.732 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:00:43.182 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:00:43.183 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:01:05.736 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:01:05.737 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:01:12.906 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:01:12.907 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:01:14.121 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:01:14.122 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:01:45.563 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:01:45.565 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:02:05.731 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:02:05.732 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:03:01.848 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:03:01.848 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:03:05.728 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:03:05.728 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:03:41.456 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:03:41.456 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:03:41.488 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:03:41.489 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:04:05.733 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:04:05.734 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:05:05.718 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:05:05.719 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:05:30.345 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:05:30.345 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:06:05.735 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:06:05.736 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:06:39.689 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:06:39.690 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:06:41.754 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:06:41.755 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:07:05.736 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:07:05.738 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:08:05.737 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:08:05.744 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:08:28.640 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:08:28.641 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:08:41.523 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:08:41.524 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:09:05.736 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:09:05.737 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:09:47.889 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:09:47.889 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:09:52.024 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:09:52.026 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:10:05.736 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:10:05.737 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:11:05.736 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:11:05.736 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:11:36.821 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:11:36.822 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:12:05.735 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:12:05.735 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:12:06.538 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:12:06.542 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:12:12.201 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:12:12.202 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:13:05.730 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:13:05.730 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:13:55.484 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:13:55.485 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:14:05.737 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:14:05.737 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:14:25.205 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:14:25.205 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:14:32.363 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:14:32.364 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:14:47.970 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:14:47.971 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:15:05.738 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:15:05.739 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:15:16.173 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:15:16.174 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:15:18.525 1291 1425 E PackageManager: Optimistic bind failed.
12-31 19:15:18.525 1291 1425 E PackageManager:
java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in
time!
12-31 19:15:18.525 1291 1425 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppReso
lverConnection.java:160)
12-31 19:15:18.525 1291 1425 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnectio
n.java:225)
12-31 19:15:18.525 1291 1425 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantA
ppResolverConnection(InstantAppResolverConnection.java:255)
12-31 19:15:18.525 1291 1425 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection$
$ExternalSyntheticLambda0.run(Unknown Source:2)
12-31 19:15:18.525 1291 1425 E PackageManager: at
android.os.Handler.handleCallback(Handler.java:938)
12-31 19:15:18.525 1291 1425 E PackageManager: at
android.os.Handler.dispatchMessage(Handler.java:99)
12-31 19:15:18.525 1291 1425 E PackageManager: at
android.os.Looper.loopOnce(Looper.java:233)
12-31 19:15:18.525 1291 1425 E PackageManager: at
android.os.Looper.loop(Looper.java:334)
12-31 19:15:18.525 1291 1425 E PackageManager: at
android.os.HandlerThread.run(HandlerThread.java:67)
12-31 19:15:52.576 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:15:52.578 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:16:05.739 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:16:05.739 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:16:14.159 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:16:14.159 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:16:43.880 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:16:43.880 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:16:49.548 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:16:49.550 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:17:05.732 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:17:05.733 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:17:51.603 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 19:17:51.659 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:17:51.660 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:17:51.706 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:17:51.706 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:17:53.179 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:17:53.179 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:18:05.736 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:18:05.737 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:18:32.807 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:18:32.807 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:18:49.786 1291 1425 E DiscreteRegistry: Deleting file 1703934953232tl
12-31 19:18:53.731 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 19:18:53.775 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:18:53.776 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:18:53.810 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:18:53.811 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:18:55.448 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:18:56.302 1291 1471 E _V_RichTapVibratorService: getExtension == null
12-31 19:18:57.261 1291 1921 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 19:18:58.227 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:18:58.359 1291 1753 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE
12-31 19:19:00.864 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~SdyQ3db4-RYtMhW3TEcE6A==/com.google.android.apps.youtube.music-
Qa0y3hfgCR90_J9iL5jZpg==/base.apk
12-31 19:19:00.956 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:19:01.409 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:19:01.410 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:19:02.242 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~zSSlexz88fbY1dmMXicFPg==/com.google.android.youtube-
KsqDY2byRBGqHNOAAGF50w==/base.apk
12-31 19:19:02.502 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:19:02.502 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:19:02.945 1291 5935 E _V_RichTapVibratorService: getExtension == null
12-31 19:19:03.286 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:19:03.810 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:19:03.811 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:19:05.588 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 102
12-31 19:19:05.602 1291 1704 E ActivityManager: Service ServiceRecord{2f12b46 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
26807:com.vivo.faceui/1000} not same as in map: ServiceRecord{c799655 u0
com.vivo.faceui/.FaceUIService}
12-31 19:19:05.736 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:19:05.742 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:19:08.653 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 19:19:16.138 1291 7444 E _V_RichTapVibratorService: getExtension == null
12-31 19:19:19.015 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:19:30.936 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:19:44.127 1291 2088 E _V_RichTapVibratorService: getExtension == null
12-31 19:19:44.171 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:19:44.640 1291 6806 E _V_RichTapVibratorService: getExtension == null
12-31 19:19:49.791 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:19:52.778 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 19:20:03.224 1291 6892 E _V_RichTapVibratorService: getExtension == null
12-31 19:20:05.737 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:20:05.737 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:20:07.110 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:20:32.628 1291 1918 E _V_RichTapVibratorService: getExtension == null
12-31 19:20:34.493 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:20:34.495 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:20:34.530 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:20:34.530 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:20:51.424 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:20:51.424 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:21:05.733 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:21:05.733 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:21:21.126 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:21:21.127 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:21:33.597 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:21:33.600 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:21:37.554 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:21:37.576 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:21:37.577 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:21:37.577 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 19:21:37.693 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:21:37.693 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:21:37.695 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:21:37.695 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:21:37.754 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:21:37.755 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:21:37.774 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:21:37.775 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:21:37.781 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:21:37.782 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:21:37.789 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:21:37.789 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:21:37.794 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:21:37.795 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:21:38.192 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:21:38.192 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:21:44.906 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:21:44.906 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:22:33.871 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:22:33.892 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:22:33.892 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:22:33.892 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 19:22:34.078 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 19:22:34.469 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:22:34.469 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:22:34.603 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:22:34.603 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:22:34.702 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:22:34.702 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:22:34.712 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:22:34.713 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:22:34.714 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:22:34.714 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:22:41.022 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:22:41.024 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:23:33.872 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:23:33.872 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:24:22.889 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:24:22.889 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:24:33.879 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:24:33.879 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:24:42.708 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:24:42.708 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:24:44.251 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:24:44.251 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:25:33.872 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:25:33.875 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:26:31.659 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:26:31.659 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:26:33.871 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:26:33.882 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:27:01.360 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:27:01.360 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:27:01.975 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:27:01.976 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:27:33.872 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:27:33.873 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:28:33.873 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:28:33.877 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:28:50.298 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:28:50.298 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:29:33.880 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:29:33.881 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:29:42.784 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:29:42.785 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:30:29.348 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:30:29.348 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:30:33.873 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:30:33.873 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:31:03.678 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 19:31:03.785 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:31:03.786 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:31:03.846 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:31:03.848 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 19:31:03.851 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:31:05.116 1291 1571 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 19:31:05.248 1291 1409 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 19:31:05.459 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:31:06.188 1291 3880 E _V_RichTapVibratorService: getExtension == null
12-31 19:31:08.276 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:31:15.084 1291 2105 E _V_RichTapVibratorService: getExtension == null
12-31 19:31:15.444 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 103
12-31 19:31:15.445 1291 3219 E ActivityManager: Service ServiceRecord{c799655 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
6132:com.vivo.faceui/1000} not same as in map: ServiceRecord{2d17f50 u0
com.vivo.faceui/.FaceUIService}
12-31 19:31:16.092 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:31:17.677 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:31:17.677 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:31:33.884 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:31:33.885 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:32:18.242 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:32:18.242 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
12-31 19:32:28.036 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:32:28.040 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:32:28.040 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:32:28.040 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
12-31 19:32:28.126 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:32:28.127 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:32:28.198 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:32:28.199 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:32:28.200 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:32:28.200 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:32:28.235 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:32:28.236 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:32:28.237 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:32:28.237 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:32:28.239 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:32:28.239 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:32:28.757 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:32:28.758 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
12-31 19:32:36.259 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:32:36.259 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:32:36.904 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 19:32:37.012 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:32:37.012 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:32:38.624 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:32:48.569 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 104
12-31 19:32:48.569 1291 3883 E ActivityManager: Service ServiceRecord{2d17f50 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8382:com.vivo.faceui/1000} not same as in map: ServiceRecord{ca4fa26 u0
com.vivo.faceui/.FaceUIService}
12-31 19:32:55.458 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:32:55.458 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:34:05.704 1291 1425 E DiscreteRegistry: Deleting file 1703935858089tl
12-31 19:36:20.019 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 19:36:20.136 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:36:20.136 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:36:24.169 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:36:25.681 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:36:29.419 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 19:36:31.436 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:36:34.198 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 105
12-31 19:36:34.201 1291 3865 E ActivityManager: Service ServiceRecord{ca4fa26 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8818:com.vivo.faceui/1000} not same as in map: ServiceRecord{118e909 u0
com.vivo.faceui/.FaceUIService}
12-31 19:37:17.803 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:37:17.803 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:39:06.707 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:39:06.718 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:39:31.124 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:39:31.124 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:39:31.296 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 19:39:43.675 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 19:39:43.815 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:39:43.815 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:39:44.814 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 19:39:45.039 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:39:45.563 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:39:46.142 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 19:39:46.247 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:39:47.353 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:39:54.966 1291 1918 E ActivityManager: Service ServiceRecord{118e909 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
9472:com.vivo.faceui/1000} not same as in map: ServiceRecord{1402cd u0
com.vivo.faceui/.FaceUIService}
12-31 19:39:54.970 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 106
12-31 19:41:12.866 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:41:12.866 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:42:27.994 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:42:27.994 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:42:46.720 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:42:50.755 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:42:53.410 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:42:53.420 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:42:53.425 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:42:53.432 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:43:01.781 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:43:01.781 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:43:55.997 1291 3622 E _V_RichTapVibratorService: getExtension == null
12-31 19:43:57.929 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:43:57.929 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:44:50.695 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:44:50.695 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:47:29.558 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 19:47:29.912 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:47:29.913 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:47:38.417 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:47:45.335 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:47:46.233 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:47:48.013 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:47:48.364 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 107
12-31 19:47:48.368 1291 2105 E ActivityManager: Service ServiceRecord{1402cd u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
10355:com.vivo.faceui/1000} not same as in map: ServiceRecord{7b74ce8 u0
com.vivo.faceui/.FaceUIService}
12-31 19:47:51.922 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:48:04.083 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:48:04.084 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:50:56.278 1291 1425 E DiscreteRegistry: Deleting file 1703936758135tl
12-31 19:52:28.512 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:52:28.512 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:52:38.709 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 19:52:38.821 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:52:38.821 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:52:40.549 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:52:42.115 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:52:43.303 1291 3880 E _V_RichTapVibratorService: getExtension == null
12-31 19:52:44.892 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:52:45.742 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:52:49.167 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:52:50.463 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 108
12-31 19:52:50.465 1291 9047 E ActivityManager: Service ServiceRecord{7b74ce8 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
11577:com.vivo.faceui/1000} not same as in map: ServiceRecord{fbacaa u0
com.vivo.faceui/.FaceUIService}
12-31 19:53:02.723 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:53:03.351 1291 1291 E RemoteFillService: Error calling on fill request
12-31 19:53:03.351 1291 1291 E RemoteFillService:
java.util.concurrent.CancellationException
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
java.util.concurrent.CompletableFuture.cancel(CompletableFuture.java:2292)
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
com.android.internal.infra.AndroidFuture.cancel(AndroidFuture.java:154)
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
com.android.internal.infra.ServiceConnector$Impl$CompletionAwareJob.cancel(ServiceC
onnector.java:711)
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
com.android.server.autofill.RemoteFillService.cancelCurrentRequest(RemoteFillServic
e.java:131)
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
com.android.server.autofill.Session.cancelCurrentRequestLocked(Session.java:758)
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
com.android.server.autofill.Session.requestNewFillResponseLocked(Session.java:835)
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
com.android.server.autofill.Session.requestNewFillResponseOnViewEnteredIfNecessaryL
ocked(Session.java:2690)
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
com.android.server.autofill.Session.updateLocked(Session.java:2905)
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
com.android.server.autofill.AutofillManagerServiceImpl.updateSessionLocked(Autofill
ManagerServiceImpl.java:607)
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
com.android.server.autofill.AutofillManagerService$AutoFillManagerServiceStub.updat
eSession(AutofillManagerService.java:1618)
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
android.view.autofill.IAutoFillManager$Stub.onTransact(IAutoFillManager.java:369)
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
android.os.Binder.execTransactInternal(Binder.java:1184)
12-31 19:53:03.351 1291 1291 E RemoteFillService: at
android.os.Binder.execTransact(Binder.java:1143)
12-31 19:53:10.255 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:53:10.293 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:53:30.435 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:53:30.435 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:57:11.814 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 19:57:11.975 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:57:11.975 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:57:13.373 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 19:57:23.344 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 109
12-31 19:57:23.348 1291 3216 E ActivityManager: Service ServiceRecord{fbacaa u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
12084:com.vivo.faceui/1000} not same as in map: ServiceRecord{fe6c6cd u0
com.vivo.faceui/.FaceUIService}
12-31 19:57:31.822 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:57:31.822 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:58:26.629 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 19:58:41.144 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:58:41.145 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 19:59:52.934 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 19:59:52.935 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:02:07.515 1291 1291 E NotificationService: Muting recently noisy 0|
com.shopee.ph|99900000|null|10192
12-31 20:02:16.643 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 20:02:17.220 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:02:17.220 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:02:24.031 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:02:24.032 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:02:29.531 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:02:29.531 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:07:24.654 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:07:24.654 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:09:19.847 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 20:09:19.971 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:09:19.971 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:09:22.326 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:09:23.546 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:09:24.041 1291 3883 E _V_RichTapVibratorService: getExtension == null
12-31 20:09:32.272 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 110
12-31 20:09:32.278 1291 3881 E ActivityManager: Service ServiceRecord{fe6c6cd u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
12787:com.vivo.faceui/1000} not same as in map: ServiceRecord{e92f5f9 u0
com.vivo.faceui/.FaceUIService}
12-31 20:09:43.481 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:09:54.607 1291 1919 E _V_RichTapVibratorService: getExtension == null
12-31 20:10:20.338 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:10:20.338 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:11:06.751 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 20:11:06.941 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:11:06.941 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:11:08.239 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:09.066 1291 1967 E _V_RichTapVibratorService: getExtension == null
12-31 20:11:09.814 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:10.239 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-31 20:11:11.402 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:11.802 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:13.713 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:18.270 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 111
12-31 20:11:18.272 1291 9047 E ActivityManager: Service ServiceRecord{e92f5f9 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
14209:com.vivo.faceui/1000} not same as in map: ServiceRecord{5a935b0 u0
com.vivo.faceui/.FaceUIService}
12-31 20:11:23.676 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:25.682 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:27.645 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:30.739 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:32.336 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:33.104 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:34.399 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:37.842 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-31 20:11:42.876 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:11:44.503 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:11:44.504 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:12:01.562 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:12:04.450 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:12:27.992 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:12:27.992 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:12:33.237 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:12:34.185 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:12:36.459 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:12:39.736 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:13:04.697 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:13:05.642 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:13:08.874 1291 3219 E _V_RichTapVibratorService: getExtension == null
12-31 20:13:11.028 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:13:11.028 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:13:33.411 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:13:33.411 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:15:31.742 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 20:15:31.984 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:15:31.984 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:15:34.482 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:15:40.377 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:15:41.883 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 20:15:43.675 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:15:44.345 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 112
12-31 20:15:44.350 1291 3622 E ActivityManager: Service ServiceRecord{5a935b0 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
14588:com.vivo.faceui/1000} not same as in map: ServiceRecord{804c85 u0
com.vivo.faceui/.FaceUIService}
12-31 20:16:49.896 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 20:16:50.078 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 20:16:51.135 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:16:51.135 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:18:12.796 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 20:18:13.123 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:18:13.123 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:18:45.142 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 20:18:45.317 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:18:45.317 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:18:46.827 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 20:18:47.053 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:18:47.401 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:18:47.924 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 20:18:48.068 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:18:52.933 1291 3880 E _V_RichTapVibratorService: getExtension == null
12-31 20:18:56.949 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 113
12-31 20:18:56.950 1291 3881 E ActivityManager: Service ServiceRecord{804c85 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
17503:com.vivo.faceui/1000} not same as in map: ServiceRecord{3b736fd u0
com.vivo.faceui/.FaceUIService}
12-31 20:18:57.621 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:18:58.429 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:19:13.697 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:19:13.697 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:19:14.596 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:19:14.599 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:21:32.666 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:21:32.666 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:21:33.787 1291 1425 E DiscreteRegistry: Deleting file 1703938559229tl
12-31 20:22:28.008 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:22:28.008 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:28:25.654 1291 18994 E _V_RichTapVibratorService: getExtension == null
12-31 20:28:28.649 1291 19010 E _V_RichTapVibratorService: getExtension == null
12-31 20:32:28.006 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:32:28.007 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:36:34.231 1291 1425 E DiscreteRegistry: Deleting file 1703939507937tl
12-31 20:42:28.018 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:42:28.019 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:49:51.473 1291 28235 E DiscreteRegistry: Deleting file 1703940432672tl
12-31 20:51:33.545 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 20:51:33.740 1291 3881 D IntervalStats: Unable to parse usage stats
packages: [258]
12-31 20:51:33.744 1291 1471 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 20:51:33.751 1291 1471 W _V_AlarmAlign: Do not set to kernel
12-31 20:51:33.751 1291 1471 W _V_AlarmAlign: Do not set to kernel
12-31 20:51:33.751 1291 1471 W _V_AlarmAlign: Do not set to kernel
12-31 20:51:33.751 1291 1471 W _V_AlarmAlign: Do not set to kernel
12-31 20:51:33.755 1291 1291 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 20:51:33.761 1291 3623 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-31 20:51:33.764 1291 3623 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-31 20:51:33.836 1291 3881 D IntervalStats: Unable to parse usage stats
packages: [305]
12-31 20:51:33.856 1291 3881 D IntervalStats: Unable to parse usage stats
packages: [258]
12-31 20:52:28.017 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:52:28.018 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:55:32.652 1291 1408 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 20:55:32.660 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-31 20:55:32.660 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-31 20:55:32.660 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-31 20:55:32.661 1291 1291 W _V_AlarmAlign: Do not set to kernel
12-31 20:55:32.693 1291 3623 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 20:55:32.698 1291 3623 W _V_AlarmAlign: Do not set to kernel
12-31 20:55:32.711 1291 3623 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
12-31 20:57:11.013 1291 1486 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.google.android.gms
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10156
12-31 20:57:11.957 1291 1486 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
61 ms.
12-31 20:57:36.301 1291 1291 I Telecom : eo: Package com.google.android.gms is
not tracked.: SSH.oR@AAA
12-31 20:57:38.103 1291 20051 E _V_RichTapVibratorService: getExtension == null
12-31 20:58:18.021 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 20:58:18.520 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:58:18.520 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:58:19.478 1291 1414 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 20:58:19.644 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:58:21.027 1291 1918 E _V_RichTapVibratorService: getExtension == null
12-31 20:58:21.521 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:58:22.376 1291 20928 E _V_RichTapVibratorService: getExtension == null
12-31 20:58:22.933 1291 1291 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 20:58:23.295 1291 1557 E _V_PowerDataReport: The current time is less than
the last time, so failed
12-31 20:58:25.966 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 20:58:28.121 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 20:58:28.122 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 20:58:29.534 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 114
12-31 20:58:29.537 1291 3219 E ActivityManager: Service ServiceRecord{3b736fd u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
18566:com.vivo.faceui/1000} not same as in map: ServiceRecord{5f30cff u0
com.vivo.faceui/.FaceUIService}
12-31 20:58:38.197 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:58:40.503 1291 28235 E SettingsToPropertiesMapper:
com.yelp.android,0,com.yy.biu,0,com.groupme.android,0,air.tv.douyu.android,0,com.ba
idu.mbaby,0,com.vlocker.locker,0,com.znxh.hyhuo,0,com.yixia.xiaokaxiu,0 exceeds
system property max length.
12-31 20:58:42.561 1291 21634 E SettingsToPropertiesMapper:
adservices/disable_sdk_sandbox,adservices/enforce_broadcast_receiver_restrictions,a
dservices/
fledge_ad_selection_enforce_foreground_status_custom_audience,adservices/
fledge_custom_audience_max_count,adservices/
fledge_custom_audience_max_num_ads,adservices/
fledge_custom_audience_max_owner_count,adservices/
fledge_custom_audience_per_app_max_count,adservices/
fledge_js_isolate_enforce_max_heap_size,adservices/
fledge_js_isolate_max_heap_size_bytes,adservices/
sdk_request_permits_per_second,adservices/
sdksandbox_customized_sdk_context_enabled,configuration/
namespace_to_package_mapping,constrain_display_apis/
always_constrain_display_apis,constrain_display_apis/
never_constrain_display_apis,constrain_display_apis/
never_constrain_display_apis_all_packages,device_policy_manager/
disable_resources_updatability,flipendo/default_savings_mode_launch,flipendo/
essential_apps,flipendo/flipendo_enabled_launch,flipendo/
grayscale_enabled_launch,flipendo/lever_ble_scanning_enabled_launch,flipendo/
lever_hotspot_enabled_launch,flipendo/lever_work_profile_enabled_launch,flipendo/
resuspend_delay_minutes,namespace/key,namespace1/key1,namespace1/key2,namespace2/
key1,namespace2/key2,package_manager_service/
incfs_default_timeouts,package_manager_service/known_digesters_list,privacy/
location_access_check_periodic_interval_millis,rollback/
enable_rollback_timeout,rollback/watchdog_explicit_health_check_enabled,rollback/
watchdog_request_timeout_millis,rollback/watchdog_trigger_failure_count,rollback/
watchdog_trigger_failure_duration_millis,rollback_boot/
rollback_lifetime_in_millis,systemui/nas_generate_actions,systemui/
nas_generate_replies,systemui/nas_max_messages_to_extract,systemui/
nas_max_suggestions,testspace/another,testspace/flagname,textclassifier/
config_updater_model_enabled,textclassifier/key,textclassifier/
key2,textclassifier/manifest_url_annotator_en,textclassifier/
manifest_url_annotator_ru,textclassifier/
model_download_backoff_delay_in_millis,textclassifier/
model_download_manager_enabled,textclassifier/
multi_language_support_enabled,textclassifier/
testing_locale_list_override,textclassifier/
textclassifier_service_package_override,window_manager/
enable_default_rescind_bal_privileges_from_pending_intent_sender,wrong/
nas_generate_replies, exceeds system property max length.
12-31 20:58:49.006 1291 1742 E _V_RichTapVibratorService: getExtension == null
12-31 20:58:51.190 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:59:18.928 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:59:24.029 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 20:59:33.587 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:00:17.039 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:00:17.040 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:00:26.951 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:00:26.952 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:02:07.668 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:02:07.668 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:02:15.835 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:02:15.835 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:02:28.006 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:02:28.006 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:02:50.630 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:02:51.112 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:02:51.112 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:02:52.135 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:03:01.555 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:03:02.125 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 115
12-31 21:03:02.400 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:04:04.743 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:04:04.743 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:05:05.486 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:05:05.486 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:05:53.631 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:05:53.632 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:06:51.525 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:06:51.768 1291 1425 E DiscreteRegistry: Deleting file 1703941345141tl
12-31 21:06:51.769 1291 1425 E DiscreteRegistry: Deleting file 1703941427858tl
12-31 21:06:51.809 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:06:51.809 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:06:53.178 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:06:59.439 1291 23872 E _V_RichTapVibratorService: getExtension == null
12-31 21:07:00.874 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 21:07:02.696 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:07:02.811 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:07:03.155 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 116
12-31 21:07:03.159 1291 1967 E ActivityManager: Service ServiceRecord{5f30cff u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22906:com.vivo.faceui/1000} not same as in map: ServiceRecord{5d5f281 u0
com.vivo.faceui/.FaceUIService}
12-31 21:07:03.160 1291 1967 E ActivityManager: Service ServiceRecord{26579ea u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22906:com.vivo.faceui/1000} not same as in map: ServiceRecord{5d5f281 u0
com.vivo.faceui/.FaceUIService}
12-31 21:07:03.443 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:07:42.563 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:07:42.565 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:08:17.341 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:08:17.341 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:12:28.009 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:12:28.010 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:19:04.920 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-31 21:19:04.924 1291 3623 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-31 21:19:04.926 1291 3623 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-31 21:19:04.944 1291 3623 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10192; state: DISABLED
12-31 21:19:05.098 1291 1291 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
12-31 21:19:05.262 1291 1291 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 21:19:05.614 1291 1408 W _V_AlarmAlign: Do not set to kernel
12-31 21:19:05.615 1291 3623 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 21:19:05.622 1291 3623 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-31 21:19:05.631 1291 3623 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 21:19:05.636 1291 3623 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-31 21:19:05.636 1291 3623 W _V_VivoAmsImpl: mCallingPidFilter=24424,
mCallingUidFilter=10192
12-31 21:19:05.637 1291 3623 I _V_ActivityManager: isSystemApp: false,
packageName: com.shopee.ph
12-31 21:19:05.638 1291 3623 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10192; state: DISABLED
12-31 21:19:05.638 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10192; state: ENABLED
12-31 21:19:05.644 1291 3623 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 21:19:05.661 1291 3623 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-31 21:19:05.662 1291 3623 W _V_VivoAmsImpl: mCallingPidFilter=24424,
mCallingUidFilter=10192
12-31 21:19:05.666 1291 1436 I ActivityManager: Start proc
24451:com.shopee.ph/u0a192 for service
{com.shopee.ph/com.shopee.app.pushnotification.fcm.ShopeeFcmMainService}
12-31 21:19:05.727 1291 3623 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-31 21:19:05.731 1291 3623 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-31 21:19:05.734 1291 3623 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
12-31 21:19:05.766 1291 3623 D _V_VivoPowerManagerService: button light 0 222
trun off
12-31 21:22:28.013 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:22:28.013 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:22:48.823 1291 1425 E DiscreteRegistry: Deleting file 1703942248538tl
12-31 21:26:51.464 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:26:51.464 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:28:51.710 1291 1291 E NotificationService: Muting recently noisy 0|
com.shopee.ph|99900000|null|10192
12-31 21:29:00.661 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:29:00.894 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:29:00.894 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:29:06.088 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:29:16.033 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 117
12-31 21:29:16.042 1291 3623 E ActivityManager: Service ServiceRecord{5d5f281 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
23916:com.vivo.faceui/1000} not same as in map: ServiceRecord{4f41db3 u0
com.vivo.faceui/.FaceUIService}
12-31 21:29:35.747 1291 7444 E _V_RichTapVibratorService: getExtension == null
12-31 21:29:40.129 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:29:40.129 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:30:29.057 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:30:29.057 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:30:37.881 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:30:38.061 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:30:38.062 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:30:42.080 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:30:42.359 1291 1291 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 21:30:43.060 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-31 21:30:44.924 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:30:50.515 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-31 21:30:52.139 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 118
12-31 21:30:52.142 1291 3219 E ActivityManager: Service ServiceRecord{4f41db3 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
25377:com.vivo.faceui/1000} not same as in map: ServiceRecord{66905b3 u0
com.vivo.faceui/.FaceUIService}
12-31 21:30:53.127 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:30:53.127 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:32:05.229 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:32:05.396 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:32:05.396 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:32:06.867 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:32:07.411 1291 1917 E _V_RichTapVibratorService: getExtension == null
12-31 21:32:16.863 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 119
12-31 21:32:16.871 1291 3219 E ActivityManager: Service ServiceRecord{66905b3 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
26099:com.vivo.faceui/1000} not same as in map: ServiceRecord{2eedf98 u0
com.vivo.faceui/.FaceUIService}
12-31 21:32:21.822 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:32:27.999 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:32:27.999 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:32:35.138 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:32:35.138 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:32:37.248 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:32:37.249 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:33:26.919 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:33:27.423 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:33:27.423 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:33:28.385 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:33:28.386 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:33:31.378 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:33:31.660 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:33:31.661 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:33:35.437 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:33:45.322 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 120
12-31 21:33:45.326 1291 2104 E ActivityManager: Service ServiceRecord{2eedf98 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
26550:com.vivo.faceui/1000} not same as in map: ServiceRecord{a00959a u0
com.vivo.faceui/.FaceUIService}
12-31 21:34:11.986 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:34:13.818 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:34:33.583 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:34:33.583 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:34:37.819 1291 21634 E DiscreteRegistry: Deleting file 1703943149791tl
12-31 21:36:22.450 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:36:22.450 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:36:49.170 1291 1408 E _V_RichTapVibratorService: getExtension == null
12-31 21:36:52.200 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:36:52.200 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:37:38.429 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:37:38.725 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:37:38.725 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:38:11.361 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:38:11.362 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:38:26.863 1291 1691 E BiometricScheduler/Face10: [Ignoring Finish]
{[464] FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0,
userId=0} does not match current: {[465] FaceUpdateActiveUserClient, proto=1,
owner=android, cookie=0, userId=0}
12-31 21:38:26.934 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:38:27.763 1291 3880 E _V_RichTapVibratorService: getExtension == null
12-31 21:38:33.074 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:38:36.952 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 121
12-31 21:38:36.958 1291 3865 E ActivityManager: Service ServiceRecord{a00959a u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
26987:com.vivo.faceui/1000} not same as in map: ServiceRecord{d3c6602 u0
com.vivo.faceui/.FaceUIService}
12-31 21:38:42.943 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:38:46.351 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:38:52.959 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:39:37.341 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:39:37.341 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:40:49.330 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:40:49.491 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:40:49.492 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:40:54.868 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:40:59.426 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:40:59.427 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:41:04.912 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 122
12-31 21:41:04.918 1291 3603 E ActivityManager: Service ServiceRecord{d3c6602 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
27886:com.vivo.faceui/1000} not same as in map: ServiceRecord{95ff57f u0
com.vivo.faceui/.FaceUIService}
12-31 21:41:14.586 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:42:27.998 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:42:27.998 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:42:48.339 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:42:48.339 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:43:11.508 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-31 21:43:36.571 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:43:57.655 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:43:57.656 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:44:08.319 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-31 21:44:10.662 1291 3210 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 21:44:11.008 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:44:11.008 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:47:10.573 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:47:10.752 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:47:10.752 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:47:13.406 1291 1691 E Face10 : onError for non-error consumer: null
12-31 21:47:13.427 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:47:15.957 1291 3878 E _V_RichTapVibratorService: getExtension == null
12-31 21:47:17.378 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:47:23.416 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 123
12-31 21:47:23.419 1291 3878 E ActivityManager: Service ServiceRecord{95ff57f u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
28462:com.vivo.faceui/1000} not same as in map: ServiceRecord{9c13183 u0
com.vivo.faceui/.FaceUIService}
12-31 21:47:28.772 1291 3879 E _V_RichTapVibratorService: getExtension == null
12-31 21:47:31.249 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:47:31.249 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:47:50.395 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:47:50.395 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:48:30.052 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:48:30.575 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:48:30.575 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:48:43.008 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:48:43.008 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:49:08.890 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:49:09.033 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:49:09.034 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:49:11.632 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:49:12.206 1291 5351 E _V_RichTapVibratorService: getExtension == null
12-31 21:49:13.729 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:49:17.791 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:49:19.528 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:49:20.864 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:49:21.621 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 124
12-31 21:49:21.625 1291 5351 E ActivityManager: Service ServiceRecord{9c13183 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
29328:com.vivo.faceui/1000} not same as in map: ServiceRecord{b4a78aa u0
com.vivo.faceui/.FaceUIService}
12-31 21:49:25.501 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:49:26.355 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:49:27.417 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:50:06.172 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:50:07.861 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:50:07.861 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:50:08.494 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:50:08.494 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:52:28.010 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:52:28.011 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:56:36.725 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 21:56:36.951 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:56:36.951 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:56:38.185 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:56:38.947 1291 3216 E _V_RichTapVibratorService: getExtension == null
12-31 21:56:39.803 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:56:40.246 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:56:42.954 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:56:48.212 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 125
12-31 21:56:48.219 1291 3216 E ActivityManager: Service ServiceRecord{b4a78aa u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
29899:com.vivo.faceui/1000} not same as in map: ServiceRecord{41ee01f u0
com.vivo.faceui/.FaceUIService}
12-31 21:56:55.947 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:56:59.142 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:57:00.749 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:57:15.591 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 21:58:15.180 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:58:15.184 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 21:59:05.749 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 21:59:05.749 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:00:53.363 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 22:00:53.495 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:00:53.500 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:00:55.404 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:01:05.352 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 126
12-31 22:01:05.362 1291 5351 E ActivityManager: Service ServiceRecord{41ee01f u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
30348:com.vivo.faceui/1000} not same as in map: ServiceRecord{dc4995e u0
com.vivo.faceui/.FaceUIService}
12-31 22:01:25.645 1291 5351 E _V_RichTapVibratorService: getExtension == null
12-31 22:01:50.932 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:01:50.932 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:02:27.994 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:02:27.994 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:03:30.023 1291 3623 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 22:03:30.391 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:03:30.392 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:03:33.350 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 22:03:33.458 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:03:33.458 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:03:33.693 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:03:43.304 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:03:43.304 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:03:44.547 1291 31062 E _V_RichTapVibratorService: getExtension == null
12-31 22:03:48.450 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:03:48.692 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 22:03:54.076 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:04:11.339 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:04:13.974 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:04:35.443 1291 3214 E _V_RichTapVibratorService: getExtension == null
12-31 22:04:44.176 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:04:59.990 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:05:00.753 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:05:01.285 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:05:05.401 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:05:06.066 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:05:16.230 1291 31417 E _V_RichTapVibratorService: getExtension == null
12-31 22:05:27.129 1291 31453 E _V_RichTapVibratorService: getExtension == null
12-31 22:05:30.712 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:05:30.862 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 22:05:31.835 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:05:32.184 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:05:32.184 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:05:39.436 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 22:05:39.444 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 22:06:02.085 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:07:21.084 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:07:21.085 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:07:27.741 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:07:27.741 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:07:32.690 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 22:07:32.792 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:07:32.793 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:07:33.054 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:07:52.472 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:07:53.409 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:07:58.938 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:08:02.861 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:08:06.953 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:08:06.953 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:08:58.075 1291 31932 E _V_RichTapVibratorService: getExtension == null
12-31 22:09:00.079 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 22:09:00.201 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:09:00.201 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:09:01.885 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:09:11.804 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 127
12-31 22:09:11.806 1291 1917 E ActivityManager: Service ServiceRecord{dc4995e u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
30770:com.vivo.faceui/1000} not same as in map: ServiceRecord{83769e u0
com.vivo.faceui/.FaceUIService}
12-31 22:09:17.156 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:09:17.156 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:09:39.565 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:09:39.565 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:11:25.271 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 22:11:25.403 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:11:25.403 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:11:33.248 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:11:33.954 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:11:35.141 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:11:36.608 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:11:36.762 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 22:11:42.132 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 128
12-31 22:11:42.141 1291 3632 E ActivityManager: Service ServiceRecord{83769e u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
32089:com.vivo.faceui/1000} not same as in map: ServiceRecord{5ed8f18 u0
com.vivo.faceui/.FaceUIService}
12-31 22:12:28.012 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:12:28.012 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:12:37.488 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:12:38.346 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:12:38.877 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:12:41.315 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:12:43.098 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-31 22:12:45.127 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:12:45.132 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:12:54.595 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:12:54.598 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:19:56.089 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 22:19:56.233 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:19:56.236 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:19:57.428 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:20:03.263 1291 2642 E _V_RichTapVibratorService: getExtension == null
12-31 22:20:04.229 1291 1921 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 22:20:04.895 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:20:05.462 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:20:05.891 1291 1789 E _V_RichTapVibratorService: getExtension == null
12-31 22:20:06.152 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:20:07.347 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 129
12-31 22:20:07.347 1291 3622 E ActivityManager: Service ServiceRecord{5ed8f18 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
32578:com.vivo.faceui/1000} not same as in map: ServiceRecord{b6aa36 u0
com.vivo.faceui/.FaceUIService}
12-31 22:20:09.137 1291 3865 E _V_RichTapVibratorService: getExtension == null
12-31 22:20:11.538 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:20:11.538 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:20:55.697 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:20:55.697 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:22:28.009 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:22:28.009 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:32:28.523 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:32:28.535 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:42:27.675 1291 1425 E DiscreteRegistry: Deleting file 1703946753769tl
12-31 22:42:28.150 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:42:28.151 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:51:30.837 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-31 22:51:30.871 1291 1919 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
12-31 22:52:29.522 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:52:29.522 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:55:40.236 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 22:55:40.358 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:55:40.359 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:55:47.889 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 22:55:49.250 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:55:49.250 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:57:49.293 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 22:57:49.485 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:57:49.485 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 22:57:49.866 1291 1425 E DiscreteRegistry: Deleting file 1703947379410tl
12-31 22:57:49.868 1291 1425 E DiscreteRegistry: Deleting file 1703947654187tl
12-31 22:57:57.502 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 22:57:59.002 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 22:57:59.276 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 22:57:59.683 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 22:58:02.303 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 22:58:02.691 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 22:58:02.696 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 22:58:04.319 1291 1691 E Face10 : onAcquired for non-acquire client: null
12-31 22:58:04.319 1291 1691 E Face10 : onAuthenticated for non-authentication
consumer: null
12-31 22:58:07.749 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 22:58:09.562 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 22:58:09.562 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:02:29.529 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:02:29.530 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:12:28.494 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:12:28.494 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:14:11.133 1291 1425 E DiscreteRegistry: Deleting file 1703948554268tl
12-31 23:14:11.467 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 23:14:11.974 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:14:11.974 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:14:16.736 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:14:16.736 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:14:36.869 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:14:36.877 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:14:36.882 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:14:36.888 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:14:36.894 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:15:00.697 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:15:00.698 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:16:29.811 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:16:29.812 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:18:18.701 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:18:18.702 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:20:07.611 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:20:07.613 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:21:56.521 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:21:56.521 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:22:28.011 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:22:28.011 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:23:45.422 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:23:45.422 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:25:34.333 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:25:34.335 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:27:23.258 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:27:23.258 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:29:12.170 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:29:12.170 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:29:41.851 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:29:41.852 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:31:30.745 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:31:30.746 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:32:28.007 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:32:28.007 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:33:19.659 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:33:19.660 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:35:08.551 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:35:08.551 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:36:57.451 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:36:57.459 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:38:18.072 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 23:38:18.201 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:38:18.202 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:38:19.782 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:38:20.153 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:38:20.869 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:38:21.323 1291 3883 E _V_RichTapVibratorService: getExtension == null
12-31 23:38:22.716 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:38:29.881 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 130
12-31 23:38:29.890 1291 3881 E ActivityManager: Service ServiceRecord{b6aa36 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
1807:com.vivo.faceui/1000} not same as in map: ServiceRecord{fbad034 u0
com.vivo.faceui/.FaceUIService}
12-31 23:38:46.391 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:38:46.391 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:39:48.246 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:39:48.836 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:40:01.101 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:40:06.639 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:40:09.582 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:40:14.657 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:40:14.831 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:40:15.172 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:40:17.678 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:40:17.976 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:40:24.903 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:40:26.137 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:40:26.246 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:40:26.476 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:40:35.267 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:40:35.267 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:40:49.503 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:40:49.753 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:41:09.152 1291 8550 E _V_RichTapVibratorService: getExtension == null
12-31 23:41:09.395 1291 1291 E NotificationService: Muting recently noisy 0|
com.android.mms|10001|com.android.mms:sms:1|10055
12-31 23:41:12.439 1291 1704 E _V_RichTapVibratorService: getExtension == null
12-31 23:41:12.452 1291 3880 E _V_RichTapVibratorService: getExtension == null
12-31 23:41:22.985 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:41:29.318 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:41:35.137 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:41:35.137 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:41:56.043 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 23:41:56.191 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:41:56.192 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:42:03.909 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:42:03.909 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:42:04.041 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 23:42:04.171 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:42:04.171 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:42:05.772 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:42:05.779 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:42:05.800 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:42:05.805 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:42:05.811 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:42:05.962 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:42:06.300 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:42:06.984 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
12-31 23:42:07.137 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:42:08.570 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:42:09.039 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:42:10.311 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:42:10.488 1291 3603 E _V_RichTapVibratorService: getExtension == null
12-31 23:42:12.200 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
12-31 23:42:12.802 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:42:15.926 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 131
12-31 23:42:15.930 1291 3880 E ActivityManager: Service ServiceRecord{fbad034 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
5834:com.vivo.faceui/1000} not same as in map: ServiceRecord{5f7e4a5 u0
com.vivo.faceui/.FaceUIService}
12-31 23:42:24.154 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:42:24.155 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:42:27.839 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:42:27.991 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:42:27.991 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:42:29.539 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:42:29.539 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:48:26.868 1291 9847 E _V_RichTapVibratorService: getExtension == null
12-31 23:51:41.787 1291 9898 E _V_RichTapVibratorService: getExtension == null
12-31 23:51:48.404 1291 9917 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:10.726 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 23:52:10.899 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:52:10.899 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:52:14.708 1291 2104 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
12-31 23:52:14.836 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:52:15.726 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:52:15.937 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:17.595 1291 9047 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:20.960 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:52:21.931 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:52:24.767 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 132
12-31 23:52:24.770 1291 9047 E ActivityManager: Service ServiceRecord{5f7e4a5 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
9588:com.vivo.faceui/1000} not same as in map: ServiceRecord{46324fa u0
com.vivo.faceui/.FaceUIService}
12-31 23:52:26.449 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:52:28.003 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:52:28.003 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:52:33.032 1291 10749 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:37.461 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:52:38.514 1291 1291 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:41.008 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 23:52:42.924 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:52:45.445 1291 2105 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:48.472 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:52:56.884 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:57.101 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:57.319 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:57.525 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:57.724 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:57.927 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:58.136 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:58.386 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:58.689 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 23:52:58.932 1291 1558 E _V_RichTapVibratorService: getExtension == null
12-31 23:53:12.264 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
12-31 23:53:12.382 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:53:12.387 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:53:12.518 1291 1466 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
12-31 23:53:12.898 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:53:13.006 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:53:13.006 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:53:18.367 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:53:18.368 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:53:21.701 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 23:53:21.926 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 23:53:40.397 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 23:53:40.694 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 23:54:28.277 1291 2088 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:dismissKeyguard pkgName =
android prox = 5.0 useprox = false
12-31 23:54:28.748 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:54:31.824 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:54:31.899 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:54:34.137 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 23:54:34.360 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 23:54:35.265 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 23:54:35.558 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 23:55:07.257 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:55:07.257 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:55:46.874 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:55:46.874 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:57:35.768 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:57:35.770 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
12-31 23:58:39.444 1291 5351 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:dismissKeyguard pkgName =
android prox = 5.0 useprox = false
12-31 23:58:39.612 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:58:39.692 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:58:41.332 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:58:41.448 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:58:45.184 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 23:58:47.245 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:58:49.699 1291 10989 E _V_RichTapVibratorService: getExtension == null
12-31 23:58:56.181 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:58:56.959 1291 3216 E ActivityManager: Service ServiceRecord{46324fa u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
10539:com.vivo.faceui/1000} not same as in map: ServiceRecord{1f0d11c u0
com.vivo.faceui/.FaceUIService}
12-31 23:58:56.960 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 133
12-31 23:58:57.814 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:59:00.479 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:59:01.249 1291 1917 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
12-31 23:59:01.386 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
12-31 23:59:01.757 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
12-31 23:59:24.668 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
12-31 23:59:24.669 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:00:00.010 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 00:00:00.023 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 00:00:09.961 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 00:00:10.234 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 00:00:11.103 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:00:11.104 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:00:13.085 1291 12322 E _V_RichTapVibratorService: getExtension == null
01-01 00:00:14.123 1291 1967 E AppOps : Operation not started: uid=10185
pkg=com.facebook.orca(null) op=WAKE_LOCK
01-01 00:00:40.556 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:01:25.994 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:01:26.130 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:01:26.130 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:01:31.309 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:01:36.730 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:01:41.199 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 134
01-01 00:01:41.203 1291 5351 E ActivityManager: Service ServiceRecord{1f0d11c u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
11989:com.vivo.faceui/1000} not same as in map: ServiceRecord{bb34576 u0
com.vivo.faceui/.FaceUIService}
01-01 00:01:50.837 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:01:52.364 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:01:53.945 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:02:05.816 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:02:05.816 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:02:28.007 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:02:28.007 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:02:55.315 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:02:55.315 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:03:44.628 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:03:49.951 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:03:51.344 1291 2642 E _V_RichTapVibratorService: getExtension == null
01-01 00:03:53.910 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:03:53.969 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:03:53.969 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:03:56.984 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:03:57.142 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:03:57.142 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:03:58.467 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:03:58.768 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:03:59.171 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:04:08.717 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 135
01-01 00:04:08.720 1291 2105 E ActivityManager: Service ServiceRecord{bb34576 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
12649:com.vivo.faceui/1000} not same as in map: ServiceRecord{d3cada0 u0
com.vivo.faceui/.FaceUIService}
01-01 00:04:38.804 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:04:38.917 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:04:38.917 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:04:44.205 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:04:44.206 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:06:51.264 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:06:51.434 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:06:51.434 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:07:00.738 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:07:00.738 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:07:09.288 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:07:09.429 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:07:09.429 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:07:10.603 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:07:10.933 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:07:11.461 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:07:12.113 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:07:12.231 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:07:13.468 1291 3214 E _V_RichTapVibratorService: getExtension == null
01-01 00:07:15.108 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:07:15.792 1291 14797 E _V_RichTapVibratorService: getExtension == null
01-01 00:07:15.854 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 00:07:17.417 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:07:20.031 1291 3865 E _V_RichTapVibratorService: getExtension == null
01-01 00:07:20.804 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 136
01-01 00:07:20.806 1291 1918 E ActivityManager: Service ServiceRecord{d3cada0 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
13869:com.vivo.faceui/1000} not same as in map: ServiceRecord{dd4b416 u0
com.vivo.faceui/.FaceUIService}
01-01 00:07:39.244 1291 14954 E _V_RichTapVibratorService: getExtension == null
01-01 00:07:41.816 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:07:42.147 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:07:42.353 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:07:44.917 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:07:55.432 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:07:57.363 1291 1918 E _V_RichTapVibratorService: getExtension == null
01-01 00:08:12.367 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:08:26.026 1291 15275 E _V_RichTapVibratorService: getExtension == null
01-01 00:08:35.732 1291 15701 E _V_RichTapVibratorService: getExtension == null
01-01 00:08:48.500 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:08:48.501 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:09:01.165 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:09:47.631 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:10:24.848 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:10:37.386 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:10:37.387 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:10:50.666 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:10:50.666 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:11:14.066 1291 16090 E _V_RichTapVibratorService: getExtension == null
01-01 00:11:43.703 1291 16110 E _V_RichTapVibratorService: getExtension == null
01-01 00:11:56.779 1291 16130 E _V_RichTapVibratorService: getExtension == null
01-01 00:12:06.562 1291 21634 E DiscreteRegistry: Deleting file 1703952171164tl
01-01 00:12:28.477 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:12:28.477 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:12:29.229 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:12:29.696 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:12:29.696 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:12:31.974 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:12:41.984 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 137
01-01 00:12:41.990 1291 2105 E ActivityManager: Service ServiceRecord{dd4b416 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
14906:com.vivo.faceui/1000} not same as in map: ServiceRecord{3cafb0b u0
com.vivo.faceui/.FaceUIService}
01-01 00:13:07.883 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:13:08.090 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:13:20.304 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:13:26.265 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:13:28.525 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:13:44.039 1291 16522 E _V_RichTapVibratorService: getExtension == null
01-01 00:13:57.772 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:13:57.772 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:14:06.494 1291 16555 E _V_RichTapVibratorService: getExtension == null
01-01 00:14:11.133 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:14:11.294 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:14:12.268 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:14:38.324 1291 1291 E NotificationService: Muting recently noisy 0|
com.shopee.ph|99900000|null|10192
01-01 00:14:40.360 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:14:42.569 1291 3880 E _V_RichTapVibratorService: getExtension == null
01-01 00:14:56.938 1291 17054 E _V_RichTapVibratorService: getExtension == null
01-01 00:14:59.622 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:15:11.176 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:15:46.657 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:15:46.657 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:16:36.182 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:16:36.182 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:16:37.109 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:16:48.242 1291 1291 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 00:17:02.198 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:17:02.198 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:17:22.287 1291 17366 E _V_RichTapVibratorService: getExtension == null
01-01 00:18:06.337 1291 1414 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:handleTurnScreenOn
pkgName = android prox = 5.0 useprox = false
01-01 00:18:06.373 1291 1466 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
01-01 00:18:06.476 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:18:06.476 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:18:07.108 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:18:08.341 1291 3603 E _V_RichTapVibratorService: getExtension == null
01-01 00:18:08.421 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 00:18:32.023 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 00:18:32.195 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 00:18:43.588 1291 3216 E _V_RichTapVibratorService: getExtension == null
01-01 00:18:44.326 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 00:18:47.254 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:18:48.311 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:18:48.511 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:18:51.047 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:18:57.243 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 138
01-01 00:18:57.251 1291 2105 E ActivityManager: Service ServiceRecord{3cafb0b u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
16340:com.vivo.faceui/1000} not same as in map: ServiceRecord{a9e2314 u0
com.vivo.faceui/.FaceUIService}
01-01 00:19:00.094 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:19:01.401 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:19:02.514 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:19:02.514 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:19:14.168 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:19:14.168 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:19:54.941 1291 18227 E _V_RichTapVibratorService: getExtension == null
01-01 00:20:02.689 1291 18245 E _V_RichTapVibratorService: getExtension == null
01-01 00:20:06.178 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:20:06.548 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:20:06.549 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:20:10.316 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:20:11.236 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:20:11.357 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:20:17.606 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:20:20.309 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 139
01-01 00:20:20.312 1291 3216 E ActivityManager: Service ServiceRecord{a9e2314 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
18097:com.vivo.faceui/1000} not same as in map: ServiceRecord{9eb569d u0
com.vivo.faceui/.FaceUIService}
01-01 00:20:25.560 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:20:39.954 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:20:41.456 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:20:41.456 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:20:49.753 1291 18668 E _V_RichTapVibratorService: getExtension == null
01-01 00:20:57.727 1291 18701 E _V_RichTapVibratorService: getExtension == null
01-01 00:20:59.785 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:21:00.262 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:21:00.262 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:21:01.477 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:21:03.186 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:21:04.890 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:21:09.216 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:21:09.216 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:21:11.453 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 140
01-01 00:21:11.455 1291 7444 E ActivityManager: Service ServiceRecord{9eb569d u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
18481:com.vivo.faceui/1000} not same as in map: ServiceRecord{987e75f u0
com.vivo.faceui/.FaceUIService}
01-01 00:21:34.773 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:21:34.894 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:21:39.268 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:21:53.239 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:22:06.293 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:22:07.938 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:22:07.967 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:22:07.970 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:22:28.018 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:22:28.019 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:22:40.067 1291 19830 E _V_RichTapVibratorService: getExtension == null
01-01 00:22:57.701 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:22:58.118 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:22:58.119 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:22:59.098 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:22:59.402 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:22:59.926 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:23:07.809 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:23:07.810 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:23:09.382 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 141
01-01 00:23:09.387 1291 1408 E ActivityManager: Service ServiceRecord{987e75f u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
19384:com.vivo.faceui/1000} not same as in map: ServiceRecord{f377895 u0
com.vivo.faceui/.FaceUIService}
01-01 00:23:27.388 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:23:27.399 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:23:27.514 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:24:34.636 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:24:34.868 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:24:34.868 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:24:40.306 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:24:40.306 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:24:41.275 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:24:41.476 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:24:41.477 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:24:43.080 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:24:43.342 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:24:43.868 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:24:44.545 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:24:44.671 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:24:47.242 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:24:53.385 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 142
01-01 00:24:53.388 1291 3214 E ActivityManager: Service ServiceRecord{f377895 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
20266:com.vivo.faceui/1000} not same as in map: ServiceRecord{f6f4e13 u0
com.vivo.faceui/.FaceUIService}
01-01 00:25:24.257 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:25:24.257 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:25:25.187 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:25:25.187 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:25:25.343 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:25:25.633 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:25:25.806 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:25:25.807 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:25:28.659 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:25:28.678 1291 1691 E BiometricScheduler/Face10: [Ignoring Finish]
{[580] FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0,
userId=0} does not match current: {[581] FaceUpdateActiveUserClient, proto=1,
owner=android, cookie=0, userId=0}
01-01 00:25:28.782 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:25:29.340 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:25:30.084 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:25:30.141 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:25:30.602 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:25:31.424 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:25:38.670 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 143
01-01 00:25:38.675 1291 1918 E ActivityManager: Service ServiceRecord{f6f4e13 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
21055:com.vivo.faceui/1000} not same as in map: ServiceRecord{4a36710 u0
com.vivo.faceui/.FaceUIService}
01-01 00:26:03.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:26:03.882 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:26:18.970 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:28.213 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:32.222 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:32.953 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:34.227 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:35.065 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:36.384 1291 21841 E _V_RichTapVibratorService: getExtension == null
01-01 00:26:36.891 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:37.659 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:39.817 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:40.528 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:41.621 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:42.323 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:43.238 1291 21878 E _V_RichTapVibratorService: getExtension == null
01-01 00:26:43.390 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:44.139 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:44.660 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:26:45.341 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:26:48.370 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:27:13.788 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:27:15.442 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:27:28.509 1291 22012 E _V_RichTapVibratorService: getExtension == null
01-01 00:27:48.809 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:27:49.457 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:27:52.748 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:27:52.748 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:27:54.695 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:28:02.015 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:28:05.181 1291 3623 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 00:28:05.577 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:28:05.578 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:28:42.266 1291 22255 E _V_RichTapVibratorService: getExtension == null
01-01 00:28:44.129 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:28:44.292 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:28:44.292 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:28:51.298 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:28:51.298 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:28:55.847 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:28:56.009 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:28:56.009 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:28:58.866 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:28:59.830 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:29:00.052 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:29:03.599 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:29:04.869 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:29:05.366 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:29:08.896 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 144
01-01 00:29:08.901 1291 3734 E ActivityManager: Service ServiceRecord{4a36710 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
21552:com.vivo.faceui/1000} not same as in map: ServiceRecord{6e87f6f u0
com.vivo.faceui/.FaceUIService}
01-01 00:29:15.077 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:29:17.177 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:29:18.065 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:29:18.626 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:29:53.127 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 00:29:53.262 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:29:54.253 1291 23023 E _V_RichTapVibratorService: getExtension == null
01-01 00:30:14.268 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:30:14.269 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:30:17.253 1291 23064 E _V_RichTapVibratorService: getExtension == null
01-01 00:30:24.362 1291 1704 E _V_RichTapVibratorService: getExtension == null
01-01 00:30:27.232 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:30:27.448 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:30:30.657 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:30:35.314 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:31:07.984 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:31:32.898 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:31:33.679 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:31:36.158 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:31:37.040 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:31:52.261 1291 23479 E _V_RichTapVibratorService: getExtension == null
01-01 00:32:01.206 1291 23500 E _V_RichTapVibratorService: getExtension == null
01-01 00:32:03.193 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:32:03.193 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:32:14.564 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:32:14.722 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:32:21.871 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:32:25.914 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:32:28.001 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:32:28.001 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:32:55.866 1291 23652 E _V_RichTapVibratorService: getExtension == null
01-01 00:33:21.137 1291 23687 E _V_RichTapVibratorService: getExtension == null
01-01 00:33:52.082 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:33:52.082 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:33:55.418 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:33:55.418 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:34:43.258 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:34:43.392 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:34:43.392 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:34:44.874 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:34:46.400 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:34:46.614 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:34:54.903 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 145
01-01 00:34:54.909 1291 10989 E ActivityManager: Service ServiceRecord{6e87f6f u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22636:com.vivo.faceui/1000} not same as in map: ServiceRecord{b2372e5 u0
com.vivo.faceui/.FaceUIService}
01-01 00:35:04.731 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:35:33.727 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:35:36.795 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:35:48.031 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:35:48.032 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:35:51.936 1291 24128 E _V_RichTapVibratorService: getExtension == null
01-01 00:36:16.250 1291 24154 E _V_RichTapVibratorService: getExtension == null
01-01 00:36:27.985 1291 24180 E _V_RichTapVibratorService: getExtension == null
01-01 00:36:38.195 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:36:38.195 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:37:21.696 1291 24227 E _V_RichTapVibratorService: getExtension == null
01-01 00:37:36.935 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:37:36.936 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:38:16.557 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:38:16.557 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:40:06.775 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:40:06.775 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:40:31.292 1291 24282 E _V_RichTapVibratorService: getExtension == null
01-01 00:40:36.147 1291 24301 E _V_RichTapVibratorService: getExtension == null
01-01 00:42:28.008 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:42:28.009 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:42:42.820 1291 21634 E DiscreteRegistry: Deleting file 1703953991559tl
01-01 00:43:13.778 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:43:13.778 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:43:28.207 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:43:28.405 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:43:28.406 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:43:30.310 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:43:32.766 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:43:32.955 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:43:40.272 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 146
01-01 00:43:40.277 1291 1704 E ActivityManager: Service ServiceRecord{b2372e5 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
23927:com.vivo.faceui/1000} not same as in map: ServiceRecord{a5cda98 u0
com.vivo.faceui/.FaceUIService}
01-01 00:43:44.367 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:43:59.074 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:44:03.930 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:44:32.771 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:44:37.806 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:44:44.798 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:44:45.564 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:44:46.912 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:44:47.559 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:44:48.359 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:45:02.685 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:45:02.685 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:45:15.152 1291 25140 E _V_RichTapVibratorService: getExtension == null
01-01 00:45:23.721 1291 25167 E _V_RichTapVibratorService: getExtension == null
01-01 00:45:40.902 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:45:41.111 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:45:42.093 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:45:50.576 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:46:09.792 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:46:12.752 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:46:23.255 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:46:23.255 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:46:30.794 1291 25483 E _V_RichTapVibratorService: getExtension == null
01-01 00:46:31.854 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:46:32.042 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:46:32.042 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:46:32.994 1291 25626 E _V_RichTapVibratorService: getExtension == null
01-01 00:46:33.582 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:46:34.810 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:46:35.024 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:46:36.190 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:46:43.536 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 147
01-01 00:46:43.542 1291 1918 E ActivityManager: Service ServiceRecord{a5cda98 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
24581:com.vivo.faceui/1000} not same as in map: ServiceRecord{565fc6e u0
com.vivo.faceui/.FaceUIService}
01-01 00:46:48.263 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:46:52.121 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:46:54.337 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:46:59.291 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:46:59.292 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:46:59.927 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:47:04.644 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:47:04.716 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:47:24.387 1291 26030 E _V_RichTapVibratorService: getExtension == null
01-01 00:47:30.094 1291 3878 E _V_RichTapVibratorService: getExtension == null
01-01 00:47:33.089 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:47:33.281 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:47:34.322 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:47:38.711 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:47:38.777 1291 26298 E _V_RichTapVibratorService: getExtension == null
01-01 00:47:39.308 1291 1291 E NotificationService: Muting recently noisy 0|
com.android.mms|10001|com.android.mms:sms:1|10055
01-01 00:47:41.901 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:47:42.239 1291 3210 E _V_RichTapVibratorService: getExtension == null
01-01 00:47:47.637 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:47:48.429 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:47:54.826 1291 26478 E _V_RichTapVibratorService: getExtension == null
01-01 00:48:48.170 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:48:48.171 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:49:46.696 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:49:46.696 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:51:09.177 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:51:09.330 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:51:09.331 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:51:10.870 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:51:13.796 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:51:14.022 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:51:15.518 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:51:20.596 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:51:20.929 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 148
01-01 00:51:20.930 1291 3734 E ActivityManager: Service ServiceRecord{565fc6e u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
25776:com.vivo.faceui/1000} not same as in map: ServiceRecord{c218cd0 u0
com.vivo.faceui/.FaceUIService}
01-01 00:51:30.424 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:51:31.870 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:51:31.870 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:51:50.800 1291 26993 E _V_RichTapVibratorService: getExtension == null
01-01 00:51:52.453 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:51:53.402 1291 27121 E _V_RichTapVibratorService: getExtension == null
01-01 00:52:07.359 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:52:07.360 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:52:22.535 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:52:22.664 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:52:22.664 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:52:23.908 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:52:25.240 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:52:25.476 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:52:27.996 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:52:27.996 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:52:29.360 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:52:29.361 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:52:29.979 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:52:33.874 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 149
01-01 00:52:33.875 1291 3879 E ActivityManager: Service ServiceRecord{c218cd0 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
26892:com.vivo.faceui/1000} not same as in map: ServiceRecord{8297e08 u0
com.vivo.faceui/.FaceUIService}
01-01 00:52:38.089 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:52:50.185 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:52:59.228 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:53:06.394 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:53:07.274 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:53:08.982 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:53:08.985 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:53:09.661 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:53:11.220 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:53:11.220 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:53:33.510 1291 27706 E _V_RichTapVibratorService: getExtension == null
01-01 00:53:35.163 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:53:35.715 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:53:35.715 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:53:37.970 1291 27843 E _V_RichTapVibratorService: getExtension == null
01-01 00:53:43.575 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:53:43.575 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:53:50.541 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 00:53:50.631 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:53:50.631 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:53:53.299 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:53:54.693 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:53:54.910 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:53:55.706 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:54:03.267 1291 1742 E ActivityManager: Service ServiceRecord{8297e08 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
27363:com.vivo.faceui/1000} not same as in map: ServiceRecord{2166b65 u0
com.vivo.faceui/.FaceUIService}
01-01 00:54:03.270 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 150
01-01 00:54:03.990 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:54:21.381 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:54:25.428 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:54:26.870 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:54:30.861 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:54:45.468 1291 29114 E _V_RichTapVibratorService: getExtension == null
01-01 00:54:49.228 1291 29195 E _V_RichTapVibratorService: getExtension == null
01-01 00:54:49.761 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:54:49.980 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:54:50.925 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:54:59.876 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:55:06.779 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:55:10.417 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:55:12.762 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:55:14.368 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:55:28.438 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:55:28.442 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:55:31.006 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:55:32.557 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:55:42.833 1291 29639 E _V_RichTapVibratorService: getExtension == null
01-01 00:55:46.235 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 00:55:46.548 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 00:55:52.545 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 00:55:53.994 1291 29696 E _V_RichTapVibratorService: getExtension == null
01-01 00:55:56.472 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:55:58.949 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:55:59.121 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:56:00.141 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:56:09.320 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:56:19.483 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:56:21.401 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:56:36.684 1291 30226 E _V_RichTapVibratorService: getExtension == null
01-01 00:56:49.687 1291 30465 E _V_RichTapVibratorService: getExtension == null
01-01 00:56:54.922 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:56:55.112 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:56:56.518 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:56:59.583 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:57:13.866 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:57:15.676 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:57:17.338 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:57:17.340 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:57:46.718 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:58:15.707 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:58:16.600 1291 30872 E _V_RichTapVibratorService: getExtension == null
01-01 00:58:29.392 1291 31028 E _V_RichTapVibratorService: getExtension == null
01-01 00:58:45.227 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:58:45.384 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 00:58:48.419 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:59:01.159 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:59:06.232 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:59:06.232 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:59:06.321 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 00:59:45.876 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 00:59:45.876 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 00:59:46.092 1291 31511 E _V_RichTapVibratorService: getExtension == null
01-01 01:01:10.867 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:01:11.096 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:01:13.746 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:01:15.620 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:01:25.870 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:01:28.595 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:01:31.378 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:01:31.626 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:01:32.515 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:01:32.768 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:01:34.721 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:01:34.721 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:02:02.519 1291 32154 E _V_RichTapVibratorService: getExtension == null
01-01 01:02:07.285 1291 32174 E _V_RichTapVibratorService: getExtension == null
01-01 01:02:27.997 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:02:27.997 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:02:49.924 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:02:50.130 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:02:53.668 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:03:11.699 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:03:16.430 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:03:17.810 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:03:23.641 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:03:23.641 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:03:24.054 1291 3603 E _V_RichTapVibratorService: getExtension == null
01-01 01:03:35.049 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:03:46.013 1291 32532 E _V_RichTapVibratorService: getExtension == null
01-01 01:03:58.051 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:03:58.246 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:03:58.974 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:04:06.379 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:04:07.443 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:04:33.935 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:04:34.210 1291 32761 E _V_RichTapVibratorService: getExtension == null
01-01 01:04:37.143 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:04:37.345 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:04:38.269 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:04:52.313 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:04:55.294 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:04:56.657 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:05:12.550 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:05:12.550 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:05:20.685 1291 663 E _V_RichTapVibratorService: getExtension == null
01-01 01:05:23.744 1291 692 E _V_RichTapVibratorService: getExtension == null
01-01 01:05:39.454 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 01:06:11.983 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:06:11.984 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:06:28.297 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:06:28.497 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:06:36.425 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:06:37.851 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:06:52.255 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:06:53.599 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:07:11.286 1291 1540 E _V_RichTapVibratorService: getExtension == null
01-01 01:07:26.458 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:07:33.396 1291 5351 E InputMethodManagerService:
SOFT_INPUT_STATE_VISIBLE is ignored because there is no focused view that also
returns true from View#onCheckIsTextEditor()
01-01 01:07:33.396 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:07:39.392 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:07:39.660 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:07:39.662 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:07:39.664 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:07:39.665 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:07:56.454 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:08:00.858 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:08:00.858 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:08:09.705 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:08:24.506 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:08:29.685 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:08:36.794 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:08:36.972 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:08:37.897 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:08:44.199 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:08:46.591 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:09:30.624 1291 2699 E _V_RichTapVibratorService: getExtension == null
01-01 01:09:32.531 1291 2724 E _V_RichTapVibratorService: getExtension == null
01-01 01:09:49.752 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:09:49.752 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:10:55.778 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:10:55.972 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:10:57.675 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:11:20.255 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:11:22.640 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:11:38.650 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:11:38.650 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:11:39.773 1291 3280 E _V_RichTapVibratorService: getExtension == null
01-01 01:11:43.728 1291 3305 E _V_RichTapVibratorService: getExtension == null
01-01 01:11:45.703 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:11:45.849 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:11:46.724 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:11:53.378 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:11:54.487 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:12:08.205 1291 3469 E _V_RichTapVibratorService: getExtension == null
01-01 01:12:28.010 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:12:28.011 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:13:18.556 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:13:18.753 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:13:21.345 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:13:27.541 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:13:27.541 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:13:45.858 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:13:47.705 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:13:57.263 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:13:57.263 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:15:46.146 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:15:46.149 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:15:55.210 1291 3843 E _V_RichTapVibratorService: getExtension == null
01-01 01:16:29.542 1291 5351 E InputMethodManagerService:
SOFT_INPUT_STATE_VISIBLE is ignored because there is no focused view that also
returns true from View#onCheckIsTextEditor()
01-01 01:16:29.543 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:16:31.056 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:16:31.900 1291 2088 E InputMethodManagerService:
SOFT_INPUT_STATE_VISIBLE is ignored because there is no focused view that also
returns true from View#onCheckIsTextEditor()
01-01 01:16:31.901 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:16:32.913 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:16:47.429 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:16:47.609 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:16:51.278 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:16:53.505 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:17:13.984 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:17:34.940 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:17:35.058 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:17:35.058 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:17:38.525 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:17:39.746 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:17:39.783 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:17:40.122 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:17:50.559 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:17:53.790 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:18:02.404 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:18:05.929 1291 4676 E _V_RichTapVibratorService: getExtension == null
01-01 01:18:07.756 1291 4701 E _V_RichTapVibratorService: getExtension == null
01-01 01:18:19.590 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:18:20.369 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:18:20.502 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:18:20.704 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:18:21.132 1291 1742 I WindowManager: Relayout Window{412251d u0
com.facebook.orca/com.facebook.messaging.montage.composer.MontageComposerActivity}:
oldVis=0, newVis=8, requestedWidth=720, requestedHeight=1540, attrs.width=null,
attrs.height=null, compatFrame = Rect(0, 60 - 720, 1600), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
01-01 01:18:21.133 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:ad3d0e7 u0 com.facebook.orca} false mCurrentFocus =
Window{a4223da u0
com.facebook.orca/com.facebook.orca.threadview.ThreadViewActivity}
01-01 01:18:21.133 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:a829483 u0 com.facebook.orca} false mCurrentFocus =
Window{a4223da u0
com.facebook.orca/com.facebook.orca.threadview.ThreadViewActivity}
01-01 01:18:21.133 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:5cff5df u0 com.facebook.orca} false mCurrentFocus =
Window{a4223da u0
com.facebook.orca/com.facebook.orca.threadview.ThreadViewActivity}
01-01 01:18:21.133 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:96810fb u0 com.facebook.orca} false mCurrentFocus =
Window{a4223da u0
com.facebook.orca/com.facebook.orca.threadview.ThreadViewActivity}
01-01 01:18:21.133 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:560c448 u0 com.facebook.orca} false mCurrentFocus =
Window{a4223da u0
com.facebook.orca/com.facebook.orca.threadview.ThreadViewActivity}
01-01 01:18:21.151 1291 1471 D BatteryStatsService: notePemString noteWhich:
49,arg1: -2, arg2: -1, arg3: 5871, arg4: 7592, name: com.facebook.orca
01-01 01:18:21.164 1291 1471 D BatteryStatsService: notePemString noteWhich:
49,arg1: -1, arg2: -1, arg3: 5871, arg4: 7592, name: com.facebook.orca
01-01 01:18:21.181 1291 1967 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{a4223da u0
com.facebook.orca/com.facebook.orca.threadview.ThreadViewActivity}
01-01 01:18:21.183 1291 1967 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForFakeTarget null
01-01 01:18:21.186 1291 1967 I WindowManager: Relayout
Window{com.android.systemui:3e2dfcf u0 StatusBar}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=60,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = 13000000, mInvGlobalScale
= 1.0
01-01 01:18:21.189 1291 1471 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4777
com.android.server.wm.ActivityRecord.removeChild:433
com.android.server.wm.WindowContainer.removeImmediately:702
com.android.server.wm.WindowState.removeImmediately:2832
com.android.server.wm.WindowState.removeIfPossible:3052
com.android.server.wm.WindowState.removeIfPossible:2907
01-01 01:18:21.196 1291 1742 D _V_RMS-Preload: displayId=0, callingUid=10185,
callingPid=5871, requestUid=10185, requestPid=5871,
requestPkgName=com.facebook.orca, requestProcName=com.facebook.orca,
requestComponentName=com.facebook.messaging.montage.composer.MontageComposerActivit
y took -1ms finished.
01-01 01:18:21.196 1291 1742 D WindowManager: App removed or hidden
activity=ActivityRecord{48648ce u0
com.facebook.orca/com.facebook.messaging.montage.composer.MontageComposerActivity
t1520 d0 f}}
01-01 01:18:21.196 1291 1742 D _V_BarAnimController: notifyAppRemoved
ActivityRecord{48648ce u0
com.facebook.orca/com.facebook.messaging.montage.composer.MontageComposerActivity
t1520 d0 f}}
01-01 01:18:21.200 1291 1742 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
01-01 01:18:21.201 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:ad3d0e7 u0 com.facebook.orca} false mCurrentFocus =
Window{a4223da u0
com.facebook.orca/com.facebook.orca.threadview.ThreadViewActivity}
01-01 01:18:21.201 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:a829483 u0 com.facebook.orca} false mCurrentFocus =
Window{a4223da u0
com.facebook.orca/com.facebook.orca.threadview.ThreadViewActivity}
01-01 01:18:21.201 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:5cff5df u0 com.facebook.orca} false mCurrentFocus =
Window{a4223da u0
com.facebook.orca/com.facebook.orca.threadview.ThreadViewActivity}
01-01 01:18:21.201 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:96810fb u0 com.facebook.orca} false mCurrentFocus =
Window{a4223da u0
com.facebook.orca/com.facebook.orca.threadview.ThreadViewActivity}
01-01 01:18:21.201 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:560c448 u0 com.facebook.orca} false mCurrentFocus =
Window{a4223da u0
com.facebook.orca/com.facebook.orca.threadview.ThreadViewActivity}
01-01 01:18:21.205 1291 1415 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1520
,topActivity=ComponentInfo{com.facebook.orca/com.facebook.orca.threadview.ThreadVie
wActivity} ,resizeMode=1 ,topActivityType=1 ,of
windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720,
1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=standard mAlwaysOnTop=undefined
mRotation=ROTATION_0} }
01-01 01:18:21.213 1291 1742 D CompatibilityChangeReporter: Compat change id
reported: 157929241; UID 1000; state: LOGGED
01-01 01:18:21.232 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 01:18:21.233 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
01-01 01:18:21.241 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 01:18:21.241 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
01-01 01:18:21.251 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 01:18:21.252 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
01-01 01:18:21.259 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 01:18:21.260 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
01-01 01:18:21.402 1291 1471 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 01:18:21.449 1291 1742 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10
cmp=com.google.android.apps.searchlite/.widget.SearchLiteWidgetProvider (has
extras) } send by ApplicationInfo{5280af3 com.google.android.apps.searchlite}
should with permissions for security!!!
01-01 01:18:21.498 1291 3734 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 01:18:21.542 1291 1414 D _V_BarAnimController: reset
01-01 01:18:21.542 1291 1414 D _V_BarAnimController: resetRealBars
01-01 01:18:21.542 1291 1414 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
01-01 01:18:21.542 1291 1414 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
01-01 01:18:21.542 1291 1414 D _V_BarAnimController: updateGestureRotation cancel
01-01 01:18:21.542 1291 1414 D _V_BarAnimController: resetFakeBars
01-01 01:18:21.542 1291 1414 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
01-01 01:18:21.542 1291 1414 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
01-01 01:18:21.543 1291 1415 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:fdc9f1a u0 NavigationBar0}, shouldSendRedrawForSync() =
false
01-01 01:18:35.006 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:18:39.063 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:18:43.045 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:19:04.807 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:19:06.036 1291 1409 E _V_RichTapVibratorService: getExtension == null
01-01 01:19:08.230 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:19:11.646 1291 5355 E _V_RichTapVibratorService: getExtension == null
01-01 01:19:16.726 1291 5372 E _V_RichTapVibratorService: getExtension == null
01-01 01:19:21.350 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 01:19:21.426 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 01:19:21.450 1291 2104 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 01:19:21.450 1291 1425 V _V_UsageStatsService: reportEvent too
frequent:com.google.android.gms
01-01 01:19:21.525 1291 2104 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10
cmp=com.google.android.apps.searchlite/.widget.SearchLiteWidgetProvider (has
extras) } send by ApplicationInfo{5280af3 com.google.android.apps.searchlite}
should with permissions for security!!!
01-01 01:19:21.581 1291 1425 V _V_UsageStatsService: reportEvent too
frequent:com.google.android.gms
01-01 01:19:21.606 1291 3865 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 01:19:21.614 1291 1425 V _V_UsageStatsService: reportEvent too
frequent:com.google.android.gms
01-01 01:19:21.631 1291 3865 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 01:19:21.723 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 01:19:21.731 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 01:19:21.854 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 01:19:22.006 1291 2104 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 01:19:22.007 1291 1425 V _V_UsageStatsService: reportEvent too
frequent:com.google.android.gms
01-01 01:19:22.047 1291 2104 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10
cmp=com.google.android.apps.searchlite/.widget.SearchLiteWidgetProvider (has
extras) } send by ApplicationInfo{5280af3 com.google.android.apps.searchlite}
should with permissions for security!!!
01-01 01:19:22.086 1291 1425 V _V_UsageStatsService: reportEvent too
frequent:com.google.android.gms
01-01 01:19:22.106 1291 1409 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 01:19:22.107 1291 1425 V _V_UsageStatsService: reportEvent too
frequent:com.google.android.gms
01-01 01:19:23.964 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:19:23.965 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:19:26.796 1291 5399 E _V_RichTapVibratorService: getExtension == null
01-01 01:20:28.711 1291 3603 E _V_RichTapVibratorService: getExtension == null
01-01 01:20:33.272 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:20:33.272 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:21:05.470 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:21:06.688 1291 3734 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.smartshot et al): null
01-01 01:21:06.694 1291 1917 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.smartshot et al): null
01-01 01:21:06.705 1291 1967 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.smartshot et al): null
01-01 01:21:06.739 1291 1408 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.smartshot et al): null
01-01 01:21:06.743 1291 1967 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.smartshot et al): null
01-01 01:21:11.467 1291 1557 E _V_PowerDataReport: The current time is less than
the last time, so failed
01-01 01:21:11.517 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:21:12.015 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:21:12.528 1291 1557 E _V_PowerDataReport: The current time is less than
the last time, so failed
01-01 01:21:14.130 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:21:15.265 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:21:15.265 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:22:22.175 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:22:22.176 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:22:27.991 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:22:27.991 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:23:04.988 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 01:23:05.548 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:23:05.548 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:23:11.639 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:23:12.820 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:23:15.069 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:23:21.684 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 151
01-01 01:23:21.688 1291 3623 E ActivityManager: Service ServiceRecord{2166b65 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
28099:com.vivo.faceui/1000} not same as in map: ServiceRecord{a81178a u0
com.vivo.faceui/.FaceUIService}
01-01 01:23:43.827 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:23:55.999 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:23:59.768 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:24:03.205 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:24:04.445 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:24:04.455 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:24:05.067 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:24:11.072 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:24:11.072 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:24:18.512 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:24:20.359 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:24:22.186 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:24:25.766 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:24:27.506 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:24:28.151 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:24:28.430 1291 7051 E NotificationService: No vibration for canceled
notification : 0|com.facebook.orca|10000|
ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 01:24:33.159 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:25:15.649 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:25:17.607 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:25:52.867 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:25:58.509 1291 1691 E LockoutResetTracker: Callback binder died:
android.os.BinderProxy@cf234ae
01-01 01:25:58.511 1291 1691 E LockoutResetTracker: Removing dead callback for:
com.android.systemui
01-01 01:25:58.512 1291 3880 E BiometricService: Enabled callback binder died
01-01 01:25:59.982 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:25:59.983 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:26:03.566 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:26:04.538 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:26:13.779 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:26:16.458 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:26:19.988 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:26:21.153 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:26:29.160 1291 3734 E InputMethodManagerService:
SOFT_INPUT_STATE_VISIBLE is ignored because there is no focused view that also
returns true from View#onCheckIsTextEditor()
01-01 01:26:29.160 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:26:36.931 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:26:37.402 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:26:37.404 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:26:37.406 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:26:37.408 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:26:41.724 1291 7878 E _V_RichTapVibratorService: getExtension == null
01-01 01:26:50.179 1291 7916 E _V_RichTapVibratorService: getExtension == null
01-01 01:26:55.186 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:26:55.971 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:26:56.333 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:27:02.493 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:27:03.452 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:27:03.691 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:27:12.368 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:27:13.356 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:27:13.558 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:27:16.293 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:27:41.993 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:27:43.761 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:27:48.895 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:27:48.902 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:28:08.702 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:28:08.706 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:28:17.747 1291 8213 E _V_RichTapVibratorService: getExtension == null
01-01 01:29:06.051 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:29:06.171 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:29:08.018 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:29:49.172 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:29:51.158 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:29:52.722 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:29:55.421 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:29:57.593 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:29:57.594 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:29:59.909 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:30:06.188 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:31:36.458 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:31:46.522 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:31:46.522 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:31:51.093 1291 3865 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
01-01 01:31:52.080 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:31:54.951 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:32:07.191 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:32:08.165 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:32:10.437 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:32:21.280 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:32:28.002 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:32:28.006 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:32:31.913 1291 3623 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
01-01 01:32:32.380 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:32:33.722 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:33:25.505 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:33:25.505 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:34:12.540 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:34:13.389 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:34:20.613 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:35:05.050 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:35:07.077 1291 1919 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
01-01 01:35:07.599 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:35:08.469 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:35:14.411 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:35:14.412 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:35:31.572 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:35:32.690 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:35:41.436 1291 1919 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
01-01 01:35:41.585 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:35:42.127 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:35:58.419 1291 3880 E _V_RichTapVibratorService: getExtension == null
01-01 01:36:18.879 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:36:19.725 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:36:20.237 1291 1919 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
01-01 01:36:20.354 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:36:20.707 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:36:28.692 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:36:33.216 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:36:34.903 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:36:35.678 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:36:41.165 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:36:46.370 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:36:51.807 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:36:54.687 1291 2642 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
01-01 01:36:54.816 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:36:55.257 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:37:03.295 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:37:03.296 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:37:32.638 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 01:37:34.013 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:37:55.863 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:38:08.442 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:38:09.886 1291 3879 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
01-01 01:38:10.552 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:38:18.167 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:38:21.319 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:38:24.348 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:38:27.797 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:38:37.770 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:38:41.219 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:38:42.316 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:38:42.316 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:38:57.743 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:38:58.572 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:39:01.536 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:39:10.599 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:39:16.762 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:40:18.573 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:40:21.265 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:40:31.242 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:40:31.250 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:42:20.116 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:42:20.120 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:42:28.007 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:42:28.007 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:43:22.810 1291 3210 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
01-01 01:43:23.358 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:43:27.591 1291 1917 E _V_RichTapVibratorService: getExtension == null
01-01 01:43:29.035 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:43:31.086 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:44:09.006 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:44:09.007 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:45:08.409 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:45:08.409 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:46:12.432 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:46:14.345 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:46:17.256 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:46:18.023 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:46:18.345 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 01:46:27.329 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:46:32.455 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:46:38.258 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:46:42.177 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:46:57.308 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:46:57.309 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:48:46.206 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:48:46.206 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:50:35.136 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:50:35.139 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:51:18.174 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:51:18.322 1291 3878 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 01:51:22.015 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:51:22.843 1291 3210 E ClipboardService: Denying clipboard access to
com.ss.android.ugc.trill, application is not in focus nor is it a system service
for user 0
01-01 01:51:22.906 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:51:23.268 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:51:25.614 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:51:27.714 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:52:24.011 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:52:24.011 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:52:28.003 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:52:28.006 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:52:31.427 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:52:34.162 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:52:36.616 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:54:12.925 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:54:12.925 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:54:42.648 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:54:42.648 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:55:07.176 1291 12233 E _V_RichTapVibratorService: getExtension == null
01-01 01:55:11.001 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:55:14.153 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 01:55:18.461 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:55:58.521 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:56:01.310 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:56:08.721 1291 12645 E _V_RichTapVibratorService: getExtension == null
01-01 01:56:10.274 1291 3883 E _V_RichTapVibratorService: getExtension == null
01-01 01:56:17.261 1291 3878 E _V_RichTapVibratorService: getExtension == null
01-01 01:56:18.296 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:56:30.437 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:56:31.522 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:56:31.523 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:56:31.885 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:56:32.892 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:57:07.506 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:57:29.565 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:57:29.565 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:57:49.369 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 01:57:49.996 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:57:49.996 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:57:52.958 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:57:54.094 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:58:02.686 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 152
01-01 01:58:02.690 1291 1917 E ActivityManager: Service ServiceRecord{a81178a u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
6563:com.vivo.faceui/1000} not same as in map: ServiceRecord{aaf0d60 u0
com.vivo.faceui/.FaceUIService}
01-01 01:58:03.610 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:58:04.335 1291 1917 E ClipboardService: Denying clipboard access to
com.ss.android.ugc.trill, application is not in focus nor is it a system service
for user 0
01-01 01:58:04.384 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:58:20.618 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:58:23.100 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:58:24.572 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:58:31.375 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:58:39.070 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 01:58:39.072 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 01:58:39.476 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:58:42.443 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:58:43.971 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:58:46.355 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:58:51.573 1291 13527 E _V_RichTapVibratorService: getExtension == null
01-01 01:58:51.628 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 01:58:51.956 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|GROUP:4961249303987583|10185
01-01 01:58:52.416 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 01:58:52.484 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 01:58:52.739 1291 13545 E _V_RichTapVibratorService: getExtension == null
01-01 01:58:55.300 1291 13680 E _V_RichTapVibratorService: getExtension == null
01-01 01:58:56.702 1291 13771 E _V_RichTapVibratorService: getExtension == null
01-01 01:58:56.992 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 01:58:57.267 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 01:58:57.533 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 01:58:57.935 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 01:58:57.942 1291 13803 E _V_RichTapVibratorService: getExtension == null
01-01 01:59:08.758 1291 7444 E _V_RichTapVibratorService: getExtension == null
01-01 01:59:14.076 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:59:21.890 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 01:59:28.817 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:00:02.336 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:00:09.468 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:00:13.755 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 02:00:14.185 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 02:00:14.885 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 02:00:28.038 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:00:28.038 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:01:16.662 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:01:31.529 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:01:32.077 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 02:01:32.750 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 02:01:33.227 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:01:35.258 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 02:01:35.470 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:01:40.794 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:01:48.482 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:01:50.669 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:02:04.479 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:02:05.210 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:02:08.751 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:02:10.003 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:02:13.636 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:02:14.769 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:02:16.888 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:02:16.889 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:02:28.001 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:02:28.001 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:02:29.872 1291 15040 E _V_RichTapVibratorService: getExtension == null
01-01 02:02:38.201 1291 15076 E _V_RichTapVibratorService: getExtension == null
01-01 02:02:46.619 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:02:46.627 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:03:29.076 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:03:29.228 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 02:03:30.496 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:03:37.401 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:03:45.343 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:04:35.509 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:04:35.510 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:05:05.837 1291 15436 E _V_RichTapVibratorService: getExtension == null
01-01 02:05:19.101 1291 15462 E _V_RichTapVibratorService: getExtension == null
01-01 02:05:41.441 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:05:41.595 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 02:05:42.339 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:05:44.299 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:05:45.283 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:05:55.108 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:05:55.849 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:06:24.404 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:06:24.404 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:06:27.411 1291 15868 E _V_RichTapVibratorService: getExtension == null
01-01 02:06:35.433 1291 15930 E _V_RichTapVibratorService: getExtension == null
01-01 02:06:47.025 1291 15956 E _V_RichTapVibratorService: getExtension == null
01-01 02:06:51.531 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:06:51.647 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 02:06:52.713 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:06:56.888 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:07:03.413 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:07:07.342 1291 3879 E _V_RichTapVibratorService: getExtension == null
01-01 02:07:15.117 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:07:24.235 1291 16182 E _V_RichTapVibratorService: getExtension == null
01-01 02:07:27.435 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:07:27.625 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 02:07:28.430 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:07:32.525 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:07:33.308 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:08:13.316 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:08:13.317 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:09:46.287 1291 16612 E _V_RichTapVibratorService: getExtension == null
01-01 02:09:51.108 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:09:51.205 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 02:09:52.046 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:10:00.355 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:10:01.101 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:10:02.207 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:10:02.207 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:10:06.586 1291 3734 E _V_RichTapVibratorService: getExtension == null
01-01 02:10:08.066 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:10:08.552 1291 10989 E _V_RichTapVibratorService: getExtension == null
01-01 02:10:21.325 1291 16801 E _V_RichTapVibratorService: getExtension == null
01-01 02:10:40.200 1291 16832 E _V_RichTapVibratorService: getExtension == null
01-01 02:11:03.747 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:11:03.878 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 02:11:04.787 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:11:07.352 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:11:16.677 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:11:21.461 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:11:22.072 1291 17292 E _V_RichTapVibratorService: getExtension == null
01-01 02:11:22.208 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:11:25.875 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:11:26.129 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 02:11:26.910 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:11:31.313 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:11:31.314 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:11:32.210 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:11:37.626 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:11:47.798 1291 17410 E _V_RichTapVibratorService: getExtension == null
01-01 02:12:03.950 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:12:17.404 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:12:28.019 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:12:28.019 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:13:20.253 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:13:20.255 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:13:57.608 1291 17703 E _V_RichTapVibratorService: getExtension == null
01-01 02:15:07.059 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:15:07.188 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 02:15:09.123 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:15:09.123 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:15:10.808 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:15:21.353 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:15:22.982 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:15:24.916 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:15:26.649 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:15:28.573 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:15:41.071 1291 18047 E _V_RichTapVibratorService: getExtension == null
01-01 02:15:43.653 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:15:43.793 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 02:15:44.634 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:15:54.444 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:15:55.147 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:16:28.871 1291 18245 E _V_RichTapVibratorService: getExtension == null
01-01 02:16:31.776 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:16:31.912 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 02:16:33.299 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:16:35.884 1291 3219 E BiometricService: Enabled callback binder died
01-01 02:16:35.893 1291 1691 E LockoutResetTracker: Callback binder died:
android.os.BinderProxy@cf2d7a2
01-01 02:16:35.907 1291 1691 E LockoutResetTracker: Removing dead callback for:
com.android.systemui
01-01 02:16:36.593 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:16:46.129 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:16:46.801 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:16:58.019 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:16:58.024 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:17:00.263 1291 18645 E _V_RichTapVibratorService: getExtension == null
01-01 02:17:07.520 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:17:07.644 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 02:17:09.734 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:17:23.768 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:17:24.287 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:17:48.744 1291 18800 E _V_RichTapVibratorService: getExtension == null
01-01 02:18:42.982 1291 18984 E _V_RichTapVibratorService: getExtension == null
01-01 02:18:46.914 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:18:46.918 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:19:45.743 1291 3879 E _V_RichTapVibratorService: getExtension == null
01-01 02:20:16.048 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:20:16.049 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:21:16.426 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:22:04.915 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:22:04.926 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:22:28.007 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:22:28.007 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:23:53.827 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:23:53.827 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:25:42.750 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:25:42.750 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:26:35.983 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:27:31.621 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:27:31.621 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:29:20.536 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:29:20.537 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:29:40.372 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:29:40.375 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:31:11.360 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:31:12.663 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:31:13.174 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:31:29.245 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:31:29.245 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:31:31.146 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:32:13.782 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 02:32:15.708 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 02:32:16.022 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 02:32:16.624 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 02:32:18.743 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 02:32:28.009 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:32:28.009 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:32:41.714 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:32:42.493 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:32:42.899 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:33:13.048 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:33:18.139 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:33:18.143 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:34:07.741 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:35:07.041 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:35:07.047 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:36:55.950 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:36:55.952 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:38:44.865 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:38:44.867 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:38:46.679 1291 3878 E _V_RichTapVibratorService: getExtension == null
01-01 02:38:54.785 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:38:54.786 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:38:59.729 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:39:09.633 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:39:35.580 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:39:35.581 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:42:28.012 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:42:28.013 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:45:01.488 1291 22083 E _V_RichTapVibratorService: getExtension == null
01-01 02:45:45.859 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 02:45:46.055 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:45:46.055 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:46:00.393 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:46:01.391 1291 3603 E _V_RichTapVibratorService: getExtension == null
01-01 02:46:07.071 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:46:08.041 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:46:09.761 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:46:10.414 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 153
01-01 02:46:10.418 1291 3883 E ActivityManager: Service ServiceRecord{aaf0d60 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
13094:com.vivo.faceui/1000} not same as in map: ServiceRecord{82be748 u0
com.vivo.faceui/.FaceUIService}
01-01 02:46:11.219 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:46:13.600 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:46:15.178 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:46:15.178 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:46:30.828 1291 22604 E _V_RichTapVibratorService: getExtension == null
01-01 02:46:55.797 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 02:46:55.956 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:46:55.956 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:47:01.142 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:47:01.882 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 02:47:11.115 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 154
01-01 02:47:11.118 1291 5351 E ActivityManager: Service ServiceRecord{82be748 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22520:com.vivo.faceui/1000} not same as in map: ServiceRecord{9cf67bb u0
com.vivo.faceui/.FaceUIService}
01-01 02:47:13.588 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:47:17.813 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:47:17.814 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:48:12.180 1291 22865 E _V_RichTapVibratorService: getExtension == null
01-01 02:48:13.534 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 02:48:13.693 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:48:13.696 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:48:16.508 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:48:17.580 1291 1967 E _V_RichTapVibratorService: getExtension == null
01-01 02:48:22.634 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:48:23.132 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:48:24.488 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:48:26.527 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 155
01-01 02:48:26.533 1291 3880 E ActivityManager: Service ServiceRecord{9cf67bb u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22798:com.vivo.faceui/1000} not same as in map: ServiceRecord{af97030 u0
com.vivo.faceui/.FaceUIService}
01-01 02:48:29.519 1291 23373 E _V_RichTapVibratorService: getExtension == null
01-01 02:48:31.589 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:48:31.589 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:48:35.064 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:48:35.257 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 02:48:38.224 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:48:48.086 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:48:49.782 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:48:49.782 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:49:03.102 1291 23487 E _V_RichTapVibratorService: getExtension == null
01-01 02:49:10.596 1291 23503 E _V_RichTapVibratorService: getExtension == null
01-01 02:50:55.128 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 02:50:55.293 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:50:55.294 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:50:57.858 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:50:57.859 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:51:32.274 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 02:51:32.385 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:51:32.385 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:51:49.136 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:51:53.038 1291 1919 E _V_RichTapVibratorService: getExtension == null
01-01 02:51:58.984 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 156
01-01 02:51:58.986 1291 3880 E ActivityManager: Service ServiceRecord{af97030 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
23181:com.vivo.faceui/1000} not same as in map: ServiceRecord{a105286 u0
com.vivo.faceui/.FaceUIService}
01-01 02:52:02.037 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:52:06.216 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:52:06.216 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:52:28.005 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:52:28.007 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:52:42.277 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 02:52:42.465 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:52:42.465 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:52:45.852 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:52:55.866 1291 3734 E ActivityManager: Service ServiceRecord{a105286 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
24017:com.vivo.faceui/1000} not same as in map: ServiceRecord{4508e03 u0
com.vivo.faceui/.FaceUIService}
01-01 02:52:55.870 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 157
01-01 02:53:16.555 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:53:18.252 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:53:21.982 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:53:22.655 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:53:24.526 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:53:26.223 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:53:31.757 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:53:31.757 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:54:27.364 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:54:27.365 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:54:48.378 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 02:54:48.823 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:54:48.823 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:54:51.236 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 02:55:01.244 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 158
01-01 02:55:01.251 1291 1409 E ActivityManager: Service ServiceRecord{4508e03 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
24527:com.vivo.faceui/1000} not same as in map: ServiceRecord{9ee95eb u0
com.vivo.faceui/.FaceUIService}
01-01 02:55:47.997 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:55:47.997 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:55:54.685 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:55:54.686 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:56:12.841 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 02:56:13.004 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:56:13.004 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 02:56:26.402 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 02:56:26.402 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:01:44.708 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:01:44.957 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:01:44.957 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:01:48.788 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:01:53.954 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:01:53.954 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:01:59.878 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:02:00.325 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:02:00.326 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:02:11.254 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:02:11.254 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:02:27.999 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:02:28.000 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:02:46.953 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:02:47.067 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:02:47.067 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:02:52.058 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:02:52.758 1291 3878 E _V_RichTapVibratorService: getExtension == null
01-01 03:02:53.891 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:03:02.068 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 159
01-01 03:03:02.071 1291 2105 E ActivityManager: Service ServiceRecord{9ee95eb u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
24815:com.vivo.faceui/1000} not same as in map: ServiceRecord{f798af6 u0
com.vivo.faceui/.FaceUIService}
01-01 03:03:18.363 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:03:18.368 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:03:28.043 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:03:33.227 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:03:44.850 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:03:45.741 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:03:50.205 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:03:53.909 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 03:03:55.046 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 03:03:57.980 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:04:12.764 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:04:15.465 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 03:04:16.611 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:04:17.508 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:04:19.151 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:04:19.416 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:04:19.644 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:04:39.501 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 03:04:39.715 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 03:04:46.524 1291 1917 E _V_RichTapVibratorService: getExtension == null
01-01 03:04:50.323 1291 3883 E _V_RichTapVibratorService: getExtension == null
01-01 03:04:52.231 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:05:04.761 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:05:07.206 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:05:07.208 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:05:11.284 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:06:37.289 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 03:06:56.123 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:06:56.124 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:07:36.601 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:07:45.626 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:07:45.626 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:07:54.921 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:08:03.748 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:08:10.868 1291 3883 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 2 details = android.server.am:TURN_ON:turnScreenOnFlag pkgName
= android prox = 5.0 useprox = false
01-01 03:08:11.666 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:08:58.561 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:09:15.843 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:09:31.475 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:09:34.527 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:09:34.527 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:09:39.845 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:09:41.773 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:09:41.773 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:10:11.514 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:10:11.966 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:10:11.967 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:10:13.670 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:10:15.423 1291 2088 E _V_RichTapVibratorService: getExtension == null
01-01 03:10:18.216 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:10:19.503 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:10:23.651 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 160
01-01 03:10:23.653 1291 1704 E ActivityManager: Service ServiceRecord{f798af6 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
25644:com.vivo.faceui/1000} not same as in map: ServiceRecord{67e220b u0
com.vivo.faceui/.FaceUIService}
01-01 03:10:30.367 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:10:57.418 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:11:23.412 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:11:23.412 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:12:16.795 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:12:19.316 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:12:27.996 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:12:27.996 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:12:28.981 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:12:30.217 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:12:31.466 1291 27303 E _V_RichTapVibratorService: getExtension == null
01-01 03:12:34.674 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:12:34.845 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 03:12:35.557 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:12:56.114 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:12:59.367 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:13:02.801 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:13:04.846 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:13:07.059 1291 27543 E _V_RichTapVibratorService: getExtension == null
01-01 03:13:12.320 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:13:12.320 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:13:17.019 1291 27581 E _V_RichTapVibratorService: getExtension == null
01-01 03:13:23.511 1291 2104 E _V_RichTapVibratorService: getExtension == null
01-01 03:13:30.369 1291 27608 E _V_RichTapVibratorService: getExtension == null
01-01 03:13:36.768 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:13:41.251 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:13:41.392 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 03:13:49.606 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:13:51.946 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:13:51.946 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:14:09.985 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:14:11.517 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:14:20.457 1291 3865 E _V_RichTapVibratorService: getExtension == null
01-01 03:14:21.265 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:14:35.013 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:14:52.385 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:14:53.291 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:14:54.048 1291 27913 E _V_RichTapVibratorService: getExtension == null
01-01 03:14:57.791 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:14:57.987 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 03:15:05.652 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:15:23.478 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:15:23.518 1291 28154 E _V_RichTapVibratorService: getExtension == null
01-01 03:15:23.939 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 03:15:28.234 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:15:29.501 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:15:38.774 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:15:39.755 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:15:40.825 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:15:40.825 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:15:41.298 1291 28260 E _V_RichTapVibratorService: getExtension == null
01-01 03:15:55.239 1291 28281 E _V_RichTapVibratorService: getExtension == null
01-01 03:16:03.207 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 03:16:03.224 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:16:21.157 1291 3865 E _V_RichTapVibratorService: getExtension == null
01-01 03:16:41.529 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:16:51.014 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:16:56.584 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:16:58.659 1291 28563 E _V_RichTapVibratorService: getExtension == null
01-01 03:16:59.018 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 03:17:04.978 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:17:10.819 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:17:11.738 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:17:20.355 1291 28670 E _V_RichTapVibratorService: getExtension == null
01-01 03:17:29.735 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:17:29.735 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:17:30.229 1291 28704 E _V_RichTapVibratorService: getExtension == null
01-01 03:17:54.475 1291 3879 E _V_RichTapVibratorService: getExtension == null
01-01 03:17:55.501 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:18:06.735 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:18:09.396 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:18:09.396 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:18:55.694 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:18:55.821 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:18:55.821 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:18:56.508 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:18:56.508 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:18:56.969 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:18:57.054 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:18:57.054 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:18:57.947 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:18:57.948 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:18:58.083 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:18:58.181 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:18:58.182 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:18:58.954 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:18:58.954 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:18:59.393 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:18:59.519 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:18:59.519 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:19:01.163 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:19:01.291 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:19:01.291 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:19:01.456 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:19:01.456 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:19:16.878 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:19:16.878 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:21:32.178 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:21:32.296 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:21:32.307 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:21:35.117 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:21:38.839 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 03:21:39.158 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:21:44.434 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:21:44.434 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:22:28.008 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:22:28.015 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:24:08.795 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:24:08.906 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:24:08.906 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:24:10.623 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:24:18.912 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:24:18.912 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:24:19.457 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:24:19.457 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:24:33.346 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:24:33.707 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:24:33.707 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:24:42.717 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:24:44.128 1291 3878 E _V_RichTapVibratorService: getExtension == null
01-01 03:24:45.687 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:24:46.116 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:24:47.672 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:24:51.926 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:24:52.759 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 161
01-01 03:24:52.761 1291 1409 E ActivityManager: Service ServiceRecord{67e220b u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
26896:com.vivo.faceui/1000} not same as in map: ServiceRecord{34be690 u0
com.vivo.faceui/.FaceUIService}
01-01 03:25:02.198 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:25:04.550 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:25:07.100 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:25:12.008 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:25:18.736 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:25:18.886 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:25:19.400 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:25:19.759 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:25:45.887 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:25:46.211 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:25:46.819 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:25:47.405 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:26:00.692 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:26:00.928 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:26:03.042 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:26:04.361 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:26:10.410 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:26:10.791 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:26:10.792 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:26:11.939 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:26:12.192 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:26:12.192 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:26:12.600 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:26:12.600 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:26:24.566 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:26:27.151 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:26:28.425 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:26:28.571 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:26:34.437 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 162
01-01 03:26:34.443 1291 3883 E ActivityManager: Service ServiceRecord{34be690 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
30607:com.vivo.faceui/1000} not same as in map: ServiceRecord{5176d7e u0
com.vivo.faceui/.FaceUIService}
01-01 03:26:56.211 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:26:56.514 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:26:57.170 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:26:58.089 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:27:25.037 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:27:25.494 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:27:37.711 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:27:40.794 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:27:43.243 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:27:44.109 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:27:47.476 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:27:51.707 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:27:52.606 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:27:56.271 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:00.819 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:01.444 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:28:01.449 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:28:01.654 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:04.920 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:06.959 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:07.909 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:11.559 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:13.920 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:14.610 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:18.678 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:18.922 1291 3883 E _V_RichTapVibratorService: getExtension == null
01-01 03:28:20.581 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:21.699 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:23.372 1291 5351 E _V_RichTapVibratorService: getExtension == null
01-01 03:28:24.908 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:25.705 1291 1919 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.smartshot et al): null
01-01 03:28:26.351 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:26.796 1291 1590 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
01-01 03:28:28.976 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:31.136 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:31.582 1291 2126 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
01-01 03:28:31.583 1291 2126 E VivoArtKeeperService: delete donwload failed file
01-01 03:28:45.505 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:49.166 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:28:49.284 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:28:49.902 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:29:19.885 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:29:20.333 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:29:22.208 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:29:22.330 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:29:22.934 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:29:23.633 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:29:45.874 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:29:46.332 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:29:50.338 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:29:50.339 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:29:50.678 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:29:51.231 1291 3219 E BiometricService: Enabled callback binder died
01-01 03:29:51.242 1291 1691 E LockoutResetTracker: Callback binder died:
android.os.BinderProxy@fd696d0
01-01 03:29:51.243 1291 1691 E LockoutResetTracker: Removing dead callback for:
com.android.systemui
01-01 03:29:58.568 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:29:59.361 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:00.996 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:03.298 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:06.024 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:06.186 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:30:06.562 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:34.226 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:34.522 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:36.268 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:37.070 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:39.454 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:30:39.597 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:41.827 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:42.593 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:43.010 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:43.951 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:45.067 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:46.163 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:47.167 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:48.627 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:54.970 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:55.450 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:56.323 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:56.903 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:57.430 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:57.944 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:30:58.530 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:31:19.473 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:31:19.474 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:31:21.804 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:31:23.339 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:31:23.592 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:31:23.757 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:31:55.686 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:31:55.998 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:31:56.530 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:31:57.152 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:32:17.663 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:32:17.965 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:32:18.717 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:32:19.352 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:32:28.005 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:32:28.007 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:32:39.576 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:32:39.990 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:32:45.689 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:33:08.350 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:33:08.355 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:33:10.320 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:33:12.695 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:33:12.930 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:33:13.218 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:33:33.053 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:33:33.340 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:33:33.939 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:33:34.640 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:34:15.304 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:34:15.821 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:34:36.519 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 03:34:37.980 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:34:44.837 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:34:57.266 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:34:57.266 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:35:12.493 1291 2105 E _V_RichTapVibratorService: getExtension == null
01-01 03:35:13.296 1291 2105 E _V_RichTapVibratorService: getExtension == null
01-01 03:35:14.472 1291 2105 E _V_RichTapVibratorService: getExtension == null
01-01 03:35:14.690 1291 2105 E _V_RichTapVibratorService: getExtension == null
01-01 03:35:18.216 1291 1471 E _V_RichTapVibratorService: getExtension == null
01-01 03:35:24.596 1291 2105 E _V_RichTapVibratorService: getExtension == null
01-01 03:35:30.494 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:35:51.712 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:36:24.764 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:36:28.379 1291 3881 E NotificationService: Package enqueue rate is
5.01563. Shedding 0|com.ss.android.ugc.trill|1|null|10194.
package=com.ss.android.ugc.trill
01-01 03:36:36.273 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:36:36.273 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:36:38.066 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:36:38.066 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:38:38.275 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:38:38.550 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:38:38.550 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:38:43.579 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:38:46.214 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:38:47.245 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:38:49.503 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:38:51.151 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:38:53.164 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 163
01-01 03:38:53.171 1291 1742 E ActivityManager: Service ServiceRecord{5176d7e u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
32740:com.vivo.faceui/1000} not same as in map: ServiceRecord{95eeda9 u0
com.vivo.faceui/.FaceUIService}
01-01 03:38:58.817 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:38:59.522 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:39:01.759 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:39:01.841 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 03:39:02.790 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:39:07.624 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:39:10.909 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:39:34.515 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:07.588 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:40:07.588 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:40:19.802 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:20.473 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:25.277 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:26.297 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:29.029 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:29.828 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:32.096 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:32.623 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:33.685 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:37.403 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:38.316 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:40.700 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:49.474 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:51.835 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:52.563 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:53.595 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:54.345 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:40:56.753 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:41:02.530 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:41:05.210 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:41:05.919 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:41:07.671 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:41:11.148 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:41:12.261 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:41:13.459 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:41:14.586 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:41:15.331 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:41:56.491 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:41:56.491 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:42:00.362 1291 9047 E _V_RichTapVibratorService: getExtension == null
01-01 03:42:02.198 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:42:28.013 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:42:28.015 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:42:53.982 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:42:55.834 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:42:56.747 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:42:57.880 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:01.435 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:03.959 1291 3734 E _V_RichTapVibratorService: getExtension == null
01-01 03:43:05.185 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:43:05.410 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:43:05.608 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:43:05.773 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:43:07.709 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:08.274 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:43:08.501 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:43:08.708 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:43:08.890 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:43:09.315 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:43:09.534 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:43:15.993 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:18.834 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:21.346 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:23.783 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:35.494 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:36.560 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:38.691 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:42.458 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:44.273 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:45.256 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:45.385 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:43:45.385 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:43:51.527 1291 3734 E _V_RichTapVibratorService: getExtension == null
01-01 03:43:52.931 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:43:59.244 1291 3214 E _V_RichTapVibratorService: getExtension == null
01-01 03:44:00.835 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:44:02.303 1291 3734 E _V_RichTapVibratorService: getExtension == null
01-01 03:44:04.366 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:44:05.727 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 03:44:11.537 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:44:18.136 1291 3214 E _V_RichTapVibratorService: getExtension == null
01-01 03:44:19.621 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:44:21.069 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:44:22.565 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:44:22.685 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:44:27.031 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:44:27.589 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:44:28.343 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:44:30.845 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:44:36.827 1291 1918 E _V_RichTapVibratorService: getExtension == null
01-01 03:44:37.708 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:44:55.546 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:44:59.233 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:04.597 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:45:04.598 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:45:15.418 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:16.103 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:22.292 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:24.056 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:25.521 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:26.511 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:30.243 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:31.283 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:32.992 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:33.992 1291 3214 E NotificationService: Package enqueue rate is
8.7546215. Shedding 0|com.ss.android.ugc.trill|1|null|10194.
package=com.ss.android.ugc.trill
01-01 03:45:36.241 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:37.893 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:38.765 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:44.811 1291 9047 E _V_RichTapVibratorService: getExtension == null
01-01 03:45:45.775 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:52.518 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:53.263 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:45:53.499 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:55.353 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 03:45:55.917 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:58.235 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:45:59.173 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:46:02.088 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:46:02.681 1291 1918 E NotificationService: Package enqueue rate is
5.3794384. Shedding 0|com.ss.android.ugc.trill|1|null|10194.
package=com.ss.android.ugc.trill
01-01 03:46:13.153 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:46:16.830 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:46:53.487 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:46:53.488 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:47:13.163 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:13.807 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:15.936 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:19.715 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:20.745 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:20.870 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:23.564 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:24.914 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:29.248 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:35.886 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:37.010 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:46.172 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:47.797 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 03:47:49.480 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:47:50.134 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 03:47:50.373 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 03:48:11.292 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:48:34.190 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 03:48:34.366 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:48:34.367 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:50:39.118 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:50:39.436 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:50:39.436 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:50:41.303 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 03:50:41.802 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:50:41.997 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:50:43.268 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 03:50:43.372 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:50:49.227 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:50:49.227 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:50:49.351 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:50:51.497 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 164
01-01 03:50:51.509 1291 3216 E ActivityManager: Service ServiceRecord{95eeda9 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8297:com.vivo.faceui/1000} not same as in map: ServiceRecord{cd792d0 u0
com.vivo.faceui/.FaceUIService}
01-01 03:50:52.345 1291 2105 E _V_RichTapVibratorService: getExtension == null
01-01 03:50:53.136 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:52:28.015 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:52:28.015 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:52:38.131 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:52:38.131 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:52:39.909 1291 3880 E _V_RichTapVibratorService: getExtension == null
01-01 03:52:41.129 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:52:41.711 1291 3880 E _V_RichTapVibratorService: getExtension == null
01-01 03:52:43.523 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
01-01 03:52:46.168 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:52:47.856 1291 10231 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
01-01 03:52:47.857 1291 10231 E VivoArtKeeperService: delete donwload failed file
01-01 03:53:20.519 1291 1497 E PackageInstallerSession: Failed to verify session
1645157398 [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries,
res=-113]
01-01 03:54:27.036 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:54:27.036 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:54:45.404 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:54:45.404 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:55:07.798 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 03:55:08.346 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:55:08.346 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:55:09.295 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:55:11.107 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:55:11.871 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 03:55:12.074 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:55:12.481 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:55:19.330 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 165
01-01 03:55:19.335 1291 3623 E ActivityManager: Service ServiceRecord{cd792d0 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
15592:com.vivo.faceui/1000} not same as in map: ServiceRecord{8473ac7 u0
com.vivo.faceui/.FaceUIService}
01-01 03:55:57.535 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:55:57.535 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:56:43.782 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 03:56:44.387 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:57:28.973 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 03:57:29.204 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:57:29.541 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:57:30.032 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 03:57:30.194 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:57:31.410 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:57:46.414 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:57:46.415 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:57:53.160 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:57:54.630 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:57:56.101 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 03:57:59.298 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:58:00.241 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:58:59.371 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:59:00.315 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:59:21.096 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 03:59:35.325 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 03:59:35.325 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 03:59:43.636 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:59:43.991 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:59:44.387 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:59:44.640 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:59:44.911 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:59:45.217 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 03:59:46.928 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 04:01:24.238 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:01:24.238 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:02:28.018 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:02:28.018 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:02:32.802 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:02:35.053 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:02:43.568 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:02:59.410 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:03:10.572 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:03:10.585 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:03:13.129 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:03:13.129 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:03:15.800 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 04:03:16.026 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:03:16.026 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:03:24.177 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:03:24.177 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:03:27.305 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 04:03:27.408 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:03:27.409 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:03:30.782 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:03:35.356 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:03:40.628 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 166
01-01 04:03:40.630 1291 3878 E ActivityManager: Service ServiceRecord{8473ac7 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
17548:com.vivo.faceui/1000} not same as in map: ServiceRecord{9ea01b9 u0
com.vivo.faceui/.FaceUIService}
01-01 04:04:06.928 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:10.036 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:11.678 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:12.707 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:14.765 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:16.270 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:17.486 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:19.189 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:21.020 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:22.586 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:23.768 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:25.801 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:28.152 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:29.802 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:30.703 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:32.562 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:33.983 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:34.848 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:36.064 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:04:36.064 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:04:37.161 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:38.736 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:39.577 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:41.640 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:43.223 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:44.070 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:45.612 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:46.822 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:48.814 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:49.870 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:50.867 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:52.929 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:54.046 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:04:58.998 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:01.222 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:06.485 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:07.545 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:09.187 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:10.652 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:11.676 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:13.369 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:14.802 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:15.884 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:17.619 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:19.003 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:20.035 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:21.792 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:23.253 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:24.235 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:25.928 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:27.191 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:28.491 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:30.277 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:31.685 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:33.447 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:35.175 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:36.522 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:37.501 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:39.024 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:39.438 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 04:05:40.269 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:41.299 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:42.789 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:44.067 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:45.503 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:46.950 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:48.280 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:49.185 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:50.838 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:52.244 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:53.165 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:54.671 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:56.016 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:57.203 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:05:58.781 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:00.061 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:01.649 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:02.643 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:03.582 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:05.139 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:06.459 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:07.287 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:08.786 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:10.476 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:11.377 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:12.885 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:14.268 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:15.232 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:16.971 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:18.561 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:19.610 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:21.343 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:23.050 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:23.939 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:24.922 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:06:24.922 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:06:25.477 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:26.748 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:27.775 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:29.277 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:30.581 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:34.637 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:36.154 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:37.470 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:38.389 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:39.973 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:41.270 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:42.425 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:44.651 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:46.178 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:47.537 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:49.297 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:50.554 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:51.406 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:52.894 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:54.311 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:55.602 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:57.044 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:58.397 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:06:59.236 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:00.767 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:02.068 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:03.078 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:05.568 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:07.306 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:08.517 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:10.255 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:11.734 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:12.627 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:14.789 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:16.598 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:20.335 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:21.670 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:22.814 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:36.790 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:38.796 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:41.932 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:43.706 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:45.164 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:46.050 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:47.602 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:48.833 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:49.699 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:51.204 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:52.500 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:53.332 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:54.916 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:56.130 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:57.009 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:58.530 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:07:59.930 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:00.895 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:02.678 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:04.021 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:04.858 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:06.306 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:07.510 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:08.354 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:09.901 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:11.098 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:11.968 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:13.776 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:13.821 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:08:13.821 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:08:15.142 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:18.364 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:20.238 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:21.592 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:22.497 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:24.161 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:25.846 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:26.731 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:28.391 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:29.704 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:30.650 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:32.909 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:34.283 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:35.089 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:36.837 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:38.120 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:39.883 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:41.353 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:43.888 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:45.542 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:47.252 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:48.498 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:08:54.480 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:09:04.357 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:09:12.714 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:09:12.714 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:09:16.793 1291 23553 E _V_RichTapVibratorService: getExtension == null
01-01 04:09:28.329 1291 23624 E _V_RichTapVibratorService: getExtension == null
01-01 04:10:36.778 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 04:10:36.939 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:10:36.940 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:10:39.282 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:10:39.488 1291 1691 E BiometricScheduler/Face10: [Ignoring Finish]
{[751] FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0,
userId=0} does not match current: {[752] FaceUpdateActiveUserClient, proto=1,
owner=android, cookie=0, userId=0}
01-01 04:10:39.694 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:10:41.945 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:10:47.312 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:10:49.550 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 167
01-01 04:10:49.556 1291 2088 E ActivityManager: Service ServiceRecord{9ea01b9 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
20874:com.vivo.faceui/1000} not same as in map: ServiceRecord{fc4907b u0
com.vivo.faceui/.FaceUIService}
01-01 04:10:51.775 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:10:53.941 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:05.750 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:13.460 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:15.031 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:16.261 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:16.595 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:11:16.595 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:11:17.355 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:19.396 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:22.136 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:23.393 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:25.481 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:26.648 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:27.480 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:29.143 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:30.279 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:31.259 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:33.097 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:34.316 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:35.196 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:38.299 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:39.503 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:40.471 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:42.004 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:44.547 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:45.312 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:46.929 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:48.487 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:53.648 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:53.947 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:54.073 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:55.199 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:56.722 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:11:58.903 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:00.567 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:02.043 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:03.095 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:04.833 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:06.074 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:07.557 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:08.557 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:09.460 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:11.748 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:12.925 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:14.792 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:16.582 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:17.797 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:18.783 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:20.671 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:21.970 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:24.192 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:25.960 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:27.097 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:27.998 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:12:27.998 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:12:28.006 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:29.006 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:30.099 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:32.012 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:33.198 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:34.235 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:35.869 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:37.352 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:39.120 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:41.091 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:42.684 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:44.340 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:45.842 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:47.071 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:48.621 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:50.674 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:51.999 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:52.952 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:56.797 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:58.383 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:12:59.361 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:01.798 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:04.013 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:05.099 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:05.503 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:13:05.503 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:13:07.169 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:08.350 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:09.192 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:11.301 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:12.844 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:14.655 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:16.440 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:17.721 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:19.421 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:23.046 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:24.593 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:26.167 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:27.872 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:29.115 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:30.485 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:32.388 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:33.584 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:34.460 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:36.453 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:37.526 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:50.046 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:52.897 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:54.347 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:55.287 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:57.351 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:13:59.087 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:00.573 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:02.614 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:06.317 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:07.331 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:09.953 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:11.434 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:13.217 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:15.052 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:16.729 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:17.853 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:22.620 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:24.042 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:25.033 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:26.845 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:28.228 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:29.116 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:30.831 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:32.166 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:33.877 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:35.853 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:37.194 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:37.977 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:39.988 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:43.118 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:43.868 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:45.613 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:47.400 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:52.647 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:14:54.383 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:14:54.383 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:15:03.088 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:15:04.324 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:15:04.324 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:15:05.155 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:15:05.789 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:15:08.141 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:15:17.006 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:15:20.014 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:15:25.336 1291 3865 E _V_RichTapVibratorService: getExtension == null
01-01 04:15:27.162 1291 10989 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 04:15:27.762 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:15:27.762 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:18:06.832 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 04:18:07.041 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:18:07.041 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:18:09.687 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:18:10.165 1291 5351 E _V_RichTapVibratorService: getExtension == null
01-01 04:18:12.436 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:18:19.681 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 168
01-01 04:18:19.683 1291 3878 E ActivityManager: Service ServiceRecord{fc4907b u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
23909:com.vivo.faceui/1000} not same as in map: ServiceRecord{9a9cab2 u0
com.vivo.faceui/.FaceUIService}
01-01 04:18:24.291 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:18:25.831 1291 26731 E _V_RichTapVibratorService: getExtension == null
01-01 04:18:27.271 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:18:33.879 1291 26792 E _V_RichTapVibratorService: getExtension == null
01-01 04:18:36.766 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:18:36.767 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:18:41.835 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:18:42.048 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:18:42.904 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:18:54.520 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:18:57.095 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:19:08.162 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:19:34.776 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:19:34.776 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:19:59.503 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 04:19:59.738 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:19:59.738 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:20:02.321 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:20:03.607 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:20:04.532 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:20:07.611 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:20:11.543 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:20:12.361 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 169
01-01 04:20:12.364 1291 1471 E ActivityManager: Service ServiceRecord{9a9cab2 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
26645:com.vivo.faceui/1000} not same as in map: ServiceRecord{af3eb38 u0
com.vivo.faceui/.FaceUIService}
01-01 04:20:27.501 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:20:27.501 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:20:51.745 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:20:59.914 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:21:56.371 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:22:00.122 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:22:04.946 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:22:06.495 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:22:07.394 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:22:11.059 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:22:16.371 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:22:16.371 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:22:28.008 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:22:28.008 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:23:00.308 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:23:26.554 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:23:35.141 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:23:46.985 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:24:05.290 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:24:05.290 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:24:21.457 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:24:21.457 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:24:54.058 1291 28206 E _V_RichTapVibratorService: getExtension == null
01-01 04:25:47.942 1291 28242 E _V_RichTapVibratorService: getExtension == null
01-01 04:26:43.312 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 04:26:43.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:26:43.882 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:26:48.686 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:26:58.704 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 170
01-01 04:26:58.707 1291 3883 E ActivityManager: Service ServiceRecord{af3eb38 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
27204:com.vivo.faceui/1000} not same as in map: ServiceRecord{b81c7b9 u0
com.vivo.faceui/.FaceUIService}
01-01 04:27:08.054 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:27:08.253 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:27:08.793 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:27:27.195 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:27:29.837 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:28:22.505 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:28:22.505 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:28:50.480 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:28:50.480 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:29:39.638 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 04:29:39.798 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:29:39.808 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:29:42.494 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:29:42.515 1291 1691 E BiometricScheduler/Face10: [Ignoring Finish]
{[779] FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0,
userId=0} does not match current: {[780] FaceUpdateActiveUserClient, proto=1,
owner=android, cookie=0, userId=0}
01-01 04:29:47.384 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:29:48.974 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:29:52.564 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 171
01-01 04:29:52.566 1291 2088 E ActivityManager: Service ServiceRecord{b81c7b9 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
28552:com.vivo.faceui/1000} not same as in map: ServiceRecord{b225bb9 u0
com.vivo.faceui/.FaceUIService}
01-01 04:29:55.590 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:29:59.984 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:03.878 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:07.055 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:21.229 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:23.318 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:24.537 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:30:24.538 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:30:26.861 1291 29471 E _V_RichTapVibratorService: getExtension == null
01-01 04:30:27.078 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:30:27.079 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:30:28.112 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 04:30:28.322 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:30:28.322 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:30:30.932 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:32.045 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 04:30:34.053 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:34.220 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:40.261 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:40.874 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 172
01-01 04:30:40.876 1291 3622 E ActivityManager: Service ServiceRecord{b225bb9 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
29196:com.vivo.faceui/1000} not same as in map: ServiceRecord{a178fd9 u0
com.vivo.faceui/.FaceUIService}
01-01 04:30:41.065 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:43.402 1291 29744 E _V_RichTapVibratorService: getExtension == null
01-01 04:30:43.750 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:47.227 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:51.648 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:30:52.202 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:30:57.704 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:31:04.418 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:31:20.017 1291 29976 E _V_RichTapVibratorService: getExtension == null
01-01 04:31:43.064 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:31:44.576 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:32:03.488 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:32:15.998 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:32:15.999 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:32:19.054 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:32:26.941 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:32:27.992 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:32:27.992 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:32:29.084 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:32:50.544 1291 30397 E _V_RichTapVibratorService: getExtension == null
01-01 04:32:51.620 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:32:52.460 1291 30421 E _V_RichTapVibratorService: getExtension == null
01-01 04:32:56.843 1291 3622 E _V_RichTapVibratorService: getExtension == null
01-01 04:33:00.219 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:33:09.004 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:33:09.004 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:33:15.512 1291 1291 E NotificationService: Muting recently noisy 0|
com.shopee.ph|99900000|null|10192
01-01 04:34:18.628 1291 30946 E _V_RichTapVibratorService: getExtension == null
01-01 04:34:22.209 1291 30963 E _V_RichTapVibratorService: getExtension == null
01-01 04:34:53.671 1291 31002 E _V_RichTapVibratorService: getExtension == null
01-01 04:34:57.897 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 04:34:58.000 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:34:58.001 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:35:01.116 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:35:07.090 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:35:07.280 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:35:11.085 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 173
01-01 04:35:11.086 1291 3210 E ActivityManager: Service ServiceRecord{a178fd9 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
29689:com.vivo.faceui/1000} not same as in map: ServiceRecord{c5ce14c u0
com.vivo.faceui/.FaceUIService}
01-01 04:35:12.943 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:35:42.635 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:35:42.635 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:36:16.058 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:36:27.195 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:36:29.270 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:37:04.875 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:37:31.520 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:37:31.520 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:37:38.208 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:37:45.739 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:37:48.131 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:38:24.024 1291 32246 E _V_RichTapVibratorService: getExtension == null
01-01 04:38:40.202 1291 32277 E _V_RichTapVibratorService: getExtension == null
01-01 04:38:43.070 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:38:43.224 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:38:43.224 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:38:43.402 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:39:20.447 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:39:20.447 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:39:52.503 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:39:52.621 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:40:16.635 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:40:50.459 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:41:01.152 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:41:09.336 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:41:09.338 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:41:15.029 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:41:19.380 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:41:20.966 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:41:35.488 1291 621 E _V_RichTapVibratorService: getExtension == null
01-01 04:41:37.109 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:41:37.281 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:41:37.309 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:41:37.478 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:41:42.482 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:41:43.395 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:41:44.123 1291 2104 E _V_RichTapVibratorService: getExtension == null
01-01 04:42:01.077 1291 1031 E _V_RichTapVibratorService: getExtension == null
01-01 04:42:08.766 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:42:08.766 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:42:25.583 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:42:27.409 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:42:27.511 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:42:28.000 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:42:28.001 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:42:29.891 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:42:47.451 1291 1745 E _V_RichTapVibratorService: getExtension == null
01-01 04:43:53.339 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:43:57.632 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:43:57.632 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:44:41.944 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:44:52.842 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:44:56.566 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:45:17.425 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:45:17.943 1291 2656 E _V_RichTapVibratorService: getExtension == null
01-01 04:45:29.168 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:45:29.311 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:45:30.431 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:45:38.185 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:45:40.044 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:45:46.541 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:45:46.541 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:45:47.979 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:45:49.747 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:46:13.163 1291 2970 E _V_RichTapVibratorService: getExtension == null
01-01 04:46:14.757 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:46:14.757 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:46:24.779 1291 3044 E _V_RichTapVibratorService: getExtension == null
01-01 04:47:01.554 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 04:47:01.662 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:47:01.662 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:47:05.374 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:47:06.571 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:47:06.788 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:47:14.523 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:47:15.355 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 174
01-01 04:47:15.364 1291 3879 E ActivityManager: Service ServiceRecord{c5ce14c u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
31269:com.vivo.faceui/1000} not same as in map: ServiceRecord{d009d1c u0
com.vivo.faceui/.FaceUIService}
01-01 04:47:23.101 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:47:29.025 1291 3534 E _V_RichTapVibratorService: getExtension == null
01-01 04:47:31.985 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:47:32.923 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:47:33.667 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:47:35.662 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:47:36.755 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:47:41.040 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:47:41.933 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:48:11.262 1291 3612 E _V_RichTapVibratorService: getExtension == null
01-01 04:48:19.651 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:48:19.651 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:48:27.127 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:48:27.312 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:48:31.848 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:48:38.040 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:48:42.484 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:48:51.091 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 04:49:07.362 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:49:59.505 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:50:03.758 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:50:05.292 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:50:07.461 1291 4331 E _V_RichTapVibratorService: getExtension == null
01-01 04:50:08.549 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:50:08.550 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:50:35.860 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:50:36.052 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:50:44.653 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:50:52.317 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:51:11.555 1291 3880 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 04:51:54.119 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:51:57.441 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:51:57.441 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:52:05.012 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:52:27.996 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:52:27.996 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:52:34.635 1291 5250 E _V_RichTapVibratorService: getExtension == null
01-01 04:52:42.222 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:53:22.640 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:53:26.586 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:53:26.586 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:53:37.942 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:53:37.942 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:53:51.915 1291 5647 E _V_RichTapVibratorService: getExtension == null
01-01 04:55:54.261 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 04:55:54.430 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:55:54.430 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:55:57.888 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:55:59.765 1291 3883 E _V_RichTapVibratorService: getExtension == null
01-01 04:56:07.843 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 175
01-01 04:56:07.850 1291 3883 E ActivityManager: Service ServiceRecord{d009d1c u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
3368:com.vivo.faceui/1000} not same as in map: ServiceRecord{35fdda3 u0
com.vivo.faceui/.FaceUIService}
01-01 04:56:09.015 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:56:10.838 1291 1471 E _V_RichTapVibratorService: getExtension == null
01-01 04:56:11.839 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:56:23.120 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:56:26.281 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:56:30.605 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:56:47.804 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:57:01.006 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:57:23.040 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:57:23.040 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:57:47.966 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:57:52.169 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:57:54.782 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:59:03.940 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:59:10.530 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:59:11.942 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 04:59:11.942 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 04:59:27.384 1291 7029 E _V_RichTapVibratorService: getExtension == null
01-01 04:59:34.476 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:59:36.981 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:59:40.191 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:59:41.333 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:59:41.367 1291 7122 E _V_RichTapVibratorService: getExtension == null
01-01 04:59:44.063 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:59:45.058 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:59:45.523 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 04:59:46.188 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 04:59:50.638 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:00:37.090 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:00:53.072 1291 7318 E _V_RichTapVibratorService: getExtension == null
01-01 05:01:00.873 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:01:00.873 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:01:07.225 1291 7357 E _V_RichTapVibratorService: getExtension == null
01-01 05:01:09.824 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:01:09.989 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:01:11.090 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:01:14.326 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:01:15.446 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:01:17.271 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:01:20.547 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:01:22.787 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:01:46.331 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:01:46.331 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:02:14.451 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:02:14.577 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:02:14.577 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:02:17.285 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:02:19.780 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:02:20.457 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:02:23.522 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:02:26.642 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:02:27.314 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 176
01-01 05:02:27.318 1291 3603 E ActivityManager: Service ServiceRecord{35fdda3 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
5889:com.vivo.faceui/1000} not same as in map: ServiceRecord{6be4575 u0
com.vivo.faceui/.FaceUIService}
01-01 05:02:27.994 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:02:27.994 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:02:35.129 1291 3603 E _V_RichTapVibratorService: getExtension == null
01-01 05:02:36.409 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:02:41.999 1291 8022 E _V_RichTapVibratorService: getExtension == null
01-01 05:02:49.731 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:02:49.731 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:03:05.618 1291 8079 E _V_RichTapVibratorService: getExtension == null
01-01 05:03:05.840 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:08.268 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:11.848 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:12.152 1291 8119 E _V_RichTapVibratorService: getExtension == null
01-01 05:03:13.359 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:15.848 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:18.349 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:19.264 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:20.964 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:25.128 1291 1917 E _V_RichTapVibratorService: getExtension == null
01-01 05:03:26.493 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
01-01 05:03:39.238 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:03:39.238 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:03:40.191 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:40.471 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:42.196 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:44.538 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:44.702 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:52.638 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:03:56.134 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:04:12.119 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:04:12.119 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:04:13.262 1291 8628 E _V_RichTapVibratorService: getExtension == null
01-01 05:04:27.268 1291 8660 E _V_RichTapVibratorService: getExtension == null
01-01 05:05:28.138 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:05:28.146 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:05:55.291 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:05:55.891 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:05:55.891 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:05:58.155 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:06:00.839 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:06:01.036 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:06:05.716 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:06:08.108 1291 1408 E ActivityManager: Service ServiceRecord{6be4575 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
7924:com.vivo.faceui/1000} not same as in map: ServiceRecord{4fd55f7 u0
com.vivo.faceui/.FaceUIService}
01-01 05:06:08.109 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 177
01-01 05:06:11.520 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:06:24.144 1291 3214 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 05:06:24.513 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:06:24.513 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:06:40.346 1291 9104 E _V_RichTapVibratorService: getExtension == null
01-01 05:07:17.055 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:07:17.056 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:08:56.779 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:08:57.315 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:08:57.315 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:08:59.945 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:09:02.011 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:09:02.117 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:09:02.455 1291 3623 E _V_RichTapVibratorService: getExtension == null
01-01 05:09:04.118 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:09:04.495 1291 1486 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.ss.android.ugc.trill
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10194
01-01 05:09:05.903 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:09:05.945 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:09:05.946 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:09:09.863 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 178
01-01 05:09:09.869 1291 1471 E ActivityManager: Service ServiceRecord{4fd55f7 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8972:com.vivo.faceui/1000} not same as in map: ServiceRecord{a4cecef u0
com.vivo.faceui/.FaceUIService}
01-01 05:09:11.468 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:09:20.269 1291 1919 E _V_RichTapVibratorService: getExtension == null
01-01 05:09:42.544 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:09:55.607 1291 1557 E _V_PowerDataReport: The current time is less than
the last time, so failed
01-01 05:09:55.716 1291 1291 I Telecom : eo: Package com.ss.android.ugc.trill is
not tracked.: SSH.oR@AAE
01-01 05:09:55.817 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:09:57.271 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~LMT9-_jpoy6gD6u3ZoxwTg==/com.ss.android.ugc.trill-
vMkGCh1CRZxTw4dLcERGKQ==/base.apk
01-01 05:09:57.643 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~LMT9-_jpoy6gD6u3ZoxwTg==/com.ss.android.ugc.trill-
vMkGCh1CRZxTw4dLcERGKQ==/base.apk
01-01 05:10:01.891 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:10:01.891 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:10:20.275 1291 10619 E _V_RichTapVibratorService: getExtension == null
01-01 05:10:48.805 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:10:49.382 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:10:49.382 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:10:51.657 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:10:54.687 1291 2088 E _V_RichTapVibratorService: getExtension == null
01-01 05:10:58.379 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:10:59.612 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:11:00.265 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:11:01.691 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 179
01-01 05:11:01.694 1291 3622 E ActivityManager: Service ServiceRecord{a4cecef u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
9764:com.vivo.faceui/1000} not same as in map: ServiceRecord{36afe94 u0
com.vivo.faceui/.FaceUIService}
01-01 05:11:13.805 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:11:32.835 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:11:43.932 1291 11277 E _V_RichTapVibratorService: getExtension == null
01-01 05:11:44.523 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:11:44.524 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:11:56.698 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:11:57.604 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:11:58.081 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:11:58.807 1291 11369 E _V_RichTapVibratorService: getExtension == null
01-01 05:12:02.499 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:12:03.930 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:12:28.014 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:12:28.015 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:12:29.852 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:12:31.921 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:12:33.042 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:12:39.299 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:12:40.009 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:13:30.174 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:13:31.684 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 05:13:33.477 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:13:33.477 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:13:33.485 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:14:32.848 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:14:32.848 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:14:36.761 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:14:36.763 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 05:14:40.492 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:14:42.879 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:14:43.075 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:14:45.101 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:14:46.073 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:14:52.109 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:14:58.194 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:15:11.939 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:15:11.939 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:15:33.065 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:15:33.177 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:15:33.177 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:15:35.851 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:15:37.463 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:15:40.139 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:15:44.056 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:15:45.867 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 180
01-01 05:15:53.618 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:16:32.320 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:16:33.795 1291 2088 E _V_RichTapVibratorService: getExtension == null
01-01 05:16:34.615 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:16:35.096 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:16:42.565 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:16:42.565 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:16:47.701 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:16:49.146 1291 1917 E _V_RichTapVibratorService: getExtension == null
01-01 05:17:04.590 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:17:06.682 1291 13065 E _V_RichTapVibratorService: getExtension == null
01-01 05:17:17.699 1291 13089 E _V_RichTapVibratorService: getExtension == null
01-01 05:17:58.291 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:17:58.575 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:18:02.045 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:18:31.492 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:18:31.492 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:18:37.258 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:18:42.301 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:18:43.887 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:18:47.135 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:18:47.167 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:18:58.685 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:18:59.188 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:18:59.188 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:19:11.582 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:19:11.582 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:19:39.752 1291 13542 E _V_RichTapVibratorService: getExtension == null
01-01 05:20:16.643 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:20:16.798 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:20:16.798 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:20:18.384 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:20:19.012 1291 3632 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 05:20:19.013 1291 1425 V _V_UsageStatsService: reportEvent too
frequent:com.google.android.gms
01-01 05:20:19.038 1291 3632 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10
cmp=com.google.android.apps.searchlite/.widget.SearchLiteWidgetProvider (has
extras) } send by ApplicationInfo{6e69b30 com.google.android.apps.searchlite}
should with permissions for security!!!
01-01 05:20:19.065 1291 1425 V _V_UsageStatsService: reportEvent too
frequent:com.google.android.gms
01-01 05:20:19.081 1291 1409 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 05:20:19.081 1291 1425 V _V_UsageStatsService: reportEvent too
frequent:com.google.android.gms
01-01 05:20:19.091 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.094 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.097 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.098 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.101 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.103 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.105 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.107 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.113 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.114 1291 1425 V _V_UsageStatsService: reportEvent too
frequent:com.google.android.gms
01-01 05:20:19.118 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.130 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.133 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.150 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.156 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.180 1291 2104 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3122
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
01-01 05:20:19.181 1291 2104 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2215
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3125
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
01-01 05:20:19.182 1291 1409 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 05:20:19.182 1291 1409 V InputMethodManagerService: Client requesting input
be hidden
01-01 05:20:19.183 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
01-01 05:20:19.183 1291 2104 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3132
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
01-01 05:20:19.183 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 pkg=com.android.phone (has
extras) } to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015,
uid=1001) excludes appop android:read_phone_state due to sender android (uid 1001)
01-01 05:20:19.184 1291 2104 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3137
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
01-01 05:20:19.186 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
01-01 05:20:19.187 1291 1435 W BroadcastQueue: Skipping delivery of excluded
package Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras)
} to ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001)
excludes package com.android.phone due to sender android (uid 1001)
01-01 05:20:19.188 1291 1435 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
01-01 05:20:19.188 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
01-01 05:20:19.190 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
01-01 05:20:19.190 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{d38ef5a 1291:system/1000} (pid=1291, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
01-01 05:20:19.190 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{66715c8 1755:com.android.systemui/u0a47} (pid=1755, uid=10047)
excludes appop android:read_phone_state due to sender android (uid 1001)
01-01 05:20:19.190 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
01-01 05:20:19.190 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{87ce2bf 2015:com.android.phone/1001} (pid=2015, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
01-01 05:20:19.190 1291 1435 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{dc5bd1 2941:com.vivo.pem/1000} (pid=2941, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
01-01 05:20:19.191 1291 1435 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2015, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
01-01 05:20:19.192 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.209 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.312 1291 3632 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.313 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.362 1291 3219 I WindowManager: Relayout Window{b898be1 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
01-01 05:20:19.363 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10188
model:audio state:on count= 1 app:com.facebook.lite
01-01 05:20:19.370 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:19.382 1291 3632 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 05:20:19.429 1291 3219 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 05:20:19.430 1291 1425 V _V_UsageStatsService: reportEvent too
frequent:com.google.android.gms
01-01 05:20:19.460 1291 2104 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10
cmp=com.google.android.apps.searchlite/.widget.SearchLiteWidgetProvider (has
extras) } send by ApplicationInfo{6e69b30 com.google.android.apps.searchlite}
should with permissions for security!!!
01-01 05:20:19.490 1291 1409 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 05:20:19.492 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 10188, arg4: 0, name: com.facebook.lite
01-01 05:20:19.495 1291 1425 V _V_UsageStatsService: reportEvent too
frequent:com.google.android.gms
01-01 05:20:19.496 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10188
model:audio state:off count= 1 app:com.facebook.lite
01-01 05:20:19.576 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 05:20:20.376 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:20:20.378 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:20:28.197 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 181
01-01 05:20:28.202 1291 3878 E ActivityManager: Service ServiceRecord{36afe94 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
12851:com.vivo.faceui/1000} not same as in map: ServiceRecord{8aa5950 u0
com.vivo.faceui/.FaceUIService}
01-01 05:20:28.202 1291 3878 E ActivityManager: Service ServiceRecord{616821 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
12851:com.vivo.faceui/1000} not same as in map: ServiceRecord{8aa5950 u0
com.vivo.faceui/.FaceUIService}
01-01 05:20:29.399 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:20:33.072 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:20:42.060 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:20:42.952 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:20:47.250 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:20:47.250 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:21:14.336 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:21:14.575 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:21:14.575 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:21:19.833 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:21:19.833 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:22:09.292 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:22:09.296 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:22:27.993 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:22:27.993 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:23:26.369 1291 14074 E _V_RichTapVibratorService: getExtension == null
01-01 05:23:28.046 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:23:28.221 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:23:28.223 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:23:30.976 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:23:37.394 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:23:40.949 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 182
01-01 05:23:40.950 1291 3219 E ActivityManager: Service ServiceRecord{8aa5950 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
13767:com.vivo.faceui/1000} not same as in map: ServiceRecord{ef5ddb u0
com.vivo.faceui/.FaceUIService}
01-01 05:23:56.845 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:23:57.628 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:23:58.176 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:23:58.176 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:24:00.643 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:24:00.643 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:25:47.082 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:25:47.082 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:26:26.698 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:26:26.698 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:26:53.484 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:26:53.711 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:26:53.711 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:26:57.615 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:27:03.814 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:27:04.011 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:27:06.117 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:27:07.607 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:27:07.608 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:27:43.593 1291 14771 E _V_RichTapVibratorService: getExtension == null
01-01 05:27:45.637 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:27:45.871 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:27:45.872 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:27:49.372 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:27:49.529 1291 1691 E BiometricScheduler/Face10: [Ignoring Finish]
{[869] FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0,
userId=0} does not match current: {[870] FaceUpdateActiveUserClient, proto=1,
owner=android, cookie=0, userId=0}
01-01 05:27:50.107 1291 2104 E _V_RichTapVibratorService: getExtension == null
01-01 05:27:53.139 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:27:53.349 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:27:54.640 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:27:59.327 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 183
01-01 05:27:59.329 1291 2104 E ActivityManager: Service ServiceRecord{ef5ddb u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
14298:com.vivo.faceui/1000} not same as in map: ServiceRecord{835c26 u0
com.vivo.faceui/.FaceUIService}
01-01 05:28:02.609 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:28:06.683 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:28:09.144 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:28:11.009 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:28:11.009 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:28:15.578 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:28:15.578 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:29:12.406 1291 15215 E _V_RichTapVibratorService: getExtension == null
01-01 05:29:28.810 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:29:28.981 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:29:28.981 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:29:32.014 1291 1471 E _V_RichTapVibratorService: getExtension == null
01-01 05:29:34.509 1291 3734 E _V_RichTapVibratorService: getExtension == null
01-01 05:29:36.916 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:29:40.627 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:29:40.791 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:29:42.551 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:29:46.927 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 184
01-01 05:29:46.933 1291 3210 E ActivityManager: Service ServiceRecord{835c26 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
15058:com.vivo.faceui/1000} not same as in map: ServiceRecord{1180be4 u0
com.vivo.faceui/.FaceUIService}
01-01 05:29:48.662 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:29:57.422 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:29:59.056 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:29:59.057 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:30:04.481 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:30:04.481 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:31:19.310 1291 15628 E _V_RichTapVibratorService: getExtension == null
01-01 05:31:32.447 1291 15978 E _V_RichTapVibratorService: getExtension == null
01-01 05:31:32.473 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:33.199 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:33.715 1291 15991 E _V_RichTapVibratorService: getExtension == null
01-01 05:31:34.427 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:34.987 1291 16009 E _V_RichTapVibratorService: getExtension == null
01-01 05:31:35.679 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:35.751 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:36.303 1291 16025 E _V_RichTapVibratorService: getExtension == null
01-01 05:31:36.694 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:37.036 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:37.575 1291 16051 E _V_RichTapVibratorService: getExtension == null
01-01 05:31:37.911 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:38.282 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:38.693 1291 16070 E _V_RichTapVibratorService: getExtension == null
01-01 05:31:39.122 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:39.526 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:39.934 1291 16097 E _V_RichTapVibratorService: getExtension == null
01-01 05:31:40.283 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:40.335 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 05:31:53.424 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:31:53.424 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:32:27.999 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:32:28.000 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:33:42.000 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:33:42.141 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:33:42.144 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:33:42.373 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:33:42.373 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:33:45.035 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:33:46.124 1291 1742 E _V_RichTapVibratorService: getExtension == null
01-01 05:33:49.277 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:33:49.507 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:33:54.962 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 185
01-01 05:33:54.969 1291 1408 E ActivityManager: Service ServiceRecord{1180be4 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
15511:com.vivo.faceui/1000} not same as in map: ServiceRecord{8d51e89 u0
com.vivo.faceui/.FaceUIService}
01-01 05:34:21.699 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:34:26.841 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 05:35:26.546 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:35:28.793 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:35:31.203 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:35:31.203 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:36:07.151 1291 2104 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 05:36:07.400 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:36:07.400 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:36:35.851 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:36:36.276 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:36:36.276 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:36:39.169 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:36:39.845 1291 16924 E _V_RichTapVibratorService: getExtension == null
01-01 05:36:44.511 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:36:44.717 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:36:45.573 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:36:49.201 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 186
01-01 05:36:49.209 1291 1742 E ActivityManager: Service ServiceRecord{8d51e89 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
16448:com.vivo.faceui/1000} not same as in map: ServiceRecord{4e6897e u0
com.vivo.faceui/.FaceUIService}
01-01 05:36:50.400 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:36:50.406 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:36:51.379 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:37:15.793 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:37:21.825 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:37:21.827 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:37:28.809 1291 17336 E _V_RichTapVibratorService: getExtension == null
01-01 05:37:32.600 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:37:32.789 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:37:32.789 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:37:35.648 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:37:40.740 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:37:40.740 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:38:00.317 1291 17536 E _V_RichTapVibratorService: getExtension == null
01-01 05:38:17.571 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:38:17.662 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:38:17.662 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:38:23.943 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:38:27.454 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:38:27.602 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:38:30.609 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:38:33.945 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 187
01-01 05:38:33.947 1291 3734 E ActivityManager: Service ServiceRecord{4e6897e u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
17046:com.vivo.faceui/1000} not same as in map: ServiceRecord{d626efc u0
com.vivo.faceui/.FaceUIService}
01-01 05:38:45.463 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:38:47.453 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:38:56.552 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:38:56.567 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:38:56.571 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:38:56.579 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:39:13.613 1291 17972 E _V_RichTapVibratorService: getExtension == null
01-01 05:39:27.106 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:39:27.106 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:40:22.598 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:40:22.771 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:40:23.877 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:40:25.444 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:40:27.446 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:41:15.992 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:41:15.993 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:41:25.186 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:41:26.666 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:41:28.758 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:41:34.772 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:41:37.690 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:41:39.055 1291 3881 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 05:41:39.296 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:41:39.296 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:42:03.355 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:42:03.498 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:42:03.498 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:42:05.212 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:42:06.196 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:42:07.023 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:42:15.230 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 188
01-01 05:42:15.238 1291 3881 E ActivityManager: Service ServiceRecord{d626efc u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
17781:com.vivo.faceui/1000} not same as in map: ServiceRecord{d43f35e u0
com.vivo.faceui/.FaceUIService}
01-01 05:42:28.010 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:42:28.011 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:42:36.690 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:42:36.691 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:42:37.746 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:42:38.266 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:42:38.266 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:42:39.500 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:42:49.504 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 189
01-01 05:42:49.506 1291 3623 E ActivityManager: Service ServiceRecord{d43f35e u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
18590:com.vivo.faceui/1000} not same as in map: ServiceRecord{ca5d973 u0
com.vivo.faceui/.FaceUIService}
01-01 05:42:56.950 1291 18867 E _V_RichTapVibratorService: getExtension == null
01-01 05:43:04.638 1291 18885 E _V_RichTapVibratorService: getExtension == null
01-01 05:43:15.816 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:43:15.990 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:43:17.122 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:43:20.783 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:43:21.569 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:43:22.495 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:43:23.270 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:43:26.860 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:43:32.659 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:43:32.661 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:44:29.031 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:44:31.009 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:44:32.038 1291 5351 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 05:44:32.190 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:44:32.191 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:45:29.220 1291 19369 E _V_RichTapVibratorService: getExtension == null
01-01 05:45:37.854 1291 19547 E _V_RichTapVibratorService: getExtension == null
01-01 05:47:20.453 1291 19601 E _V_RichTapVibratorService: getExtension == null
01-01 05:47:51.974 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:47:52.079 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:47:52.079 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:47:53.482 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:47:54.452 1291 2105 E _V_RichTapVibratorService: getExtension == null
01-01 05:47:56.129 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:47:56.370 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:48:00.065 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:48:03.476 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 190
01-01 05:48:03.481 1291 1471 E ActivityManager: Service ServiceRecord{ca5d973 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
18823:com.vivo.faceui/1000} not same as in map: ServiceRecord{3fba308 u0
com.vivo.faceui/.FaceUIService}
01-01 05:48:04.326 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:48:05.474 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:48:07.230 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:48:07.721 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:48:10.370 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:48:21.912 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:48:21.912 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:48:22.123 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:48:49.605 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:48:49.605 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:49:03.543 1291 20244 E _V_RichTapVibratorService: getExtension == null
01-01 05:49:35.650 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:49:35.790 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:49:35.790 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:49:37.018 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:49:38.167 1291 3879 E _V_RichTapVibratorService: getExtension == null
01-01 05:49:39.984 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:49:40.130 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:49:47.032 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 191
01-01 05:49:47.039 1291 1918 E ActivityManager: Service ServiceRecord{3fba308 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
19870:com.vivo.faceui/1000} not same as in map: ServiceRecord{57c6a8a u0
com.vivo.faceui/.FaceUIService}
01-01 05:50:06.061 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:50:53.112 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:50:53.815 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:50:53.815 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:51:18.351 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:51:34.275 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:51:36.439 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:51:37.476 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:51:53.210 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:51:54.353 1291 20939 E _V_RichTapVibratorService: getExtension == null
01-01 05:51:54.501 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:51:54.634 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:51:57.615 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:51:57.865 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 05:51:58.451 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 05:51:59.117 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:52:22.927 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:52:22.928 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:52:24.209 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 05:52:28.005 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:52:28.005 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:52:31.003 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:52:31.236 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:52:55.693 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:52:57.615 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:53:44.227 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:53:46.855 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:54:11.654 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:54:11.828 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:54:11.828 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:54:16.973 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:54:24.308 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:54:25.488 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:54:26.418 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:54:31.319 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:54:34.486 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:54:35.614 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:54:37.580 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:54:43.586 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:55:32.249 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:55:32.249 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:56:12.211 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 05:56:12.651 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:56:12.651 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:56:13.314 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:56:15.704 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:56:17.110 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 05:56:18.564 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:56:23.337 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 192
01-01 05:56:23.340 1291 3734 E ActivityManager: Service ServiceRecord{57c6a8a u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
20498:com.vivo.faceui/1000} not same as in map: ServiceRecord{9c5b60f u0
com.vivo.faceui/.FaceUIService}
01-01 05:56:24.962 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 05:56:33.301 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 05:56:42.112 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:56:42.113 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:56:43.483 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:56:47.691 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 05:56:48.817 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:56:52.100 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 05:57:19.460 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 05:57:19.593 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:57:20.724 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:57:28.085 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:57:29.645 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:57:33.134 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:57:34.446 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:57:42.300 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:57:43.737 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:57:45.032 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:57:49.278 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:57:49.314 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:57:55.058 1291 22966 E _V_RichTapVibratorService: getExtension == null
01-01 05:58:10.468 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:58:10.713 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 05:58:11.782 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:58:19.378 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:58:21.102 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 05:58:31.010 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:58:31.010 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 05:59:21.097 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 05:59:34.656 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 05:59:34.657 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:00:00.270 1291 23276 E _V_RichTapVibratorService: getExtension == null
01-01 06:00:04.842 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 06:00:05.305 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:00:05.305 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:00:08.477 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:00:11.138 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:00:11.294 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:00:12.172 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:00:18.474 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 193
01-01 06:00:18.478 1291 2104 E ActivityManager: Service ServiceRecord{9c5b60f u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22419:com.vivo.faceui/1000} not same as in map: ServiceRecord{5becb06 u0
com.vivo.faceui/.FaceUIService}
01-01 06:00:20.612 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:00:42.371 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:00:48.569 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:00:48.570 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:00:50.011 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:00:50.011 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:00:53.452 1291 23626 E _V_RichTapVibratorService: getExtension == null
01-01 06:00:53.467 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 06:00:53.769 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:00:53.770 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:00:55.485 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:01:00.003 1291 23790 E _V_RichTapVibratorService: getExtension == null
01-01 06:01:15.370 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 06:01:15.516 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:01:15.516 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:01:16.593 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:01:26.593 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 194
01-01 06:01:26.593 1291 3603 E ActivityManager: Service ServiceRecord{5becb06 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
23513:com.vivo.faceui/1000} not same as in map: ServiceRecord{d28f86b u0
com.vivo.faceui/.FaceUIService}
01-01 06:01:44.934 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:01:45.127 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:02:09.874 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 06:02:18.215 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:02:23.827 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:02:28.002 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:02:28.002 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:02:30.498 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:02:31.656 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:02:31.656 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:04:53.905 1291 24239 E _V_RichTapVibratorService: getExtension == null
01-01 06:05:02.846 1291 24263 E _V_RichTapVibratorService: getExtension == null
01-01 06:05:10.093 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 06:05:10.298 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:05:10.298 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:05:11.428 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:05:21.406 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 195
01-01 06:05:21.409 1291 1471 E ActivityManager: Service ServiceRecord{d28f86b u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
23945:com.vivo.faceui/1000} not same as in map: ServiceRecord{4472d44 u0
com.vivo.faceui/.FaceUIService}
01-01 06:05:22.036 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:05:22.222 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:05:30.103 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:05:30.104 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:05:30.222 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:05:57.848 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:05:59.416 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:05:59.417 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:06:15.145 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 06:06:15.281 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:06:15.281 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:06:16.837 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:06:21.915 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:06:26.833 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 196
01-01 06:06:26.835 1291 1918 E ActivityManager: Service ServiceRecord{4472d44 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
24462:com.vivo.faceui/1000} not same as in map: ServiceRecord{d15c43 u0
com.vivo.faceui/.FaceUIService}
01-01 06:06:29.097 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:06:29.865 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:06:30.689 1291 1918 E _V_RichTapVibratorService: getExtension == null
01-01 06:06:32.527 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:06:32.527 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:06:35.684 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:06:35.700 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:06:35.700 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:06:35.700 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
01-01 06:06:35.772 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:06:36.264 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:06:36.265 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:06:36.447 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:06:36.450 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:06:36.643 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:06:36.643 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:06:36.644 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:06:36.644 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:06:36.662 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:06:36.662 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:06:36.663 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:06:36.664 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:06:37.324 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:06:37.325 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:07:35.684 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:07:35.684 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:08:24.735 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:08:24.736 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:08:34.630 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:08:34.630 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:08:35.692 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:08:35.693 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:08:35.739 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:08:35.740 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:09:35.701 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:09:35.702 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:10:23.534 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:10:23.534 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:10:33.447 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:10:33.447 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:10:35.693 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:10:35.697 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:10:35.737 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:10:35.740 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:11:35.702 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:11:35.702 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:12:22.353 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:12:22.353 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:12:32.241 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:12:32.241 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:12:32.401 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:12:32.403 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:12:35.692 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:12:35.694 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:13:34.713 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:13:34.714 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:13:35.696 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:13:35.696 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:14:21.164 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:14:21.164 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:14:31.083 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:14:31.084 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:14:32.485 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:14:32.486 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:14:35.693 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:14:35.694 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:15:35.694 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:15:35.702 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:16:19.989 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:16:19.989 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:16:32.569 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:16:32.573 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:16:35.696 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:16:35.697 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:17:35.694 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:17:35.695 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:18:08.899 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:18:08.900 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:18:18.820 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:18:18.821 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:18:32.677 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:18:32.678 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:18:35.697 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:18:35.698 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:19:31.158 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:19:31.159 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:19:35.694 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:19:35.695 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:20:07.733 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:20:07.734 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:20:17.624 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:20:17.624 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:20:32.781 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:20:32.783 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:20:35.699 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:20:35.699 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:21:35.692 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:21:35.694 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:22:06.531 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:22:06.531 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:22:16.446 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:22:16.446 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:22:32.856 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:22:32.857 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:22:35.698 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:22:35.699 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:23:35.684 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:23:35.684 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:23:36.284 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~SdyQ3db4-RYtMhW3TEcE6A==/com.google.android.apps.youtube.music-
Qa0y3hfgCR90_J9iL5jZpg==/base.apk
01-01 06:23:37.568 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~zSSlexz88fbY1dmMXicFPg==/com.google.android.youtube-
KsqDY2byRBGqHNOAAGF50w==/base.apk
01-01 06:24:05.385 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:24:05.385 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:24:15.279 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:24:15.279 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:24:24.907 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:24:24.908 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:24:35.695 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:24:35.696 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:25:17.707 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:25:17.709 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:25:35.696 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:25:35.696 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:26:04.201 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:26:04.201 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:26:05.027 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:26:05.029 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:26:20.852 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 06:26:20.955 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:26:20.958 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:26:21.089 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:26:21.091 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:26:22.764 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:26:23.569 1291 3878 E _V_RichTapVibratorService: getExtension == null
01-01 06:26:24.709 1291 1921 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 06:26:25.384 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:26:26.580 1291 26482 E _V_RichTapVibratorService: getExtension == null
01-01 06:26:28.286 1291 26550 E _V_RichTapVibratorService: getExtension == null
01-01 06:26:30.760 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:26:32.689 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 197
01-01 06:26:32.694 1291 1704 E ActivityManager: Service ServiceRecord{d15c43 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
24802:com.vivo.faceui/1000} not same as in map: ServiceRecord{ab6d251 u0
com.vivo.faceui/.FaceUIService}
01-01 06:26:34.132 1291 27116 E _V_RichTapVibratorService: getExtension == null
01-01 06:26:34.583 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 06:26:35.735 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:26:35.735 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:26:36.220 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: Couldn't communicate with
notification manager
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: java.lang.SecurityException:
Permission Denial: reading androidx.core.content.FileProvider uri
content://com.shopee.ph.fileprovider/shared_external_files/shopeePH/
com.shopee.app.application.ShopeeApplication/ringtone/11_1872145967 from pid=0,
uid=1000 requires the provider be exported, or grantUriPermission()
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance0(Native Method)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.ParcelableException.readFromParcel(ParcelableException.java:56)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.Parcel.readParcelable(Parcel.java:3348)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.Parcel.readValue(Parcel.java:3241)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.Parcel.readArrayMapInternal(Parcel.java:3638)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:297)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.BaseBundle.unparcel(BaseBundle.java:241)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.Bundle.getParcelable(Bundle.java:1002)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.content.ContentResolver$ResultListener.onResult(ContentResolver.java:1016)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.RemoteCallback.sendResult(RemoteCallback.java:75)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.RemoteCallback$1.sendResult(RemoteCallback.java:52)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.IRemoteCallback$Stub.onTransact(IRemoteCallback.java:89)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.Binder.execTransactInternal(Binder.java:1184)
01-01 06:26:40.341 1291 26418 E NotifBackupHelper: at
android.os.Binder.execTransact(Binder.java:1143)
01-01 06:26:42.591 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:27:02.307 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 06:27:03.869 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:27:16.721 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:27:16.721 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:27:16.966 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:27:21.821 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:27:23.048 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:27:31.154 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:27:32.031 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 06:27:32.197 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 06:27:32.852 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:27:34.882 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 06:27:35.679 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:27:35.680 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:27:37.978 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:27:46.435 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:27:47.531 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:27:48.330 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:27:53.081 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:27:53.081 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:28:02.387 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:28:06.723 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:28:09.486 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:28:10.081 1291 1917 E _V_RichTapVibratorService: getExtension == null
01-01 06:28:11.338 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:28:12.168 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:28:13.013 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:28:15.444 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:28:18.140 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:28:19.970 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:28:24.375 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:28:29.037 1291 28709 E _V_RichTapVibratorService: getExtension == null
01-01 06:28:32.716 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:28:32.716 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:28:35.691 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:28:35.691 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:28:35.749 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:28:35.749 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:28:43.595 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:29:35.703 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:29:35.704 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:29:53.517 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:29:56.658 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:30:04.107 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:30:04.108 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:30:04.178 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:30:04.178 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:30:06.403 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 06:30:06.520 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:30:06.520 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:30:12.721 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:30:20.313 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:30:21.640 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:30:21.640 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:30:22.783 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 198
01-01 06:30:22.787 1291 3734 E ActivityManager: Service ServiceRecord{ab6d251 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
27030:com.vivo.faceui/1000} not same as in map: ServiceRecord{c336e8 u0
com.vivo.faceui/.FaceUIService}
01-01 06:30:26.449 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:30:27.584 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:30:35.699 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:30:35.699 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:30:50.678 1291 29357 E _V_RichTapVibratorService: getExtension == null
01-01 06:30:58.483 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:30:58.682 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:31:01.204 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:31:01.205 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:31:01.576 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:03.108 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:31:03.109 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:31:06.289 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:06.527 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:11.129 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:15.313 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:17.092 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:19.026 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:20.109 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:30.000 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:33.658 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:34.914 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:35.687 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:31:35.687 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:31:40.830 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:41.883 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:45.187 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:48.126 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:48.834 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:50.067 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:53.407 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:31:58.633 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:32:02.613 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:32:11.606 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:32:33.832 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:32:35.692 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:32:35.693 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:32:41.296 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:32:41.297 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:32:41.321 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:32:41.327 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:32:50.104 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:32:50.104 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:33:29.699 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:33:29.699 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:33:31.235 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:33:31.236 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:33:35.694 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:33:35.694 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:34:04.794 1291 30100 E _V_RichTapVibratorService: getExtension == null
01-01 06:34:11.031 1291 30116 E _V_RichTapVibratorService: getExtension == null
01-01 06:34:14.874 1291 30132 E _V_RichTapVibratorService: getExtension == null
01-01 06:34:19.475 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:34:19.476 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:34:35.698 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:34:35.698 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:35:18.620 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:35:18.621 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:35:28.536 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:35:28.536 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:35:28.995 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:35:28.996 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:35:35.681 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:35:35.681 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:36:35.704 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:36:35.705 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:37:17.440 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:37:17.440 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:37:35.698 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:37:35.699 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:37:37.228 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:37:37.228 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:37:38.656 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:37:38.656 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:38:01.470 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 06:38:01.575 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:38:01.577 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:38:01.605 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:38:01.606 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:38:04.213 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:38:05.826 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:38:06.005 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:38:13.367 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:38:14.180 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 199
01-01 06:38:14.182 1291 3880 E ActivityManager: Service ServiceRecord{c336e8 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
29280:com.vivo.faceui/1000} not same as in map: ServiceRecord{57959bf u0
com.vivo.faceui/.FaceUIService}
01-01 06:38:19.611 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:38:24.897 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:38:27.882 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:38:32.244 1291 30905 E _V_RichTapVibratorService: getExtension == null
01-01 06:38:35.685 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:38:35.690 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:38:41.584 1291 30927 E _V_RichTapVibratorService: getExtension == null
01-01 06:38:56.044 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:38:56.237 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:38:57.343 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:39:12.699 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:39:21.207 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:39:22.256 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:39:25.450 1291 3734 E _V_RichTapVibratorService: getExtension == null
01-01 06:39:26.270 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:39:26.270 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:39:26.613 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
01-01 06:39:28.241 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:39:34.059 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:39:35.699 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:39:35.699 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:40:05.723 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:40:05.724 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:40:05.777 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:40:05.778 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:40:34.042 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:40:34.043 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:40:34.161 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:40:34.163 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:40:35.681 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:40:35.682 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:40:46.313 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 06:40:46.417 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:40:46.417 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:40:46.468 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:40:46.469 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:40:48.081 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:40:58.097 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 200
01-01 06:40:58.100 1291 3880 E ActivityManager: Service ServiceRecord{57959bf u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
30765:com.vivo.faceui/1000} not same as in map: ServiceRecord{65e12 u0
com.vivo.faceui/.FaceUIService}
01-01 06:41:04.176 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:41:05.211 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:41:05.947 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:41:16.246 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:41:19.426 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:41:21.177 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:41:26.879 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:41:27.472 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:41:32.843 1291 32012 E _V_RichTapVibratorService: getExtension == null
01-01 06:41:35.696 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:41:35.697 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:41:37.347 1291 32040 E _V_RichTapVibratorService: getExtension == null
01-01 06:41:54.558 1291 32096 E _V_RichTapVibratorService: getExtension == null
01-01 06:41:54.634 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:41:54.634 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:41:56.246 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:41:56.250 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:41:56.250 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:41:56.250 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
01-01 06:41:56.255 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:41:56.255 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:41:56.284 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:41:56.284 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:41:56.306 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:41:56.307 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:41:56.357 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:41:56.357 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:41:56.400 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:41:56.400 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:41:56.415 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:41:56.415 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:41:56.430 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:41:56.430 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:42:44.911 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:42:44.911 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:43:35.739 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 06:43:36.282 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:43:36.283 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:43:38.532 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:43:40.839 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:43:40.965 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:43:48.527 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 201
01-01 06:43:48.530 1291 3881 E ActivityManager: Service ServiceRecord{65e12 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
31879:com.vivo.faceui/1000} not same as in map: ServiceRecord{94e98f u0
com.vivo.faceui/.FaceUIService}
01-01 06:43:51.549 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:43:52.772 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:43:54.212 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:44:01.182 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:44:02.452 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:44:09.034 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:44:35.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:44:35.363 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:44:56.652 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:45:04.091 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:45:05.802 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:45:11.502 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:45:14.707 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:45:15.526 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:45:43.093 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:45:50.763 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:45:52.361 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:45:53.627 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:45:58.634 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:46:01.462 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:46:03.117 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:46:05.149 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:46:07.319 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:46:09.429 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:46:22.798 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:46:24.275 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:46:24.275 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:46:24.350 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:46:39.194 1291 1850 E _V_RichTapVibratorService: getExtension == null
01-01 06:46:41.781 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:46:41.964 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:46:42.928 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:46:59.250 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:47:04.541 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:47:05.597 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:47:22.401 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:47:31.269 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:48:13.170 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:48:13.170 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:48:36.783 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:48:43.993 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:48:45.491 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:49:02.654 1291 1967 E _V_RichTapVibratorService: getExtension == null
01-01 06:49:03.553 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:49:25.024 1291 3244 E _V_RichTapVibratorService: getExtension == null
01-01 06:49:41.833 1291 3320 E _V_RichTapVibratorService: getExtension == null
01-01 06:49:45.554 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:49:45.712 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:49:46.670 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:49:54.091 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:50:02.064 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:50:02.065 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:50:30.773 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:50:34.237 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:50:35.127 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:50:36.596 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:50:47.311 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:50:50.970 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:51:04.566 1291 3945 E _V_RichTapVibratorService: getExtension == null
01-01 06:51:13.838 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:51:28.617 1291 4081 E _V_RichTapVibratorService: getExtension == null
01-01 06:51:36.284 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:51:36.463 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:51:42.378 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:51:50.980 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:51:50.981 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:51:56.237 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:51:56.237 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:51:57.980 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:51:58.215 1291 1918 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 06:52:09.514 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:52:09.638 1291 3603 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 06:52:10.779 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:52:10.779 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:52:12.148 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:52:13.272 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:52:13.437 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:52:18.260 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:52:27.030 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:52:49.376 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:52:51.970 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:53:24.386 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:53:26.599 1291 5010 E _V_RichTapVibratorService: getExtension == null
01-01 06:53:27.452 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:53:27.530 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:53:28.218 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:53:31.635 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:53:31.696 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:53:36.531 1291 5116 E _V_RichTapVibratorService: getExtension == null
01-01 06:53:40.797 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:53:40.805 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:54:56.322 1291 5222 E _V_RichTapVibratorService: getExtension == null
01-01 06:55:11.346 1291 5240 E _V_RichTapVibratorService: getExtension == null
01-01 06:55:20.292 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:55:20.293 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:55:22.111 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 06:55:22.255 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:55:22.255 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 06:55:23.951 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:55:28.731 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:55:28.902 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:55:33.952 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 202
01-01 06:55:33.957 1291 3865 E ActivityManager: Service ServiceRecord{94e98f u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
32392:com.vivo.faceui/1000} not same as in map: ServiceRecord{a2414fa u0
com.vivo.faceui/.FaceUIService}
01-01 06:55:35.444 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:55:46.697 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:56:11.046 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:56:26.102 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:56:26.110 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:56:26.110 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:56:26.110 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
01-01 06:56:26.116 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 06:56:26.285 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:56:26.285 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:56:26.718 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:56:26.718 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:56:26.754 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:56:26.754 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:56:26.777 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:56:26.777 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:56:26.798 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:56:26.798 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:56:33.160 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:56:37.947 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:56:38.604 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 06:56:39.964 1291 9047 E _V_RichTapVibratorService: getExtension == null
01-01 06:56:41.827 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:56:41.828 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:56:41.999 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:56:42.001 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:57:05.832 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:57:05.833 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:57:15.045 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:57:15.047 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:57:26.123 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:57:26.124 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:58:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:58:26.124 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:58:44.868 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:58:44.868 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 06:58:52.209 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:58:52.212 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 06:59:26.126 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 06:59:26.126 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:00:13.966 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:00:13.966 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:00:26.110 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:00:26.110 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:00:26.138 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:00:26.139 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:01:26.121 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:01:26.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:01:52.982 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:01:52.982 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:02:05.895 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:02:05.896 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:02:06.076 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:02:06.077 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:02:26.137 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:02:26.137 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:03:26.124 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:03:26.124 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:03:31.989 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:03:31.989 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:03:42.157 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:03:42.158 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:04:26.116 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:04:26.117 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:05:10.979 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:05:10.979 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:05:26.126 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:05:26.126 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:05:26.165 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:05:26.166 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:05:27.905 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:05:27.907 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:06:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:06:26.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:06:49.993 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:06:49.994 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:07:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:07:26.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:07:26.180 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:07:26.182 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:08:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:08:26.120 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:08:29.028 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:08:29.031 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:09:26.132 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:09:26.132 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:09:26.173 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:09:26.173 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:10:08.073 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:10:08.074 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:10:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:10:26.120 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:10:26.165 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:10:26.166 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:11:26.118 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:11:26.119 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:11:37.193 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:11:37.193 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:11:43.224 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:11:43.225 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:11:50.077 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:11:50.078 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:12:26.125 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:12:26.125 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:13:16.203 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:13:16.203 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:13:26.134 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:13:26.134 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:13:26.155 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:13:26.156 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:14:26.122 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:14:26.124 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:14:55.234 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:14:55.234 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:14:56.251 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:14:56.252 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:15:26.119 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:15:26.120 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:16:26.123 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:16:26.125 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:16:34.253 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:16:34.253 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:16:36.354 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:16:36.355 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:17:26.124 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:17:26.125 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:18:03.351 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:18:03.351 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:18:06.442 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:18:06.443 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:18:16.285 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:18:16.286 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:18:26.119 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:18:26.120 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:19:26.127 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:19:26.128 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:19:42.359 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:19:42.360 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:19:43.676 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:19:43.677 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:20:26.128 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:20:26.128 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:21:21.386 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:21:21.386 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:21:26.119 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:21:26.119 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:21:26.168 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:21:26.168 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:22:06.244 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:22:06.245 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:22:26.118 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:22:26.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:23:10.309 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:23:10.309 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:23:16.803 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:23:16.804 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:23:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:23:26.127 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:24:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:24:26.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:24:42.440 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:24:42.441 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:24:59.225 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:24:59.225 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:25:06.919 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:25:06.921 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:25:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:25:26.120 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:26:26.128 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:26:26.128 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:26:48.148 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:26:48.148 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:26:52.383 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:26:52.384 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:27:26.122 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:27:26.122 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:28:26.125 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:28:26.125 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:28:37.068 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:28:37.068 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:28:56.880 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:28:56.880 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:28:57.147 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:28:57.148 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:29:26.132 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:29:26.132 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:29:59.320 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:29:59.321 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:30:12.824 1291 3734 E _V_StorageManagerService: before sendMessage H_FIO
01-01 07:30:12.826 1291 1565 E _V_StorageManagerService: enter case H_FIO
01-01 07:30:12.827 1291 1565 E _V_StorageMgrFio: It is PD2236DF_EX and we will
NOT run.
01-01 07:30:15.934 1291 3880 E BiometricService: Enabled callback binder died
01-01 07:30:15.935 1291 1691 E LockoutResetTracker: Callback binder died:
android.os.BinderProxy@fba774b
01-01 07:30:15.935 1291 1691 E LockoutResetTracker: Removing dead callback for:
com.android.systemui
01-01 07:30:16.239 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.facebook.lite/lib-compressed/libfb_mboost-lite.so
01-01 07:30:16.320 1291 1918 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:14035 callingUid:10172
01-01 07:30:16.336 1291 14376 D DynamicCodeLogger: Got no hash for
/data/user_de/0/com.google.android.gms/app_chimera/m/00000036/dl-
Fastpair.optional_234414100000.apk
01-01 07:30:16.391 1291 14376 D DynamicCodeLogger: Got no hash for
/data/user_de/0/com.google.android.gms/app_chimera/m/00000009/AdsDynamite.apk
01-01 07:30:16.456 1291 3883 I _V_ShortcutService: forceDeleteShortcutInner
jellianmaematabato@gmail.com
01-01 07:30:16.456 1291 3883 I _V_ShortcutService: forceReplaceShortcutInner
jellianmaematabato@gmail.com
01-01 07:30:16.459 1291 1408 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 07:30:16.760 1291 14376 D DynamicCodeLogger: Got no hash for
/data/user_de/0/com.google.android.gms/app_chimera/m/0000003b/CronetDynamite.apk
01-01 07:30:16.778 1291 5351 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 07:30:16.842 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 07:30:17.326 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/lib-compressed/libxplat_timeinappcore_timeinappcor
e-nonnativesqliteAndroid.so
01-01 07:30:17.327 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libfssync.so
01-01 07:30:17.327 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libmediacodechooks_jni.so
01-01 07:30:17.327 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/modules/pytorch_b547c9fb3e870042eda3cd9c678e33cf2b
8304b0fd4880dcfb2292e7f2ef8cfe/lib-compressed/armeabi-v7a/libxplat_third-
party_NNPACK_NNPACKAndroid.so
01-01 07:30:17.327 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libtimeinapp-jni.so
01-01 07:30:17.328 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/lib-compressed/libxplat_ReliableMedia_TigonUrlMapF
etcher_TigonUrlMapFetcherAndroid.so
01-01 07:30:17.328 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/liblimitstack.so
01-01 07:30:17.328 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/modules/pytorch_b547c9fb3e870042eda3cd9c678e33cf2b
8304b0fd4880dcfb2292e7f2ef8cfe/lib-compressed/armeabi-v7a/
libtorchmerged_pytorch_1.so
01-01 07:30:17.328 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libnative_memdump.so
01-01 07:30:17.329 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/lib-compressed/libxplat_ReliableMedia_TigonHostHea
lthChecker_TigonHostHealthCheckerAndroid.so
01-01 07:30:17.329 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libfb_mboost.so
01-01 07:30:17.329 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/lib-compressed/libxplat_ReliableMedia_UrlMapParser
_UrlMapParserAndroid.so
01-01 07:30:17.329 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libdistractutil.so
01-01 07:30:17.330 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path
/data/data/com.instagram.android/lib-compressed/libxplat_ReliableMedia_ReliableMedi
aAndroid.so
01-01 07:30:17.330 1291 14376 E DynamicCodeLogger: Could not infer CE/DE storage
for path /data/data/com.instagram.android/lib-compressed/libliger.so
01-01 07:30:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:30:26.120 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:30:45.766 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:30:45.769 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:31:15.475 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:31:15.475 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:31:16.163 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:31:16.164 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:31:26.109 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:31:26.110 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:32:26.115 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:32:26.116 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:33:04.378 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:33:04.378 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:33:26.111 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:33:26.111 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:33:34.082 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:33:34.082 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:34:26.119 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:34:26.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:34:26.164 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:34:26.165 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:35:22.973 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:35:22.974 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:35:26.102 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:35:26.103 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:35:27.984 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:35:27.986 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:36:12.482 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:36:12.482 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:36:26.108 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:36:26.108 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:36:26.129 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:36:26.130 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:37:26.109 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:37:26.109 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:38:01.381 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:38:01.382 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:38:26.122 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:38:26.123 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:39:10.719 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:39:10.721 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:39:17.670 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:39:17.672 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:39:26.118 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:39:26.119 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:40:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:40:26.120 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:40:59.643 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:40:59.643 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:41:12.572 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:41:12.573 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:41:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:41:26.122 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:41:29.338 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:41:29.339 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:41:37.815 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:41:37.815 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:42:26.125 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:42:26.125 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:43:18.271 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:43:18.272 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:43:26.119 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:43:26.119 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:43:47.990 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:43:47.990 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:43:57.992 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:43:57.994 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:44:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:44:26.122 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:45:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:45:26.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:45:36.893 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:45:36.893 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:46:06.614 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:46:06.614 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:46:08.122 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:46:08.124 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:46:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:46:26.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:46:29.424 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:46:29.425 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:47:26.124 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:47:26.127 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:47:55.544 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:47:55.544 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:48:25.241 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:48:25.241 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:48:28.290 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:48:28.291 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:49:26.122 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:49:26.122 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:50:14.153 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:50:14.153 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:50:26.123 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:50:26.124 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:50:43.864 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:50:43.865 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:50:48.447 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:50:48.448 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:51:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:51:26.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:52:26.118 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:52:26.119 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:52:32.790 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:52:32.790 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:53:02.499 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:53:02.499 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:53:08.593 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:53:08.594 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:53:25.328 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:53:25.329 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:53:26.122 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:53:26.123 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:54:26.125 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:54:26.125 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:54:51.435 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:54:51.436 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:55:21.163 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:55:21.163 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:55:26.127 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:55:26.127 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:55:26.167 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:55:26.168 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 07:56:26.121 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:56:26.122 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:57:10.040 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:57:10.040 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:57:26.121 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:57:26.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:58:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:58:26.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:58:49.088 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:58:49.088 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 07:59:26.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 07:59:26.121 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 08:00:21.246 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 08:00:21.247 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 08:00:26.125 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:00:26.126 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 08:00:37.979 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:00:37.979 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 08:01:26.119 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:01:26.120 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 08:02:18.608 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:02:18.648 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 08:02:18.649 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 08:02:18.732 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 08:02:18.733 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 08:02:20.518 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:02:20.530 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:02:20.531 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:02:20.531 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
01-01 08:02:20.551 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:02:20.551 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:02:20.566 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 08:02:20.567 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 08:02:20.567 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:02:20.568 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:02:20.608 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:02:20.608 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:02:20.624 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:02:20.624 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:02:20.652 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:02:20.653 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:02:20.676 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:02:20.677 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:02:28.384 1291 16083 E _V_RichTapVibratorService: getExtension == null
01-01 08:02:28.710 1291 3865 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 08:02:28.716 1291 1412 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
01-01 08:02:28.728 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:28.734 1291 3880 I ActivityManager: Delaying start of:
ServiceRecord{2ba79e8 u0
com.facebook.services/com.facebook.oxygen.services.fbns.PreloadedFbnsService}
01-01 08:02:28.737 1291 1436 W ActivityManager: Slow operation: 92ms so far, now
at startProcess: done updating battery stats
01-01 08:02:28.737 1291 1436 W ActivityManager: Slow operation: 93ms so far, now
at startProcess: building log message
01-01 08:02:28.737 1291 1436 I ActivityManager: Start proc
16128:com.facebook.services/u0a42 for service
{com.facebook.services/com.facebook.oxygen.services.fbns.PreloadedFbnsService}
01-01 08:02:28.737 1291 1436 W ActivityManager: Slow operation: 93ms so far, now
at startProcess: starting to update pids map
01-01 08:02:28.738 1291 1436 W ActivityManager: Slow operation: 93ms so far, now
at startProcess: done updating pids map
01-01 08:02:28.739 1291 3880 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.AppController$NetworkStateBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10188 callingPid:16376
01-01 08:02:28.771 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:28.776 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:28.778 1291 3878 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:28.788 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 08:02:28.790 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 08:02:28.792 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 08:02:28.796 1291 3880 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:28.803 1291 1291 W Looper : Slow dispatch took 117ms main
h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0
01-01 08:02:28.811 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:28.882 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:28.913 1291 5351 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:28.949 1291 1610 D _V_VivoConnectivityService: isMobile true
01-01 08:02:28.952 1291 1610 D _V_VivoConnectivityService: isWifi false
01-01 08:02:28.952 1291 1610 D _V_VivoConnectivityService: isExtWifi false
01-01 08:02:28.954 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
01-01 08:02:28.965 1291 1611 D _V_VivoNpmsImpl: onCapabilitiesChanged
networkCapabilities [ Transports: CELLULAR Capabilities:
SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_C
ONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=15000Kbps
LinkDnBandwidth>=30000Kbps Specifier: <TelephonyNetworkSpecifier [mSubId = 2]>
SubscriptionIds: {2}]
01-01 08:02:28.966 1291 3878 W _V_PackageManager: setEnabledSetting
packageName:com.vivo.browser
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10052 callingPid:15970
01-01 08:02:28.995 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.searchlite uid 10153, isRmsPreload = false,
keepQuiet =false
01-01 08:02:28.996 1291 1291 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
01-01 08:02:28.998 1291 1291 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.searchlite
01-01 08:02:28.998 1291 1291 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10153; state: DISABLED
01-01 08:02:29.000 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10153; state: ENABLED
01-01 08:02:29.009 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.020 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.028 1291 1291 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.searchlite uid 10153, isRmsPreload = false,
keepQuiet =false
01-01 08:02:29.028 1291 1291 W _V_VivoAmsImpl: mCallingPidFilter=1291,
mCallingUidFilter=1000
01-01 08:02:29.032 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.035 1291 3865 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.044 1291 1918 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.045 1291 1918 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.060 1291 1742 D _V_FaceUnlockController: onKeyguardMsgChanged
keyguard_status 1
01-01 08:02:29.072 1291 1436 W ActivityManager: Slow operation: 59ms so far, now
at startProcess: returned from zygote!
01-01 08:02:29.073 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 10047, arg4: 0, name: com.android.systemui
01-01 08:02:29.077 1291 2642 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:finger_for_bouncer_show value:1 pkg:com.android.systemui
userId:0
01-01 08:02:29.080 1291 1691 D BiometricScheduler/Face10: [Added] {[946]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, new queue
size: 1
01-01 08:02:29.080 1291 1691 D BiometricScheduler/Face10: [Polled] {[946]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
01-01 08:02:29.080 1291 1691 D BiometricScheduler/Face10: [Starting] {[946]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
01-01 08:02:29.080 1291 1691 D BiometricScheduler/Face10: [Started] {[946]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}
01-01 08:02:29.080 1291 1691 D FaceUpdateActiveUserClient: Already user: 0,
returning
01-01 08:02:29.091 1291 1291 V SettingsProvider: Notifying for 0:
content://settings/system/finger_for_bouncer_show
01-01 08:02:29.094 1291 2642 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 08:02:29.095 1291 3219 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 08:02:29.119 1291 3883 D _V_FaceUnlockController: onKeyguardMsgChanged
keyguard_status 25
01-01 08:02:29.130 1291 3883 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:15970 callingUid:10052
01-01 08:02:29.035 1291 3865 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.039 1291 3865 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
01-01 08:02:29.135 1291 1691 D BiometricScheduler/Face10: [Added] {[947]
FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, userId=0},
new queue size: 1
01-01 08:02:29.135 1291 1691 V BiometricScheduler/Face10: Not idle, current
operation: {[946] FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0,
userId=0}, State: 2
01-01 08:02:29.136 1291 1691 D BiometricScheduler/Face10: [Finishing] {[946]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, success:
true
01-01 08:02:29.136 1291 1691 D BiometricScheduler/Face10: [Polled] {[947]
FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, userId=0},
State: 0
01-01 08:02:29.136 1291 1691 D BiometricScheduler/Face10: [Starting] {[947]
FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, userId=0},
State: 0
01-01 08:02:29.150 1291 1610 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.sendStickyBroadcast:1578
com.android.server.ConnectivityService.sendStickyBroadcast:2948
com.android.server.ConnectivityService.sendGeneralBroadcast:2923
com.android.server.ConnectivityService.sendInetConditionBroadcast:2900
com.android.server.ConnectivityService.updateInetCondition:8951
01-01 08:02:29.160 1291 1917 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 08:02:29.162 1291 2642 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 08:02:29.164 1291 2642 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 08:02:29.178 1291 1691 D BiometricScheduler/Face10: [Started] {[947]
FaceAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, userId=0}
01-01 08:02:29.180 1291 1691 D BiometricCoexCoordinator:
addAuthenticationClient(Face), client: {[947] FaceAuthenticationClient, proto=3,
owner=com.android.systemui, cookie=0, userId=0}
01-01 08:02:29.183 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 5, arg2: 1, arg3: 1000, arg4: 0, name: android
01-01 08:02:29.187 1291 1691 I _V_FaceUIManagerServiceAdapter: startAuthenticate-
com.android.systemui (service connected)
01-01 08:02:29.187 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.188 1291 1691 D Biometrics/AuthenticationClient: Requesting auth
for com.android.systemui
01-01 08:02:29.218 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 5, arg2: 1, arg3: 1000, arg4: 0, name: com.vivo.faceui
01-01 08:02:29.228 1291 1533 I _V_SnapshotWindow: createWindow(module:1,
snapshotPortrait:true, fingerprint:false, face:true)
01-01 08:02:29.231 1291 1533 I _V_SnapshotWindow: add view (wallpaperType:0,
launcherAnimEnable:false)
01-01 08:02:29.241 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 1000, arg4: 0, name: com.vivo.faceui
01-01 08:02:29.242 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.279 1291 1436 W ActivityManager: Slow operation: 281ms so far, now
at startProcess: done updating battery stats
01-01 08:02:29.280 1291 1436 W ActivityManager: Slow operation: 282ms so far, now
at startProcess: building log message
01-01 08:02:29.283 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.284 1291 1436 I ActivityManager: Start proc
16155:com.google.android.apps.searchlite/u0a153 for service
{com.google.android.apps.searchlite/androidx.work.impl.background.systemjob.SystemJ
obService}
01-01 08:02:29.287 1291 1436 W ActivityManager: Slow operation: 289ms so far, now
at startProcess: starting to update pids map
01-01 08:02:29.323 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.333 1291 1533 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{android:37f6245 u0 SnapshotWindow}
task=null
01-01 08:02:29.345 1291 1436 W ActivityManager: Slow operation: 347ms so far, now
at startProcess: done updating pids map
01-01 08:02:29.373 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
01-01 08:02:29.387 1291 1409 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateVisibility true
01-01 08:02:29.387 1291 1409 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} } from Window{com.android.systemui:8ffcbfb u0
NotificationShade}
01-01 08:02:29.390 1291 1409 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:8ffcbfb u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
01-01 08:02:29.391 1291 1610 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
01-01 08:02:29.403 1291 3603 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
01-01 08:02:29.403 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 28, control mode manual, policy level 2, lux 20).
01-01 08:02:29.404 1291 1646 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
01-01 08:02:29.405 1291 3216 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.facebook.orca
opPkg=com.facebook.orcatag=ONE_TO_ONE:100033293948521:100057555947243
notification=Notification(channel=messenger_orca_050_messaging@a8e5b8ea-76fd-48d9-
bbfd-df00bb16808e shortcut=null contentView=null vibrate=null sound=null tick
defaults=0x0 flags=0x1 color=0xff0a7cff category=msg actions=2 vis=PRIVATE
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =0
01-01 08:02:29.406 1291 1533 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} }
01-01 08:02:29.408 1291 1533 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.408 1291 1533 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.416 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.424 1291 1533 I WindowManager: Relayout Window{android:37f6245 u0
SnapshotWindow}: oldVis=0, newVis=0, requestedWidth=720, requestedHeight=1600,
attrs.width=-1, attrs.height=-1, compatFrame = Rect(0, 0 - 720, 1600),
mAttrs.privateFlags = 22000010, mInvGlobalScale = 1.0
01-01 08:02:29.429 1291 1414 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.429 1291 1414 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.434 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f25bbe7 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.445 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:9882f83 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.445 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f1440df u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.445 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:a260bfb u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.445 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.468 1291 3865 W ActivityManager: Slow operation: 79ms so far, now
at attachApplicationLocked: before bindApplication
01-01 08:02:29.470 1291 1415 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 1000; state: ENABLED
01-01 08:02:29.478 1291 1548 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: -1, arg4: 0, name:
android.frameworks.sensorservice@1.0::ISensorManager
01-01 08:02:29.512 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f25bbe7 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.512 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:9882f83 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.513 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f1440df u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.513 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:a260bfb u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.513 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.516 1291 3865 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10153; state: DISABLED
01-01 08:02:29.518 1291 3865 W ActivityManager: Slow operation: 129ms so far, now
at attachApplicationLocked: immediately before bindApplication
01-01 08:02:29.523 1291 3865 W ActivityManager: Slow operation: 134ms so far, now
at attachApplicationLocked: immediately after bindApplication
01-01 08:02:29.523 1291 3865 W ActivityManager: Slow operation: 134ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
01-01 08:02:29.530 1291 3865 W ActivityManager: Slow operation: 141ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
01-01 08:02:29.540 1291 1435 V _V_AppOps: notifyOpActiveChanged for code: 24 uid:
1000 pkg: android isActive: true to callback ActiveCallback{ba556b watchinguid=-1
from uid=u0a47 pid=1755}
01-01 08:02:29.551 1291 3216 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 08:02:29.551 1291 3216 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 08:02:29.551 1291 3216 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 08:02:29.552 1291 3216 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 08:02:29.552 1291 3216 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 08:02:29.552 1291 3216 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 08:02:29.552 1291 3216 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 08:02:29.553 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 08:02:29.553 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.565 1291 1435 V _V_AppOps: notifyOpActiveChanged for code: 26 uid:
1000 pkg: com.vivo.faceui isActive: true to callback ActiveCallback{ba556b
watchinguid=-1 from uid=u0a47 pid=1755}
01-01 08:02:29.565 1291 1435 V _V_AppOps: notifyOpActiveChanged for code: 26 uid:
1000 pkg: com.vivo.faceui isActive: true to callback ActiveCallback{2a44329
watchinguid=-1 from uid=u0a0 pid=3154}
01-01 08:02:29.565 1291 1435 V _V_AppOps: notifyOpActiveChanged for code: 26 uid:
1000 pkg: com.vivo.faceui isActive: true to callback ActiveCallback{71d46ae
watchinguid=-1 from uid=1000 pid=1291}
01-01 08:02:29.570 1291 3881 D _V_RefreshRatePolicy: addNonHighRefreshRatePackage
pkg=com.vivo.faceui
01-01 08:02:29.573 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.574 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.613 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.617 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 08:02:29.617 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
01-01 08:02:29.623 1291 3216 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.623 1291 3216 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.626 1291 3216 I WindowManager: Relayout
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=275, requestedHeight=82, attrs.width=null, attrs.height=null,
compatFrame = Rect(336, 186 - 611, 268), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
01-01 08:02:29.632 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f25bbe7 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.632 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 08:02:29.632 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:9882f83 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.633 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f1440df u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.633 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
01-01 08:02:29.634 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:a260bfb u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.634 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.668 1291 3622 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} mDrawState=READY_TO_SHOW
01-01 08:02:29.668 1291 3622 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@b44908f mSyncState=0
01-01 08:02:29.671 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.671 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.678 1291 3881 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.678 1291 3881 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.680 1291 3881 I WindowManager: Relayout
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=275, requestedHeight=82, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(336, 203 - 611, 285), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
01-01 08:02:29.681 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f25bbe7 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.681 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:9882f83 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.681 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f1440df u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.681 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:a260bfb u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.681 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.696 1291 3622 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 08:02:29.697 1291 3881 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} mDrawState=READY_TO_SHOW
01-01 08:02:29.697 1291 3881 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@a6f6725 mSyncState=0
01-01 08:02:29.700 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.701 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.704 1291 3622 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.704 1291 3622 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.707 1291 3622 I WindowManager: Relayout
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=275, requestedHeight=82, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(336, 203 - 611, 285), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
01-01 08:02:29.707 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f25bbe7 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.707 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:9882f83 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.707 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f1440df u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.707 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:a260bfb u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.707 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.724 1291 3622 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} mDrawState=READY_TO_SHOW
01-01 08:02:29.725 1291 3622 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@14c2920 mSyncState=0
01-01 08:02:29.737 1291 1742 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.737 1291 1742 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.747 1291 1742 I WindowManager: Relayout
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=275, requestedHeight=82, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(336, 203 - 611, 285), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
01-01 08:02:29.748 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f25bbe7 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.748 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:9882f83 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.748 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f1440df u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.748 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:a260bfb u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.748 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} false mCurrentFocus =
Window{com.android.systemui:8ffcbfb u0 NotificationShade}
01-01 08:02:29.753 1291 3216 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} mDrawState=READY_TO_SHOW
01-01 08:02:29.753 1291 3216 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@b9ab74c mSyncState=0
01-01 08:02:29.755 1291 3865 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.756 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.756 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.765 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 08:02:29.779 1291 1742 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.780 1291 3865 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 08:02:29.781 1291 3865 W _V_VivoAmsImpl: mCallingPidFilter=16089,
mCallingUidFilter=10192
01-01 08:02:29.782 1291 3865 I _V_ActivityManager: isSystemApp: false,
packageName: com.shopee.ph
01-01 08:02:29.782 1291 3865 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10192; state: DISABLED
01-01 08:02:29.783 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10192; state: ENABLED
01-01 08:02:29.787 1291 1291 D _V_NotificationService: play vibration from
internal setting error with time or amplitude or vibrator is empty, vibrateState =
2
01-01 08:02:29.790 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.794 1291 1291 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
01-01 08:02:29.803 1291 16283 D _V_VivoEffectIDSegment: opPkg=android,
effect=Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=-1.0, frequency=0.0, duration=100}], repeat=-1}
01-01 08:02:29.803 1291 16283 D _V_VibratorManagerService: vibrate for uid:1000,
pid:1291, pkg:android, effect:Mono{mEffect=Composed{segments=[Step{amplitude=0.0,
frequency=0.0, duration=0}, Step{amplitude=-1.0, frequency=0.0, duration=100}],
repeat=-1}}, attrs:VibrationAttributes: Usage=NOTIFICATION Audio Usage=
USAGE_NOTIFICATION Flags=0, reason:Notification (com.facebook.orca 10185) (Delayed)
01-01 08:02:29.803 1291 16283 D _V_RichTapVibratorService: richtap service stop!!
01-01 08:02:29.805 1291 16283 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
01-01 08:02:29.808 1291 1436 I ActivityManager: Start proc
16288:com.shopee.ph/u0a192 for service
{com.shopee.ph/com.shopee.app.pushnotification.fcm.ShopeeFcmMainService}
01-01 08:02:29.810 1291 16283 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@3fc8c03
01-01 08:02:29.812 1291 3883 I BroadcastQueue: Delay finish:
com.shopee.ph/com.google.firebase.iid.FirebaseInstanceIdReceiver
01-01 08:02:29.815 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.818 1291 16283 E _V_RichTapVibratorService: getExtension == null
01-01 08:02:29.818 1291 16283 D _V_VibratorManagerService: startVibrationLocked
01-01 08:02:29.820 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.821 1291 16283 D _V_VibratorManagerService: not VivoEffectIDSegment
, startAppOpModeLocked is 0
01-01 08:02:29.849 1291 16297 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.849 1291 16297 D _V_VibrationThread: playVibration
01-01 08:02:29.849 1291 16297 D _V_VibrationThread: nextStep.calculateWaitTime is
0
01-01 08:02:29.849 1291 16297 D _V_VibrationThread: consume step
01-01 08:02:29.849 1291 16297 D VibrationThread: StartVibrateStep for effect #0
01-01 08:02:29.850 1291 16297 D _V_VibrationThread_VibrationEffectAdapters: old
Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=0.77877814, frequency=0.0, duration=100}], repeat=-1}
01-01 08:02:29.850 1291 16297 D _V_VibrationThread_VibrationEffectAdapters: new
Composed{segments=[Step{amplitude=0.0, frequency=NaN, duration=0},
Step{amplitude=0.77877814, frequency=NaN, duration=100}], repeat=-1},
newRepeatIndex is -1
01-01 08:02:29.850 1291 16297 D _V_VibrationThread: DeviceEffectMap(Mono),
mVibratorIds=[1]
01-01 08:02:29.850 1291 16297 D _V_VibrationThread: No need to prepare and trigger
sync effects on a single vibrator
01-01 08:02:29.850 1291 16297 D VibrationThread: Running amplitude step with 0ms
latency.
01-01 08:02:29.850 1291 16297 D _V_VibrationThread: stepSegmentStep{amplitude=0.0,
frequency=NaN, duration=0}
01-01 08:02:29.850 1291 16297 D _V_VibrationThread: noteVibratorOn begin, duration
is 100
01-01 08:02:29.850 1291 16297 D _V_VibrationThread: noteVibratorOn end
01-01 08:02:29.850 1291 16297 D _V_VibrationThread: a FinishVibrateStep add to
StepQueue
01-01 08:02:29.850 1291 16297 D _V_VibrationThread: nextStep.calculateWaitTime is
0
01-01 08:02:29.850 1291 16297 D _V_VibrationThread: consume step
01-01 08:02:29.850 1291 16297 D VibrationThread: Running amplitude step with 1ms
latency.
01-01 08:02:29.850 1291 16297 D _V_VibrationThread:
stepSegmentStep{amplitude=0.77877814, frequency=NaN, duration=100}
01-01 08:02:29.850 1291 16297 D VibrationThread: Turning on vibrator 1 for 100ms
01-01 08:02:29.851 1291 16297 D _V_VibratorManagerService: Turn vibrator on for
100 s, vibrationId:651
01-01 08:02:29.852 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 08:02:29.852 1291 1918 W _V_VivoAmsImpl: mCallingPidFilter=16089,
mCallingUidFilter=10192
01-01 08:02:29.853 1291 16297 D VibrationThread: Amplitude changed on vibrator 1
to 0.77877814
01-01 08:02:29.853 1291 16297 D _V_VibrationThread: AmplitudeStep duration=100
amplitude=0.77877814 effectId=-1
01-01 08:02:29.853 1291 16297 D _V_VibrationThread: nextStep.calculateWaitTime is
96
01-01 08:02:29.854 1291 16297 D _V_VibrationThread: need to delay 96ms
01-01 08:02:29.854 1291 16297 D _V_VibrationThread:
01-01 08:02:29.854 1291 16297 D _V_VibrationThread:
01-01 08:02:29.858 1291 1533 D _V_WindowManager: finishDrawingWindow:
Window{android:37f6245 u0 SnapshotWindow} mDrawState=DRAW_PENDING
01-01 08:02:29.858 1291 1533 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@1ec5075 mSyncState=0
01-01 08:02:29.862 1291 1415 D _V_WindowManager: mUserActivityTimeout set to 7000
01-01 08:02:29.862 1291 1415 D _V_WindowManager: Window
Window{com.android.systemui:8ffcbfb u0 NotificationShade}, its type = 2040, causing
the syswin = true
01-01 08:02:29.900 1291 1533 D _V_SnapshotWindow: reparent:
Surface(name=Task=1537)/@0xd0f4ee8
01-01 08:02:29.906 1291 1533 D _V_SnapshotWindow: SnapshotDrawn
01-01 08:02:29.938 1291 3216 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 08:02:29.942 1291 3216 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 08:02:29.943 1291 1918 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 08:02:29.944 1291 3216 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 08:02:29.950 1291 16297 D _V_VibrationThread: nextStep.calculateWaitTime is
0
01-01 08:02:29.950 1291 16297 D _V_VibrationThread: consume step
01-01 08:02:29.950 1291 16297 D VibrationThread: Running complete vibration step
on vibrator 1
01-01 08:02:29.950 1291 16297 D _V_VibrationThread: StepQueue add OffStep
01-01 08:02:29.950 1291 16297 D _V_VibrationThread: status = FINISHED, call
onVibrationCompleted
01-01 08:02:29.950 1291 16297 D VibratorManagerService: Vibration 651 finished
with status FINISHED
01-01 08:02:29.950 1291 16297 D _V_VibrationThread: nextStep.calculateWaitTime is
1000
01-01 08:02:29.950 1291 16297 D _V_VibrationThread: need to delay 1000ms
01-01 08:02:29.950 1291 16297 D _V_VibrationThread:
01-01 08:02:29.950 1291 16297 D _V_VibrationThread:
01-01 08:02:29.951 1291 1524 D _V_VivoVibratorManagerServiceImpl: collect
vibrator map={intensity=0.77877814, times=100, module=android, pattern=-1}
01-01 08:02:29.962 1291 5082 D VibratorManagerService: Vibration 651 on vibrator
1 complete, notifying thread
01-01 08:02:29.970 1291 5082 D VibrationThread: Vibration complete reported by
vibrator 1
01-01 08:02:29.970 1291 5082 D _V_VibrationThread:
mPendingOnVibratorCompleteSteps.offer
01-01 08:02:29.971 1291 16297 D _V_VibrationThread: consume step
01-01 08:02:29.973 1291 16297 D VibrationThread: Turning off vibrator 1
01-01 08:02:29.973 1291 16297 D _V_VibratorManagerService: Turn vibrator off
01-01 08:02:29.975 1291 1742 I _V_VivoCommonService: get info binder pid
is :15970
01-01 08:02:29.979 1291 1918 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 08:02:29.979 1291 3216 I _V_VivoCommonService: get info binder pid
is :15970
01-01 08:02:30.668 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 08:02:31.039 1291 16449 E _V_RichTapVibratorService: getExtension == null
01-01 08:02:31.317 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10042|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 08:02:31.985 1291 3878 E _V_RichTapVibratorService: getExtension == null
01-01 08:02:33.144 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:02:34.173 1291 16802 E _V_RichTapVibratorService: getExtension == null
01-01 08:02:34.247 1291 16820 E _V_RichTapVibratorService: getExtension == null
01-01 08:02:36.890 1291 16982 E _V_RichTapVibratorService: getExtension == null
01-01 08:02:38.621 1291 1291 E NotificationService: Muting recently noisy 0|
com.shopee.ph|99900000|null|10192
01-01 08:02:42.901 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 203
01-01 08:02:42.906 1291 2642 E ActivityManager: Service ServiceRecord{a2414fa u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
5531:com.vivo.faceui/1000} not same as in map: ServiceRecord{a5805d5 u0
com.vivo.faceui/.FaceUIService}
01-01 08:03:26.279 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:03:45.073 1291 17959 E _V_RichTapVibratorService: getExtension == null
01-01 08:03:47.644 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:03:50.963 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:03:51.706 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:03:52.303 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:03:57.207 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:03:59.800 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:03:59.800 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:04:02.250 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:04:02.772 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:04:02.776 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:04:04.247 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:04:06.778 1291 18212 E _V_RichTapVibratorService: getExtension == null
01-01 08:04:09.564 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:04:09.564 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:04:14.182 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 204
01-01 08:04:14.187 1291 3865 E ActivityManager: Service ServiceRecord{a5805d5 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
17325:com.vivo.faceui/1000} not same as in map: ServiceRecord{83c075e u0
com.vivo.faceui/.FaceUIService}
01-01 08:04:25.046 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:04:31.749 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:04:33.148 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:04:33.625 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:04:34.660 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:04:37.034 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:04:39.229 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:04:42.204 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:04:52.251 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:04:52.313 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:04:54.074 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:05:10.434 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:05:11.346 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:05:13.116 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:05:28.215 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:05:28.215 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:05:47.576 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:05:47.704 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:05:47.704 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:05:48.954 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:05:58.959 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 205
01-01 08:05:58.962 1291 3865 E ActivityManager: Service ServiceRecord{83c075e u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
18257:com.vivo.faceui/1000} not same as in map: ServiceRecord{6e4b1c8 u0
com.vivo.faceui/.FaceUIService}
01-01 08:06:15.307 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:06:15.307 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:07:05.249 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:07:05.259 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:12:21.539 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:12:21.539 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:15:22.644 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:15:22.817 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:15:22.817 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:15:27.039 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:15:37.010 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 206
01-01 08:15:37.013 1291 3622 E ActivityManager: Service ServiceRecord{6e4b1c8 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
18756:com.vivo.faceui/1000} not same as in map: ServiceRecord{772ec49 u0
com.vivo.faceui/.FaceUIService}
01-01 08:15:51.066 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:15:51.066 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:15:56.090 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:15:56.255 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:15:56.255 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:15:57.257 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:15:57.972 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:15:59.385 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:16:01.222 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:16:02.819 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:16:07.324 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 207
01-01 08:16:07.331 1291 1742 E ActivityManager: Service ServiceRecord{772ec49 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
19188:com.vivo.faceui/1000} not same as in map: ServiceRecord{d11f3ae u0
com.vivo.faceui/.FaceUIService}
01-01 08:16:55.710 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:16:55.713 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:16:56.400 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:17:11.355 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:17:35.727 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:18:26.883 1291 2105 E _V_RichTapVibratorService: getExtension == null
01-01 08:18:32.653 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:18:33.518 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:18:34.795 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:18:44.627 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:18:44.627 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:19:35.011 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:19:35.011 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:19:35.168 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
01-01 08:19:45.556 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:19:45.756 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:19:45.756 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:19:56.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:19:56.362 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:20:18.847 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:20:18.974 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:20:18.974 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:20:20.294 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:20:21.299 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:20:22.172 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:20:25.142 1291 10989 E _V_RichTapVibratorService: getExtension == null
01-01 08:20:28.448 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:20:28.448 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:20:54.856 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:20:54.857 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:22:11.359 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:22:11.827 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:22:11.828 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:22:12.794 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:22:13.974 1291 2104 E _V_RichTapVibratorService: getExtension == null
01-01 08:22:16.880 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:22:20.529 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:22:20.530 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:22:22.791 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 208
01-01 08:22:22.796 1291 3734 E ActivityManager: Service ServiceRecord{d11f3ae u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
19456:com.vivo.faceui/1000} not same as in map: ServiceRecord{b4b7fbe u0
com.vivo.faceui/.FaceUIService}
01-01 08:22:26.157 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 08:22:27.095 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:22:27.403 1291 9047 E _V_RichTapVibratorService: getExtension == null
01-01 08:22:27.508 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:22:27.577 1291 1704 E _V_RichTapVibratorService: getExtension == null
01-01 08:22:28.196 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:22:28.282 1291 9047 E _V_RichTapVibratorService: getExtension == null
01-01 08:22:28.366 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:22:29.329 1291 9047 E _V_RichTapVibratorService: getExtension == null
01-01 08:22:29.463 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:22:29.779 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 08:22:29.862 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:22:30.136 1291 9047 E _V_RichTapVibratorService: getExtension == null
01-01 08:22:37.686 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:22:37.874 1291 1704 E _V_RichTapVibratorService: getExtension == null
01-01 08:22:38.052 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:22:38.252 1291 3219 E _V_RichTapVibratorService: getExtension == null
01-01 08:22:39.858 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:22:39.858 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:22:57.274 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:22:57.476 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:22:57.477 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:22:59.855 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:23:00.704 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:23:01.526 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:23:06.844 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:23:06.844 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:23:09.898 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 209
01-01 08:23:09.903 1291 3219 E ActivityManager: Service ServiceRecord{b4b7fbe u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
20563:com.vivo.faceui/1000} not same as in map: ServiceRecord{e778df0 u0
com.vivo.faceui/.FaceUIService}
01-01 08:23:39.440 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:23:40.183 1291 1408 E _V_RichTapVibratorService: getExtension == null
01-01 08:23:44.564 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:23:44.564 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:29:18.811 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:29:18.926 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:29:18.926 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:29:20.384 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:29:21.020 1291 3734 E _V_RichTapVibratorService: getExtension == null
01-01 08:29:22.788 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
01-01 08:29:23.838 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:29:24.521 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:29:25.442 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:29:28.920 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:29:28.921 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:29:30.422 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 210
01-01 08:29:30.428 1291 3219 E ActivityManager: Service ServiceRecord{e778df0 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
20932:com.vivo.faceui/1000} not same as in map: ServiceRecord{e6855c4 u0
com.vivo.faceui/.FaceUIService}
01-01 08:29:33.023 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 08:29:36.342 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:29:41.186 1291 3603 E _V_RichTapVibratorService: getExtension == null
01-01 08:29:43.502 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:29:43.503 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:31:40.706 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:31:40.846 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:31:40.846 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:31:41.847 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:31:41.847 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:32:20.517 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:32:20.517 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:34:04.785 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:34:04.943 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:34:04.943 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:34:06.510 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:34:07.556 1291 2642 E _V_RichTapVibratorService: getExtension == null
01-01 08:34:09.619 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:34:16.498 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 211
01-01 08:34:16.505 1291 5351 E ActivityManager: Service ServiceRecord{e6855c4 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
21516:com.vivo.faceui/1000} not same as in map: ServiceRecord{4928046 u0
com.vivo.faceui/.FaceUIService}
01-01 08:34:24.449 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:34:24.449 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:34:26.053 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:34:26.053 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:41:16.676 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:41:16.836 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:41:16.836 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:41:17.974 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:41:20.194 1291 3603 E _V_RichTapVibratorService: getExtension == null
01-01 08:41:21.246 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:41:24.210 1291 10989 E _V_RichTapVibratorService: getExtension == null
01-01 08:41:28.009 1291 1471 E ActivityManager: Service ServiceRecord{4928046 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22138:com.vivo.faceui/1000} not same as in map: ServiceRecord{996ed4 u0
com.vivo.faceui/.FaceUIService}
01-01 08:41:28.010 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 212
01-01 08:41:29.763 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:41:29.764 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:42:20.538 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:42:20.539 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:50:14.425 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:50:14.592 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:50:14.593 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:50:16.157 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:50:17.019 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 08:50:26.112 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 213
01-01 08:50:26.117 1291 2642 E ActivityManager: Service ServiceRecord{996ed4 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22466:com.vivo.faceui/1000} not same as in map: ServiceRecord{501e1cb u0
com.vivo.faceui/.FaceUIService}
01-01 08:50:27.992 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:50:44.336 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:50:44.336 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:50:44.717 1291 1471 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 08:50:44.997 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:50:44.997 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:52:20.705 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:52:20.705 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:55:13.755 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 08:55:13.973 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:55:13.973 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:55:15.233 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:55:24.979 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:55:25.113 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 214
01-01 08:55:25.118 1291 1967 E ActivityManager: Service ServiceRecord{501e1cb u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
22893:com.vivo.faceui/1000} not same as in map: ServiceRecord{bfa19ab u0
com.vivo.faceui/.FaceUIService}
01-01 08:55:25.581 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:55:27.612 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:55:28.443 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 08:55:32.041 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:55:33.585 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:55:34.303 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:55:35.403 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:55:42.132 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:55:46.300 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 08:55:47.828 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 08:55:49.953 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 08:55:52.256 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 08:56:22.416 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:56:25.054 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:56:26.733 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:56:28.892 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:56:31.825 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:56:31.826 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:56:46.587 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:57:01.240 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:00.810 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:02.935 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:04.766 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:05.659 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:07.550 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:09.504 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:15.009 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:16.356 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:17.187 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:18.798 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:20.684 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 08:58:20.684 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 08:58:22.894 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:27.033 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:28.560 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:58:30.686 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 08:59:17.207 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:59:17.323 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:59:18.283 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:59:23.458 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 08:59:29.296 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:00:09.581 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:00:09.584 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:01:07.644 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 09:01:07.865 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 09:01:08.056 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 09:01:08.285 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 09:01:17.941 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:01:28.746 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:01:28.804 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:01:28.804 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:01:49.907 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 09:01:50.159 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 09:02:20.526 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:02:20.526 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:03:17.676 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:03:17.676 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:05:06.614 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:05:06.614 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:06:25.806 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:06:25.807 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:08:02.044 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:08:02.747 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:08:04.463 1291 29706 E _V_RichTapVibratorService: getExtension == null
01-01 09:08:14.681 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:08:14.681 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:09:40.998 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:09:40.999 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:12:21.522 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:12:21.522 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:17:22.412 1291 31325 E _V_RichTapVibratorService: getExtension == null
01-01 09:17:39.536 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:17:39.537 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:18:24.278 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 09:18:24.495 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:18:24.496 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:18:26.408 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:18:30.245 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:18:33.540 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:18:36.406 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 215
01-01 09:18:36.409 1291 3603 E ActivityManager: Service ServiceRecord{bfa19ab u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
23371:com.vivo.faceui/1000} not same as in map: ServiceRecord{62ea3f8 u0
com.vivo.faceui/.FaceUIService}
01-01 09:18:47.116 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:18:47.118 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:22:21.575 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:22:21.575 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:24:18.114 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 09:24:18.593 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:24:18.594 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:24:19.441 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:24:19.793 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 09:24:19.793 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 09:24:19.801 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 09:24:19.802 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 09:24:19.817 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 09:24:20.174 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 09:24:20.174 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
01-01 09:24:20.175 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 09:24:20.175 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
01-01 09:24:20.177 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 09:24:20.177 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
01-01 09:24:20.210 1291 3210 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.widget.receiver.NotificationsWidgetProvide
r newState:1 userId:0 callingPackage:null callingUid:10188 callingPid:16376
01-01 09:24:20.232 1291 3210 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
01-01 09:24:20.234 1291 3210 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1537
,topActivity=ComponentInfo{com.facebook.lite/com.facebook.lite.MainActivity} ,resiz
eMode=1 ,topActivityType=1 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
01-01 09:24:20.237 1291 3210 I WindowManager: Relayout Window{b898be1 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
01-01 09:24:20.575 1291 3210 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 09:24:20.658 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 09:24:20.736 1291 3210 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 09:24:20.738 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 09:24:20.738 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
01-01 09:24:20.739 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 09:24:20.740 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
01-01 09:24:20.741 1291 3210 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 09:24:20.741 1291 3210 V InputMethodManagerService: Client requesting input
be hidden
01-01 09:24:22.957 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:24:29.404 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 216
01-01 09:24:29.417 1291 3878 E ActivityManager: Service ServiceRecord{62ea3f8 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
31994:com.vivo.faceui/1000} not same as in map: ServiceRecord{6791a3b u0
com.vivo.faceui/.FaceUIService}
01-01 09:24:32.320 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:24:36.363 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:24:36.979 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 09:24:38.716 1291 1408 E _V_RichTapVibratorService: getExtension == null
01-01 09:24:44.498 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:24:44.498 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:24:48.029 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:24:48.030 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:25:27.628 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:25:27.628 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:32:21.514 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:32:21.514 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:35:13.680 1291 1425 E DiscreteRegistry: Deleting file 1703986216184tl
01-01 09:42:20.534 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:42:20.534 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:52:20.665 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 09:52:20.666 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 09:58:32.665 1291 1425 E DiscreteRegistry: Deleting file 1703987116198tl
01-01 10:02:21.537 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:02:21.537 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:12:21.525 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:12:21.525 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:14:48.513 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 10:14:48.716 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:14:48.716 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:14:50.342 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:14:51.606 1291 1704 E _V_RichTapVibratorService: getExtension == null
01-01 10:14:54.160 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:14:56.779 1291 2281 E _V_RichTapVibratorService: getExtension == null
01-01 10:14:57.073 1291 5351 E BiometricService: Enabled callback binder died
01-01 10:14:57.084 1291 1691 E LockoutResetTracker: Callback binder died:
android.os.BinderProxy@7fe1c96
01-01 10:14:57.084 1291 1691 E LockoutResetTracker: Removing dead callback for:
com.android.systemui
01-01 10:14:57.540 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 10:15:00.356 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 217
01-01 10:15:00.360 1291 5351 E ActivityManager: Service ServiceRecord{6791a3b u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
32711:com.vivo.faceui/1000} not same as in map: ServiceRecord{382b8c9 u0
com.vivo.faceui/.FaceUIService}
01-01 10:15:01.382 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:15:01.590 1291 1291 E NotificationService: Muting recently noisy 0|
com.shopee.ph|99900000|null|10192
01-01 10:15:02.399 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:15:04.515 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:15:14.694 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:15:17.531 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:15:29.812 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:15:31.497 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:15:31.790 1291 1917 E _V_RichTapVibratorService: getExtension == null
01-01 10:15:36.612 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:15:37.957 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:15:39.444 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:15:45.550 1291 3214 E _V_RichTapVibratorService: getExtension == null
01-01 10:15:59.947 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:16:07.942 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:16:07.942 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:16:18.443 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:16:25.636 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:16:26.193 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 10:16:26.573 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 10:16:29.743 1291 1408 E _V_RichTapVibratorService: getExtension == null
01-01 10:16:31.792 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:16:32.514 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:16:36.096 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:17:08.767 1291 3729 E _V_RichTapVibratorService: getExtension == null
01-01 10:17:11.400 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:17:11.587 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 10:17:12.641 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:17:18.384 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:17:25.161 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:17:25.813 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:17:28.034 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:17:29.448 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:17:56.822 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:17:56.823 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:18:16.956 1291 3865 E _V_RichTapVibratorService: getExtension == null
01-01 10:18:18.176 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:18:21.753 1291 7444 E _V_RichTapVibratorService: getExtension == null
01-01 10:18:23.082 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:18:29.176 1291 3865 E _V_RichTapVibratorService: getExtension == null
01-01 10:18:30.429 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:18:32.441 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:18:34.834 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:18:47.970 1291 4514 E _V_RichTapVibratorService: getExtension == null
01-01 10:18:49.807 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:18:49.932 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 10:18:53.402 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:18:54.107 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 10:18:54.394 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 10:18:54.945 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:19:16.046 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:19:16.046 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:19:22.415 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 10:19:24.732 1291 1408 E _V_RichTapVibratorService: getExtension == null
01-01 10:19:26.957 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:19:27.744 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:19:29.346 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:19:34.886 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:19:44.876 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:20:12.191 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:20:12.192 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:20:14.209 1291 5161 E _V_RichTapVibratorService: getExtension == null
01-01 10:21:04.942 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:21:04.944 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:22:20.523 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:22:20.525 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:22:53.866 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:22:53.866 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:24:42.748 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:24:42.748 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:26:14.696 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 10:26:14.849 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:26:14.849 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:26:16.105 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 10:26:16.525 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:26:17.107 1291 1918 E _V_RichTapVibratorService: getExtension == null
01-01 10:26:24.495 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:26:26.415 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 218
01-01 10:26:31.637 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:26:31.637 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:27:10.395 1291 5635 E _V_RichTapVibratorService: getExtension == null
01-01 10:27:15.038 1291 3879 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 10:27:15.146 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:27:15.146 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:27:15.487 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 10:27:15.766 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 10:27:18.041 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:27:28.002 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 219
01-01 10:27:28.010 1291 3632 E ActivityManager: Service ServiceRecord{864b075 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
5568:com.vivo.faceui/1000} not same as in map: ServiceRecord{9229fff u0
com.vivo.faceui/.FaceUIService}
01-01 10:27:28.012 1291 3632 E ActivityManager: Service ServiceRecord{382b8c9 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
5568:com.vivo.faceui/1000} not same as in map: ServiceRecord{9229fff u0
com.vivo.faceui/.FaceUIService}
01-01 10:27:29.242 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:27:34.167 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:28:20.570 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:28:20.571 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:28:34.379 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:28:34.380 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:28:34.804 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
01-01 10:29:29.880 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:29:29.880 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:29:30.050 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 10:29:30.659 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:29:30.660 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:29:31.688 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:29:33.337 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:29:39.950 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:29:40.996 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:29:41.683 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 220
01-01 10:29:41.687 1291 9047 E ActivityManager: Service ServiceRecord{9229fff u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
5835:com.vivo.faceui/1000} not same as in map: ServiceRecord{910c2cc u0
com.vivo.faceui/.FaceUIService}
01-01 10:29:44.712 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:29:45.418 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:30:18.502 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:30:36.554 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:30:37.269 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:31:05.272 1291 6435 E _V_RichTapVibratorService: getExtension == null
01-01 10:31:12.514 1291 6471 E _V_RichTapVibratorService: getExtension == null
01-01 10:31:16.248 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:31:16.361 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 10:31:17.429 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:31:18.760 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:31:18.760 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:31:28.262 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:31:32.057 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:31:33.244 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:31:56.687 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:31:56.688 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:32:20.540 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:32:20.540 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:32:49.077 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 10:32:49.251 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:32:49.251 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:32:49.659 1291 6824 E _V_RichTapVibratorService: getExtension == null
01-01 10:32:50.752 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:33:00.471 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:33:00.670 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 221
01-01 10:33:00.675 1291 9047 E ActivityManager: Service ServiceRecord{910c2cc u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
6260:com.vivo.faceui/1000} not same as in map: ServiceRecord{2b40d4c u0
com.vivo.faceui/.FaceUIService}
01-01 10:33:07.708 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:33:07.708 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:33:11.867 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:33:13.853 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:33:16.846 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:33:16.846 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:33:49.610 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 10:33:49.749 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:33:49.750 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:33:51.201 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:33:52.375 1291 7156 E _V_RichTapVibratorService: getExtension == null
01-01 10:33:54.318 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:34:01.216 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 222
01-01 10:34:01.226 1291 1471 E ActivityManager: Service ServiceRecord{2b40d4c u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
6894:com.vivo.faceui/1000} not same as in map: ServiceRecord{8fc7e25 u0
com.vivo.faceui/.FaceUIService}
01-01 10:34:03.050 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:34:03.700 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:34:48.808 1291 7278 E _V_RichTapVibratorService: getExtension == null
01-01 10:34:56.553 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:34:56.553 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:34:58.730 1291 1291 E NotificationService: Muting recently noisy 0|
com.shopee.ph|99900000|null|10192
01-01 10:35:48.342 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:35:48.342 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:35:50.425 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 10:35:50.575 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:35:50.575 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:35:51.945 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:35:57.305 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:35:58.628 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:35:58.995 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:36:01.956 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 223
01-01 10:36:01.960 1291 3214 E ActivityManager: Service ServiceRecord{8fc7e25 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
7219:com.vivo.faceui/1000} not same as in map: ServiceRecord{746f646 u0
com.vivo.faceui/.FaceUIService}
01-01 10:36:45.472 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:36:45.472 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:36:55.368 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:36:55.368 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:37:55.179 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:37:55.842 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:38:20.733 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 10:38:24.071 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:38:26.476 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:38:26.476 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:38:52.622 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:38:52.623 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:40:41.530 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:40:41.530 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:41:27.410 1291 7798 E _V_RichTapVibratorService: getExtension == null
01-01 10:42:20.532 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:42:20.532 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:42:30.433 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:42:30.434 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:44:00.191 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 10:44:00.310 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:44:00.310 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:44:07.782 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:44:09.612 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:44:09.830 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 10:44:11.624 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:44:17.786 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 224
01-01 10:44:17.788 1291 3216 E ActivityManager: Service ServiceRecord{746f646 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
7548:com.vivo.faceui/1000} not same as in map: ServiceRecord{ca6bb07 u0
com.vivo.faceui/.FaceUIService}
01-01 10:44:19.333 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:44:19.334 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:44:26.879 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:44:40.653 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:44:42.907 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:44:50.648 1291 1425 E DiscreteRegistry: Deleting file 1703989820643tl
01-01 10:45:00.367 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 10:45:32.100 1291 8593 E _V_RichTapVibratorService: getExtension == null
01-01 10:45:36.072 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:45:36.304 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 10:45:59.603 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:46:08.241 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:46:08.242 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:46:47.836 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:46:47.836 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:46:59.936 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:46:59.936 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:47:00.052 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
01-01 10:47:13.544 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 10:47:13.976 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:47:13.976 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:47:14.904 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:47:20.701 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:47:24.738 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:47:24.911 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 225
01-01 10:47:24.911 1291 3878 E ActivityManager: Service ServiceRecord{ca6bb07 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8242:com.vivo.faceui/1000} not same as in map: ServiceRecord{a56dfdb u0
com.vivo.faceui/.FaceUIService}
01-01 10:47:28.621 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:48:36.747 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:48:36.747 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:50:25.654 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:50:25.655 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:50:38.246 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:50:38.246 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:50:38.427 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
01-01 10:51:47.754 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 10:51:47.987 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:51:47.987 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:51:49.432 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:51:59.468 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 226
01-01 10:51:59.472 1291 3879 E ActivityManager: Service ServiceRecord{a56dfdb u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
8912:com.vivo.faceui/1000} not same as in map: ServiceRecord{bafc3a3 u0
com.vivo.faceui/.FaceUIService}
01-01 10:52:14.544 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:52:14.544 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:52:20.530 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:52:20.530 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:52:48.477 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:52:53.186 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:52:54.875 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:52:57.032 1291 3219 E _V_RichTapVibratorService: getExtension == null
01-01 10:52:58.285 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
01-01 10:53:32.717 1291 1921 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 10:53:33.555 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:37.337 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:39.844 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:42.567 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:43.635 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:44.339 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:45.687 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:46.716 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:48.271 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:49.430 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:50.235 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:52.265 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:53.453 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:55.709 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:57.619 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:53:58.765 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:54:03.444 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:54:03.467 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:54:03.467 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:54:04.530 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:55:04.824 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:55:04.824 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:55:04.910 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
01-01 10:55:07.312 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 10:55:07.664 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:55:07.733 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:55:07.733 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:55:12.756 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:55:12.756 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:55:25.731 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:55:25.731 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:57:01.650 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:57:01.650 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:58:59.263 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:58:59.264 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:59:06.092 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 10:59:06.300 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:59:06.300 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:59:07.906 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 10:59:17.933 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 227
01-01 10:59:17.936 1291 3210 E ActivityManager: Service ServiceRecord{bafc3a3 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
9249:com.vivo.faceui/1000} not same as in map: ServiceRecord{1c24ba8 u0
com.vivo.faceui/.FaceUIService}
01-01 10:59:38.702 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 10:59:38.703 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 10:59:41.864 1291 21634 E DiscreteRegistry: Deleting file 1703990721714tl
01-01 11:00:41.860 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 11:00:42.052 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:00:42.052 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 11:00:43.757 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 11:00:48.189 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:00:48.190 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 11:00:52.382 1291 1918 E _V_RichTapVibratorService: getExtension == null
01-01 11:00:53.522 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 11:00:53.780 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 228
01-01 11:00:53.782 1291 3880 E ActivityManager: Service ServiceRecord{1c24ba8 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
11561:com.vivo.faceui/1000} not same as in map: ServiceRecord{81d00f7 u0
com.vivo.faceui/.FaceUIService}
01-01 11:00:54.636 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 11:01:01.428 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 11:01:04.915 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 11:01:05.300 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 11:01:05.621 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 11:01:29.002 1291 12604 E _V_RichTapVibratorService: getExtension == null
01-01 11:01:37.928 1291 1291 E NotificationService: Muting recently noisy 0|
com.android.mms|10001|com.android.mms:sms:1|10055
01-01 11:01:37.945 1291 12877 E _V_RichTapVibratorService: getExtension == null
01-01 11:02:20.554 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:02:20.555 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 11:02:37.067 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:02:37.068 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 11:02:41.901 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:02:41.901 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 11:02:56.914 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:02:56.914 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 11:08:14.792 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 11:08:14.803 1291 1291 E NotificationService: Muting recently noisy 0|
com.instagram.android|64278|newstab|
48635806746_story_suite_organic_campaign&60dd2266a52c3Hb52eb841aH60dd270005595H22d|
10214
01-01 11:08:50.344 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 11:08:50.992 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:08:50.995 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 11:08:57.254 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:08:57.254 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 11:12:20.539 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:12:20.540 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 11:18:30.879 1291 1425 E DiscreteRegistry: Deleting file 1703991622873tl
01-01 11:22:20.535 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:22:20.535 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 11:32:21.524 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:32:21.524 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 11:35:11.718 1291 1425 E DiscreteRegistry: Deleting file 1703993424789tl
01-01 11:42:22.534 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:42:22.534 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 11:51:11.602 1291 1425 E DiscreteRegistry: Deleting file 1703994324866tl
01-01 11:52:21.550 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 11:52:21.550 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:00:22.548 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 12:00:22.929 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:00:22.929 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:00:28.788 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:00:29.264 1291 3622 E _V_RichTapVibratorService: getExtension == null
01-01 12:00:38.130 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 229
01-01 12:00:38.270 1291 2642 E ActivityManager: Service ServiceRecord{81d00f7 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
11844:com.vivo.faceui/1000} not same as in map: ServiceRecord{cb97f5a u0
com.vivo.faceui/.FaceUIService}
01-01 12:00:39.733 1291 15794 E _V_RichTapVibratorService: getExtension == null
01-01 12:00:42.584 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:00:42.584 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:00:43.878 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 12:00:47.775 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:00:48.574 1291 1291 E NotificationService: Muting recently noisy 0|
com.shopee.ph|99900000|null|10192
01-01 12:00:49.451 1291 16474 E _V_RichTapVibratorService: getExtension == null
01-01 12:00:50.467 1291 16527 E _V_RichTapVibratorService: getExtension == null
01-01 12:00:54.037 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:02:20.582 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:02:20.583 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:02:27.052 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:02:31.454 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:02:31.454 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:02:38.486 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:02:47.828 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:02:55.158 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:03:01.220 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:03:01.220 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:03:03.057 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:03:05.697 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:04:20.669 1291 17979 E _V_RichTapVibratorService: getExtension == null
01-01 12:04:22.171 1291 18051 E _V_RichTapVibratorService: getExtension == null
01-01 12:04:23.402 1291 2088 E _V_RichTapVibratorService: getExtension == null
01-01 12:04:23.423 1291 3878 E _V_RichTapVibratorService: getExtension == null
01-01 12:04:39.932 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:04:44.100 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:04:44.414 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:04:45.198 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:04:46.018 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:04:46.386 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:04:48.820 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:04:49.901 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:04:50.059 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:04:50.060 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:05:52.689 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 12:06:05.647 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:06:16.464 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:06:17.467 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:06:18.669 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:06:19.391 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:06:20.491 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:06:21.147 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:06:22.018 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:06:22.769 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:06:24.015 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:06:38.958 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:06:38.958 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:07:03.990 1291 3214 E _V_RichTapVibratorService: getExtension == null
01-01 12:07:17.627 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:07:18.602 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:07:28.717 1291 10989 E _V_RichTapVibratorService: getExtension == null
01-01 12:07:31.438 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:07:33.791 1291 3623 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.smartshot et al): null
01-01 12:07:34.723 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:07:39.123 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:07:58.223 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:07:58.223 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:08:04.926 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:08:06.914 1291 1590 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
01-01 12:08:18.120 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:08:21.215 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:08:25.425 1291 4388 E VivoArtKeeperService: prepareWithDownload
exception:java.net.SocketTimeoutException: failed to connect to asia-artpp-
vivofs.vivoglobal.com/108.158.213.69 (port 443) from /192.168.133.183 (port 45330)
after 1000ms
01-01 12:08:25.425 1291 4388 E VivoArtKeeperService: delete donwload failed file
01-01 12:09:22.066 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:09:47.057 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:09:47.057 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:10:26.808 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:10:31.749 1291 22115 E _V_RichTapVibratorService: getExtension == null
01-01 12:10:33.876 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 12:10:39.517 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:10:57.036 1291 1586 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 12:11:00.470 1291 1590 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
01-01 12:11:35.960 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:11:35.969 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:11:43.857 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:11:51.403 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:11:53.601 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:11:54.060 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 12:11:54.375 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:12:12.989 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 12:12:14.390 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:12:20.539 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:12:20.539 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:12:55.167 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:12:55.167 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:12:55.640 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:13:43.002 1291 3880 E _V_RichTapVibratorService: getExtension == null
01-01 12:13:46.265 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
01-01 12:13:49.322 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:13:49.323 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:20:29.255 1291 1425 E DiscreteRegistry: Deleting file 1703996125214tl
01-01 12:22:20.540 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:22:20.540 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:32:21.507 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:32:21.512 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:39:10.672 1291 1425 E DiscreteRegistry: Deleting file 1703997027923tl
01-01 12:39:10.673 1291 1425 E DiscreteRegistry: Deleting file 1703997164406tl
01-01 12:41:16.372 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 12:41:16.667 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:41:16.667 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:41:18.713 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:41:19.578 1291 1919 E _V_RichTapVibratorService: getExtension == null
01-01 12:41:24.550 1291 3214 E _V_RichTapVibratorService: getExtension == null
01-01 12:41:25.297 1291 2105 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.smartshot et al): null
01-01 12:41:25.514 1291 1590 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
01-01 12:41:28.100 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 230
01-01 12:41:28.110 1291 1408 E ActivityManager: Service ServiceRecord{cb97f5a u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
15643:com.vivo.faceui/1000} not same as in map: ServiceRecord{232aa89 u0
com.vivo.faceui/.FaceUIService}
01-01 12:41:32.657 1291 24936 E _V_RichTapVibratorService: getExtension == null
01-01 12:41:39.866 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:41:41.664 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:41:42.312 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 12:41:44.449 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:41:45.480 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~zSSlexz88fbY1dmMXicFPg==/com.google.android.youtube-
KsqDY2byRBGqHNOAAGF50w==/base.apk
01-01 12:41:56.205 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:41:56.219 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:41:56.220 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:42:05.229 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:42:10.812 1291 26360 E _V_RichTapVibratorService: getExtension == null
01-01 12:42:14.401 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 12:42:16.398 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:42:19.587 1291 3883 E _V_RichTapVibratorService: getExtension == null
01-01 12:42:20.550 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:42:20.550 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:42:21.491 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:43:45.041 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:43:45.041 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:43:54.940 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:43:54.940 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:45:43.854 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:45:43.854 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:46:15.482 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:46:16.138 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:46:16.504 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:46:17.172 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 12:46:18.079 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:46:26.133 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:46:29.872 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:46:32.304 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:46:33.939 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:46:37.434 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:47:11.099 1291 27730 E _V_RichTapVibratorService: getExtension == null
01-01 12:47:12.831 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:47:15.124 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 12:47:15.908 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:47:20.016 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:47:32.743 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:47:32.744 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:47:47.466 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:48:03.397 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:48:11.356 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:48:17.000 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:49:01.274 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:49:01.843 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:49:01.843 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:49:03.574 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:49:07.488 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:49:09.802 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:49:18.472 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:49:20.164 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:50:34.310 1291 28675 E _V_RichTapVibratorService: getExtension == null
01-01 12:50:40.567 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:50:40.730 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 12:50:41.738 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:50:50.190 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:50:50.742 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:50:50.742 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:50:59.943 1291 16762 E VivoArtKeeperService: prepareWithDownload
exception:java.net.SocketTimeoutException: timeout
01-01 12:50:59.949 1291 16762 E VivoArtKeeperService: delete donwload failed file
01-01 12:51:15.948 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:51:20.913 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:51:26.316 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:51:28.013 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:51:59.776 1291 29303 E _V_RichTapVibratorService: getExtension == null
01-01 12:52:09.328 1291 29339 E _V_RichTapVibratorService: getExtension == null
01-01 12:52:20.533 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:52:20.533 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:52:39.639 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:52:39.640 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:52:58.275 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:52:58.474 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 12:53:04.194 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:53:11.696 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:53:24.066 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:53:35.358 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:54:06.690 1291 29904 E _V_RichTapVibratorService: getExtension == null
01-01 12:54:08.826 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:54:08.826 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:54:10.765 1291 1425 E DiscreteRegistry: Deleting file 1703997929016tl
01-01 12:54:17.241 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:54:17.435 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 12:54:20.870 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:54:25.959 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:54:30.352 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:55:04.047 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:55:06.576 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:55:57.640 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:55:57.641 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:56:01.604 1291 30367 E _V_RichTapVibratorService: getExtension == null
01-01 12:56:09.108 1291 30444 E _V_RichTapVibratorService: getExtension == null
01-01 12:56:11.738 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:56:11.895 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 12:56:13.132 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:56:25.989 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:56:27.468 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 12:56:27.759 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 12:56:28.083 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:56:32.347 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 12:56:32.660 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 12:56:43.385 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 12:56:46.745 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:56:54.152 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:57:15.455 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:57:19.592 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:57:39.462 1291 31171 E _V_RichTapVibratorService: getExtension == null
01-01 12:57:45.913 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:57:46.083 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 12:57:46.568 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:57:46.568 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:57:46.953 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:57:48.791 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:57:52.528 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:57:53.006 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:57:59.278 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:58:02.175 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:58:08.184 1291 31370 E _V_RichTapVibratorService: getExtension == null
01-01 12:58:44.187 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:58:44.356 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 12:58:48.652 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:58:55.878 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 12:58:55.881 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 12:58:59.864 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:59:29.453 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:59:32.596 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:59:34.799 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 12:59:37.592 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 12:59:38.362 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 12:59:38.599 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 13:00:18.494 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 13:00:18.778 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:00:21.004 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:00:44.778 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:00:44.778 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:00:59.750 1291 32553 E _V_RichTapVibratorService: getExtension == null
01-01 13:01:05.582 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:01:05.748 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 13:01:07.446 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:01:19.234 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:01:32.177 1291 319 E _V_RichTapVibratorService: getExtension == null
01-01 13:01:46.414 1291 398 E _V_RichTapVibratorService: getExtension == null
01-01 13:01:59.213 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 13:02:18.426 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:02:20.518 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:02:20.519 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:02:29.152 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:02:33.662 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:02:33.662 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:02:44.753 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:02:46.300 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:02:51.365 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:03:34.370 1291 1639 E _V_RichTapVibratorService: getExtension == null
01-01 13:03:42.980 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:03:42.980 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:04:06.556 1291 1787 E _V_RichTapVibratorService: getExtension == null
01-01 13:04:18.554 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:04:18.726 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 13:04:28.332 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:04:36.607 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:04:54.338 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:05:03.049 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:05:04.778 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:05:31.868 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:05:31.869 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:05:41.846 1291 1497 E PackageInstallerSession: Failed to verify session
1929192506 [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries,
res=-113]
01-01 13:05:54.489 1291 2988 E _V_RichTapVibratorService: getExtension == null
01-01 13:05:57.630 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:05:57.858 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 13:05:58.687 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:06:15.794 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:06:58.494 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:07:20.791 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:07:20.791 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:07:30.625 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:07:36.279 1291 3382 E _V_RichTapVibratorService: getExtension == null
01-01 13:07:48.123 1291 3502 E _V_RichTapVibratorService: getExtension == null
01-01 13:08:01.453 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:08:01.664 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 13:08:05.403 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:08:09.196 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:08:20.079 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:08:22.014 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:08:49.900 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:08:49.900 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:09:01.766 1291 1408 E _V_RichTapVibratorService: getExtension == null
01-01 13:09:02.014 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:09:05.991 1291 3774 E _V_RichTapVibratorService: getExtension == null
01-01 13:09:14.363 1291 1425 E DiscreteRegistry: Deleting file 1703998833040tl
01-01 13:09:14.364 1291 1425 E DiscreteRegistry: Deleting file 1703998968447tl
01-01 13:09:55.160 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:09:57.155 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:09:57.339 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 13:10:00.887 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:10:11.049 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:10:11.996 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:10:14.423 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:10:14.424 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:10:18.916 1291 4415 E _V_RichTapVibratorService: getExtension == null
01-01 13:10:39.668 1291 4457 E _V_RichTapVibratorService: getExtension == null
01-01 13:11:20.336 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 13:11:21.063 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:11:21.063 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:11:23.060 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:11:23.737 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:11:23.921 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 13:11:28.487 1291 2126 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
01-01 13:11:28.488 1291 2126 E VivoArtKeeperService: delete donwload failed file
01-01 13:11:30.438 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:11:30.438 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:11:32.121 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:11:33.047 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 231
01-01 13:11:33.055 1291 3734 E ActivityManager: Service ServiceRecord{232aa89 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
24826:com.vivo.faceui/1000} not same as in map: ServiceRecord{2974d00 u0
com.vivo.faceui/.FaceUIService}
01-01 13:12:00.502 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:12:20.560 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:12:20.560 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:12:34.400 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:12:35.006 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:12:58.335 848 848 E wificond: vivo add tx_good 107685 tx_bad 43
rx_good 178145 tx_retry 12911 tx_retry_times 0
01-01 13:13:19.362 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:13:19.362 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:13:33.066 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:13:56.827 1291 5178 E _V_RichTapVibratorService: getExtension == null
01-01 13:14:08.314 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 13:14:08.320 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:14:08.439 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:14:19.034 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:15:00.164 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:15:08.265 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:15:08.265 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:15:12.351 1291 1919 E _V_RichTapVibratorService: getExtension == null
01-01 13:15:50.898 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 13:15:50.907 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 13:15:56.671 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:15:57.782 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:15:57.782 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:16:18.901 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:16:19.187 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:16:22.354 1291 6481 E _V_RichTapVibratorService: getExtension == null
01-01 13:16:30.052 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:16:36.998 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:16:37.188 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 13:16:37.880 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:16:45.598 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:16:48.716 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:16:48.894 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:16:51.270 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:17:30.375 1291 6735 E _V_RichTapVibratorService: getExtension == null
01-01 13:17:32.664 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:17:32.809 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 13:17:34.133 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:17:38.443 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:17:40.959 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:17:46.660 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:17:46.660 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:19:03.576 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:19:08.133 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:19:28.138 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:19:29.104 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:19:35.555 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:19:35.555 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:19:42.285 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:19:44.224 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:19:48.946 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:19:48.947 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:20:23.141 1291 7202 E _V_RichTapVibratorService: getExtension == null
01-01 13:20:43.474 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 13:20:44.053 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:20:44.053 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:20:45.635 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:20:46.487 1291 3219 E _V_RichTapVibratorService: getExtension == null
01-01 13:20:49.441 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:20:49.737 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:20:52.304 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:20:53.663 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:20:54.922 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 13:20:55.236 1291 3865 E _V_RichTapVibratorService: getExtension == null
01-01 13:20:55.665 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 232
01-01 13:20:58.046 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:20:58.046 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:22:21.273 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:22:21.273 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:24:39.531 1291 1425 E DiscreteRegistry: Deleting file 1703999733378tl
01-01 13:32:20.537 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:32:20.538 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:41:44.679 1291 1425 E DiscreteRegistry: Deleting file 1704000637701tl
01-01 13:41:44.681 1291 1425 E DiscreteRegistry: Deleting file 1704000768918tl
01-01 13:42:21.537 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:42:21.537 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:52:21.511 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 13:52:21.511 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 13:55:07.632 1291 3623 D _V_VivoPowerManagerService: button light 0 222
trun off
01-01 13:55:07.717 1291 1704 D IntervalStats: Unable to parse usage stats
packages: [305]
01-01 13:55:07.751 1291 1704 D IntervalStats: Unable to parse usage stats
packages: [258]
01-01 14:01:46.653 1291 1425 E DiscreteRegistry: Deleting file 1704001538385tl
01-01 14:01:46.655 1291 1425 E DiscreteRegistry: Deleting file 1704002439188tl
01-01 14:02:22.528 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:02:22.529 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:04:18.166 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 0.0
useprox = false
01-01 14:04:18.714 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:04:18.714 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:04:20.186 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:04:20.187 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:04:23.156 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 14:04:23.554 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:04:23.555 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:04:24.055 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:04:24.838 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:04:27.123 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:04:28.273 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:04:28.273 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:04:32.336 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:04:32.336 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:04:36.303 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 14:04:36.740 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:04:36.740 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:04:48.903 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:05:24.235 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:05:24.235 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:09:42.284 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 14:09:42.416 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:09:42.416 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:09:44.973 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:09:45.563 1291 3622 E _V_RichTapVibratorService: getExtension == null
01-01 14:09:52.386 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:09:52.386 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:09:54.369 1291 10989 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.370 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.373 1291 10989 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.394 1291 2642 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.396 1291 2088 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 14:09:54.404 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.431 1291 2088 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 14:09:54.432 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.444 1291 1408 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.446 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 14:09:54.456 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 14:09:54.471 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 14:09:54.473 1291 10989 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 14:09:54.474 1291 10989 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 14:09:54.475 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 14:09:54.477 1291 1409 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 14:09:54.479 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.506 1291 10989 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.540 1291 2105 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.579 1291 3622 D _V_InsetsSourceProvider:
Window{com.android.systemui:3e2dfcf u0 StatusBar} updateControlForTarget
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:54.583 1291 3622 D _V_InsetsSourceProvider:
Window{com.android.systemui:fdc9f1a u0 NavigationBar0} updateControlForTarget
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:54.583 1291 3216 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.585 1291 3622 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
appearance=0x8 appearanceRegions.fullscreenAppearance=8
appearanceRegions.dockedAppearance=0 isFullscreen=false
01-01 14:09:54.586 1291 3622 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
01-01 14:09:54.586 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f25bbe7 u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:54.590 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:9882f83 u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:54.590 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f1440df u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:54.590 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:a260bfb u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:54.590 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:54.621 1291 1471 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.636 1291 1471 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@9f9f039 ,windowToken
=android.os.BinderProxy@bc6148 ,isPassword=false ,mIsSecImms=false
01-01 14:09:54.636 1291 1471 D _V_InputMethodManagerService: Check pwd = false
01-01 14:09:54.637 1291 1471 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@d8deb5c inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@bb2d67e
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_RESIZE windowFlags=#81810100 unverifiedTargetSdkVersion=33
01-01 14:09:54.640 1291 1471 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{1a542 uid=10188 pid=16376 displayId=0}
01-01 14:09:54.640 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:09:54.649 1291 1408 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: before bindApplication
01-01 14:09:54.650 1291 1408 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10170; state: DISABLED
01-01 14:09:54.650 1291 1408 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: immediately before bindApplication
01-01 14:09:54.654 1291 1408 W ActivityManager: Slow operation: 60ms so far, now
at attachApplicationLocked: immediately after bindApplication
01-01 14:09:54.658 1291 1408 W ActivityManager: Slow operation: 60ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
01-01 14:09:54.663 1291 2105 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.664 1291 1408 W ActivityManager: Slow operation: 71ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
01-01 14:09:54.664 1291 1585 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10170; state: ENABLED
01-01 14:09:54.666 1291 9047 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10155, isRmsPreload = false, keepQuiet =false
01-01 14:09:54.670 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.675 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.692 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.695 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.697 1291 3881 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 14:09:54.697 1291 3881 V InputMethodManagerService: Client requesting input
be hidden
01-01 14:09:54.697 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.699 1291 2105 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 14:09:54.699 1291 2105 V InputMethodManagerService: Client requesting input
be hidden
01-01 14:09:54.701 1291 2105 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 14:09:54.701 1291 2105 V InputMethodManagerService: Client requesting input
be hidden
01-01 14:09:54.706 1291 3216 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.721 1291 2105 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1537
,topActivity=ComponentInfo{com.facebook.lite/com.facebook.lite.MainActivity} ,resiz
eMode=1 ,topActivityType=1 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
01-01 14:09:54.727 1291 2105 I WindowManager: Relayout
Window{com.android.systemui:8ffcbfb u0 NotificationShade}: oldVis=0, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
01-01 14:09:54.733 1291 2088 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
01-01 14:09:54.735 1291 3881 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.741 1291 2088 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1537
,topActivity=ComponentInfo{com.facebook.lite/com.facebook.lite.MainActivity} ,resiz
eMode=1 ,topActivityType=1 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
01-01 14:09:54.752 1291 2088 I WindowManager: Relayout Window{b898be1 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
01-01 14:09:54.765 1291 2088 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.782 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.783 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.790 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f25bbe7 u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:54.791 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:9882f83 u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:54.791 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f1440df u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:54.791 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:a260bfb u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:54.791 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:54.798 1291 3881 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.820 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.840 1291 3881 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.847 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.873 1291 2104 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.874 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.881 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.882 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.889 1291 2104 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.894 1291 1753 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.901 1291 2104 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10000010 pkg=com.facebook.orca (has extras) }
01-01 14:09:54.909 1291 2104 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.953 1291 1412 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: true
01-01 14:09:54.953 1291 1412 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10185, delay=20000
01-01 14:09:54.953 1291 1412 D DeviceIdleController: Setting activity manager
temp whitelist to [10185]
01-01 14:09:54.954 1291 1412 D DeviceIdleController: Setting wakelock temp
whitelist to [10185]
01-01 14:09:54.958 1291 1510 D DeviceIdleController: handleMessage(13)
01-01 14:09:54.960 1291 3881 I _V_VivoFaceServiceImpl: sendCommand cmd: 1011
extra: 0
01-01 14:09:54.978 1291 2105 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:54.979 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.982 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.984 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:54.988 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.003 1291 3881 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 14:09:55.006 1291 2105 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.025 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.036 1291 2105 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.043 1291 2088 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10000010 pkg=com.facebook.orca (has extras) }
01-01 14:09:55.047 1291 1412 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
01-01 14:09:55.047 1291 2088 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.057 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.067 1291 3881 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 14:09:55.074 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.076 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.079 1291 1409 W _V_VivoDisplayStateService: primary-display
FaceDozeIcon died
01-01 14:09:55.081 1291 1917 I ActivityManager: Process com.vivo.faceui (pid
7471) has died: pers PER
01-01 14:09:55.084 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 233
01-01 14:09:55.084 1291 1917 W ActivityManager: Scheduling restart of crashed
service com.vivo.faceui/.FaceUIService in 0ms for persistent
01-01 14:09:55.092 1291 1917 E ActivityManager: Service ServiceRecord{2c7d177 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
7471:com.vivo.faceui/1000} not same as in map: ServiceRecord{c9ef29c u0
com.vivo.faceui/.FaceUIService}
01-01 14:09:55.097 1291 1917 E ActivityManager: Service ServiceRecord{2974d00 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
7471:com.vivo.faceui/1000} not same as in map: ServiceRecord{c9ef29c u0
com.vivo.faceui/.FaceUIService}
01-01 14:09:55.098 1291 1917 W ActivityManager: Re-adding persistent process
ProcessRecord{7e970de 7471:com.vivo.faceui/1000}
01-01 14:09:55.099 1291 1917 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.faceui
01-01 14:09:55.099 1291 1917 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
01-01 14:09:55.114 1291 1967 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.121 1291 1436 I ActivityManager: Start proc
9479:com.vivo.faceui/1000 for restart com.vivo.faceui
01-01 14:09:55.132 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.133 1291 1967 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10000010 pkg=com.facebook.orca (has extras) }
01-01 14:09:55.136 1291 1412 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
01-01 14:09:55.137 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 14:09:55.147 1291 3734 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.149 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.182 1291 3603 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
01-01 14:09:55.183 1291 1646 D _V_VivoBrightnessPolicyService: Get target percent
25.0%(nit 240, control mode manual, policy level 2, lux 20).
01-01 14:09:55.183 1291 1646 D _V_VivoBrightnessPolicyService: Target percent is
already set to 25.0%.
01-01 14:09:55.189 1291 1967 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.192 1291 1408 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.213 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.222 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 14:09:55.240 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.431 1291 1409 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.services
01-01 14:09:55.432 1291 1409 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10042; state: DISABLED
01-01 14:09:55.434 1291 1409 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.438 1291 1436 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10042; state: ENABLED
01-01 14:09:55.446 1291 1408 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 14:09:55.450 1291 1409 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.464 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.490 1291 3883 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.500 1291 3603 W _V_VivoAmsImpl: mCallingPidFilter=16376,
mCallingUidFilter=10188
01-01 14:09:55.501 1291 1471 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.AppController$NetworkStateBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10188 callingPid:16376
01-01 14:09:55.516 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.525 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.537 1291 1917 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 14:09:55.544 1291 1436 W ActivityManager: Slow operation: 113ms so far, now
at startProcess: returned from zygote!
01-01 14:09:55.573 1291 1436 W ActivityManager: Slow operation: 141ms so far, now
at startProcess: done updating battery stats
01-01 14:09:55.585 1291 1436 W ActivityManager: Slow operation: 153ms so far, now
at startProcess: building log message
01-01 14:09:55.585 1291 1436 I ActivityManager: Start proc
9526:com.facebook.services/u0a42 for service
{com.facebook.services/com.facebook.oxygen.services.fbns.PreloadedFbnsService}
01-01 14:09:55.585 1291 1436 W ActivityManager: Slow operation: 153ms so far, now
at startProcess: starting to update pids map
01-01 14:09:55.593 1291 2104 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.594 1291 1436 W ActivityManager: Slow operation: 163ms so far, now
at startProcess: done updating pids map
01-01 14:09:55.597 1291 2104 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.614 1291 2642 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.632 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 14:09:55.634 1291 1408 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 14:09:55.636 1291 1967 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
01-01 14:09:55.654 1291 3622 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.658 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.672 1291 1917 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.721 1291 1557 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.735 1291 2088 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.742 1291 2104 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.calendar uid 10163, isRmsPreload = false, keepQuiet
=false
01-01 14:09:55.746 1291 3734 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.806 1291 3216 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.807 1291 2105 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 14:09:55.808 1291 2104 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10000010 pkg=com.facebook.orca (has extras) }
01-01 14:09:55.812 1291 1412 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
01-01 14:09:55.816 1291 3883 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_color
value:16776698 pkg:com.vivo.faceui userId:0
01-01 14:09:55.826 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.831 1291 3883 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 14:09:55.840 1291 3865 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.841 1291 3883 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.facebook.orca
opPkg=com.facebook.orcatag=ONE_TO_ONE:100033293948521:100057555947243
notification=Notification(channel=messenger_orca_050_messaging@a8e5b8ea-76fd-48d9-
bbfd-df00bb16808e shortcut=null contentView=null vibrate=null sound=null tick
defaults=0x0 flags=0x1 color=0xff0a7cff category=msg actions=2 vis=PRIVATE
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =0
01-01 14:09:55.845 1291 2104 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.852 1291 3883 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 14:09:55.852 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.853 1291 3883 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 14:09:55.853 1291 3883 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 14:09:55.853 1291 3883 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 14:09:55.853 1291 3883 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 14:09:55.853 1291 3883 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 14:09:55.853 1291 3883 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 14:09:55.855 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.870 1291 3883 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 14:09:55.872 1291 2642 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.886 1291 3216 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.889 1291 2642 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10000010 pkg=com.facebook.orca (has extras) }
01-01 14:09:55.913 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.915 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.918 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.921 1291 3865 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 14:09:55.921 1291 3865 V InputMethodManagerService: Client requesting input
be hidden
01-01 14:09:55.923 1291 1412 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
01-01 14:09:55.927 1291 2088 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 14:09:55.927 1291 2088 V InputMethodManagerService: Client requesting input
be hidden
01-01 14:09:55.934 1291 3865 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10188 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
16376com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMe
thodManagerService.java:3478)
01-01 14:09:55.934 1291 3865 V InputMethodManagerService: Client requesting input
be hidden
01-01 14:09:55.934 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:55.950 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 14:09:55.951 1291 3883 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:55.952 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
01-01 14:09:55.973 1291 2642 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.037 1291 3865 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.074 1291 3216 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.086 1291 1291 D _V_NotificationService: play vibration from
internal setting error with time or amplitude or vibrator is empty, vibrateState =
2
01-01 14:09:56.095 1291 1471 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.104 1291 1291 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
01-01 14:09:56.110 1291 9596 D _V_VivoEffectIDSegment: opPkg=android,
effect=Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=-1.0, frequency=0.0, duration=100}], repeat=-1}
01-01 14:09:56.110 1291 9596 D _V_VibratorManagerService: vibrate for uid:1000,
pid:1291, pkg:android, effect:Mono{mEffect=Composed{segments=[Step{amplitude=0.0,
frequency=0.0, duration=0}, Step{amplitude=-1.0, frequency=0.0, duration=100}],
repeat=-1}}, attrs:VibrationAttributes: Usage=NOTIFICATION Audio Usage=
USAGE_NOTIFICATION Flags=0, reason:Notification (com.facebook.orca 10185) (Delayed)
01-01 14:09:56.118 1291 9596 D _V_RichTapVibratorService: richtap service stop!!
01-01 14:09:56.125 1291 9596 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
01-01 14:09:56.125 1291 9596 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@8a6008b
01-01 14:09:56.125 1291 9596 E _V_RichTapVibratorService: getExtension == null
01-01 14:09:56.125 1291 9596 D _V_VibratorManagerService: startVibrationLocked
01-01 14:09:56.130 1291 2642 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 14:09:56.136 1291 1412 I _V_FaceUIServiceDelegate: Faceui service binded
01-01 14:09:56.163 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.166 1291 2105 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.172 1291 9596 D _V_VibratorManagerService: not VivoEffectIDSegment
, startAppOpModeLocked is 0
01-01 14:09:56.173 1291 3883 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.176 1291 2104 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.212 1291 2104 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 14:09:56.215 1291 3216 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.228 1291 3734 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.229 1291 3734 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_start
value:18 pkg:com.vivo.faceui userId:0
01-01 14:09:56.231 1291 1408 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_end value:18
pkg:com.vivo.faceui userId:0
01-01 14:09:56.233 1291 3216 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_duration
value:0 pkg:com.vivo.faceui userId:0
01-01 14:09:56.258 1291 9605 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.259 1291 9605 D _V_VibrationThread: playVibration
01-01 14:09:56.259 1291 9605 D _V_VibrationThread: nextStep.calculateWaitTime is
0
01-01 14:09:56.259 1291 9605 D _V_VibrationThread: consume step
01-01 14:09:56.259 1291 9605 D VibrationThread: StartVibrateStep for effect #0
01-01 14:09:56.259 1291 9605 D _V_VibrationThread_VibrationEffectAdapters: old
Composed{segments=[Step{amplitude=0.0, frequency=0.0, duration=0},
Step{amplitude=0.77877814, frequency=0.0, duration=100}], repeat=-1}
01-01 14:09:56.259 1291 9605 D _V_VibrationThread_VibrationEffectAdapters: new
Composed{segments=[Step{amplitude=0.0, frequency=NaN, duration=0},
Step{amplitude=0.77877814, frequency=NaN, duration=100}], repeat=-1},
newRepeatIndex is -1
01-01 14:09:56.259 1291 9605 D _V_VibrationThread: DeviceEffectMap(Mono),
mVibratorIds=[1]
01-01 14:09:56.259 1291 9605 D _V_VibrationThread: No need to prepare and trigger
sync effects on a single vibrator
01-01 14:09:56.259 1291 9605 D VibrationThread: Running amplitude step with 0ms
latency.
01-01 14:09:56.259 1291 9605 D _V_VibrationThread: stepSegmentStep{amplitude=0.0,
frequency=NaN, duration=0}
01-01 14:09:56.259 1291 9605 D _V_VibrationThread: noteVibratorOn begin, duration
is 100
01-01 14:09:56.260 1291 9605 D _V_VibrationThread: noteVibratorOn end
01-01 14:09:56.260 1291 9605 D _V_VibrationThread: a FinishVibrateStep add to
StepQueue
01-01 14:09:56.260 1291 9605 D _V_VibrationThread: nextStep.calculateWaitTime is
0
01-01 14:09:56.260 1291 9605 D _V_VibrationThread: consume step
01-01 14:09:56.260 1291 9605 D VibrationThread: Running amplitude step with 0ms
latency.
01-01 14:09:56.260 1291 9605 D _V_VibrationThread:
stepSegmentStep{amplitude=0.77877814, frequency=NaN, duration=100}
01-01 14:09:56.260 1291 9605 D VibrationThread: Turning on vibrator 1 for 100ms
01-01 14:09:56.260 1291 9605 D _V_VibratorManagerService: Turn vibrator on for
100 s, vibrationId:710
01-01 14:09:56.264 1291 9605 D VibrationThread: Amplitude changed on vibrator 1
to 0.77877814
01-01 14:09:56.264 1291 9605 D _V_VibrationThread: AmplitudeStep duration=100
amplitude=0.77877814 effectId=-1
01-01 14:09:56.264 1291 9605 D _V_VibrationThread: nextStep.calculateWaitTime is
95
01-01 14:09:56.265 1291 9605 D _V_VibrationThread: need to delay 95ms
01-01 14:09:56.265 1291 9605 D _V_VibrationThread:
01-01 14:09:56.265 1291 9605 D _V_VibrationThread:
01-01 14:09:56.275 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.278 1291 1967 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10000010 pkg=com.facebook.orca (has extras) }
01-01 14:09:56.278 1291 1408 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.284 1291 2642 D _V_WindowManager: Resize reasons w=
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca}, shouldSendRedrawForSync() =
false
01-01 14:09:56.296 1291 3603 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.310 1291 1291 W Looper : Slow dispatch took 149ms main
h=com.android.server.notification.NotificationManagerService$WorkerHandler
c=com.android.server.notification.NotificationManagerService$PostNotificationRunnab
le@f37e874 m=0
01-01 14:09:56.317 1291 1435 D _V_ActivityManager: From push service :
overrideUid = -1
01-01 14:09:56.327 1291 9047 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.351 1291 9047 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_screen_doze value:0
pkg:com.vivo.faceui userId:0
01-01 14:09:56.356 1291 2642 I WindowManager: Relayout
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca}: oldVis=8, newVis=0,
requestedWidth=105, requestedHeight=82, attrs.width=null, attrs.height=null,
compatFrame = Rect(506, 254 - 611, 336), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
01-01 14:09:56.361 1291 9605 D _V_VibrationThread: nextStep.calculateWaitTime is
0
01-01 14:09:56.361 1291 9605 D _V_VibrationThread: consume step
01-01 14:09:56.361 1291 9605 D VibrationThread: Running complete vibration step
on vibrator 1
01-01 14:09:56.362 1291 9605 D _V_VibrationThread: StepQueue add OffStep
01-01 14:09:56.362 1291 9605 D _V_VibrationThread: status = FINISHED, call
onVibrationCompleted
01-01 14:09:56.362 1291 9605 D VibratorManagerService: Vibration 710 finished
with status FINISHED
01-01 14:09:56.362 1291 1524 D _V_VivoVibratorManagerServiceImpl: collect
vibrator map={intensity=0.77877814, times=100, module=android, pattern=-1}
01-01 14:09:56.364 1291 9605 D _V_VibrationThread: nextStep.calculateWaitTime is
996
01-01 14:09:56.366 1291 9605 D _V_VibrationThread: need to delay 993ms
01-01 14:09:56.367 1291 5082 D VibratorManagerService: Vibration 710 on vibrator
1 complete, notifying thread
01-01 14:09:56.367 1291 9605 D _V_VibrationThread:
01-01 14:09:56.368 1291 9605 D _V_VibrationThread:
01-01 14:09:56.368 1291 5082 D VibrationThread: Vibration complete reported by
vibrator 1
01-01 14:09:56.368 1291 5082 D _V_VibrationThread:
mPendingOnVibratorCompleteSteps.offer
01-01 14:09:56.371 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f25bbe7 u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:56.371 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:9882f83 u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:56.371 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:f1440df u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:56.371 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:a260bfb u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:56.371 1291 1414 V _V_VivoWmsImpl: change state
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} false mCurrentFocus =
Window{b898be1 u0 com.facebook.lite/com.facebook.lite.MainActivity}
01-01 14:09:56.372 1291 9605 D _V_VibrationThread: consume step
01-01 14:09:56.372 1291 9605 D VibrationThread: Turning off vibrator 1
01-01 14:09:56.372 1291 9605 D _V_VibratorManagerService: Turn vibrator off
01-01 14:09:56.375 1291 9605 D _V_VibrationThread: nextStep.calculateWaitTime is
0
01-01 14:09:56.375 1291 9605 D _V_VibrationThread: consume step
01-01 14:09:56.375 1291 9605 D VibrationThread: FinishVibrateStep for effect #0
01-01 14:09:56.376 1291 9605 D VibratorManagerService: Vibrators released after
finished vibration: false
01-01 14:09:56.376 1291 9605 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.389 1291 2642 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.431 1291 2105 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.432 1291 1291 W Looper : Slow dispatch took 119ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
01-01 14:09:56.449 1291 1412 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
01-01 14:09:56.523 1291 3883 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.523 1291 3883 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.524 1291 3622 D _V_WindowManager: finishDrawingWindow:
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca} mDrawState=DRAW_PENDING
01-01 14:09:56.524 1291 3622 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@f2fa15e mSyncState=0
01-01 14:09:56.541 1291 1450 D _V_SceneFreezer: onStateChanged : pkgName
com.android.systemui uid:10047 model:request_audio_focus state:on
01-01 14:09:56.556 1291 3219 I WindowManager: Relayout Window{b898be1 u0
com.facebook.lite/com.facebook.lite.MainActivity}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
01-01 14:09:56.562 1291 1412 W Looper : Slow dispatch took 122ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
01-01 14:09:56.565 1291 1291 W Looper : Slow dispatch took 107ms main
h=com.android.server.notification.NotificationManagerService$WorkerHandler
c=com.android.server.notification.NotificationManagerService$
$ExternalSyntheticLambda7@e6303d1 m=0
01-01 14:09:56.565 1291 1291 W Looper : Slow delivery took 253ms main
h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3
01-01 14:09:56.567 1291 1291 D _V_NotificationService: already existed. key=0|
com.facebook.orca|20001|null|10185
01-01 14:09:56.568 1291 1291 W Looper : Drained
01-01 14:09:56.571 1291 3881 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.596 1291 3603 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
01-01 14:09:56.601 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10188
model:audio state:on count= 1 app:com.facebook.lite
01-01 14:09:56.620 1291 3216 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.622 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.623 1291 2088 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.633 1291 3881 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.635 1291 1967 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.648 1291 1409 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 14:09:56.657 1291 1408 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.673 1291 1414 W Looper : Slow dispatch took 142ms android.display
h=com.android.server.wm.WindowManagerService$H c=null m=58
01-01 14:09:56.693 1291 1471 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 14:09:56.703 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.757 1291 1471 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1000; state: ENABLED
01-01 14:09:56.773 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.776 1291 1291 D TrustManagerService: Removing dead TrustListener.
01-01 14:09:56.776 1291 1291 D _V_TrustManagerService: aggregateIsTrusted - no
active trusted agent
01-01 14:09:56.787 1291 3734 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.789 1291 1471 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
01-01 14:09:56.791 1291 2088 I WindowManager: Relayout
Window{com.facebook.orca:5c6a865 u0 com.facebook.orca}: oldVis=0, newVis=0,
requestedWidth=105, requestedHeight=82, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(506, 254 - 611, 336), mAttrs.privateFlags = 2000000,
mInvGlobalScale = 1.0
01-01 14:09:56.816 1291 1408 W _V_VivoDisplayStateService: primary-display
register module denied/FaceDozeIcon is already registered
01-01 14:09:56.827 1291 2088 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.845 1291 1450 D _V_quickfrozen: onStateChanged 3: uid 10188
model:audio state:off count= 1 app:com.facebook.lite
01-01 14:09:56.854 1291 1412 I _V_FaceUIServiceDelegate: service connected
01-01 14:09:56.881 1291 2088 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.931 1291 3734 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:56.963 1291 2105 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 14:09:56.969 1291 1291 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.978 1291 3219 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:56.996 1291 1967 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:57.041 1291 2642 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:57.061 1291 1409 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:57.094 1291 1409 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:57.121 1291 1409 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:57.128 1291 1409 I _V_FaceUIStateMonitor: get memory FileDescriptor
01-01 14:09:57.134 1291 1917 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10156, isRmsPreload = false, keepQuiet =false
01-01 14:09:57.144 1291 1409 I _V_VivoFaceServiceImpl: sendCommand cmd: 1016
extra: 0
01-01 14:09:57.165 1291 2105 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:57.176 1291 1409 W _V_PackageManager: setEnabledSetting
packageName:com.vivo.browser
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10052 callingPid:9371
01-01 14:09:57.205 1291 9047 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:57.247 1291 3216 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
01-01 14:09:57.248 1291 1409 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:57.298 1291 9047 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
01-01 14:09:57.304 1291 1471 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:57.305 1291 1917 D _V_VivoPowerManagerService: button light 0 111
trun off
01-01 14:09:59.933 1291 9957 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:01.551 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:10:01.675 1291 10044 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:02.021 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:10:02.056 1291 10070 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:02.888 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100020887370539:100057555947243|10185
01-01 14:10:02.909 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 14:10:04.102 1291 10161 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:04.492 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 14:10:04.852 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~zSSlexz88fbY1dmMXicFPg==/com.google.android.youtube-
KsqDY2byRBGqHNOAAGF50w==/base.apk
01-01 14:10:07.269 1291 1742 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:07.284 1291 1742 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:10.097 1291 10446 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:10.459 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 14:10:11.520 1291 10469 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:12.515 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:10:12.657 1291 10505 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:13.544 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:10:13.912 1291 10537 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:15.509 1291 10563 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:16.114 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 14:10:16.238 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:10:16.449 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 14:10:17.403 1291 10635 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:17.788 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 14:10:18.497 1291 10676 E _V_RichTapVibratorService: getExtension == null
01-01 14:10:18.665 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 14:10:23.649 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:10:26.224 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 14:11:06.702 1291 10789 E _V_RichTapVibratorService: getExtension == null
01-01 14:11:09.006 1291 1918 E _V_RichTapVibratorService: getExtension == null
01-01 14:11:12.327 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:11:18.823 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:11:36.476 1291 11106 E _V_RichTapVibratorService: getExtension == null
01-01 14:11:38.377 1291 11171 E _V_RichTapVibratorService: getExtension == null
01-01 14:11:41.346 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:11:41.346 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:12:16.805 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:12:20.517 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:12:20.517 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:13:30.217 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:13:30.217 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:15:09.791 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:15:19.110 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:15:19.110 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:15:30.241 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:15:33.267 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:15:33.267 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:16:59.762 1291 1425 E DiscreteRegistry: Deleting file 1704002569877tl
01-01 14:16:59.764 1291 1425 E DiscreteRegistry: Deleting file 1704003339858tl
01-01 14:17:29.490 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 14:17:29.687 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:17:29.688 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:17:32.048 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:17:35.508 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:17:35.809 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 14:17:37.456 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:17:41.998 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 234
01-01 14:17:42.000 1291 3622 E ActivityManager: Service ServiceRecord{c9ef29c u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
9479:com.vivo.faceui/1000} not same as in map: ServiceRecord{ddcf605 u0
com.vivo.faceui/.FaceUIService}
01-01 14:17:50.731 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:18:05.609 1291 12105 E _V_RichTapVibratorService: getExtension == null
01-01 14:18:33.526 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:18:33.526 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:18:35.912 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:18:52.776 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:18:54.483 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:19:13.719 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:19:13.728 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:20:04.156 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 14:20:04.365 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:20:04.365 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:20:05.885 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:20:15.865 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 235
01-01 14:20:15.865 1291 1471 E ActivityManager: Service ServiceRecord{ddcf605 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
11931:com.vivo.faceui/1000} not same as in map: ServiceRecord{f51b0f5 u0
com.vivo.faceui/.FaceUIService}
01-01 14:20:17.748 1291 3622 E _V_RichTapVibratorService: getExtension == null
01-01 14:20:19.427 1291 1672 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
01-01 14:20:20.737 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:20:20.737 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:21:03.769 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:21:03.769 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:22:21.513 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:22:21.523 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:32:21.530 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:32:21.531 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:32:44.653 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 14:32:45.052 1291 1425 E DiscreteRegistry: Deleting file 1704004240006tl
01-01 14:32:45.152 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:32:45.160 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:32:46.670 1291 1414 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 14:32:46.711 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:32:47.557 1291 7444 E _V_RichTapVibratorService: getExtension == null
01-01 14:32:51.443 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:32:56.726 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 236
01-01 14:32:56.735 1291 1408 E ActivityManager: Service ServiceRecord{f51b0f5 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
12789:com.vivo.faceui/1000} not same as in map: ServiceRecord{922a229 u0
com.vivo.faceui/.FaceUIService}
01-01 14:32:57.447 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:32:58.084 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:32:59.844 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:33:10.940 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:33:15.976 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:33:16.304 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:33:16.596 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:33:16.926 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:33:17.222 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:33:17.534 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:33:17.747 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:33:18.322 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:33:18.712 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:33:19.276 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:34:23.915 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:34:23.915 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:34:25.139 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:34:29.565 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:34:30.728 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:34:31.695 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:34:56.914 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:34:56.914 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:34:57.293 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 14:34:58.011 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:34:58.012 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:35:03.394 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:35:03.394 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:39:30.946 1291 21634 E DiscreteRegistry: Deleting file 1704004379196tl
01-01 14:42:20.539 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:42:20.540 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:46:43.751 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 14:46:43.856 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:46:43.856 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:46:45.513 1291 1414 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 14:46:45.568 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:46:46.422 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 14:46:48.752 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:46:49.549 1291 15326 E _V_RichTapVibratorService: getExtension == null
01-01 14:46:49.626 1291 1291 E NotificationService: Muting recently noisy 0|
com.facebook.orca|10000|ONE_TO_ONE:100033293948521:100057555947243|10185
01-01 14:46:55.603 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 237
01-01 14:46:55.608 1291 2105 E ActivityManager: Service ServiceRecord{922a229 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
13856:com.vivo.faceui/1000} not same as in map: ServiceRecord{d681b54 u0
com.vivo.faceui/.FaceUIService}
01-01 14:46:57.064 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:46:57.268 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 14:46:57.291 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:46:57.501 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:47:03.764 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:47:03.764 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:47:27.606 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:47:39.166 1291 1557 E _V_PowerDataReport: The current time is less than
the last time, so failed
01-01 14:47:39.870 1291 1557 E _V_PowerDataReport: The current time is less than
the last time, so failed
01-01 14:47:39.879 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:47:43.392 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:47:43.392 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:47:44.248 1291 1557 E _V_PowerDataReport: The current time is less than
the last time, so failed
01-01 14:47:44.853 1291 1425 E DiscreteRegistry: Deleting file 1704005141378tl
01-01 14:47:59.528 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 14:48:24.974 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:48:25.846 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:48:26.791 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:48:27.963 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:48:49.764 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:48:57.096 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:49:00.546 1291 7444 E _V_RichTapVibratorService: getExtension == null
01-01 14:49:15.858 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:49:16.418 1291 3622 E _V_RichTapVibratorService: getExtension == null
01-01 14:49:17.614 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:49:21.232 1291 15965 E _V_RichTapVibratorService: getExtension == null
01-01 14:49:23.938 1291 3734 E _V_RichTapVibratorService: getExtension == null
01-01 14:49:28.042 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:49:32.238 1291 16054 E _V_RichTapVibratorService: getExtension == null
01-01 14:49:32.287 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:49:32.287 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:49:35.283 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:49:35.475 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 14:49:36.310 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:49:40.211 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:49:59.402 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:50:22.611 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:50:25.477 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:50:26.467 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:50:36.534 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:50:50.941 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:50:55.542 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:50:59.072 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:51:01.042 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:51:04.918 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:51:05.872 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:51:08.333 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:51:10.586 1291 3216 E _V_RichTapVibratorService: getExtension == null
01-01 14:51:11.756 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:51:12.515 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:51:17.639 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:51:21.162 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:51:21.162 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:51:24.250 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:51:27.413 1291 2104 E _V_RichTapVibratorService: getExtension == null
01-01 14:51:34.747 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:52:09.705 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:52:12.015 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:52:12.621 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:52:13.396 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:52:15.595 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:52:20.522 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:52:20.522 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:52:22.066 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:52:28.585 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:52:32.283 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:52:33.430 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:52:48.389 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:52:53.174 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:52:59.549 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:53:00.776 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:53:08.044 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:53:10.115 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:53:10.116 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:53:19.964 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:53:19.965 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:55:08.873 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:55:08.874 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:55:10.498 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:55:13.620 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:55:18.829 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:55:19.116 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:55:20.352 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 14:55:38.864 1291 19555 E _V_RichTapVibratorService: getExtension == null
01-01 14:55:43.392 1291 19583 E _V_RichTapVibratorService: getExtension == null
01-01 14:56:38.653 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:56:38.851 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 14:56:50.613 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:56:57.821 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:56:57.823 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:57:01.726 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:57:03.829 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:57:52.431 1291 20062 E _V_RichTapVibratorService: getExtension == null
01-01 14:57:57.199 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:57:57.199 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:58:04.751 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:58:04.996 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 14:58:09.099 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:58:11.165 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 14:58:11.342 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 14:58:11.898 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:58:13.902 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 14:58:14.153 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 14:58:50.011 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 14:58:50.560 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:58:53.685 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:59:06.408 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:59:10.502 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:59:23.341 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:59:26.849 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:59:46.101 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 14:59:46.101 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 14:59:51.568 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:59:52.749 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 14:59:54.695 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:06.655 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:11.948 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:14.874 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:16.759 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:16.914 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:20.999 1291 10989 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
01-01 15:00:21.121 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:21.369 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
01-01 15:00:22.432 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:31.521 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:38.415 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:41.840 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:46.875 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:51.719 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:54.896 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:00:56.558 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:01:01.565 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:01:12.256 1291 3210 E _V_RichTapVibratorService: getExtension == null
01-01 15:01:16.823 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:01:19.472 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:01:21.271 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:01:34.994 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:01:34.994 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:01:35.508 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:01:50.491 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:01:52.751 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:02:13.659 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:02:20.540 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:02:20.540 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:02:45.035 1291 1425 E DiscreteRegistry: Deleting file 1704006042058tl
01-01 15:02:54.233 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:02:54.235 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:03:15.274 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:03:16.798 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:03:17.809 1291 1918 E _V_RichTapVibratorService: getExtension == null
01-01 15:03:25.933 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:03:33.065 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:03:40.493 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:03:50.444 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:04:02.417 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:04:14.021 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:04:14.342 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:04:17.638 1291 23424 E _V_RichTapVibratorService: getExtension == null
01-01 15:04:21.514 1291 23516 E _V_RichTapVibratorService: getExtension == null
01-01 15:04:31.280 1291 23545 E _V_RichTapVibratorService: getExtension == null
01-01 15:04:38.771 1291 23570 E _V_RichTapVibratorService: getExtension == null
01-01 15:04:43.148 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:04:43.148 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:05:15.584 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:05:15.813 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 15:05:25.433 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:05:36.322 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:05:39.526 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:05:50.912 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 15:05:50.931 1291 1527 E AlarmManager: Attempt to decrement existing alarm
count 0 by 1 for uid 1000
01-01 15:06:02.148 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:06:05.534 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:06:12.747 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:06:13.513 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:06:15.473 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:06:16.173 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:06:17.189 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:06:21.670 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:06:22.249 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:06:24.182 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:06:25.763 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:06:31.989 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:06:32.005 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:06:32.006 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:06:34.079 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:07:01.165 1291 2104 E _V_RichTapVibratorService: getExtension == null
01-01 15:07:11.895 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:07:14.055 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:07:18.412 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:07:21.138 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:07:21.219 1291 25119 E _V_RichTapVibratorService: getExtension == null
01-01 15:07:22.110 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:07:23.801 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 15:07:25.660 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:07:30.953 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:07:32.908 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:07:34.750 1291 1409 E _V_RichTapVibratorService: getExtension == null
01-01 15:07:37.547 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:07:38.547 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:07:39.939 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:08:20.908 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:08:20.908 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:09:10.439 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:09:10.440 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:09:11.382 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:09:11.392 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:09:11.401 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:09:11.409 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:09:21.547 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:09:21.552 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:09:21.559 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:09:52.868 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:24.465 1291 3623 E _V_RichTapVibratorService: getExtension == null
01-01 15:10:25.722 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:26.651 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:34.598 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:39.738 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:41.637 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:42.967 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:44.002 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:44.545 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:44.695 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:45.760 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:47.538 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:51.191 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:52.797 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:54.739 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:56.456 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:10:59.325 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:10:59.325 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:11:03.108 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:11:05.626 1291 1471 E AppOps : Operation not started: uid=10185
pkg=com.facebook.orca(null) op=SYSTEM_ALERT_WINDOW
01-01 15:11:05.637 1291 1471 E AppOps : Operation not started: uid=10185
pkg=com.facebook.orca(null) op=SYSTEM_ALERT_WINDOW
01-01 15:11:43.804 1291 27027 E _V_RichTapVibratorService: getExtension == null
01-01 15:11:44.099 1291 1291 E NotificationService: Muting recently noisy 0|
com.android.mms|10001|com.android.mms:sms:1|10055
01-01 15:11:47.247 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 15:11:49.116 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:11:51.782 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 15:11:51.995 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:11:52.807 1291 2642 E _V_RichTapVibratorService: getExtension == null
01-01 15:11:52.848 1291 2642 E _V_RichTapVibratorService: getExtension == null
01-01 15:11:54.522 1291 1557 E _V_PowerDataReport: The current time is less than
the last time, so failed
01-01 15:12:00.435 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:12:01.206 1291 3214 E _V_RichTapVibratorService: getExtension == null
01-01 15:12:03.208 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:12:04.633 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:12:20.536 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:12:20.536 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:12:23.133 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:12:29.150 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:12:33.804 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:12:34.143 1291 27479 E _V_RichTapVibratorService: getExtension == null
01-01 15:12:40.204 1291 27502 E _V_RichTapVibratorService: getExtension == null
01-01 15:12:41.876 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:12:42.059 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 15:12:46.952 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:12:48.197 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:12:48.198 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:12:51.992 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:12:56.491 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:13:13.728 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:13:21.555 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:13:21.750 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:13:37.504 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:13:38.574 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:13:39.926 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:13:46.045 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:13:47.645 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:14:07.879 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:14:15.173 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:14:31.858 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:14:34.778 1291 21634 E DiscreteRegistry: Deleting file 1704006180697tl
01-01 15:14:34.984 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:14:37.114 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:14:37.114 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:14:54.843 1291 3865 E _V_RichTapVibratorService: getExtension == null
01-01 15:14:55.277 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:14:55.860 1291 3865 E _V_RichTapVibratorService: getExtension == null
01-01 15:14:56.067 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:14:56.119 1291 1408 E _V_RichTapVibratorService: getExtension == null
01-01 15:14:56.257 1291 1408 E _V_RichTapVibratorService: getExtension == null
01-01 15:14:56.258 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:14:57.457 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:14:58.199 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:14:58.884 1291 1704 E _V_RichTapVibratorService: getExtension == null
01-01 15:14:58.941 1291 2104 E _V_RichTapVibratorService: getExtension == null
01-01 15:14:59.488 1291 1557 E _V_PowerDataReport: The current time is less than
the last time, so failed
01-01 15:14:59.953 1291 1557 E _V_PowerDataReport: The current time is less than
the last time, so failed
01-01 15:15:05.928 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:15:05.929 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:15:38.197 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 15:15:38.693 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:15:38.694 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:15:43.333 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:15:50.156 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:15:50.516 1291 3216 E _V_RichTapVibratorService: getExtension == null
01-01 15:15:53.597 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 238
01-01 15:15:54.307 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:15:55.786 1291 10989 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.smartshot et al): null
01-01 15:15:56.554 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:01.597 1291 1590 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
01-01 15:16:03.931 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:08.065 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:10.291 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:16.645 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:16:16.646 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:16:17.383 1291 10231 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
01-01 15:16:17.385 1291 10231 E VivoArtKeeperService: delete donwload failed file
01-01 15:16:18.063 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:19.185 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:19.984 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:20.937 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:23.049 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:24.034 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:25.243 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:48.381 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:50.403 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:51.507 1291 30258 E _V_RichTapVibratorService: getExtension == null
01-01 15:16:52.398 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:53.997 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:54.150 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 15:16:57.891 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:16:59.476 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:00.620 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:15.645 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:21.986 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:24.084 1291 1497 E PackageInstallerSession: Failed to verify session
1887354092 [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries,
res=-113]
01-01 15:17:33.163 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:43.886 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:45.107 1291 1425 E DiscreteRegistry: Deleting file 1704006942674tl
01-01 15:17:45.292 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:46.415 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:49.110 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:49.807 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:52.795 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:55.596 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:56.496 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:17:58.097 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:18:01.089 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:18:05.257 1291 31063 E _V_RichTapVibratorService: getExtension == null
01-01 15:18:05.653 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:18:05.667 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:18:14.630 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:18:14.717 1291 31268 E _V_RichTapVibratorService: getExtension == null
01-01 15:18:15.064 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
01-01 15:18:17.090 1291 3879 E _V_RichTapVibratorService: getExtension == null
01-01 15:18:18.874 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 15:18:19.841 1291 2088 E _V_RichTapVibratorService: getExtension == null
01-01 15:18:20.601 1291 7444 E _V_RichTapVibratorService: getExtension == null
01-01 15:18:22.738 1291 3878 E _V_RichTapVibratorService: getExtension == null
01-01 15:18:23.483 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
01-01 15:18:25.084 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
01-01 15:18:26.202 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
01-01 15:18:27.156 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
01-01 15:18:27.859 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
01-01 15:18:35.626 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
01-01 15:18:38.916 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
01-01 15:18:42.356 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
01-01 15:18:43.873 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
01-01 15:18:53.805 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
01-01 15:18:53.894 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.instagram.android
01-01 15:19:18.129 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:19:36.954 1291 7444 E _V_RichTapVibratorService: getExtension == null
01-01 15:19:37.310 1291 1918 E _V_RichTapVibratorService: getExtension == null
01-01 15:19:43.142 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 15:19:43.196 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 15:19:43.720 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 15:19:44.224 1291 2088 E _V_RichTapVibratorService: getExtension == null
01-01 15:19:44.767 1291 2088 E _V_RichTapVibratorService: getExtension == null
01-01 15:19:47.858 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 15:19:47.863 1291 1918 E _V_RichTapVibratorService: getExtension == null
01-01 15:19:48.276 1291 1918 E _V_RichTapVibratorService: getExtension == null
01-01 15:19:50.352 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 15:19:52.949 1291 2105 E _V_RichTapVibratorService: getExtension == null
01-01 15:19:54.435 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:19:54.436 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:19:56.139 1291 7444 E _V_RichTapVibratorService: getExtension == null
01-01 15:20:28.201 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:20:33.087 1291 3879 E _V_RichTapVibratorService: getExtension == null
01-01 15:20:33.785 1291 3879 E _V_RichTapVibratorService: getExtension == null
01-01 15:20:34.798 1291 3879 E _V_RichTapVibratorService: getExtension == null
01-01 15:20:41.666 1291 2088 E _V_RichTapVibratorService: getExtension == null
01-01 15:20:42.302 1291 2088 E _V_RichTapVibratorService: getExtension == null
01-01 15:20:42.439 1291 1917 E _V_RichTapVibratorService: getExtension == null
01-01 15:20:48.321 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 15:20:50.421 1291 7444 E _V_RichTapVibratorService: getExtension == null
01-01 15:20:51.178 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 15:20:54.030 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 15:21:19.049 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:21:43.341 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:21:43.341 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:21:53.252 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:21:53.253 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:22:05.214 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:22:05.572 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 15:22:09.671 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:22:15.391 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:22:20.404 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:22:20.547 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:22:20.547 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:22:22.319 1291 7444 E _V_RichTapVibratorService: getExtension == null
01-01 15:22:23.974 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:22:24.421 1291 2642 E _V_RichTapVibratorService: getExtension == null
01-01 15:22:25.277 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:22:28.696 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:22:42.303 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:22:44.220 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:23:42.156 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:23:42.163 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:23:49.761 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:23:50.641 1291 2088 E _V_RichTapVibratorService: getExtension == null
01-01 15:23:53.350 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:23:58.076 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:23:58.736 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:23:59.854 1291 5351 E _V_RichTapVibratorService: getExtension == null
01-01 15:24:01.350 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:02.218 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:05.923 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:17.094 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:19.445 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:21.794 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:24.663 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:26.081 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:27.288 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:28.824 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:34.485 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 15:24:34.604 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:35.075 1291 1918 E _V_RichTapVibratorService: getExtension == null
01-01 15:24:36.576 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:38.117 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 15:24:38.494 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 15:24:46.342 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:48.185 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 15:24:48.552 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:51.540 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:53.431 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 15:24:55.569 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:24:57.096 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 15:24:57.358 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 15:25:31.061 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:25:31.061 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:25:40.121 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 15:25:40.327 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:25:55.496 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:25:58.011 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:25:58.148 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 15:25:58.801 1291 7444 E _V_RichTapVibratorService: getExtension == null
01-01 15:26:00.154 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:00.914 1291 3880 E _V_RichTapVibratorService: getExtension == null
01-01 15:26:01.691 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:17.362 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:21.774 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:25.812 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:28.368 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:32.464 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:33.735 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:38.742 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:41.666 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:42.871 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:46.112 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:48.166 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:50.045 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:51.141 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 15:26:51.477 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:26:51.861 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:27:19.966 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:27:19.966 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:27:40.681 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.android.camera
01-01 15:27:40.890 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:27:42.998 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:27:59.397 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:28:05.527 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:28:08.128 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:28:09.891 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:28:11.990 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:28:12.867 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:28:14.725 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:28:16.303 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:28:18.500 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:28:18.841 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:28:25.247 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:28:35.180 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:29:08.856 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:29:08.856 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:29:37.615 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:29:40.490 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:29:40.557 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:30:01.282 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:30:01.282 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:30:05.779 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 15:30:06.506 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:30:06.511 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:30:08.529 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:30:08.529 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:30:57.760 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:30:57.760 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:31:45.286 1291 9115 E _V_RichTapVibratorService: getExtension == null
01-01 15:31:55.778 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 15:31:55.920 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:31:55.920 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:31:56.984 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:32:01.267 1291 9322 E _V_RichTapVibratorService: getExtension == null
01-01 15:32:07.038 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 239
01-01 15:32:07.040 1291 7444 E ActivityManager: Service ServiceRecord{d681b54 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
28811:com.vivo.faceui/1000} not same as in map: ServiceRecord{481c931 u0
com.vivo.faceui/.FaceUIService}
01-01 15:32:07.047 1291 7444 E ActivityManager: Service ServiceRecord{7140280 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
28811:com.vivo.faceui/1000} not same as in map: ServiceRecord{481c931 u0
com.vivo.faceui/.FaceUIService}
01-01 15:32:14.738 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:32:17.699 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:32:17.739 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:32:20.527 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:32:20.528 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:32:27.626 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:32:27.626 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:32:46.178 1291 1425 E DiscreteRegistry: Deleting file 1704007843283tl
01-01 15:32:51.876 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 15:32:52.103 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:32:52.103 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:32:59.852 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:33:01.388 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:33:01.635 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 15:33:04.299 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:33:09.858 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 240
01-01 15:33:09.858 1291 1704 E ActivityManager: Service ServiceRecord{481c931 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
9343:com.vivo.faceui/1000} not same as in map: ServiceRecord{e547f3 u0
com.vivo.faceui/.FaceUIService}
01-01 15:33:16.406 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:33:18.472 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:33:20.662 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:33:20.698 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:33:20.698 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:33:21.886 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:34:15.794 1291 1471 E _V_RichTapVibratorService: getExtension == null
01-01 15:34:17.145 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:34:33.405 1291 1742 E _V_RichTapVibratorService: getExtension == null
01-01 15:34:35.036 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:34:43.988 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:34:55.239 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:34:56.051 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:34:57.418 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:35:02.347 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:35:09.626 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:35:09.643 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:36:16.585 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 15:36:16.900 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:36:16.901 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:36:17.643 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:36:17.643 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:36:22.311 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:36:25.836 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 15:36:31.857 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 241
01-01 15:36:31.870 1291 3216 E ActivityManager: Service ServiceRecord{e547f3 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
9822:com.vivo.faceui/1000} not same as in map: ServiceRecord{7c548e5 u0
com.vivo.faceui/.FaceUIService}
01-01 15:36:33.416 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 15:36:36.782 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:36:58.525 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:36:58.525 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:37:30.700 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:37:52.583 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~zSSlexz88fbY1dmMXicFPg==/com.google.android.youtube-
KsqDY2byRBGqHNOAAGF50w==/base.apk
01-01 15:38:32.357 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:38:33.840 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:38:36.958 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:38:39.833 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:38:47.411 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:38:47.413 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:40:15.845 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:40:17.103 1291 13107 E _V_RichTapVibratorService: getExtension == null
01-01 15:40:36.325 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:40:36.329 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:41:27.913 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:42:01.527 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:42:20.543 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:42:20.549 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:42:25.214 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:42:25.214 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:43:35.510 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:43:35.675 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 15:43:37.854 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:43:40.680 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:43:53.728 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:44:04.738 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:44:14.120 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:44:14.120 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:44:26.013 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:44:28.598 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:44:33.799 1291 3219 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:44:33.918 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:44:33.918 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:44:47.038 1291 21634 E DiscreteRegistry: Deleting file 1704007981025tl
01-01 15:44:51.395 1291 14154 E _V_RichTapVibratorService: getExtension == null
01-01 15:44:55.879 1291 14173 E _V_RichTapVibratorService: getExtension == null
01-01 15:46:22.819 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:46:22.828 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:47:45.083 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:47:45.182 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 15:47:46.068 1291 1425 E DiscreteRegistry: Deleting file 1704008784919tl
01-01 15:47:47.588 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:48:06.903 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:48:07.690 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:48:11.715 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:48:11.717 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:48:27.965 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~RRBMF0BEYacKXZZ3pKyZPg==/com.bbk.theme-qwnj3gnl6EBPEzk9BiNsww==/
base.apk
01-01 15:48:28.745 1291 14555 E _V_RichTapVibratorService: getExtension == null
01-01 15:48:57.134 1291 14678 E _V_RichTapVibratorService: getExtension == null
01-01 15:49:03.438 1291 14704 E _V_RichTapVibratorService: getExtension == null
01-01 15:49:08.660 1291 14720 E _V_RichTapVibratorService: getExtension == null
01-01 15:50:00.643 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:50:00.643 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:51:49.534 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:51:49.534 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:51:53.449 1291 3881 E _V_RichTapVibratorService: getExtension == null
01-01 15:52:01.604 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:52:09.832 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:52:20.544 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:52:20.544 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:53:28.565 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:53:28.565 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:54:58.768 1291 15339 E _V_RichTapVibratorService: getExtension == null
01-01 15:55:17.456 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:55:17.456 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:56:42.020 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:56:42.152 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 15:56:45.261 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:56:48.256 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:56:49.903 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:57:06.350 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:57:06.350 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:57:21.952 1291 15726 E _V_RichTapVibratorService: getExtension == null
01-01 15:57:25.626 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 15:57:27.803 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:57:31.118 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:57:32.853 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 15:58:55.262 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 15:58:55.262 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 15:59:15.380 1291 16234 E _V_RichTapVibratorService: getExtension == null
01-01 15:59:25.309 1291 16277 E _V_RichTapVibratorService: getExtension == null
01-01 16:00:44.141 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:00:44.141 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:01:14.199 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:01:14.392 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:01:18.706 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:01:19.894 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:01:21.334 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:01:22.166 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:01:23.675 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:01:36.803 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:01:41.214 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:01:43.564 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:01:43.564 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:02:20.530 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:02:20.531 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:02:20.954 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:02:22.591 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:02:29.315 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:02:31.724 1291 1291 E NotificationService: Muting recently noisy 0|
com.shopee.ph|99900000|null|10192
01-01 16:02:33.113 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:02:50.350 1291 17481 E _V_RichTapVibratorService: getExtension == null
01-01 16:02:51.727 1291 17516 E _V_RichTapVibratorService: getExtension == null
01-01 16:02:57.532 1291 17555 E _V_RichTapVibratorService: getExtension == null
01-01 16:03:06.749 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:03:06.921 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:03:31.222 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:03:32.274 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:03:32.447 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:03:32.447 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:03:34.645 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:03:53.767 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:03:55.313 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:04:53.944 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:05:21.366 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:05:21.366 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:05:29.878 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:05:45.143 1291 18575 E _V_RichTapVibratorService: getExtension == null
01-01 16:05:49.144 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:05:49.302 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:05:50.327 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:06:01.456 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:06:13.360 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:06:20.418 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:06:22.669 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:06:23.544 1291 18884 E _V_RichTapVibratorService: getExtension == null
01-01 16:06:26.782 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:06:26.840 1291 18898 E _V_RichTapVibratorService: getExtension == null
01-01 16:06:27.005 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:06:27.737 1291 1435 E NotificationService: Package enqueue rate is
8.237862. Shedding 0|com.facebook.orca|20001|null|10185. package=com.facebook.orca
01-01 16:06:28.398 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:06:39.540 1291 1691 E LockoutResetTracker: Callback binder died:
android.os.BinderProxy@78a737c
01-01 16:06:39.543 1291 1742 E BiometricService: Enabled callback binder died
01-01 16:06:39.545 1291 1691 E LockoutResetTracker: Removing dead callback for:
com.android.systemui
01-01 16:06:55.086 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:06:56.546 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:07:10.258 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:07:10.265 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:07:38.729 1291 19175 E _V_RichTapVibratorService: getExtension == null
01-01 16:07:47.266 1291 19246 E _V_RichTapVibratorService: getExtension == null
01-01 16:07:56.236 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:07:56.391 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:08:01.264 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:08:11.623 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:08:34.844 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:08:36.664 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:08:52.521 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:08:59.171 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:08:59.171 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:09:07.142 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:09:13.597 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:09:14.547 1291 19752 E _V_RichTapVibratorService: getExtension == null
01-01 16:09:47.189 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:10:06.773 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:10:06.773 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:10:07.174 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 16:10:08.009 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:10:08.010 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:10:15.203 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:10:15.203 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:10:37.126 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 16:10:37.250 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:10:37.250 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:10:41.490 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:10:42.497 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:10:51.463 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 242
01-01 16:10:51.472 1291 2642 E ActivityManager: Service ServiceRecord{7c548e5 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
11860:com.vivo.faceui/1000} not same as in map: ServiceRecord{d8ef5f2 u0
com.vivo.faceui/.FaceUIService}
01-01 16:11:01.566 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:11:01.757 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:11:16.952 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:11:16.953 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:11:19.276 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:11:20.231 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 16:11:21.304 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:11:21.551 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 16:12:16.129 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 16:12:20.537 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:12:20.538 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:12:23.850 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:12:24.836 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:12:29.038 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:12:31.045 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:12:32.451 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:12:33.761 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 16:12:34.326 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:12:39.905 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 16:12:42.834 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:13:05.834 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:13:05.834 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:13:06.169 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:13:07.354 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:13:24.701 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:13:33.192 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:13:33.258 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:13:46.593 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:13:47.758 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:14:15.176 1291 3632 E _V_RichTapVibratorService: getExtension == null
01-01 16:14:16.655 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:14:35.884 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:14:36.900 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:14:38.022 1291 1408 E _V_RichTapVibratorService: getExtension == null
01-01 16:14:39.965 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:14:46.375 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:14:52.790 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:14:54.731 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:14:54.731 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:15:02.097 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:03.926 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:06.166 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:27.431 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:29.742 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:39.170 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:39.292 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:41.190 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:42.586 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:43.489 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:45.816 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:47.746 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:49.608 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:55.504 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:55.556 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:15:59.907 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:16:18.737 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:16:22.002 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:16:23.091 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:16:23.677 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:16:25.128 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:16:26.546 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:16:32.607 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:16:35.202 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:16:42.291 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:16:43.661 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:16:43.661 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:17:48.169 1291 1425 E DiscreteRegistry: Deleting file 1704010586489tl
01-01 16:18:32.551 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:18:32.552 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:18:52.386 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:18:52.387 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:20:18.912 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:20:41.258 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:20:41.259 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:20:50.608 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:20:51.471 1291 24844 E _V_RichTapVibratorService: getExtension == null
01-01 16:20:58.113 1291 24862 E _V_RichTapVibratorService: getExtension == null
01-01 16:21:35.829 1291 24978 E _V_RichTapVibratorService: getExtension == null
01-01 16:21:40.133 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~SdyQ3db4-RYtMhW3TEcE6A==/com.google.android.apps.youtube.music-
Qa0y3hfgCR90_J9iL5jZpg==/base.apk
01-01 16:21:50.724 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:21:50.885 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:21:54.079 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:21:55.940 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:21:56.573 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:22:05.187 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:22:20.551 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:22:20.551 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:22:21.121 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:22:30.150 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:22:30.150 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:23:30.324 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:23:37.776 1291 3734 E InputMethodManagerService:
SOFT_INPUT_STATE_VISIBLE is ignored because there is no focused view that also
returns true from View#onCheckIsTextEditor()
01-01 16:23:37.776 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:23:41.700 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:23:44.362 1291 3879 E InputMethodManagerService:
SOFT_INPUT_STATE_VISIBLE is ignored because there is no focused view that also
returns true from View#onCheckIsTextEditor()
01-01 16:23:44.363 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:23:48.990 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:23:49.242 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:23:49.244 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:23:49.246 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:23:49.247 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:23:58.062 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:23:59.480 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:24:19.080 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:24:19.080 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:25:25.981 1291 25931 E _V_RichTapVibratorService: getExtension == null
01-01 16:26:07.968 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:26:07.981 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:26:24.006 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:26:24.186 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:26:26.075 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:26:38.723 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:26:39.340 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:27:07.381 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:27:07.381 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:28:56.271 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:28:56.272 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:30:45.184 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:30:45.184 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:31:42.169 1291 27005 E _V_RichTapVibratorService: getExtension == null
01-01 16:31:49.554 1291 27022 E _V_RichTapVibratorService: getExtension == null
01-01 16:32:20.523 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:32:20.524 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:32:34.086 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:32:34.087 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:33:19.282 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:33:19.395 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:33:24.446 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:33:48.930 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:33:51.802 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:34:06.926 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:34:10.252 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:34:22.974 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:34:22.974 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:34:39.591 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:34:45.952 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:35:03.075 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:35:03.184 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:35:10.106 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:35:24.381 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:35:24.542 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:35:32.048 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:35:42.198 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:35:42.198 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:35:43.070 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:35:43.166 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:35:47.740 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:35:53.975 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:35:54.072 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:36:06.962 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:36:23.708 1291 3878 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
01-01 16:36:23.819 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
01-01 16:36:25.069 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:36:25.185 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:36:30.188 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:36:31.240 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:37:22.431 1291 3632 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
01-01 16:37:22.432 1291 3632 E ClipboardService: Denying clipboard access to
com.ss.android.ugc.trill, application is not in focus nor is it a system service
for user 0
01-01 16:37:22.560 1291 1696 E ClipboardService: Denying clipboard access to
com.google.android.gms, application is not in focus nor is it a system service for
user 0
01-01 16:37:22.561 1291 1696 E ClipboardService: Denying clipboard access to
com.ss.android.ugc.trill, application is not in focus nor is it a system service
for user 0
01-01 16:37:24.012 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:37:31.076 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:37:31.076 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:37:34.673 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:37:35.869 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:39:19.987 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:39:19.990 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:41:08.899 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:41:08.899 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:41:27.581 1291 28089 E _V_RichTapVibratorService: getExtension == null
01-01 16:41:44.117 1291 28119 E _V_RichTapVibratorService: getExtension == null
01-01 16:42:17.962 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 16:42:18.272 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 16:42:18.652 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 16:42:20.523 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:42:20.524 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:42:21.563 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 16:42:57.784 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:42:57.784 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 16:44:06.839 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:44:06.914 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:44:06.914 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:44:06.914 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
01-01 16:44:06.926 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:44:07.183 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:44:07.183 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:44:07.467 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:44:07.469 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:44:07.525 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:44:07.526 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:44:07.553 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:44:07.553 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:44:07.579 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:44:07.579 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:44:58.282 1291 3219 E _V_RichTapVibratorService: getExtension == null
01-01 16:44:58.756 1291 28812 E _V_RichTapVibratorService: getExtension == null
01-01 16:44:59.700 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:44:59.701 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:45:00.508 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:45:03.122 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:45:06.849 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:45:06.849 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:45:14.462 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:45:15.628 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:45:15.629 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:45:15.660 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:45:15.660 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:45:35.444 1291 29057 E _V_RichTapVibratorService: getExtension == null
01-01 16:45:41.794 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 16:45:41.921 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:45:41.923 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:45:42.171 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:45:42.172 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:45:42.735 1291 29100 E _V_RichTapVibratorService: getExtension == null
01-01 16:45:45.859 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:45:46.238 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:45:46.340 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:45:49.123 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:45:50.352 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:45:51.674 1291 29403 E _V_RichTapVibratorService: getExtension == null
01-01 16:45:54.295 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 243
01-01 16:45:54.308 1291 10989 E ActivityManager: Service ServiceRecord{d8ef5f2 u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
20265:com.vivo.faceui/1000} not same as in map: ServiceRecord{8d555eb u0
com.vivo.faceui/.FaceUIService}
01-01 16:45:55.255 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:45:55.911 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:45:55.911 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:45:56.864 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:45:58.743 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:45:59.087 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:45:59.195 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:46:03.436 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:46:04.407 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:46:06.843 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:46:06.843 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:46:08.038 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:46:13.289 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:46:20.669 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:46:23.213 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:46:25.276 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:46:26.873 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:46:35.468 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:46:35.468 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:46:42.977 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:46:42.982 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:46:54.341 1291 29800 E _V_RichTapVibratorService: getExtension == null
01-01 16:46:54.628 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:47:01.594 1291 29871 E _V_RichTapVibratorService: getExtension == null
01-01 16:47:01.873 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:47:03.186 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:47:04.772 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:47:06.835 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:47:06.835 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:47:09.022 1291 3879 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:47:23.718 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:47:29.106 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:47:30.055 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:47:45.062 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:47:47.472 1291 30097 E _V_RichTapVibratorService: getExtension == null
01-01 16:47:49.037 1291 1425 E DiscreteRegistry: Deleting file 1704012388125tl
01-01 16:47:49.290 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:47:50.109 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:47:51.452 1291 30118 E _V_RichTapVibratorService: getExtension == null
01-01 16:47:53.480 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:47:54.256 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:47:55.324 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:48:04.524 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:48:04.525 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:48:06.613 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 16:48:06.904 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:48:06.905 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:48:12.395 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 16:48:24.380 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:48:24.380 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:48:48.193 1291 30342 E _V_RichTapVibratorService: getExtension == null
01-01 16:48:59.635 1291 30367 E _V_RichTapVibratorService: getExtension == null
01-01 16:49:05.544 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:49:05.787 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:49:06.836 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:49:06.836 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:49:07.555 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:49:17.431 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:49:30.408 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:49:33.685 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:49:33.686 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:49:34.837 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:49:36.780 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:50:06.839 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:50:06.840 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:50:06.884 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:50:06.886 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:51:06.843 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:51:06.843 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:51:18.064 1291 30684 E _V_RichTapVibratorService: getExtension == null
01-01 16:51:22.601 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:51:22.601 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:51:34.033 1291 30728 E _V_RichTapVibratorService: getExtension == null
01-01 16:51:35.588 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:51:35.590 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:51:58.408 1291 30757 E _V_RichTapVibratorService: getExtension == null
01-01 16:52:02.756 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:52:02.881 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:52:06.829 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:52:06.829 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:52:07.027 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:52:40.662 1291 1917 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:52:41.808 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:52:41.811 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:52:42.764 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:52:43.624 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:52:43.625 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:53:00.303 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:53:06.839 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:53:06.839 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:54:06.839 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:54:06.840 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:54:30.693 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:54:30.693 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:55:06.845 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:55:06.845 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:55:39.993 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:55:39.994 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:55:57.373 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:55:57.374 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:55:57.860 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:55:58.936 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:56:06.871 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:56:06.871 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:56:18.796 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:56:23.329 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:56:23.349 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:56:24.185 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:56:28.675 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:56:30.850 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:56:47.756 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:57:06.888 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:57:06.891 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:57:24.495 1291 31937 E _V_RichTapVibratorService: getExtension == null
01-01 16:57:28.949 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:57:28.949 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:57:32.490 1291 31956 E _V_RichTapVibratorService: getExtension == null
01-01 16:57:34.435 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:57:34.583 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:57:35.806 1291 3880 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:57:41.888 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:57:41.890 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:57:50.304 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:58:06.874 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:58:06.875 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:58:13.712 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:58:15.466 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:58:22.867 1291 32236 E _V_RichTapVibratorService: getExtension == null
01-01 16:58:32.107 1291 32273 E _V_RichTapVibratorService: getExtension == null
01-01 16:58:43.870 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:58:44.070 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 16:58:44.984 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:58:56.999 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:58:57.781 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 16:58:58.000 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:58:58.001 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:59:00.628 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:59:00.629 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:59:00.631 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:59:00.631 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 16:59:06.850 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 16:59:06.850 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 16:59:23.262 1291 393 E _V_RichTapVibratorService: getExtension == null
01-01 16:59:32.153 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:00:06.835 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:00:06.835 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:00:46.932 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:00:46.932 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:01:06.860 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:01:06.860 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:01:40.048 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~SdyQ3db4-RYtMhW3TEcE6A==/com.google.android.apps.youtube.music-
Qa0y3hfgCR90_J9iL5jZpg==/base.apk
01-01 17:01:41.059 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~zSSlexz88fbY1dmMXicFPg==/com.google.android.youtube-
KsqDY2byRBGqHNOAAGF50w==/base.apk
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: Couldn't communicate with
notification manager
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: java.lang.SecurityException:
Permission Denial: reading androidx.core.content.FileProvider uri
content://com.shopee.ph.fileprovider/shared_external_files/shopeePH/
com.shopee.app.application.ShopeeApplication/ringtone/11_1872145967 from pid=0,
uid=1000 requires the provider be exported, or grantUriPermission()
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance0(Native Method)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.ParcelableException.readFromParcel(ParcelableException.java:56)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.Parcel.readParcelable(Parcel.java:3348)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.Parcel.readValue(Parcel.java:3241)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.Parcel.readArrayMapInternal(Parcel.java:3638)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:297)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.BaseBundle.unparcel(BaseBundle.java:241)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.Bundle.getParcelable(Bundle.java:1002)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.content.ContentResolver$ResultListener.onResult(ContentResolver.java:1016)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.RemoteCallback.sendResult(RemoteCallback.java:75)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.RemoteCallback$1.sendResult(RemoteCallback.java:52)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.IRemoteCallback$Stub.onTransact(IRemoteCallback.java:89)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.Binder.execTransactInternal(Binder.java:1184)
01-01 17:01:48.555 1291 1695 E NotifBackupHelper: at
android.os.Binder.execTransact(Binder.java:1143)
01-01 17:02:06.888 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:02:06.888 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: Couldn't communicate with
notification manager
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: java.lang.SecurityException:
Permission Denial: reading androidx.core.content.FileProvider uri
content://com.shopee.ph.fileprovider/shared_external_files/shopeePH/
com.shopee.app.application.ShopeeApplication/ringtone/11_1872145967 from pid=0,
uid=1000 requires the provider be exported, or grantUriPermission()
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance0(Native Method)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.ParcelableException.readFromParcel(ParcelableException.java:56)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.Parcel.readParcelable(Parcel.java:3348)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.Parcel.readValue(Parcel.java:3241)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.Parcel.readArrayMapInternal(Parcel.java:3638)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:297)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.BaseBundle.unparcel(BaseBundle.java:241)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.Bundle.getParcelable(Bundle.java:1002)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.content.ContentResolver$ResultListener.onResult(ContentResolver.java:1016)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.RemoteCallback.sendResult(RemoteCallback.java:75)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.RemoteCallback$1.sendResult(RemoteCallback.java:52)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.IRemoteCallback$Stub.onTransact(IRemoteCallback.java:89)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.Binder.execTransactInternal(Binder.java:1184)
01-01 17:02:11.098 1291 1695 E NotifBackupHelper: at
android.os.Binder.execTransact(Binder.java:1143)
01-01 17:02:35.831 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:02:35.832 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:02:36.136 1291 1918 E _V_RichTapVibratorService: getExtension == null
01-01 17:02:38.076 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:02:38.077 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:02:39.674 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:02:39.958 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:02:52.559 1291 3883 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:02:54.884 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:02:59.579 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:03:06.068 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:03:06.854 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:03:06.854 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:03:07.160 1291 1704 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:03:13.849 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:03:14.530 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:03:15.455 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:03:15.455 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:03:39.243 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:03:39.245 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:04:06.851 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:04:06.851 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:05:04.341 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:05:04.341 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:05:06.831 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:05:06.832 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:05:18.208 1291 1477 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~SdyQ3db4-RYtMhW3TEcE6A==/com.google.android.apps.youtube.music-
Qa0y3hfgCR90_J9iL5jZpg==/base.apk
01-01 17:06:06.845 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:06:06.845 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:06:43.321 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:06:43.321 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:06:43.809 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:06:43.810 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:06:56.908 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:06:56.909 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:06:57.001 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:06:58.106 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:07:00.040 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:07:00.739 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:07:02.636 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:07:06.857 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:07:06.857 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:07:07.096 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:07:14.625 1291 1704 E _V_RichTapVibratorService: getExtension == null
01-01 17:07:16.108 1291 1408 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:07:46.541 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:07:52.427 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:07:52.807 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 17:07:53.159 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:08:00.298 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 17:08:02.007 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:08:06.836 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:08:06.836 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:08:09.440 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:08:10.779 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:08:12.992 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:08:32.241 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:08:32.249 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:09:06.849 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:09:06.849 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:10:06.853 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:10:06.854 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:10:21.153 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:10:21.153 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:10:28.370 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:10:28.370 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:10:29.075 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:10:29.080 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:10:40.913 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:10:40.913 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:11:06.901 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:11:06.901 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:11:06.917 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:11:06.923 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:12:06.851 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:12:06.851 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:12:29.837 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:12:29.837 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:13:06.838 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:13:06.839 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:13:28.337 1291 6729 E _V_RichTapVibratorService: getExtension == null
01-01 17:13:29.474 1291 6744 E _V_RichTapVibratorService: getExtension == null
01-01 17:13:34.141 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:13:34.291 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 17:13:35.812 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:13:48.233 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:13:49.853 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:14:06.836 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:14:06.836 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:14:18.726 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:14:18.726 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:14:57.769 1291 21634 E DiscreteRegistry: Deleting file 1704013371409tl
01-01 17:14:57.770 1291 21634 E DiscreteRegistry: Deleting file 1704013863496tl
01-01 17:14:58.356 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:14:58.357 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:15:00.700 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:15:00.700 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:15:01.958 1291 7407 E _V_RichTapVibratorService: getExtension == null
01-01 17:15:06.850 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:15:06.850 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:15:41.009 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:15:41.010 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:15:43.575 1291 3632 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:15:43.663 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 17:15:50.174 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:15:50.788 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:15:50.789 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:15:51.701 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 17:15:51.887 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 17:15:52.186 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:15:55.417 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 17:15:55.714 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 17:16:03.802 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 17:16:05.549 1291 2642 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:16:06.483 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:16:06.852 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:16:06.852 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:16:17.844 1291 1742 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:16:21.434 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:16:45.968 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:16:47.262 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:16:47.262 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:16:53.466 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:16:54.925 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:16:54.926 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:16:55.973 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:17:06.833 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:17:06.833 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:17:31.921 1291 8467 E _V_RichTapVibratorService: getExtension == null
01-01 17:17:39.784 1291 8524 E _V_RichTapVibratorService: getExtension == null
01-01 17:18:06.851 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:18:06.851 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:18:22.895 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:18:23.029 1291 1291 E _V_RichTapVibratorService: getExtension == null
01-01 17:18:25.507 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:18:26.300 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:18:26.300 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:18:46.797 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:18:47.025 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:18:47.026 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:18:52.010 1291 2104 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:19:06.854 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:19:06.855 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:20:06.838 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:20:06.839 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:20:15.151 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:20:15.152 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:20:54.770 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:20:54.771 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:21:06.847 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:21:06.847 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:21:06.890 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:21:06.891 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:22:06.851 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:22:06.852 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:22:14.926 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:22:14.926 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:22:15.355 1291 1967 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:22:15.940 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:22:21.222 1291 2088 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:22:24.983 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:22:34.279 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:22:34.279 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:22:34.313 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:22:34.313 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:22:34.341 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:22:34.341 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:22:34.365 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:22:34.366 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:22:34.394 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:22:34.395 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:22:34.911 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:22:34.911 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:22:34.950 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:22:34.951 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:22:34.969 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:22:34.970 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:22:34.991 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:22:34.991 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:22:41.001 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:22:41.001 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:22:41.080 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:22:41.081 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:23:06.844 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:23:06.845 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
01-01 17:23:21.977 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 17:23:22.136 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:23:22.137 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:23:22.192 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:23:22.193 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:23:23.739 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:23:23.741 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:23:27.682 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:23:27.741 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:23:27.741 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:23:27.741 1291 1291 E _V_Sensor_NativeNotification: mTimePeriod is null
01-01 17:23:27.765 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:23:27.780 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:23:27.802 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:23:27.802 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:23:27.816 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:23:27.816 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:23:27.852 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:23:27.852 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:23:27.880 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:23:27.881 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:23:27.882 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:23:27.882 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:23:28.329 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:23:28.330 1291 1457 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
01-01 17:23:42.805 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:23:42.805 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:24:42.796 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 17:24:43.304 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:24:43.305 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:24:44.711 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:24:54.672 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 244
01-01 17:24:54.678 1291 3210 E ActivityManager: Service ServiceRecord{8d555eb u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
29442:com.vivo.faceui/1000} not same as in map: ServiceRecord{ed9586f u0
com.vivo.faceui/.FaceUIService}
01-01 17:25:30.279 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:25:52.196 1291 3210 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:26:01.200 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:26:07.016 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:26:08.478 1291 1918 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:26:10.703 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:26:10.703 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:26:19.492 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:26:19.492 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:27:03.423 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 17:27:03.588 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:27:03.588 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:27:05.137 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:27:12.615 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:27:13.211 1291 1471 E _V_RichTapVibratorService: getExtension == null
01-01 17:27:14.052 1291 1471 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:27:14.602 1291 9047 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:27:15.130 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 245
01-01 17:27:18.913 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:27:19.765 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:27:28.845 1291 1919 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:27:30.154 1291 1409 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:27:31.878 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:27:31.879 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:28:23.046 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 17:28:23.257 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:28:23.257 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:28:25.105 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:28:31.311 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:28:31.311 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:29:32.554 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 17:29:32.677 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:29:32.678 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:29:42.028 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:29:42.029 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:29:44.790 1291 1558 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
01-01 17:29:44.922 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:29:44.928 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:29:46.225 1291 3214 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:29:48.013 1291 3865 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:29:50.160 1291 3881 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:29:56.252 1291 1412 E _V_FaceUIServiceDelegate: service disconnected 246
01-01 17:29:56.254 1291 3603 E ActivityManager: Service ServiceRecord{ed9586f u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
11820:com.vivo.faceui/1000} not same as in map: ServiceRecord{a0dfd6 u0
com.vivo.faceui/.FaceUIService}
01-01 17:29:56.256 1291 3603 E ActivityManager: Service ServiceRecord{abf917a u0
com.vivo.faceui/.FaceUIService} in process ProcessRecord{7e970de
11820:com.vivo.faceui/1000} not same as in map: ServiceRecord{a0dfd6 u0
com.vivo.faceui/.FaceUIService}
01-01 17:30:09.913 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:30:19.641 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:30:20.618 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 17:30:21.018 1291 2105 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:30:21.847 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 17:30:24.002 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:30:24.003 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:30:28.878 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 17:30:30.285 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 17:30:32.224 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.facebook.orca
01-01 17:30:34.115 1291 3603 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:30:41.361 1291 10989 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:30:52.916 1291 3878 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:30:55.905 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 17:30:56.207 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 17:30:58.930 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 17:31:04.027 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 17:31:15.909 1291 3216 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:31:17.220 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:32:12.921 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:32:12.921 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:32:45.296 1291 2104 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:45.310 1291 10989 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:45.339 1291 3623 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:45.393 1291 1742 I mtkpower_client: perf_lock_acq, hdl:225658, dur:0,
num:2, tid:1742
01-01 17:32:45.394 1291 1742 I mtkpower_client: ret_hdl:225667
01-01 17:32:45.394 553 613 I libPowerHal: [perfLockAcq] idx:3 hdl:225667 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225667
01-01 17:32:45.395 1291 1742 I mtkpower_client: perf_lock_rel, hdl:225667,
tid:1742
01-01 17:32:45.583 1291 10989 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:45.661 1291 2104 I mtkpower_client: perf_lock_acq, hdl:225667, dur:0,
num:2, tid:2104
01-01 17:32:45.662 1291 2104 I mtkpower_client: ret_hdl:225670
01-01 17:32:45.662 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225670 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225670
01-01 17:32:45.663 1291 2104 I mtkpower_client: perf_lock_rel, hdl:225670,
tid:2104
01-01 17:32:45.856 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225670, dur:0,
num:2, tid:3622
01-01 17:32:45.857 1291 3622 I mtkpower_client: ret_hdl:225671
01-01 17:32:45.857 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225671 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225671
01-01 17:32:45.858 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225671,
tid:3622
01-01 17:32:46.333 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225671, dur:0,
num:2, tid:3622
01-01 17:32:46.333 1291 3622 I mtkpower_client: ret_hdl:225677
01-01 17:32:46.333 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225677 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225677
01-01 17:32:46.334 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225677,
tid:3622
01-01 17:32:46.409 1291 5351 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:46.413 1291 10989 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:46.461 1291 3622 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:46.646 1291 5351 I mtkpower_client: perf_lock_acq, hdl:225677, dur:0,
num:2, tid:5351
01-01 17:32:46.647 1291 5351 I mtkpower_client: ret_hdl:225678
01-01 17:32:46.647 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225678 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225678
01-01 17:32:46.648 1291 5351 I mtkpower_client: perf_lock_rel, hdl:225678,
tid:5351
01-01 17:32:47.117 1291 7444 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:47.188 1291 7444 I mtkpower_client: perf_lock_acq, hdl:225678, dur:0,
num:2, tid:7444
01-01 17:32:47.189 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225684 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225684
01-01 17:32:47.189 1291 7444 I mtkpower_client: ret_hdl:225684
01-01 17:32:47.190 1291 5351 I mtkpower_client: perf_lock_rel, hdl:225684,
tid:5351
01-01 17:32:47.203 1291 7444 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:47.207 1291 5351 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:47.234 1291 5351 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:47.514 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225684, dur:0,
num:2, tid:3622
01-01 17:32:47.515 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225685 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225685
01-01 17:32:47.516 1291 3622 I mtkpower_client: ret_hdl:225685
01-01 17:32:47.517 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225685,
tid:3622
01-01 17:32:47.813 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225685, dur:0,
num:2, tid:3622
01-01 17:32:47.814 1291 3622 I mtkpower_client: ret_hdl:225686
01-01 17:32:47.814 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225686 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225686
01-01 17:32:47.815 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225686,
tid:3622
01-01 17:32:47.953 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225686, dur:0,
num:2, tid:3622
01-01 17:32:47.954 1291 3622 I mtkpower_client: ret_hdl:225692
01-01 17:32:47.954 553 613 I libPowerHal: [perfLockAcq] idx:2 hdl:225692 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225692
01-01 17:32:47.954 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225692,
tid:3622
01-01 17:32:48.059 1291 3622 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:48.182 1291 5351 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:48.185 1291 7444 I mtkpower_client: perf_lock_acq, hdl:225692, dur:0,
num:2, tid:7444
01-01 17:32:48.185 1291 7444 I mtkpower_client: ret_hdl:225693
01-01 17:32:48.186 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225693 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225693
01-01 17:32:48.187 1291 7444 I mtkpower_client: perf_lock_rel, hdl:225693,
tid:7444
01-01 17:32:48.188 1291 2104 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:48.231 1291 7444 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:48.512 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225693, dur:0,
num:2, tid:10989
01-01 17:32:48.512 1291 10989 I mtkpower_client: ret_hdl:225694
01-01 17:32:48.513 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225694 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225694
01-01 17:32:48.513 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225694,
tid:10989
01-01 17:32:48.697 1291 2104 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:48.724 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225694, dur:0,
num:2, tid:10989
01-01 17:32:48.725 1291 10989 I mtkpower_client: ret_hdl:225700
01-01 17:32:48.725 553 613 I libPowerHal: [perfLockAcq] idx:2 hdl:225700 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225700
01-01 17:32:48.726 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225700,
tid:10989
01-01 17:32:48.856 1291 7444 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:48.859 1291 3623 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:48.882 1291 10989 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:49.101 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225700, dur:0,
num:2, tid:10989
01-01 17:32:49.102 1291 10989 I mtkpower_client: ret_hdl:225701
01-01 17:32:49.103 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225701,
tid:10989
01-01 17:32:49.103 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225701 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225701
01-01 17:32:49.298 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225701, dur:0,
num:2, tid:10989
01-01 17:32:49.299 1291 10989 I mtkpower_client: ret_hdl:225702
01-01 17:32:49.299 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225702 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225702
01-01 17:32:49.305 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225702,
tid:10989
01-01 17:32:51.761 1291 1425 E DiscreteRegistry: Deleting file 1704014272077tl
01-01 17:32:54.951 1291 5351 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 2941:com.vivo.pem/1000 pkg
com.vivo.pem
01-01 17:32:54.951 1291 5351 E ActivityManager: java.lang.Throwable
01-01 17:32:54.951 1291 5351 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14335)
01-01 17:32:54.951 1291 5351 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15177)
01-01 17:32:54.951 1291 5351 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14353)
01-01 17:32:54.951 1291 5351 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15384)
01-01 17:32:54.951 1291 5351 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14125)
01-01 17:32:54.951 1291 5351 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2806)
01-01 17:32:54.951 1291 5351 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3027)
01-01 17:32:54.951 1291 5351 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
01-01 17:32:54.951 1291 5351 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
01-01 17:32:56.025 1291 5351 I mtkpower_client: perf_lock_acq, hdl:225603, dur:0,
num:2, tid:5351
01-01 17:32:56.026 1291 5351 I mtkpower_client: ret_hdl:225704
01-01 17:32:56.026 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225704 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225704
01-01 17:32:56.026 1291 5351 I mtkpower_client: perf_lock_rel, hdl:225704,
tid:5351
01-01 17:32:56.215 1291 1742 I mtkpower_client: perf_lock_acq, hdl:225702, dur:0,
num:2, tid:1742
01-01 17:32:56.217 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225705 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225705
01-01 17:32:56.217 1291 1742 I mtkpower_client: ret_hdl:225705
01-01 17:32:56.219 1291 1742 I mtkpower_client: perf_lock_rel, hdl:225705,
tid:1742
01-01 17:32:57.527 1291 5351 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.ss.android.ugc.trill
01-01 17:32:57.801 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225705, dur:0,
num:2, tid:10989
01-01 17:32:57.802 1291 10989 I mtkpower_client: ret_hdl:225706
01-01 17:32:57.803 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225706 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225706
01-01 17:32:57.804 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225706,
tid:10989
01-01 17:32:57.847 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225704, dur:0,
num:2, tid:10989
01-01 17:32:57.848 1291 10989 I mtkpower_client: ret_hdl:225707
01-01 17:32:57.848 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225707 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225707
01-01 17:32:57.848 1291 1742 I mtkpower_client: perf_lock_rel, hdl:225707,
tid:1742
01-01 17:32:58.425 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225706, dur:0,
num:2, tid:10989
01-01 17:32:58.426 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225708 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225708
01-01 17:32:58.427 1291 10989 I mtkpower_client: ret_hdl:225708
01-01 17:32:58.427 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225708,
tid:10989
01-01 17:32:58.936 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225708, dur:0,
num:2, tid:3734
01-01 17:32:58.937 1291 3734 I mtkpower_client: ret_hdl:225709
01-01 17:32:58.937 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225709 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225709
01-01 17:32:58.938 1291 3734 I mtkpower_client: perf_lock_rel, hdl:225709,
tid:3734
01-01 17:33:00.121 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225709, dur:0,
num:2, tid:3734
01-01 17:33:00.122 553 613 I libPowerHal: [perfLockAcq] idx:2 hdl:225713 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225713
01-01 17:33:00.123 1291 3734 I mtkpower_client: ret_hdl:225713
01-01 17:33:00.124 1291 3734 I mtkpower_client: perf_lock_rel, hdl:225713,
tid:3734
01-01 17:33:00.130 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225707, dur:0,
num:2, tid:3734
01-01 17:33:00.133 553 613 I libPowerHal: [perfLockAcq] idx:3 hdl:225715 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225715
01-01 17:33:00.134 1291 3734 I mtkpower_client: ret_hdl:225715
01-01 17:33:00.135 1291 3734 I mtkpower_client: perf_lock_rel, hdl:225715,
tid:3734
01-01 17:33:00.247 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225713, dur:0,
num:2, tid:10989
01-01 17:33:00.248 1291 10989 I mtkpower_client: ret_hdl:225717
01-01 17:33:00.249 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225717,
tid:10989
01-01 17:33:00.249 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225717 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225717
01-01 17:33:00.945 1291 7444 I mtkpower_client: perf_lock_acq, hdl:225717, dur:0,
num:2, tid:7444
01-01 17:33:00.945 1291 7444 I mtkpower_client: ret_hdl:225718
01-01 17:33:00.946 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225718 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225718
01-01 17:33:00.946 1291 7444 I mtkpower_client: perf_lock_rel, hdl:225718,
tid:7444
01-01 17:33:02.495 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:33:02.617 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225718, dur:0,
num:2, tid:3734
01-01 17:33:02.618 1291 3734 I mtkpower_client: ret_hdl:225719
01-01 17:33:02.619 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225719 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225719
01-01 17:33:02.619 1291 3734 I mtkpower_client: perf_lock_rel, hdl:225719,
tid:3734
01-01 17:33:02.892 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225719, dur:0,
num:2, tid:3734
01-01 17:33:02.893 1291 3734 I mtkpower_client: ret_hdl:225720
01-01 17:33:02.893 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225720 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225720
01-01 17:33:02.893 1291 7444 I mtkpower_client: perf_lock_rel, hdl:225720,
tid:7444
01-01 17:33:04.921 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:33:04.924 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225720, dur:0,
num:2, tid:3734
01-01 17:33:04.925 1291 3734 I mtkpower_client: ret_hdl:225727
01-01 17:33:04.925 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225727 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225727
01-01 17:33:04.925 1291 3734 I mtkpower_client: perf_lock_rel, hdl:225727,
tid:3734
01-01 17:33:04.940 1291 7444 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 2941:com.vivo.pem/1000 pkg
com.vivo.pem
01-01 17:33:04.940 1291 7444 E ActivityManager: java.lang.Throwable
01-01 17:33:04.940 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14335)
01-01 17:33:04.940 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15177)
01-01 17:33:04.940 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14353)
01-01 17:33:04.940 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15384)
01-01 17:33:04.940 1291 7444 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14125)
01-01 17:33:04.940 1291 7444 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2806)
01-01 17:33:04.940 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3027)
01-01 17:33:04.940 1291 7444 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
01-01 17:33:04.940 1291 7444 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
01-01 17:33:05.244 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225727, dur:0,
num:2, tid:10989
01-01 17:33:05.246 1291 10989 I mtkpower_client: ret_hdl:225733
01-01 17:33:05.246 553 613 I libPowerHal: [perfLockAcq] idx:6 hdl:225733 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225733
01-01 17:33:05.247 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225733,
tid:10989
01-01 17:33:05.249 1291 5351 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:33:05.407 1291 7444 I mtkpower_client: perf_lock_acq, hdl:225715, dur:0,
num:2, tid:7444
01-01 17:33:05.408 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225734 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225734
01-01 17:33:05.408 1291 7444 I mtkpower_client: ret_hdl:225734
01-01 17:33:05.409 1291 7444 I mtkpower_client: perf_lock_rel, hdl:225734,
tid:7444
01-01 17:33:07.184 1291 7444 I mtkpower_client: perf_lock_acq, hdl:225733, dur:0,
num:2, tid:7444
01-01 17:33:07.185 1291 7444 I mtkpower_client: ret_hdl:225736
01-01 17:33:07.185 553 613 I libPowerHal: [perfLockAcq] idx:2 hdl:225736 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225736
01-01 17:33:07.185 1291 7444 I mtkpower_client: perf_lock_rel, hdl:225736,
tid:7444
01-01 17:33:07.236 1291 7444 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:33:07.346 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225736, dur:0,
num:2, tid:3622
01-01 17:33:07.349 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225737 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225737
01-01 17:33:07.349 1291 3622 I mtkpower_client: ret_hdl:225737
01-01 17:33:07.365 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225737,
tid:3622
01-01 17:33:07.406 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225734, dur:0,
num:2, tid:3622
01-01 17:33:07.407 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225738 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225738
01-01 17:33:07.407 1291 3622 I mtkpower_client: ret_hdl:225738
01-01 17:33:07.408 1291 7444 I mtkpower_client: perf_lock_rel, hdl:225738,
tid:7444
01-01 17:33:07.473 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225737, dur:0,
num:2, tid:10989
01-01 17:33:07.474 1291 10989 I mtkpower_client: ret_hdl:225739
01-01 17:33:07.474 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225739 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225739
01-01 17:33:07.475 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225739,
tid:10989
01-01 17:33:07.476 1291 7444 I mtkpower_client: perf_lock_acq, hdl:225739, dur:0,
num:2, tid:7444
01-01 17:33:07.478 1291 7444 I mtkpower_client: ret_hdl:225740
01-01 17:33:07.478 553 613 I libPowerHal: [perfLockAcq] idx:0 hdl:225740 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225740
01-01 17:33:07.478 1291 7444 I mtkpower_client: perf_lock_rel, hdl:225740,
tid:7444
01-01 17:33:07.623 1291 1291 E _V_BBKTouchScreenServiceService:
packageName:com.ss.android.ugc.trill
01-01 17:33:07.959 1291 7444 I mtkpower_client: perf_lock_acq, hdl:225740, dur:0,
num:2, tid:7444
01-01 17:33:07.960 1291 7444 I mtkpower_client: ret_hdl:225745
01-01 17:33:07.960 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225745 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225745
01-01 17:33:07.962 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225745,
tid:10989
01-01 17:33:07.976 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:33:08.777 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225738, dur:0,
num:2, tid:10989
01-01 17:33:08.778 1291 10989 I mtkpower_client: ret_hdl:225747
01-01 17:33:08.778 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225747 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225747
01-01 17:33:08.779 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225747,
tid:3622
01-01 17:33:08.861 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225745, dur:0,
num:2, tid:3622
01-01 17:33:08.862 1291 3622 I mtkpower_client: ret_hdl:225748
01-01 17:33:08.862 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225748 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225748
01-01 17:33:08.862 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225748,
tid:3622
01-01 17:33:09.110 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225748, dur:0,
num:2, tid:3622
01-01 17:33:09.111 1291 3622 I mtkpower_client: ret_hdl:225749
01-01 17:33:09.111 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225749 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225749
01-01 17:33:09.115 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225749,
tid:3622
01-01 17:33:09.512 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225749, dur:0,
num:2, tid:10989
01-01 17:33:09.512 1291 10989 I mtkpower_client: ret_hdl:225751
01-01 17:33:09.513 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225751 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225751
01-01 17:33:09.513 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225751,
tid:10989
01-01 17:33:09.684 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225751, dur:0,
num:2, tid:3622
01-01 17:33:09.685 1291 3622 I mtkpower_client: ret_hdl:225752
01-01 17:33:09.685 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225752 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225752
01-01 17:33:09.686 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225752,
tid:3622
01-01 17:33:10.075 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225752, dur:0,
num:2, tid:10989
01-01 17:33:10.076 1291 10989 I mtkpower_client: ret_hdl:225753
01-01 17:33:10.076 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225753 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225753
01-01 17:33:10.076 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225753,
tid:10989
01-01 17:33:10.292 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225753, dur:0,
num:2, tid:10989
01-01 17:33:10.293 1291 10989 I mtkpower_client: ret_hdl:225754
01-01 17:33:10.293 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225754 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225754
01-01 17:33:10.294 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225754,
tid:10989
01-01 17:33:10.299 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225747, dur:0,
num:2, tid:10989
01-01 17:33:10.300 1291 10989 I mtkpower_client: ret_hdl:225755
01-01 17:33:10.300 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225755 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225755
01-01 17:33:10.300 1291 7444 I mtkpower_client: perf_lock_rel, hdl:225755,
tid:7444
01-01 17:33:11.625 1291 5351 I mtkpower_client: perf_lock_acq, hdl:225754, dur:0,
num:2, tid:5351
01-01 17:33:11.627 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225756 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225756
01-01 17:33:11.627 1291 5351 I mtkpower_client: ret_hdl:225756
01-01 17:33:11.628 1291 5351 I mtkpower_client: perf_lock_rel, hdl:225756,
tid:5351
01-01 17:33:13.581 1291 7444 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.DATA_STALL_STATUS from system 2015:com.android.phone/1001 pkg
com.android.phone
01-01 17:33:13.581 1291 7444 E ActivityManager: java.lang.Throwable
01-01 17:33:13.581 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14335)
01-01 17:33:13.581 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15177)
01-01 17:33:13.581 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14353)
01-01 17:33:13.581 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15384)
01-01 17:33:13.581 1291 7444 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14125)
01-01 17:33:13.581 1291 7444 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2806)
01-01 17:33:13.581 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3027)
01-01 17:33:13.581 1291 7444 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
01-01 17:33:13.581 1291 7444 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
01-01 17:33:13.904 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225756, dur:0,
num:2, tid:10989
01-01 17:33:13.906 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225758 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225758
01-01 17:33:13.909 1291 10989 I mtkpower_client: ret_hdl:225758
01-01 17:33:13.911 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225758,
tid:10989
01-01 17:33:14.947 1291 10989 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 2941:com.vivo.pem/1000 pkg
com.vivo.pem
01-01 17:33:14.947 1291 10989 E ActivityManager: java.lang.Throwable
01-01 17:33:14.947 1291 10989 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14335)
01-01 17:33:14.947 1291 10989 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15177)
01-01 17:33:14.947 1291 10989 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14353)
01-01 17:33:14.947 1291 10989 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15384)
01-01 17:33:14.947 1291 10989 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14125)
01-01 17:33:14.947 1291 10989 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2806)
01-01 17:33:14.947 1291 10989 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3027)
01-01 17:33:14.947 1291 10989 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
01-01 17:33:14.947 1291 10989 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
01-01 17:33:16.610 1291 3623 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.DATA_STALL_STATUS from system 2015:com.android.phone/1001 pkg
com.android.phone
01-01 17:33:16.610 1291 3623 E ActivityManager: java.lang.Throwable
01-01 17:33:16.610 1291 3623 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14335)
01-01 17:33:16.610 1291 3623 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15177)
01-01 17:33:16.610 1291 3623 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14353)
01-01 17:33:16.610 1291 3623 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15384)
01-01 17:33:16.610 1291 3623 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14125)
01-01 17:33:16.610 1291 3623 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2806)
01-01 17:33:16.610 1291 3623 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3027)
01-01 17:33:16.610 1291 3623 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
01-01 17:33:16.610 1291 3623 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
01-01 17:33:16.987 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225758, dur:0,
num:2, tid:3734
01-01 17:33:16.989 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225761 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225761
01-01 17:33:16.989 1291 3734 I mtkpower_client: ret_hdl:225761
01-01 17:33:16.990 1291 3734 I mtkpower_client: perf_lock_rel, hdl:225761,
tid:3734
01-01 17:33:17.155 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225755, dur:0,
num:2, tid:3622
01-01 17:33:17.156 1291 3622 I mtkpower_client: ret_hdl:225762
01-01 17:33:17.156 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225762 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225762
01-01 17:33:17.157 1291 5351 I mtkpower_client: perf_lock_rel, hdl:225762,
tid:5351
01-01 17:33:17.379 1291 5351 I mtkpower_client: perf_lock_acq, hdl:225761, dur:0,
num:2, tid:5351
01-01 17:33:17.380 1291 5351 I mtkpower_client: ret_hdl:225763
01-01 17:33:17.380 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225763 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225763
01-01 17:33:17.381 1291 5351 I mtkpower_client: perf_lock_rel, hdl:225763,
tid:5351
01-01 17:33:18.214 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:33:18.221 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225763, dur:0,
num:2, tid:3622
01-01 17:33:18.222 1291 3622 I mtkpower_client: ret_hdl:225766
01-01 17:33:18.222 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225766 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225766
01-01 17:33:18.224 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225766,
tid:3622
01-01 17:33:18.495 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225766, dur:0,
num:2, tid:3622
01-01 17:33:18.496 1291 3622 I mtkpower_client: ret_hdl:225767
01-01 17:33:18.496 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225767 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225767
01-01 17:33:18.497 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225767,
tid:3622
01-01 17:33:18.865 1291 3623 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:33:18.882 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225762, dur:0,
num:2, tid:3622
01-01 17:33:18.884 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225770 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225770
01-01 17:33:18.884 1291 3622 I mtkpower_client: ret_hdl:225770
01-01 17:33:18.885 1291 3623 I mtkpower_client: perf_lock_rel, hdl:225770,
tid:3623
01-01 17:33:19.128 1291 3623 I mtkpower_client: perf_lock_acq, hdl:225767, dur:0,
num:2, tid:3623
01-01 17:33:19.130 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225771 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225771
01-01 17:33:19.130 1291 3623 I mtkpower_client: ret_hdl:225771
01-01 17:33:19.133 1291 3623 I mtkpower_client: perf_lock_rel, hdl:225771,
tid:3623
01-01 17:33:19.154 1291 3623 I mtkpower_client: perf_lock_acq, hdl:225770, dur:0,
num:2, tid:3623
01-01 17:33:19.154 1291 3623 I mtkpower_client: ret_hdl:225772
01-01 17:33:19.154 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225772 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225772
01-01 17:33:19.155 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225772,
tid:3622
01-01 17:33:19.634 1291 3622 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.DATA_STALL_STATUS from system 2015:com.android.phone/1001 pkg
com.android.phone
01-01 17:33:19.634 1291 3622 E ActivityManager: java.lang.Throwable
01-01 17:33:19.634 1291 3622 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14335)
01-01 17:33:19.634 1291 3622 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15177)
01-01 17:33:19.634 1291 3622 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14353)
01-01 17:33:19.634 1291 3622 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15384)
01-01 17:33:19.634 1291 3622 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14125)
01-01 17:33:19.634 1291 3622 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2806)
01-01 17:33:19.634 1291 3622 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3027)
01-01 17:33:19.634 1291 3622 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
01-01 17:33:19.634 1291 3622 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
01-01 17:33:19.681 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225615, dur:0,
num:2, tid:3622
01-01 17:33:19.682 1291 3622 I mtkpower_client: ret_hdl:225773
01-01 17:33:19.682 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225773 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225773
01-01 17:33:19.683 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225773,
tid:3622
01-01 17:33:20.161 1291 1558 E _V_RichTapVibratorService: getExtension == null
01-01 17:33:20.271 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225772, dur:0,
num:2, tid:3622
01-01 17:33:20.272 1291 3622 I mtkpower_client: ret_hdl:225774
01-01 17:33:20.272 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225774 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225774
01-01 17:33:20.273 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225774,
tid:3622
01-01 17:33:21.377 1291 7444 I mtkpower_client: perf_lock_acq, hdl:225774, dur:0,
num:2, tid:7444
01-01 17:33:21.378 1291 7444 I mtkpower_client: ret_hdl:225775
01-01 17:33:21.378 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225775 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225775
01-01 17:33:21.378 1291 3623 I mtkpower_client: perf_lock_rel, hdl:225775,
tid:3623
01-01 17:33:21.954 1291 5351 I mtkpower_client: perf_lock_acq, hdl:225771, dur:0,
num:2, tid:5351
01-01 17:33:21.956 553 613 I libPowerHal: [perfLockAcq] idx:5 hdl:225778 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225778
01-01 17:33:21.956 1291 5351 I mtkpower_client: ret_hdl:225778
01-01 17:33:21.960 1291 5351 I mtkpower_client: perf_lock_acq, hdl:225778, dur:0,
num:2, tid:5351
01-01 17:33:21.960 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225778,
tid:10989
01-01 17:33:21.961 1291 5351 I mtkpower_client: ret_hdl:225778
01-01 17:33:21.961 553 613 I libPowerHal: [perfLockAcq] idx:5 hdl:225778 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225778
01-01 17:33:21.967 1291 10989 I mtkpower_client: perf_lock_rel, hdl:225778,
tid:10989
01-01 17:33:22.093 1291 10989 I mtkpower_client: perf_lock_acq, hdl:225775, dur:0,
num:2, tid:10989
01-01 17:33:22.094 1291 10989 I mtkpower_client: ret_hdl:225779
01-01 17:33:22.094 553 613 I libPowerHal: [perfLockAcq] idx:5 hdl:225779 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225779
01-01 17:33:22.095 1291 5351 I mtkpower_client: perf_lock_rel, hdl:225779,
tid:5351
01-01 17:33:22.643 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225778, dur:0,
num:2, tid:3622
01-01 17:33:22.643 1291 3622 I mtkpower_client: ret_hdl:225780
01-01 17:33:22.644 553 613 I libPowerHal: [perfLockAcq] idx:5 hdl:225780 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225780
01-01 17:33:22.648 1291 1742 I mtkpower_client: perf_lock_rel, hdl:225780,
tid:1742
01-01 17:33:22.654 1291 7444 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.DATA_STALL_STATUS from system 2015:com.android.phone/1001 pkg
com.android.phone
01-01 17:33:22.654 1291 7444 E ActivityManager: java.lang.Throwable
01-01 17:33:22.654 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14335)
01-01 17:33:22.654 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15177)
01-01 17:33:22.654 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14353)
01-01 17:33:22.654 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15384)
01-01 17:33:22.654 1291 7444 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14125)
01-01 17:33:22.654 1291 7444 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2806)
01-01 17:33:22.654 1291 7444 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3027)
01-01 17:33:22.654 1291 7444 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
01-01 17:33:22.654 1291 7444 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
01-01 17:33:24.950 1291 3734 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 2941:com.vivo.pem/1000 pkg
com.vivo.pem
01-01 17:33:24.950 1291 3734 E ActivityManager: java.lang.Throwable
01-01 17:33:24.950 1291 3734 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14335)
01-01 17:33:24.950 1291 3734 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15177)
01-01 17:33:24.950 1291 3734 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14353)
01-01 17:33:24.950 1291 3734 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15384)
01-01 17:33:24.950 1291 3734 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14125)
01-01 17:33:24.950 1291 3734 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2806)
01-01 17:33:24.950 1291 3734 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3027)
01-01 17:33:24.950 1291 3734 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
01-01 17:33:24.950 1291 3734 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
01-01 17:33:25.085 1291 7444 I mtkpower_client: perf_lock_acq, hdl:225780, dur:0,
num:2, tid:7444
01-01 17:33:25.086 1291 7444 I mtkpower_client: ret_hdl:225781
01-01 17:33:25.086 553 613 I libPowerHal: [perfLockAcq] idx:5 hdl:225781 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225781
01-01 17:33:25.087 1291 7444 I mtkpower_client: perf_lock_rel, hdl:225781,
tid:7444
01-01 17:33:27.450 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225781, dur:0,
num:2, tid:3622
01-01 17:33:27.452 1291 3622 I mtkpower_client: ret_hdl:225782
01-01 17:33:27.452 553 613 I libPowerHal: [perfLockAcq] idx:5 hdl:225782 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225782
01-01 17:33:27.453 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225782,
tid:3622
01-01 17:33:27.698 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:33:27.698 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:33:27.834 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225779, dur:0,
num:2, tid:3622
01-01 17:33:27.835 1291 3622 I mtkpower_client: ret_hdl:225783
01-01 17:33:27.835 553 613 I libPowerHal: [perfLockAcq] idx:5 hdl:225783 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225783
01-01 17:33:27.836 1291 1742 I mtkpower_client: perf_lock_rel, hdl:225783,
tid:1742
01-01 17:33:29.208 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225783, dur:0,
num:2, tid:3734
01-01 17:33:29.210 553 613 I libPowerHal: [perfLockAcq] idx:5 hdl:225784 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225784
01-01 17:33:29.211 1291 3734 I mtkpower_client: ret_hdl:225784
01-01 17:33:29.212 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225784,
tid:3622
01-01 17:33:30.208 1291 1742 I mtkpower_client: perf_lock_acq, hdl:225784, dur:0,
num:2, tid:1742
01-01 17:33:30.209 1291 1742 I mtkpower_client: ret_hdl:225785
01-01 17:33:30.209 553 613 I libPowerHal: [perfLockAcq] idx:5 hdl:225785 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225785
01-01 17:33:30.209 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225785,
tid:3622
01-01 17:33:32.137 1291 1291 E _V_BBKTouchScreenServiceService: packageName:null
01-01 17:33:32.139 1291 1291 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
01-01 17:33:32.289 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225785, dur:0,
num:2, tid:3734
01-01 17:33:32.291 1291 3734 I mtkpower_client: ret_hdl:225786
01-01 17:33:32.291 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225786 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225786
01-01 17:33:32.291 1291 1742 I mtkpower_client: perf_lock_rel, hdl:225786,
tid:1742
01-01 17:33:32.877 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225782, dur:0,
num:2, tid:3734
01-01 17:33:32.878 1291 3734 I mtkpower_client: ret_hdl:225787
01-01 17:33:32.879 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225787 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225787
01-01 17:33:32.880 1291 3734 I mtkpower_client: perf_lock_rel, hdl:225787,
tid:3734
01-01 17:33:33.218 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225786, dur:0,
num:2, tid:3734
01-01 17:33:33.219 1291 3734 I mtkpower_client: ret_hdl:225788
01-01 17:33:33.219 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225788 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225788
01-01 17:33:33.220 1291 3210 I mtkpower_client: perf_lock_rel, hdl:225788,
tid:3210
01-01 17:33:33.960 1291 3622 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:33:34.017 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225788, dur:0,
num:2, tid:3622
01-01 17:33:34.019 1291 3622 I mtkpower_client: ret_hdl:225791
01-01 17:33:34.019 553 613 I libPowerHal: [perfLockAcq] idx:4 hdl:225791 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225791
01-01 17:33:34.021 1291 1742 I mtkpower_client: perf_lock_rel, hdl:225791,
tid:1742
01-01 17:33:34.302 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225787, dur:0,
num:2, tid:3734
01-01 17:33:34.304 1291 3734 I mtkpower_client: ret_hdl:225792
01-01 17:33:34.305 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225792 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225792
01-01 17:33:34.307 1291 3734 I mtkpower_client: perf_lock_rel, hdl:225792,
tid:3734
01-01 17:33:34.654 1291 3734 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
01-01 17:33:34.887 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225792, dur:0,
num:2, tid:3622
01-01 17:33:34.888 1291 3622 I mtkpower_client: ret_hdl:225795
01-01 17:33:34.888 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225795 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225795
01-01 17:33:34.889 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225795,
tid:3622
01-01 17:33:34.938 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225791, dur:0,
num:2, tid:3622
01-01 17:33:34.939 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225796 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225796
01-01 17:33:34.940 1291 3622 I mtkpower_client: ret_hdl:225796
01-01 17:33:34.940 1291 1742 I mtkpower_client: perf_lock_rel, hdl:225796,
tid:1742
01-01 17:33:35.385 1291 1742 I mtkpower_client: perf_lock_acq, hdl:225773, dur:0,
num:2, tid:1742
01-01 17:33:35.386 1291 1742 I mtkpower_client: ret_hdl:225797
01-01 17:33:35.387 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225797 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225797
01-01 17:33:35.387 1291 1742 I mtkpower_client: perf_lock_rel, hdl:225797,
tid:1742
01-01 17:33:35.919 1291 1742 I mtkpower_client: perf_lock_acq, hdl:225797, dur:0,
num:2, tid:1742
01-01 17:33:35.920 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225798 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225798
01-01 17:33:35.921 1291 1742 I mtkpower_client: ret_hdl:225798
01-01 17:33:35.922 1291 3734 I mtkpower_client: perf_lock_acq, hdl:225798, dur:0,
num:2, tid:3734
01-01 17:33:35.922 1291 1742 I mtkpower_client: perf_lock_rel, hdl:225798,
tid:1742
01-01 17:33:35.924 553 613 I libPowerHal: [perfLockAcq] idx:1 hdl:225798 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225798
01-01 17:33:35.924 1291 3734 I mtkpower_client: ret_hdl:225798
01-01 17:33:35.927 1291 3734 I mtkpower_client: perf_lock_rel, hdl:225798,
tid:3734
01-01 17:33:37.174 1291 3623 I mtkpower_client: perf_lock_acq, hdl:225796, dur:0,
num:2, tid:3623
01-01 17:33:37.176 1291 3623 I mtkpower_client: ret_hdl:225801
01-01 17:33:37.176 553 613 I libPowerHal: [perfLockAcq] idx:5 hdl:225801 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225801
01-01 17:33:37.177 1291 3622 I mtkpower_client: perf_lock_rel, hdl:225801,
tid:3622
01-01 17:33:45.289 1291 1742 I mtkpower_client: perf_lock_acq, hdl:225801, dur:0,
num:2, tid:1742
01-01 17:33:45.290 1291 1742 I mtkpower_client: ret_hdl:225804
01-01 17:33:45.290 553 613 I libPowerHal: [perfLockAcq] idx:5 hdl:225804 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225804
01-01 17:33:45.290 1291 1742 I mtkpower_client: perf_lock_rel, hdl:225804,
tid:1742
01-01 17:33:46.322 1291 3622 I mtkpower_client: perf_lock_acq, hdl:225804, dur:0,
num:2, tid:3622
01-01 17:33:46.324 1291 3622 I mtkpower_client: ret_hdl:225805
01-01 17:33:46.324 553 613 I libPowerHal: [perfLockAcq] idx:5 hdl:225805 hint:-
1 pid:1291 duration:0 lock_user:system_server => ret_hdl:225805
01-01 17:33:46.32

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy